@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;
}

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: #f7b69f;
}

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

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

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

iframe {
  overflow: hidden;
  border: none;
}

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

.clear {
  clear: both;
}

.warp {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  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;
}

.nav03.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;
  overflow: hidden;
}
.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 {
  width: 1.9rem;
  height: 0.56rem;
  display: block;
  margin-left: 0.57rem;
  cursor: pointer;
}
.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.57rem;
  width: 1.9rem;
}
.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 {
  position: absolute;
  top: 2.3rem;
  left: 3.65rem;
}
.info {
  display: none;
  width: 10rem;
}
.info.curr {
  display: block;
}
.info01 .top,
.info02 .top,
.info03 .top,
.info04 .top {
  font-size: 0.3rem;
  font-weight: bold;
  color: #585858;
  text-align: center;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #585858;
}
.info01 p {
  font-size: 0.18rem;
  color: #737373;
  width: 8.45rem;
  display: block;
  margin: 0.38rem auto 0 auto;
}
.info01 .pic01 {
  background: url(../images/info01_pic01.png) no-repeat;
  background-size: 2.36rem 2.7rem;
  width: 2.36rem;
  height: 2.7rem;
  vertical-align: top;
  margin-left: 1.75rem;
  margin-top: 0.33rem;
}
.info01 .pic02 {
  background: url(../images/info01_pic02.png) no-repeat;
  background-size: 2.36rem 2.7rem;
  width: 2.36rem;
  height: 2.7rem;
  vertical-align: top;
  margin-left: 1.07rem;
  margin-top: 0.33rem;
}
.info02 .ui {
  background-position: 0.22rem;
  background-size: 0.99rem 0.99rem;
  width: 10rem;
  height: 1.24rem;
  border-bottom: 1px solid #585858;
}
.info02 .ui01 {
  background-image: url(../images/info02_ui01.png);
  background-repeat: no-repeat;
}
.info02 .ui02 {
  background-image: url(../images/info02_ui02.png);
  background-repeat: no-repeat;
}
.info02 .ui03 {
  background-image: url(../images/info02_ui03.png);
  background-repeat: no-repeat;
}
.info02 .ui04 {
  background-image: url(../images/info02_ui04.png);
  background-repeat: no-repeat;
}
.info02 .ui05 {
  background-image: url(../images/info02_ui05.png);
  background-repeat: no-repeat;
}
.info02 .ui06 {
  background-image: url(../images/info02_ui06.png);
  background-repeat: no-repeat;
}
.info02 .ui06 {
  border: none;
}
.info02 .ui .item {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  padding-top: 0.26rem;
}
.info02 .ui03 .item,
.info02 .ui04 .item,
.info02 .ui05 .item {
  padding-top: 0.14rem;
}
.info02 .ui p {
  font-size: 0.18rem;
  color: #585858;
  padding-left: 1.4rem;
}

.info03 .pic01 {
  background: url(../images/info03_pic01.png) no-repeat;
  background-size: 4.66rem 3.7rem;
  width: 4.66rem;
  height: 3.7rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.08rem;
}
.info03 .pic01:hover {
  background-image: url(../images/info03_pic01_h.png);
  background-repeat: no-repeat;
}
.info03 .pic02 {
  background: url(../images/info03_pic02.png) no-repeat;
  background-size: 4.66rem 3.7rem;
  width: 4.66rem;
  height: 3.7rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.08rem;
  margin-left: 0.6rem;
}
.info03 .pic02:hover {
  background-image: url(../images/info03_pic02_h.png);
  background-repeat: no-repeat;
}

@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;
  }
}
