@charset "UTF-8";
/*! Created by UICUT.com on 2021/01/01. Contact QQ:215611388 */

/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Noto Sans SC, Source Han Sans CN, PingFang SC, Microsoft Yahei, sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: solid 0px #000;
  width: 0;
  border-radius: 4px;
  background-color: transparent;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background-color: transparent;
  color: #fff;
}
::-moz-selection {
  background-color: transparent;
  color: #fff;
}
::selection {
  background-color: transparent;
  color: #fff;
}

body {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  width: 0;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #eee;
}

body::-webkit-scrollbar-thumb:hover {
  background: #eee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video, body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active, a:hover, a:focus {
  color: #0a2bce;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #0a2bce;
  color: #fff;
}

::selection {
  background: #0a2bce;
  color: #fff;
}

::-moz-selection {
  background: #0a2bce;
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uc-show {
  display: block !important;
}

.uc-hide {
  display: none !important;
}

.uc-h98 {
  width: 100%;
  height: 98px;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: .875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-lineCenter {
  text-decoration: line-through;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 20px;
}

.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-left {
  float: left;
}

.uc-right {
  float: right;
}

.uc-underline {
  text-decoration: underline !important;
}

.uc-tLeft {
  text-align: left !important;
}

.uc-tCenter {
  text-align: center !important;
}

.uc-tRight {
  text-align: right !important;
}

.uc-icon16 {
  width: 16px;
  height: 16px;
}

.uc-icon20 {
  width: 20px;
  height: 20px;
}

.uc-icon24 {
  width: 24px;
  height: 24px;
}

.uc-icon28 {
  width: 28px;
  height: 28px;
}

.uc-icon32 {
  width: 32px;
  height: 32px;
}

.uc-icon36 {
  width: 36px;
  height: 36px;
}

.uc-icon40 {
  width: 40px;
  height: 40px;
}

.uc-icon44 {
  width: 44px;
  height: 44px;
}

.uc-icon48 {
  width: 48px;
  height: 48px;
}

.uc-icon50 {
  width: 50px;
  height: 50px;
}

.uc-icon64 {
  width: 64px;
  height: 64px;
}

.uc-icon70 {
  width: 70px;
  height: 70px;
}

.uc-icon80 {
  width: 80px;
  height: 80px;
}

.uc-icon90 {
  width: 90px;
  height: 90px;
}

.uc-icon100 {
  width: 100px;
  height: 100px;
}

.uc-icon120 {
  width: 120px;
  height: 120px;
}

.uc-icon150 {
  width: 150px;
  height: 150px;
}

.uc-icon200 {
  width: 200px;
  height: 200px;
}

.uc-donghua {
  transition: .5s;
  -moz-transition: .5s;
  display: none;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/iconfont.eot?t=1584354732377");
  src: url("../fonts/iconfont.eot?t=1584354732377#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1584354732377") format("woff"), url("../fonts/iconfont.ttf?t=1584354732377") format("truetype"), url("../fonts/iconfont.svg?t=1584354732377#uc-font") format("svg");
}

.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-next:before {
  content: "\e60c";
}

.uc-prev:before {
  content: "\e605";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}

.uc-arrow:after {
  content: '\e75c';
  font-family: 'uc-font';
  font-size: 1.4em;
  right: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uc-arrow.arrow-gray:after {
  color: #999999;
}

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uc-flex.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.uc-flex.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.uc-flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uc-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uc-flex-col.start {
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.uc-flex-col.end {
  -ms-flex-line-pack: end;
  align-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.uc-flex-col.center {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

textarea {
  resize: none;
  height: auto;
  min-height: 120px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 100%;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

::-webkit-input-placeholder {
  color: #a0a0a0;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}

[type=submit]:hover {
  opacity: .8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: 1rem;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}

.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #0a2bce;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}

.uc-btn img {
  margin-right: 10px;
}

.uc-btn:hover {
  opacity: .8;
  color: #fff;
}

.uc-btn.blue {
  background-color: #0a2bce;
  border: #0a2bce 1px solid;
  color: #fff;
}

.uc-btn.blue-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 43, 206, 0.7)), to(#0a2bce));
  background: -webkit-linear-gradient(left, rgba(10, 43, 206, 0.7) 0%, #0a2bce 100%);
  background: -o-linear-gradient(left, rgba(10, 43, 206, 0.7) 0%, #0a2bce 100%);
  background: linear-gradient(to right, rgba(10, 43, 206, 0.7) 0%, #0a2bce 100%);
  color: #fff;
}

.uc-btn.blue-plain {
  color: #0a2bce;
  border: #0a2bce 1px solid;
}

.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #0a2bce;
  color: #fff;
}

.uc-btn.green {
  background-color: #16e769;
  border: #16e769 1px solid;
  color: #fff;
}

.uc-btn.green-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 231, 105, 0.7)), to(#16e769));
  background: -webkit-linear-gradient(left, rgba(22, 231, 105, 0.7) 0%, #16e769 100%);
  background: -o-linear-gradient(left, rgba(22, 231, 105, 0.7) 0%, #16e769 100%);
  background: linear-gradient(to right, rgba(22, 231, 105, 0.7) 0%, #16e769 100%);
  color: #fff;
}

.uc-btn.green-plain {
  color: #16e769;
  border: #16e769 1px solid;
}

.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #16e769;
  color: #fff;
}

.uc-btn.orange {
  background-color: #ffb80c;
  border: #ffb80c 1px solid;
  color: #fff;
}

.uc-btn.orange-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 184, 12, 0.7)), to(#ffb80c));
  background: -webkit-linear-gradient(left, rgba(255, 184, 12, 0.7) 0%, #ffb80c 100%);
  background: -o-linear-gradient(left, rgba(255, 184, 12, 0.7) 0%, #ffb80c 100%);
  background: linear-gradient(to right, rgba(255, 184, 12, 0.7) 0%, #ffb80c 100%);
  color: #fff;
}

.uc-btn.orange-plain {
  color: #ffb80c;
  border: #ffb80c 1px solid;
}

.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #ffb80c;
  color: #fff;
}

.uc-btn.red {
  background-color: #d00f2a;
  border: #d00f2a 1px solid;
  color: #fff;
}

.uc-btn.red-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(208, 15, 42, 0.7)), to(#d00f2a));
  background: -webkit-linear-gradient(left, rgba(208, 15, 42, 0.7) 0%, #d00f2a 100%);
  background: -o-linear-gradient(left, rgba(208, 15, 42, 0.7) 0%, #d00f2a 100%);
  background: linear-gradient(to right, rgba(208, 15, 42, 0.7) 0%, #d00f2a 100%);
  color: #fff;
}

.uc-btn.red-plain {
  color: #d00f2a;
  border: #d00f2a 1px solid;
}

.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #d00f2a;
  color: #fff;
}

.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}

.uc-btn.gray-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999));
  background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}

.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}

.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

.uc-btn img {
  margin-right: 10px;
}

.uc-phColor {
  color: #a0a0a0;
}

.uc-blue {
  color: #0a2bce !important;
}

.uc-green {
  color: #16e769 !important;
}

.uc-orange {
  color: #ffb80c !important;
}

.uc-red {
  color: #d00f2a !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}

.uc-tag:empty {
  display: none;
}

.uc-tag.blue {
  background-color: #0a2bce;
  color: #fff;
}

.uc-tag.green {
  background-color: #16e769;
  color: #fff;
}

.uc-tag.orange {
  background-color: #ffb80c;
  color: #fff;
}

.uc-tag.red {
  background-color: #d00f2a;
  color: #fff;
}

.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式 -------------------------------------------------------------------- */

/*!* -----------------------------------------------------------------------------------------------------------------------------------------------------* --------------------------------------------- 各页面样式 ----------------------------------------* -----------------------------------------------------------------------------------------------------------------------------------------------------* --------------------------------------------- 可拆分到独立页面中，---------------------------------------* --------------------------------------------- 如无必要，别拆。方便后期配合开发新页面或维护修改---------------------------------------* -----------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body {
  overflow: hidden;
}

.logo {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
}

.logo img {
  width: 680px;
  height: 0px;
  margin: 0 auto 30px;
}

.box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 370px);
  text-align: center;
  z-index: 888;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box .operate .uc-select {
  width: 240px;
  border-radius: 8px;
  height: 48px;
  margin-right: 60px;
  background: #fff;
  line-height: 48px;
  text-align: left;
  font-size: 18px;
}

.box .operate .uc-btn {
  width: 140px;
  border-radius: 8px;
  height: 48px;
}

/* |01|首页| */

.uc-section1-1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.uc-section1-1 iframe {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.uc-section1-1 .cpt {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 24px;
}

.uc-section1-1 .cpt a {
  color: #fff;
}

.uc-section1-1 .cpt a:hover {
  color: #0a2bce;
}

.uc-section1-1 .cpt span, .uc-section1-1 .cpt a {
  margin: 0 5px;
}

.g-searchBox {
  position: absolute;
  z-index: 99;
  right: 60px;
  top: 50px;
  width: 308px;
  border-radius: 60px;
  height: 60px;
  z-index: 1002;
}

.g-searchBox .uc-input {
  width: 308px;
  border-radius: 6px;
  height: 50px;
  border: #3ba6ff 3px solid;
  background-color: #fff;
  padding: 0 64px;
}

.g-searchBox .uc-search {
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 28px;
  color: #666666;
}

.g-searchBox .btn-search {
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.g-searchBox .uc-arrow-right {
  position: absolute;
  top: 10px;
  right: -32px;
  font-size: 20px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #7b7b7b;
}

.searchBox2 {}

/* |02|全景详情| */

.uc-section2-1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.uc-section2-1 iframe {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.uc-section2-1 .uc-btn {
  width: 40px;
  height: auto;
  font-size: 24px;
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 99;
  border-radius: 5px 0 0 5px;
  padding: 30px 25px;
  margin-top: -58px
}

/* |03|地图列表| */

.uc-section3-1 {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f3f8ff;
}

.uc-section3-1 .main-left {
  height: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 5px 0 5px 0 #dde2e8;
  box-shadow: 5px 0 5px 0 #dde2e8;
}

.uc-section3-1 .main-left .btn-open {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 5px 0 #dde2e8;
  box-shadow: 5px 0 5px 0 #dde2e8;
  z-index: 9;
  background-color: #fff;
  right: -20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #999999;
}

.uc-section3-1 .main-left .btn-open .uc-arrow-right {
  display: none;
}

.uc-section3-1 .main-left.isClose .panel {
  display: none;
  overflow: hidden;
}

.uc-section3-1 .main-left.isClose .btn-open .uc-arrow-left {
  display: none;
}

.uc-section3-1 .main-left.isClose .btn-open .uc-arrow-right {
  display: block;
}

.uc-section3-1 .result {
  position: absolute;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
  top: 100px;
  left: 30px;
  width: 300px;
  height: 60px;
  background: #fff;
}

.uc-section3-1 .result .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uc-section3-1 .result .uc-tag {
  border-radius: 2px;
  margin-right: 5px;
  line-height: 20px;
  margin-bottom: 5px;
}

.uc-section3-1 .result .title {
  padding-left: 20px;
}

.uc-section3-1 .result .txt {
  color: #999999;
  line-height: 20px;
}

.uc-section3-1 .result .con {
  position: absolute;
  left: 100px;
  top: 0;
}

.uc-section3-1 .uc-page {
  position: absolute;
  bottom: 0px;
  width: 370px;
  padding: 10px 30px;
  text-align: center;
  margin: 0 12px;
}

.uc-section3-1 .uc-page a {
  padding: 6px 30px;
  background: #0089ff;
  color: #fff;
  border-radius: 6px;
}

.uc-section3-1 .panel {
  width: 370px;
  height: 100vh;
  padding: 30px;
}

.uc-section3-1 .panel h2 {
  padding: 10px 0;
  margin-bottom: 20px;
}

.uc-section3-1 .panel h2 img {
  display: block;
}

.uc-section3-1 .panel .list {
  padding: 10px 0;
  ;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 150px);
  margin-top: 120px;
}

.uc-section3-1 .panel .list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}

.uc-section3-1 .panel .list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.uc-section3-1 .panel .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #eee;
}

.uc-section3-1 .panel .list::-webkit-scrollbar-thumb:hover {
  background: #eee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.uc-section3-1 .panel .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}

.uc-section3-1 .panel .list .img {
  width: 55px;
  height: 38px;
  margin-right: 10px;
}

.uc-section3-1 .panel .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.uc-section3-1 .panel .list .con {
  position: absolute;
  left: 65px;
  top: 9px;
}

.uc-section3-1 .panel .list h3 {
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.uc-section3-1 .panel .list h3 a {
  font-weight: bold;
}

.uc-section3-1 .panel .list p {
  font-size: 14px;
  color: #999999;
}

.uc-section3-1 .main-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.uc-section3-1 .main-right::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}

.uc-section3-1 .main-right::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.uc-section3-1 .main-right::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #eee;
}

.uc-section3-1 .main-right::-webkit-scrollbar-thumb:hover {
  background: #eee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.uc-section3-1 .filter {
  position: fixed;
  z-index: 9;
  right: 0;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
}

.uc-section3-1 .filter .uc-select {
  width: 240px;
  border-radius: 8px;
  height: 68px;
  margin-right: 60px;
}

.uc-section3-1 .filter .uc-btn {
  width: 140px;
  border-radius: 8px;
  height: 68px;
  margin-right: 60px;
}

.uc-section3-1 .map-box img {
  display: block;
  width: 100%;
}

.uc-section3-1 .info-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 460px;
  padding: 0 10px;
}

.uc-section3-1 .info-box .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}

.uc-section3-1 .info-box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px dashed;
}

.uc-section3-1 .info-box .name .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.uc-section3-1 .info-box .face {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.uc-section3-1 .info-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.uc-section3-1 .info-box h3 {
  font-size: 14px;
}

.uc-section3-1 .info-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uc-section3-1 .info-box .tags .uc-tag {
  font-size: 12px;
  border-radius: 3px;
  line-height: 20px;
  margin-right: 3px;
  margin-top: 3px;
}

.uc-section3-1 .info-box .detail {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  padding: 10px 0;
  border-bottom: #eeeeee 1px solid;
}

.uc-section3-1 .info-box .btm {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uc-section3-1 .info-box .btm .addr {
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.uc-section3-1 .info-box .btm .uc-btn {
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
}

@media screen and (max-width:1200px) {
  .uc-section3-1 .filter {
    padding: 5px 15px;
    font-size: 14px;
  }
  .uc-section3-1 .filter .g-searchBox {
    font-size: 12px;
  }
  .uc-section3-1 .filter .uc-select {
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
  .uc-section3-1 .filter .uc-btn {
    width: 70px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 0;
  }
  .uc-section3-1 .g-searchBox {
    position: relative;
    width: 160px;
    border-radius: 40px;
    height: 40px;
    font-size: 14px;
  }
  .uc-section3-1 .g-searchBox .uc-input {
    width: 100%;
    border-radius: 40px;
    height: 40px;
    border: #3ba6ff 1px solid;
    background-color: #fff;
    padding: 0 42px;
  }
  .uc-section3-1 .g-searchBox .uc-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14px;
    color: #666666;
  }
  .uc-section3-1 .g-searchBox .btn-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
}

@media screen and (max-width:680px) {
  .uc-section3-1 .main-left {
    width: 100%;
  }
  .uc-section3-1 .main-left.isClose {
    width: 0;
  }
  .uc-section3-1 .main-left .btn-open {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 40px;
    height: 60px;
    right: -11px;
  }
  .uc-section3-1 .main-left.isClose .btn-open {
    right: -30px;
  }
  .uc-section3-1 .panel {
    width: 100%;
    overflow: visible !important;
  }
  .uc-section3-1 .main-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 100vh;
  }
  .uc-section3-1 .filter {
    position: relative;
    width: 100%;
  }
  .uc-section3-1 .filter .uc-btn {
    margin-right: 0;
  }
  .uc-section3-1 .filter .g-searchBox {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 55px;
    width: 90%;
  }
  .uc-section3-1 .info-box {
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }
  .uc-section1-1 {
    width: 100%;
    height: 100vh;
    position: initial;
  }
  .box {
    width: 100%;
    top: 50%;
    padding: 0 10px;
    margin: 0;
    left: 0;
    transform: inherit
  }
  .box2 {
    width: 100% !important;
    z-index: 1000;
  }
  .box .operate .uc-select, .box .operate .uc-btn {
    width: 90%;
    margin: 0.6rem;
    font-size: 0.76rem;
  }
  .box2 .operate .uc-select, .box2 .operate .uc-btn {
    width: 27%;
    margin: 0.6rem;
    font-size: 0.76rem;
    overflow-y: hidden;
  }
  .logo {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
  }
  .logo img {
    width: 100%;
    height: auto !important;
  }
  .uc-section1-1 .operate {
    font-size: 14px;
  }
  .uc-section1-1 .operate .uc-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 10px;
    height: 40px;
    border-radius: 4px;
  }
  .uc-section1-1 .operate .uc-btn {
    width: 70px;
    border-radius: 4px;
    height: 40px;
  }
  .uc-section1-1 .cpt {
    font-size: 12px;
    line-height: 18px;
    bottom: 10px;
    display: none;
  }
  .uc-section1-1 .cpt span, .uc-section1-1 .cpt a {
    margin: 0 2px;
  }
  .uc-section2-1 .uc-btn{width: 80px;top: 0; bottom: unset; margin-top: 0; padding: 5px 10px; border-radius: 0; left:50%; margin-left: -40px; font-size:1.2rem}
  .g-searchBox {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 40px;
    height: 2rem;
    font-size: 1rem;
    z-index: 1001;
    width: calc(100% - 50px);
  }
  .g-searchBox .uc-input {
    width: 100%;
  }
  .searchBox2 {display: none !important;}
}

#container {
  height: 100%;
  width: 100%;
  font-size: 14px;
}

.amap-info-content {
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 0 #a0a0a0;
  box-shadow: 5px 5px 5px 0 #a0a0a0;
  width: 400px;
}

.info {
  padding: 6px 0 6px 6px
}

.info-top {
  padding: 10px 15px;
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #ccc;
  height: 43px;
}

.info-pic img {
  width: 35px;
  height: 35px;
}

.info-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.info-title {
  position: absolute;
  left: 50px;
  top: -4px;
  font-size: 16px;
}

.info-tag {
  position: absolute;
  left: 50px;
  top: 20px;
  background: #1EAA6E;
  padding: 0px 6px;
  color: #fff;
  border-radius: 5px;
}

.info-body {
  padding: 10px 0;
  font-size: 14px
}

.info-bottom {
  position: relative;
  border-top: 1px solid #eee;
  height: 20px;
  padding-top: 6px;
  line-height: 20px;
  color: #999;
}

.info-link {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 12px;
  background: #334EEA;
  border-radius: 3px;
}

.info-link a {
  color: #fff;
  font-size: 16px;
}

.amap-info-close {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 24px;
  cursor: pointer;
}

.noc {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  ;
}

.map {
  position: relative;
  width: 50vw;
  height: 100vh;
  overflow: hidden;
  float: left;
  z-index: 1;
  border-right: 5px solid #fff;
}

.new video {
  position: absolute;
  z-index: -2;
  top: 0;
  height: auto;
  width: auto;
  width: 100vw;
}

.map .zz {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-image: linear-gradient(30deg, #5056d9, #6b5edb, #b779e6);
  opacity: 0.96;
  background-color: #5056d9;
}

#main {
  width: 100%;
  height: 100%;
}

.panolist {
  width: 25vw;
  float: left;
  height: 75vh;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.panolist .zz {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#35e5e3, #9f99f3, #b685fa);
  opacity: 0.96;
  background-color: #9f99f3;
}

.center {
  width: 25vw;
  height: 75vh;
  float: left;
}

.homelogo {
  width: 25vw;
  height: 35vh;
  top: 40vh;
  background-image: radial-gradient(#fff, #f1f1f1);
  background-color: #ddd;
  opacity: 0.96;
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #fff;
}

.homelogo img {
  height: 16vh;
  margin-top: 9.5vh;
  max-width: max-content;
  margin-left: 3vw;
}

.homelogo .style2 {
  position: absolute;
  top: 0;
  right: 0;
}

.homelogo .style2 a {
  color: #fff;
  background: rgba(188, 188, 188, .9);
  padding: 8px 20px;
  display: block;
}

.copyright {
  margin-left: 3vw;
  color: #a0a0a0;
}

.choice {
  width: 25vw;
  height: 40vh;
  top: 0;
  position: absolute;
  border-bottom: 5px solid #fff;
  z-index: 99;
}

.choice .zz {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(#2af6eb, #1af9cd, #06fca9);
  opacity: 0.96;
  background-color: #1af9cd;
}

.choice h3 {
  position: absolute;
  top: 35px;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}

.hotlist {
  width: 25vw;
  height: 25vh;
  background-image: linear-gradient(30deg, #f58b95, #fde09c);
  background-color: #f58b95;
  opacity: .99;
  float: left;
  border-left: 5px solid #fff;
  position: relative;
}

.hotlist h3 {
  position: absolute;
  top: 35px;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  z-index: 99;
}

.hotlist .pic {
  width: 25vw;
  height: 25vh;
  overflow: hidden;
}

.hotlist .pic img {
  width: auto;
  min-width: 25vw;
  height: 25vh;
  opacity: 0.06;
}

.homenav {
  width: 25vw;
  height: 25vh;
  float: left;
}

.homenav .zz {
  background-image: linear-gradient(#00cdf1, #485eff);
  opacity: 0.96;
  position: relative;
  height: 25vh;
  background-color: #485eff;
}

.homenav h3 {
  position: relative;
  top: 35px;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}

.homenav ul {
  position: relative;
  margin-top: 55px;
}

.homenav ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.homenav ul li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  border: 1px solid #46a3ff;
  padding: 1.5vh 0;
  cursor: pointer;
  background: rgba(10, 43, 206, 0.1);
}

.areamenu {
  position: absolute;
  left: calc(25vw - 15vw);
  width: 30vw;
  overflow: hidden;
  top: 3vh;
}

.areamenu ul li {
  float: left;
  width: 25%;
  margin: 0 4.169%;
}

.areamenu ul li a {
  display: block;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  color: #e3bbff;
  border: 1px solid #d0a1ff;
}

.areamenu ul li.on a, .areamenu ul li:hover a {
  background: #b97ae6;
  color: #4c2965;
}

.slogan {
  position: absolute;
  left: 2vw;
  bottom: 2vh;
  color: #979bf0;
  font-size: 1.1rem;
  z-index: 1;
  letter-spacing: 15px;
}

@keyframes xiaoxianAnimation {
  0% {
    opacity: 0.2;
  }
  35% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.XiaoXian {
  animation: xiaoxianAnimation 7s infinite;
}

@keyframes jianxianAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

.JianXian {
  animation: jianxianAnimation 7s infinite;
}

@keyframes FangdaAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

.fangda {
  animation: FangdaAnimation 5s infinite;
  font-size: 2.4rem !important;
  font-weight: bold;
  margin-top: 5px !important;
}

#searchform {
  float: left;
  margin: 0;
  padding: 0px;
}

#searchform fieldset {
  padding: 0px;
  border: none;
  margin: 0px;
}

#searchform input[type="text"] {
  background: #fff;
  border: none;
  float: left;
  padding: 0px 10px 0px 15px;
  margin: 0px;
  width: 261px;
  height: 38px;
  line-height: 38px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #6bd1be;
  border: none;
  border-radius: 4px 0 0 4px;
}

#searchform input[type="text"]:hover, #searchform input[type="text"]:focus {
  width: 261px;
  border: none;
  outline: none;
  background: #00b493;
  color: #fff;
}

#searchform .search-btn {
  background: url(../images/icon-search.png)#00b493 center 11px no-repeat;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 37px;
  height: 38px;
  line-height: 38px;
  border-radius: 0 4px 4px 0;
}

.search-btn {
  padding: 4px 17px;
  color: #eee;
  text-transform: uppercase;
  border: none !important;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  overflow: visible;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

#searchform .search-btn:hover {
  outline: none;
}


#searchform #s::placeholder {
  color: #00b493;
}
.search {
  display: block;
  clear: both;
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -149px;
}

.type .lsousuo {
  float: left;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -155px;
  z-index: 9999;
}

.rsousuo {
  position: absolute;
  width: 25vw;
  height: 75vh;
}

#tid {
  width: 145px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9fff8;
  border-radius: 5px;
  display: inline-block;
  margin-top: 8px;
  color: #00b493;
  font-size: 18px;
  padding-left: 20px;
  outline: none !important;
  cursor: pointer;
  position: absolute;
  left: 155px;
}

