@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 12px;
  font-family: "微软雅黑";
  background: #fff;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
select,
input {
  font-size: 12px;
  vertical-align: middle;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
textarea,
input {
  outline: none;
  -webkit-appearance: none;
}
mark {
  background-color: transparent;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.no {
  display: none;
}
em {
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.r {
  position: relative;
}
.a {
  position: absolute;
}
.full {
  width: 100%;
  height: 100%;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  background: #050f1c url(../img/bigbg.jpg) repeat-x;
  max-width: 750px;
  margin: 0 auto;
}
html {
  font-size: 62.5%;
}
.Gtitle {
  margin: 3rem auto 1rem;
  position: relative;
  text-align: center;
}
.Gtitle h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: bold;
  color: #43d8e1;
}
.Gtitle p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7rem;
  color: #acb2b9;
}
.Gintext {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
.Gintext h2 {
  text-align: center;
  font-family: mFont;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 1rem;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  background: #215a89;
  cursor: pointer;
  font-weight: bold;
}
.Gintext .Ginbox {
  position: absolute;
  height: 3rem;
  width: 2rem;
  left: -2rem;
  top: 0;
}
.Gintext .Goline {
  width: .3rem;
  height: 2.2rem;
  background: #7794aa;
  position: absolute;
  left: 1.2rem;
  top: .4rem;
}
.Gintext .Goline2 {
  width: .3rem;
  height: 1.8rem;
  background: #7794aa;
  position: absolute;
  left: .5rem;
  top: .6rem;
}
.Gintext .Ginbox2 {
  left: auto;
  right: -2rem;
  top: 0;
}
.Gintext .Ginbox2 .Goline {
  left: .3rem;
}
.Gintext .Ginbox2 .Goline2 {
  left: .9rem;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.Mappicbox {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
}
.Mappicbox div {
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
  border-radius: 50%;
  box-shadow: 0 0 250px #5ecee6;
}
.Mappicbox img {
  display: block;
  width: 70%;
  margin: 0 auto;
  -webkit-animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  -o-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
.Gnlistn {
  color: #3fcdfd;
  line-height: 2rem;
  font-size: 1.4rem;
  letter-spacing: 1px;
  z-index: 1;
}
.Gnlistn li {
  padding-left: 4rem;
  position: relative;
  font-size: 1.3rem;
}
.Gnlistn li:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: url(../img/icncnt.png) no-repeat center 0.2rem;
  background-size: 100%;
  left: 1.1rem;
  top: 0rem;
}
.Gnlistn .Gon2:after {
  background-position: center -2.3rem;
  background-size: 100%;
}
.Gnlistn .Gon3:after {
  background-position: center -4.6rem;
}
.Gnlistn .Gon4:after {
  background-position: center -13rem;
}
.Gnlistn .Gon5:after {
  background-position: center -10rem;
}
.Mnvgh {
  max-width: 85%;
  padding: 10px 30px 20px 40px;
  background: rgba(45, 88, 105, 0.8);
  color: #fff;
}
.Mnvgh h2 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
}
.Mnvgh h2 span {
  position: relative;
  padding-left: 5px;
}
.Mnvgh h2 span:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/icncnt.png) no-repeat center -240px;
  background-size: 100%;
  position: absolute;
  left: -22px;
  top: -2px;
}
.Mnvgh p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  white-space: normal;
  margin-bottom: 4px;
  position: relative;
}
.Mnvgh p:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #6699cc;
  position: absolute;
  left: -13px;
  top: 5px;
  border-radius: 50%;
}
.worldscs {
  color: #289495;
  position: absolute;
  left: 1rem;
  bottom: 0rem;
  font-size: 1.4rem;
  padding-left: 3rem;
}
.worldscs:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/icncnt.png) no-repeat center 0.1rem;
  background-size: 100%;
  position: absolute;
  left: .5rem;
  top: 0rem;
}
.Gsmtitle h2 {
  height: 3rem;
  color: #fff;
  background: url(../img/smatitle.png) no-repeat 0 center;
  font-size: 1.4rem;
  font-family: mFont1;
  line-height: 3rem;
  display: inline-block;
  width: 80%;
}
.Gsmtitle .Ttit2 {
  width: 90%;
}
.Gsmtitle .Ttit5 {
  width: 90%;
  background: url(../img/smatitleline.png) no-repeat center bottom;
  padding-left: 0;
}
.Gworldn img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.Gworldn h3 {
  color: #cccccc;
  font-size: 1.4rem;
  line-height: 1.7rem;
  position: absolute;
  top: 40px;
  width: 100%;
}
.Gworldn h3 span {
  font-size: 1.8rem;
  padding: 0 3px;
}
.Bombox {
  height: 5rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  clear: both;
  padding: 4rem 0 7rem;
  display: flex;
}
.Bombox .Btien {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
}
.Bombox .Btism {
  position: relative;
  top: 9px;
}
.Bombox .Bpictt {
  display: inline-block;
  width: 4.5rem;
  height: 2rem;
  position: relative;
  top: .5rem;
  margin-right: 7px;
}
.Bombox .uii {
  flex: 1;
}
.Bombox .Bqiu {
  width: 3rem;
  height: 3rem;
  position: relative;
  display: inline-block;
}
.Bombox .Bqiu div {
  width: .5rem;
  height: .5rem;
  background: #9bcdfd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  box-shadow: 0 0 5px #9bcdfd;
}
.Bombox .Bpicwm {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  top: 6px;
  margin: 0 11px 0 15px;
}
