@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer2,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 100% "microsoft yahei", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer2,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

button {
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

html {
  line-height: initial;
}

body {
  font-size: 0.26rem;
}

input {
  outline: none;
  font-size: 0.18rem;
  text-align: center;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

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

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #737373;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #737373;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #737373;
}

iframe {
  overflow: hidden;
  border: none;
}

a {
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4rem;
  z-index: 999;
  display: none;
}

.loading img {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  animation: rote linear 1.4s infinite;
  -webkit-animation: rote linear 1.4s infinite;
}

@-webkit-keyframes rote {
  0% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

@keyframes rote {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.clear {
  clear: both;
}

.warp {
  overflow: hidden;
  margin: 0 auto;
  width: 14rem;
  height: 100%;
  position: relative;
  z-index: 2;
}

.water01 {
  background: url(../images/water01.png);
  height: 1.8rem;
  width: 100%;
  position: absolute;
  top: -0.3rem;
  left: 0;
  animation: run 200s linear infinite;
}

.water02 {
  background: url(../images/water02.png);
  height: 2.37rem;
  width: 100%;
  position: absolute;
  top: -0.6rem;
  left: 0;
  z-index: 2;
  animation: run2 80s linear infinite;
}

.water03 {
  background: url(../images/water03.png);
  background-repeat: repeat-x;
  height: 1.83rem;
  width: 100%;
  position: absolute;
  top: -0.3rem;
  left: 0;
  z-index: 3;
  animation: run 200s linear infinite;
}

.circle {
  background: url(../images/bg03.png) no-repeat;
  background-size: 18.91rem 2.33rem;
  width: 18.91rem;
  height: 2.33rem;
  position: absolute;
  top: 1.4rem;
  right: 0.27rem;
}

.efun {
  background: url(../images/efuncode.png) no-repeat;
  background-size: 1.92rem 3.23rem;
  width: 1.92rem;
  height: 3.23rem;
  position: fixed;
  top: 2.8rem;
  right: 0.48rem;
  z-index: 99;
  animation: shake 1s linear infinite alternate;
  -moz-animation: shake 1s linear infinite alternate;
  -webkit-animation: shake 1s linear infinite alternate;
}

.nav {
  width: 100%;
  height: 0.8rem;
  position: relative;
  z-index: 10;
}

.nav01,
.nav02,
.nav03,
.nav04 {
  font-size: 0.22rem;
  line-height: 0.8rem;
  padding: 0 0.29rem;
  cursor: pointer;
  color: #fff;
}

.nav02.active {
  text-decoration: underline;
}

.nav li {
  float: left;
}

.nav li ul li {
  width: 100%;
}

.nav li ul {
  display: none;
}

.nav li:hover ul,
.nav li a:hover ul,
.nav li a:active ul {
  display: block;
}

.nav_second {
  width: 1.46rem;
  height: 0.9rem;
  position: absolute;
  top: 0.6rem;
  left: 2.23rem;
  background-color: #0f95fa;
  padding-top: 0.2rem;
  display: none;
  border-bottom-right-radius: 0.05rem;
  border-bottom-left-radius: 0.05rem;
}

.nav_second a {
  display: block;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.03rem 0;
  color: #fff;
}

.logo {
  background: url(../images/logo.png) no-repeat;
  background-size: 0.99rem 0.48rem;
  width: 0.99rem;
  height: 0.48rem;
  margin-top: 0.13rem;
  margin-left: 0.2rem;
  vertical-align: top;
}

.content {
  width: 100%;
  height: 10.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.content .title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.3rem;
  font-weight: bold;
  color: #0067b5;
  margin-top: 0.55rem;
  margin-left: 0.57rem;
}

.content .title_en {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.22rem;
  color: #737373;
  padding-left: 0.1rem;
  border-left: 1px solid #000000;
}

.tabbar_box {
  width: 3rem;
}

.tabbar_box .tab {
  position: relative;
  width: 1.9rem;
  height: 0.56rem;
  display: block;
  margin-left: 0.57rem;
  cursor: pointer;
  border: 1px solid #0082e4;
  border-radius: 0.066667rem;
  font-size: 0.186667rem;
  text-align: center;
  line-height: 0.56rem;
  color: #0082e4;
  font-weight: normal;
  margin-top: 0.14rem;
}

.icon {
  position: absolute;
  top: 0.16rem;
  left: 0.2rem;
  /* background: #0082e4; */
  width: 0.33rem;
  height: 0.266667rem;
}

.tab_name {
  margin-left: 0.33rem;
}

.tabbar_box .curr {
  background: #0082e4;
  color: #fff;
}

.tab_detail {
  margin-top: 0.42rem;
}

.tabbar_box .tab01 {
  /* background: url(../images/tab01.png)no-repeat;
    background-size: 1.9rem 0.56rem; */
  margin-top: 0.56rem;
}

.tabbar_box .tab01.curr {
  /* background-image: url(../images/tab01_h.png); */
}

.tabbar_box .tab02 {
  /* background: url(../images/tab02.png)no-repeat;
	background-size: 1.9rem 0.56rem; */
  margin-top: 0.14rem;
}

.tabbar_box .tab02.curr {
  /* background-image: url(../images/tab02_h.png); */
}

.tabbar_box .tab03 {
  /* background: url(../images/tab03.png)no-repeat;
	background-size: 1.9rem 0.56rem; */
  margin-top: 0.14rem;
}

.tabbar_box .tab03.curr {
  /* background-image: url(../images/tab03_h.png); */
}

.tabbar_box .tab04 {
  /* background: url(../images/tab04.png)no-repeat;
	background-size: 1.9rem 0.56rem; */
  margin-top: 0.14rem;
}

.tabbar_box .tab04.curr {
  /* background-image: url(../images/tab04_h.png); */
}

.tabbar_box .code {
  margin-left: 0.55rem;
  width: 1.9rem;
}

.tabbar_box .code img {
  display: block;
  margin: 0 auto;
}

.tabbar_box .code p {
  font-size: 0.2rem;
  color: #737373;
  text-align: center;
}

.tabbar_box .code01 {
  margin-top: 0.26rem;
}

.tabbar_box .code02 {
  margin-top: 0.38rem;
}

.content .info_box {
  height: 100%;
  position: absolute;
  top: 2.3rem;
  left: 3.65rem;
}

.info {
  display: none;
}

.info.curr {
  /* display: block; */
  display: inline-block;
  background: rgba(185, 185, 185, 0.5);
  border-radius: 0.106667rem;
}

.pop_box {
  background: rgba(185, 185, 185, 0.5);
  border-radius: 0.106667rem;
  width: 10rem;
  /* height: 1.16rem; */
  color: #494949;
  font-size: 0.2rem;
  text-align: center;
}

 .info01 .pop_box {
    background: url(../images/pop.png)no-repeat;
    background-size: 10rem 0.56rem;
    width: 10rem;
    height: 0.56rem;
}

.info01 .pop_box .pops {
  float: left;
  cursor: pointer;
  /* width: 20%; */
  width: 2rem;
  /*width: 200px;*/
  height: 0.56rem;
  line-height: 0.56rem;
}

.info01 .pop_box .pop01.active {
   background: url(../images/pop01_h.png)no-repeat;
    background-size: 2rem 0.56rem;
  border-radius: 0.106667rem;
  width: 20%;
  height: 0.56rem;
  color: #fff;
}

.info01 .pop_box .pop02.active {
    background: url(../images/pop02_h.png)no-repeat;
    background-size: 2rem 0.56rem;
    width: 2rem;
    height: 0.56rem;
}

.info01 .pop_box .pop03.active {
    background: url(../images/pop03_h.png)no-repeat;
    background-size: 2rem 0.56rem;
    width: 2rem;
    height: 0.56rem;
}

.info01 .pop_box .pop04.active {
    background: url(../images/pop04_h.png)no-repeat;
    background-size: 2rem 0.56rem;
    width: 2rem;
    height: 0.56rem;
}

.info01 .pop_box .pop05.active {
    background: url(../images/pop05_h.png)no-repeat;
    background-size: 2rem 0.56rem;
    width: 2rem;
    height: 0.56rem;
}

.info .job_detail {
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: none;
}

.info .job_detail.active {
  display: block;
}

.info .job_detail p {
  font-size: 0.18rem;
  color: #737373;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.info .job_detail .tips {
  padding: 0;
  margin: 0.2rem 0;
}

.info .job_detail .btn {
  background: url(../images/btn.png) no-repeat;
  background-size: 1.68rem 0.56rem;
  width: 1.68rem;
  height: 0.56rem;
  display: block;
  margin-top: 0.9rem;
  cursor: pointer;
}

.info02 .pop_box {
  background: url(../images/pop22.png) no-repeat;
  background-size: 10rem 0.56rem;
  width: 10rem;
  height: 0.56rem;
}

.info02 .pop_box .pops {
  float: left;
  cursor: pointer;
  width: 2rem;
  height: 0.56rem;
}

.info02 .pop_box .pop01.active {
  background: url(../images/pop2_pop01_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info02 .pop_box .pop02.active {
  background: url(../images/pop2_pop02_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info02 .pop_box .pop03.active {
  background: url(../images/pop2_pop033_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info02 .pop_box .pop04.active {
  background: url(../images/pop2_pop04_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info02 .pop_box .pop05.active {
  background: url(../images/pop2_pop05_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info03 .pop_box {
  background: url(../images/pop3.png) no-repeat;
  background-size: 10rem 0.56rem;
  width: 10rem;
  height: 0.56rem;
}

.info03 .pop_box .pops {
  float: left;
  cursor: pointer;
  width: 2rem;
  height: 0.56rem;
}

.info03 .pop_box .pop01.active {
  background: url(../images/pop3_pop01_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info03 .pop_box .pop02.active {
  background: url(../images/pop3_pop02_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.info04 .pop_box {
  background: url(../images/pop4.png) no-repeat;
  background-size: 10rem 0.56rem;
  width: 10rem;
  height: 0.56rem;
}

.info04 .pop_box .pops {
  float: left;
  cursor: pointer;
  width: 2rem;
  height: 0.56rem;
}

.info04 .pop_box .pop01.active {
  background: url(../images/pop4_pop01_h.png) no-repeat;
  background-size: 2rem 0.56rem;
  width: 2rem;
  height: 0.56rem;
}

.content .list_box01_warp {
  position: absolute;
  top: 2.3rem;
  left: 3.65rem;
  display: none;
}

.content .list_box01 {
  background: url(../images/tc01.png) no-repeat;
  background-size: 8.3rem 8.3rem;
  width: 8.3rem;
  height: 8.3rem;
}

.content .list_box .close {
  background: url(../images/close.png) no-repeat;
  background-size: 0.58rem 0.58rem;
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
}

.content .list_box01 .list01 {
  padding-top: 1.5rem;
  margin-left: 0.38rem;
  font-size: 0.22rem;
  color: #737373;
}

.content .list_box01 .list02,
.content .list_box01 .list03,
.content .list_box01 .list04,
.content .list_box01 .list05,
.content .list_box01 .list06,
.content .list_box01 .list07,
.content .list_box01 .list08,
.content .list_box01 .list09,
.content .list_box01 .list10 {
  margin-top: 0.17rem;
  margin-left: 0.38rem;
  font-size: 0.22rem;
  color: #737373;
}

.list10 .btn-select {
  position: relative;
}

.content .list_box01 input {
  width: 3.28rem;
  height: 0.32rem;
  border: 1px solid #000;
  vertical-align: top;
}

.content .list_box01 .list01 input {
  margin-left: 0.6rem;
  /* color: #a3a3a3; */
  font-size: 0.18rem;
}

.content .list_box01 .list02 input {
  margin-left: 0.6rem;
  /* color: #a3a3a3; */
  font-size: 0.18rem;
}

.content .list_box01 .list03 input {
  margin-left: 0.25rem;
  /* color: #a3a3a3; */
  font-size: 0.18rem;
}

.content .list_box01 .list04 input {
  margin-left: 0.16rem;
  /* color: #a3a3a3; */
  font-size: 0.18rem;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a3a3;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3a3a3;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a3a3a3;
}

.content input {
  color: #000;
}

.content .list_box01 .list05 .btn-select {
  margin-left: 0.6rem;
}

.content .list_box01 .list06 .btn-select {
  margin-left: 0.6rem;
}

.content .list_box01 .list07 .btn-select {
  margin-left: 1.32rem;
}

.content .list_box01 .list08 .btn-select {
  margin-left: 1.32rem;
}

.control-group {
  margin-left: 0.15rem;
}

.control-group select {
  border-color: #333;
  font-size: 0.2rem;
}

.btn-select {
  position: relative;
  display: inline-block;
  width: 3.3rem;
  height: 0.32rem;
  vertical-align: top;
  color: #a3a3a3;
  margin-left: 0.15rem;
  background-color: #ffffff;
  overflow: hidden;
}

option {
  font-size: 0.22rem;
  color: #000;
}

.progress {
  width: 10rem;
  height: 1rem;
  text-align: center;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -5rem;
  line-height: 1rem;
}

.btn-select .cur-select {
  display: block;
  width: 3.3rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: url(../images/icon.png) no-repeat 2.93rem center;
  background-size: 0.35rem 0.32rem;
  text-align: center;
  border: 1px solid #000;
  font-size: 0.18rem;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}

.list10 .btn-select {
  overflow: visible;
}

.btn-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.3rem;
  height: 0.32rem;
  opacity: 0;
}

.source,
.source-child {
  background: #fff;
  border: 1px solid #000;
}

.source {
  position: absolute;
  bottom: 0.33rem;
  left: 0;
  display: none;
}

.source a {
  width: 100%;
  padding: 0 0.266667rem;
}

.source a:hover {
  background: #0082e4;
  color: #fff;
}

.hasChild {
  position: relative;
}

.source-child {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.list_box01 .next {
  background: url(../images/btn02.png) no-repeat;
  background-size: 2.38rem 0.56rem;
  width: 2.38rem;
  height: 0.56rem;
  display: block;
  margin: 0.3rem auto 0.08rem auto;
  cursor: pointer;
}

.list_box01 .tip {
  font-size: 0.2rem;
  color: #6b7073;
  text-align: center;
}

.content .list_box02_wrap,
.content .list_box03_wrap {
  position: absolute;
  top: 2.3rem;
  left: 3.65rem;
  display: none;
}

.content .list_box02,
.content .list_box03 {
  background: url(../images/tc02.png) no-repeat;
  background-size: 8.3rem 6.3rem;
  width: 8.3rem;
  height: 6.3rem;
}

.content .list_box02 p {
  font-size: 0.18rem;
  color: #737373;
  margin-left: 0.72rem;
  padding: 0.1rem 0;
}

.content .list_box02 .top {
  padding-top: 2.22rem;
}

.content .list_box02 .post {
  font-size: 0.22rem;
  color: #737373;
  margin-left: 0.72rem;
  margin-top: 0.1rem;
}

.content .list_box02 .post input {
  width: 3.28rem;
  height: 0.32rem;
  border: 1px solid #000;
  vertical-align: top;
}

.content .list_box02 .post button {
  font-size: 0.18rem;
  width: 0.76rem;
  height: 0.34rem;
  background-color: #0082e4;
  color: #fff;
  cursor: pointer;
}

.content .list_box02 .post .fileName {
  display: inline-block;
  width: 3.28rem;
  height: 0.32rem;
  border: 1px solid #000;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#jl-file {
  opacity: 0;
  width: 0.76rem;
  height: 0.34rem;
  position: relative;
  top: 0;
  right: 0.8rem;
  background: red;
}

.content .list_box02 .tip {
  font-size: 0.2rem;
  color: #d00000;
  margin-left: 2rem;
}

.list_box02 .back,
.list_box03 .back {
  display: inline-block;
  background: url(../images/back.png) no-repeat;
  background-size: 2.38rem 0.56rem;
  width: 2.38rem;
  height: 0.56rem;
  margin: 0.2rem auto 0.08rem auto;
  cursor: pointer;
}

.list_box02 .next {
  display: inline-block;
  background: url(../images/btn03.png) no-repeat;
  background-size: 2.38rem 0.56rem;
  width: 2.38rem;
  height: 0.56rem;
  margin: 0.2rem auto 0.08rem auto;
  cursor: pointer;
}

.content .list_box03 .key {
  font-size: 0.22rem;
  color: #737373;
  margin-left: 1.48rem;
  padding-top: 2.5rem;
  margin-bottom: 0.2rem;
}

.content .list_box03 .key input {
  width: 4.2rem;
  height: 0.35rem;
  border: 1px solid #000;
  vertical-align: top;
}

.content .list_box03 p {
  font-size: 0.2rem;
  margin-left: 2.6rem;
  color: #d00000;
}

.list_box03 .next {
  display: inline-block;
  background: url(../images/btn04.png) no-repeat;
  background-size: 2.38rem 0.56rem;
  width: 2.38rem;
  height: 0.56rem;
  margin: 0.64rem auto 0.08rem auto;
  cursor: pointer;
}

.content .list_box04_wrap {
  position: absolute;
  top: 4.3rem;
  left: 6rem;
  display: none;
}

.content .list_box04 {
  background: url(../images/tc03.png) no-repeat;
  background-size: 3.8rem 2.1rem;
  width: 3.8rem;
  height: 2.1rem;
}

.content .list_box04 p {
  font-size: 0.3rem;
  color: #737373;
  text-align: center;
  line-height: 2.1rem;
}

@keyframes run {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: -2000% 0;
  }
}

@-webkit-keyframes run {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: -2000% 0;
  }
}

@keyframes run2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000% 0;
  }
}

@-webkit-keyframes run2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000% 0;
  }
}

@keyframes shake {
  from {
    top: 2.7rem;
  }
  to {
    top: 2.9rem;
  }
}

@-webkit-keyframes shake {
  from {
    top: 2.7rem;
  }
  to {
    top: 2.9rem;
  }
}