.select-diqu {
  width: 145px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9fff8;
  border-radius: 5px;
  display: inline-block;
  margin-top: 8px;
  margin-left: 5px;
  color: #00b493;
  font-size: 18px;
  padding-left: 20px;
  outline: none !important;
  cursor: pointer;
  background: #fff;
  position: absolute;
  line-height: 50px;
}
.select-diqu .diqu{
  background: #fff;
  text-align: center;
  width: 145px;
  position: absolute;
  left: 0;
  border-radius: 6px;
  max-height: 500px;
  overflow-y: auto;
}
.select-diqu .diqu li{
  height: 35px;
  line-height: 35px;
}
.select-diqu .diqu2{
  left: 150px;
  z-index: 9999;
}
.cslist {
  POSITION: absolute;
  z-index: 111;
}

.cslist OL {
  POSITION: absolute;
  TOP: 0px;
  LEFT: 0px;
  z-index: 2
}

.cslist LI {
  WIDTH: 100%;
  overflow: hidden;
  padding-top: 3vh;
}

.cslist LI a {
  float: left;
  width: 100%;
  height: auto;
  min-height: 4.2vh;
  display: block;
  line-height: 1.6;
  padding-left: 65px;
  position: relative;
  color: #fff;
  font-size: 1.06rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cslist LI a:hover {
  color: #ff0
}

.cslist LI a span {
  position: absolute;
  top: 5px;
  width: 20px;
  text-align: center;
  left: 35px;
  font-size: 10px;
  color: #322d5e;
  background: #fff;
}

.mouse_direction {
  POSITION: absolute;
  WIDTH: 128px;
  HEIGHT: 40px;
  RIGHT: 2vw;
  bottom: 2vh
}

.mouse_top {
  BACKGROUND: url(../images/up.png)#7c45d5 no-repeat;
  HEIGHT: 40px;
  CURSOR: pointer;
  width: 40px;
  float: left;
  background-size: cover;
  border-radius: 4px;
}

.mouse_bottom {
  BACKGROUND: url(../images/down.png)#7c45d5 no-repeat;
  HEIGHT: 40px;
  CURSOR: pointer;
  width: 40px;
  float: left;
  background-size: cover;
  border-radius: 4px;
  margin-left: 20px;
}
.none{ 
  opacity: 0.1;
  cursor: no-drop;
}

.count {
  position: relative;
  top: 230px;
  width: 100%;
  height: 150px;
}

.count h3 {
  position: relative;
  top: 0;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}

.count span {
  position: relative;
  width: 33.33%;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  margin-top: 20px;
  float: left;
}

.swiper-wrapper {
  transition-delay: .3s;
}

.swiper-container {
  width: 100%;
  height: 25vh;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .swiper-slide:nth-child(2) {
  background-image: linear-gradient(30deg,#5056d9, #6b5edb, #b779e6); opacity: 0.96;
  color: #fff;
} */

.swiper-slide p {
  transform: translateY(200px);
  opacity: 0;
  transition: all .4s;
  cursor: pointer;
}

.swiper-slide p.title {
  position: absolute;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bolder;
  pointer-events: none;
  padding: 0 50px;
  top: 10vh;
  text-shadow: 1px 2px 3px #e4ad4c;
}

.ani-slide p {
  transform: translateY(0);
  opacity: 1;
}

.cityinfor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  right: 0;
  top: 0;
  z-index: 999;
  background-image: linear-gradient(-30deg, #5056d9, #6b5edb, #b779e6);
  background-color: #6b5edb;
  padding: 3%;
}

.cityinfor.open {
  display: block;
}

.cityinfor .close {
  position: absolute;
  bottom: 0px;
  left: 50%;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 120px;
  margin-left: -60px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #f00;
}

.cityinfor .close:hover {
  cursor: pointer;
  color: #e5d6c5
}

.cityinfor .close a {
  color: #fff;
  display: block;
}

.cityinfor h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.cityinfor .citynav {
  top: 4%;
  position: absolute;
  font-size: 1rem;
  display: block;
  right: 3%;
}

.cityinfor .citynav a {
  padding: 5px 0;
  float: right;
  display: block;
  width: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border:1px solid  #fde09c;
  border-right: none;
}
.cityinfor .citynav a:first-child{border:1px solid #fde09c}
.cityinfor .citynav a.active {
  color: #ff0;
}

#moving_tab a {
  display: block;
  color: #fff;
}

#moving_tab a:hover {
  color: #fff;
  text-decoration: none;
}

#moving_tab {
  /* hide overlength child elements*/
  overflow: hidden;
  /* all the child elements are refering to this width */
  width: 100%;
  /* fix ie 6 overflow bug */
  position: relative;
  margin: 20px auto 0;
  border: 1px solid #deb4ff;
}

#moving_tab .tabs {
  /* enable absolute position for .lava */
  position: relative;
  height: 50px;
  border-bottom: 1px solid #deb4ff;
  /* styling */
  cursor: default;
}

