* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
a,
p,
span,
strong,
b,
input,
textarea,
button,
table,
tr,
td,
th,
em,
i,
var,
div,
img {
  margin: 0;
  padding: 0;
}

body {
	/*-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;*/
	/*-webkit-overflow-scrolling: touch;*/
	/*touch-action: auto;*/
	overflow-x: hidden;
	-webkit-appearance: none;
	/* max-width: 640px; */
	/*margin:  0 auto;*/
	font-size: 0.24rem;
	line-height: .4rem;
	font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background-color: #FFF;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style: none;
}
.table {
  overflow-y: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Rajdhani-semibold";
  font-size: .26rem;
  color: #808080;
  text-align: center;
  width: 100%;
}
table thead tr {
   height: 1rem;
}
table tbody tr {
  height: .9rem;
}
table tr th {
   background: #999999;
   font-size: .3rem;
   color: #fff;
}
table thead tr th:first-child {
  text-align: left;
  padding-left: .4rem;
  /* width: 416px; */
}
table tbody tr td:first-child{
  text-align: left;
  padding-left: .4rem;
}
/* table tr:first-child th:first-child {
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
}
table tr:first-child th:last-child {
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
} */
table tr td{
   border-bottom: 2px solid #e5e5e5;
}

textarea {
  resize: none;
}

em,
i {
  font-style: normal;
}

input::placeholder,
textarea::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}


a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

p {
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
  font-size: 0.27rem;
  line-height: .4rem;
}

img {
  display: block;
  max-width: 100%;
}
#content {
  margin-top: 1.9rem;
}
.auto {
  width: 100%;
  padding: 0 .4rem;
}
.cit-tit {
  margin-bottom: .28rem !important;
}
.cit-tit h1 {
  color: #001f89 !important;
  margin-bottom: .18rem !important;
  font-size: .4rem !important;
  line-height: 1 !important;
}
.cit-tit h2 {
  color: #ff8a00 !important;
  font-size: .3rem !important;
  font-family: 'Rajdhani-Bold' !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: -.01rem !important;
}

.el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}



input,
input[type='text'],
input[type='password'],
textarea,
button,
select {
  color: #b2b2b2;
  background-color: transparent;
  border: none;
  /*-webkit-appearance: none;*/
  -webkit-appearance: none;
  appearance: none;
  /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
    box-sizing: border-box;
    outline: none;
}


::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(164, 161, 161, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* @font-face {
    font-family: 'DINCond-Bold';
    src: url('/mobile/font/dincond-bold-webfont.eot');
    src: url('/mobile/font/dincond-bold-webfont.otf')format('otf'),
    url('/mobile/font/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/mobile/font/dincond-bold-webfont.woff') format('woff'),
    url('/mobile/font/dincond-bold-webfont.woff2') format('woff2'),
    url('/mobile/font/dincond-bold-webfont.ttf') format('truetype'),
    url('/mobile/font/dincond-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */


/* animated*/
@-webkit-keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@-webkit-keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

@keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.ban_bg {
  -webkit-animation-name: ban_bg;
  animation-name: ban_bg
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.arrow-movement {
  -webkit-animation-name: arrow-movement;
  animation-name: arrow-movement
}

.h_map {
  -webkit-animation-name: h_map;
  animation-name: h_map
}

.circle_right {
  -webkit-animation-name: circle_right;
  animation-name: circle_right
}
.clear-float::after{
  content: "";
  display: block;
  /* width: 100%; */
  height: 0;
  clear: both;
}


html{
  font-size: calc(100vw / 7.5);
}<!--ºÄÊ±1773795572.096Ãë-->