#moving_tab .tabs .item {
  /* enable z-index */
  position: relative;
  z-index: 10;
  /* display in one row */
  float: left;
  display: block;
  /* width = half size of #moving_tab */
  width: 12.5%;
  line-height: 50px;
  /* height = height of .tabs */
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  cursor: pointer;
}

#moving_tab .tabs .lava {
  /* Set it to absolute */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* width = half size of #moving_tab */
  width: 12.5%;
  /* height = height of .tabs */
  padding: 25px 0;
  /* styling */
  background: #deb4ff;
}

#moving_tab .tabs .on, #moving_tab .tabs .item:hover {
  background: #deb4ff;
  height: 50px;
}

.p15 {
  padding: 15px 0 !important;
}

#moving_tab .content {
  /* enable absolute position for .panel */
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 70vh;
  float: left;
  margin-top: 2vh;
}

#moving_tab .panel {
  /* width is width of #moving_tab times 2 */
  position: relative;
  width: 800%;
}

#moving_tab .panel ul {
  /* display in one row */
  float: left;
  /* width is the same with #moving_tab */
  width: 12.5%;
  /* remove all styles */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* styling */

#moving_tab .panel ul li {
  float: left;
  width: 16.666%;
  overflow: hidden;
  list-style: none;
}

#moving_tab .panel ul li a {
  width: 80%;
  margin: 15px 10%;
  cursor: pointer;
}

#moving_tab .panel ul li a .pic {
  width: 100%;
  height: 16vh;
  overflow: hidden;
}

#moving_tab .panel ul li a img {
  width: 100%;
  min-height: 100%;
  border: 2px solid #ffd07f;
}

#moving_tab .panel ul li a p {
  height: 50px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}