@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
  overflow-x: hidden;
  background: #f8fafc !important; }

.max_img {
  width: 100%;
  height: 100%;
  position: relative; }

.img {
  width: 100%;
  height: 100%; }

.float_font {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 40%; }

.img_1, .img_2, .img_3, .img_4 {
  position: absolute; }

.img_1 {
  width: 100%;
  height: 100%; }

.img_2 {
  left: -2000px; }

.img_3 {
  left: -2000px; }

.img_4 {
  left: -2000px; }

.navigation {
  z-index: 59;
  height: 80px;
  width: 100%;
  min-width: 1200px;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed; }

.navigation_action {
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .navigation_action a {
    color: #fff; }

.navigation_action:before {
  content: "";
  position: absolute;
  width: 49px;
  background: url(../images/banner_Slide_mouse.png);
  height: 83px;
  background-repeat: no-repeat;
  left: 50%;
  animation: mymove 2s infinite;
  -webkit-animation: mymove 2s infinite;
  /*Safari and Chrome*/ }

@keyframes mymove {
  from {
    top: -193px; }
  to {
    top: -73px; } }
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    top: -193px; }
  to {
    top: -73px; } }
.navigation_next {
  background: #fff;
  color: #0a82d9; }

.lef_logo {
  position: absolute;
  left: 10%;
  height: 80px;
  line-height: 80px; }

.lef_logo img {
  vertical-align: middle; }

.btn_bac {
  position: absolute;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #f7cb06;
  bottom: 0px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out; }

.top_bac {
  position: absolute;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #f7cb06;
  top: 0px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out; }

#menu .active {
  font-weight: bold; }

.navigation ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  position: absolute;
  right: 10%; }

.navigation ul li {
  float: right;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: default;
  color: #333;
  width: 100px;
  font-size: 18px; }
  .navigation ul li a {
    color: #777;
    text-decoration: none;
    display: block; }

.navigation_action > ul > .active a {
  color: #fff; }

.navigation_next > ul > .active a {
  color: #0a82d9; }

strong {
  letter-spacing: 1.5px; }

.right_GPRS {
  position: fixed;
  right: 10px;
  width: 10px;
  top: 50%;
  z-index: 4;
  display: none; }

.right_GPRS ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.right_GPRS ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0px 2px;
  border: 1px solid #f7cb06; }

.right_GPRS > ul > .r_focus {
  background: #0a82d9;
  display: inline-block; }

.page_2 {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  height: 22%;
  width: 100%;
  background: #26a1e1;
  min-width: 1200px; }

.page_2_lef {
  width: 38%;
  height: 100%;
  float: left; }
  .page_2_lef p:nth-child(1) {
    height: 5px;
    background: #fff;
    width: 10%;
    margin: 5% 0px 3% 45%; }
  .page_2_lef p:nth-child(2) {
    margin: 0px 0px 4% 45%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 36px; }
  .page_2_lef p:nth-child(3) {
    margin: 0px 0px 0px 45%;
    color: #fff;
    font-size: 14px;
    line-height: 16px; }

.page_2_rig {
  width: 62%;
  float: left;
  height: 100%;
  background: #fff; }
  .page_2_rig p:nth-child(1) {
    margin: 2.5% 0% 2% 4%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px; }
  .page_2_rig p:nth-child(2) {
    margin: 0px 0px 0px 4%;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    width: 85%;
    text-indent: 30px;
    letter-spacing: 1px; }

.contexts {
  width: 1170px;
  min-width: 1170px;
  margin: 0px auto;
  position: relative; }

.carousel {
  display: table;
  width: 1200px;
  padding: 8% 0px 0px 0px;
  margin: 0 auto; }

.carousel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 100%; }

.carousel > div > p {
  text-align: center;
  letter-spacing: 7px;
  color: #0a82d9;
  margin: 0px;
  font-weight: 600; }

.carousel > div > p:nth-child(1) {
  font-size: 30px; }

.carousel > div > p:nth-child(2) {
  font-size: 20px;
  padding: 14px 0px 0px 0px; }

.carousel > .itme {
  float: left;
  height: 51.5%; }

.itme_1 {
  width: 33.2%;
  padding: 5px 0px; }
  .itme_1 li:nth-child(1) {
    margin-bottom: 33px; }
  .itme_1 li:nth-child(2) {
    margin-bottom: 33px; }

.itme_2 {
  width: 33.33333%; }

.itme_3 {
  width: 33.33333%;
  padding: 5px 0px; }
  .itme_3 li:nth-child(1) {
    margin-bottom: 33px; }
  .itme_3 li:nth-child(2) {
    margin-bottom: 33px; }

.c2_d {
  margin-bottom: 4.9%; }

.newPhone {
  width: 200px;
  height: 378px;
  top: 55px;
  left: 19px;
  position: absolute;
  z-index: 9;
  background: #fff;
  overflow: hidden; }

.switch {
  width: 100%;
  height: 100%;
  position: relative; }

.switch > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%; }

.switch > img:nth-child(2) {
  left: 0px; }

.switch > img:nth-child(3) {
  left: 100%; }

.itme_2 {
  padding: 25px 0px; }

.itme_2 > div {
  height: 490px;
  width: 240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.itme_2 > div > img {
  position: absolute;
  z-index: 5;
  height: 100%; }

.itme > ul > li {
  position: relative;
  height: 33%; }

.itme > ul > li:nth-last-child(1) {
  margin-bottom: 10px; }

.paging {
  margin: 0px;
  padding: 8%;
  clear: both;
  text-align: center;
  cursor: pointer; }

.paging span {
  background: #ccc; }

.paging span:nth-child(1) {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  margin-right: 20px;
  background: transparent; }

span:nth-child(5) {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  margin-left: 20px;
  background: transparent; }

.paging span:nth-child(2), .paging span:nth-child(3), .paging span:nth-child(4) {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px; }

.paging > .action {
  background-color: #f7cb06;
  position: relative; }

.paging > .action:after {
  content: "";
  position: absolute;
  border: 1px solid #f7cb06;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -3px;
  left: -3px; }

.roll_1 > p:nth-child(1) {
  font-size: 30px;
  color: #0a82d9; }

.font_left, .font_right {
  width: 88.8%;
  position: relative; }

.font_left {
  margin-left: -1500px;
  transition: 1s; }

.font_left_an {
  margin: 0px;
  transition: 1s; }

.font_right {
  left: 1500px;
  transition: 1s; }

.font_right_an {
  left: 11.2%;
  transition: 1s; }

.itme_3 .sex_img {
  left: -5px; }

.sex_img {
  position: absolute;
  top: -5px;
  right: -6px;
  display: none; }

.font_left p:nth-child(1) {
  text-align: right;
  color: #0a82d9;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0px; }

.font_left p:nth-child(2) {
  letter-spacing: 4px;
  line-height: 27px;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  margin: 7px auto; }

.font_right p:nth-child(2) {
  letter-spacing: 4px;
  line-height: 27px;
  font-size: 14px;
  color: #666;
  margin: 7px auto; }

.font_right p:nth-child(1) {
  text-align: left;
  color: #0a82d9;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0px; }

.zxp-v {
  width: 100%;
  display: table; }
  .zxp-v .zxp-v-md1:nth-child(2) {
    margin: 0px 180px; }

.zxp-v-md1 {
  width: 280px;
  float: left;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-radius: 15px;
  max-height: 350px;
  min-height: 350px;
  overflow: hidden;
  -moz-box-shadow: 0px 4px 8px 0px rgba(7, 17, 27, 0.05), 4px 0px 8px 0px rgba(7, 17, 27, 0.05), -4px 0px 8px 0px rgba(7, 17, 27, 0.05);
  box-shadow: 0px 4px 8px 0px rgba(7, 17, 27, 0.05), 4px 0px 8px 0px rgba(7, 17, 27, 0.05), -4px 0px 8px 0px rgba(7, 17, 27, 0.05);
  transition: .2s; }

.zxp-v-md1 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

.zxp-v-md1-image {
  height: 193px;
  overflow: hidden;
  width: 100%;
  transition: .5s;
  display: inline-block;
  float: none;
  vertical-align: middle;
  line-height: 200px; }

.zxp-v-md1-info p {
  margin: 5px 0px;
  padding: 0px;
  font-size: 14px;
  letter-spacing: 1px; }

.zxp-v-md1-info > p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  margin: 0px auto; }

.zxp-v-md1:hover {
  transition: .2s;
  -moz-box-shadow: 0px 8px 16px 0px rgba(7, 17, 27, 0.1), 8px 0px 16px 0px rgba(7, 17, 27, 0.1), -8px 0px 16px 0px rgba(7, 17, 27, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(7, 17, 27, 0.1), 8px 0px 16px 0px rgba(7, 17, 27, 0.1), -8px 0px 16px 0px rgba(7, 17, 27, 0.1); }

.new_itme {
  position: relative;
  height: 55%;
  display: table;
  letter-spacing: 1.5px;
  padding: 0px 86px; }

.c4_tit {
  margin-bottom: 4.3%; }

.new_itme:after {
  content: "";
  position: absolute;
  left: 598px;
  width: 3px;
  background-color: #0a82d9;
  height: 100%;
  top: 0px; }

.new_itme:before {
  content: "";
  position: absolute;
  left: 585px;
  width: 30px;
  background-color: #0a82d9;
  height: 3px; }

.new_itme em:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f7cb06;
  position: absolute;
  left: 3px;
  top: 3px; }

.new_120 {
  height: 23%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out; }

.new_150 {
  height: 25%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out; }

.new_itme1, .new_itme3 {
  margin-left: 582px;
  position: relative;
  z-index: 1;
  display: none; }
  .new_itme1 em, .new_itme3 em {
    width: 18px;
    height: 18px;
    border: 2px solid #0a82d9;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -79px;
    background: #fff;
    z-index: 1; }
  .new_itme1 p, .new_itme3 p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 25px;
    color: #666;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out; }

.new_itme2, .new_itme4 {
  position: relative;
  margin-right: 582px;
  z-index: 1;
  display: none; }
  .new_itme2 em, .new_itme4 em {
    width: 18px;
    height: 18px;
    border: 2px solid #0a82d9;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -79px;
    background: #fff;
    z-index: 1; }
  .new_itme2 p, .new_itme4 p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 25px;
    color: #666; }

.new_itme1 {
  margin-top: 4%; }

.new_itme1 p:nth-last-child(1), .new_itme2 p:nth-last-child(1), .new_itme3 p:nth-last-child(1), .new_itme4 p:nth-last-child(1) {
  display: table;
  color: #fff;
  background-color: #0a82d9;
  padding: 2px 13px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  letter-spacing: 1px; }

.keep {
  text-align: center;
  margin: 10px 0px 0px 0px;
  color: #999;
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 25px; }

.btn-v1 .btn_logo_right p:nth-child(1) {
  font-size: 30px;
  font-weight: 600; }

.btn-v1 {
  width: 280px;
  margin: 0 auto; }

.btn-v2 {
  background: silver;
  margin: 40px auto 30px auto;
  height: 1px; }

.btn-v3 {
  text-align: center; }

.btn-v3-md1, .btn-v3-md3 {
  text-align: left; }

.btn-v3-md1 {
  float: left;
  overflow: hidden; }

.btn-v3-md1 p:nth-child(1) {
  color: white;
  font-size: 16px; }

.btn-v3-md1 p a:nth-child(1) {
  padding-right: 50px; }

.btn-v3-md1 p a {
  color: #000000;
  text-decoration: none; }

.btn-v3-md1 p:nth-child(2) {
  font-size: 12px;
  color: slategray;
  margin: 40px 0px; }

.btn-v3-md2 {
  display: inline-block; }

.btn-v3-md3 {
  float: right;
  overflow: hidden; }

.btn-v3-md3 p {
  margin: 9px 0px; }

.cloud {
  width: 1200px;
  margin: 0 auto;
  padding: 10.5% 0px; }

.cloud-v1 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 10px;
  font-weight: 600; }

.cloud-v2 {
  letter-spacing: 5px;
  margin: 3.5% auto;
  text-shadow: 1px 2px 5px #666; }

.cloud-v2 span:nth-child(1), .cloud-v2 span:nth-child(3) {
  font-size: 22px;
  color: #ffffff; }

.cloud-v2 span:nth-child(2), .cloud-v2 span:nth-child(4) {
  font-size: 28px;
  color: #ffffff; }

.cloud-v3 {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 3px; }

.cloud-v4 {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1px; }

.carousel-v1 {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #31AEE8;
  line-height: 30px;
  font-family: MicrosoftYaHei Bold; }

.carousel-v2-md1, .carousel-v2-md2, .carousel-v2-md3 {
  /* text-align: center; */
  display: inline-block;
  vertical-align: middle; }

.carousel-v2 {
  display: table;
  margin: 0px auto;
  padding-left: 157px; }

.carousel-v2-md1 div:nth-child(1) {
  margin-bottom: 12px; }

.carousel-v2-md2 {
  margin-right: 80px;
  margin-left: 80px; }

.carousel-v2-md2 img {
  width: 103px;
  height: 103px; }

.carousel-v2-md3 {
  text-align: left; }

.carousel-v2-md3 div {
  margin-bottom: 15px;
  line-height: 26px; }

.carousel-v2-md3 div span {
  font-size: 14px;
  color: #333333; }

.carousel-v2-md3 img {
  /* margin-bottom: 20px; */
  margin-right: 20px;
  vertical-align: text-top; }

.btn-v3-md1 p:nth-child(1) {
  color: white;
  font-size: 16px; }

.btn-v3-md1 p a:nth-child(1) {
  padding-right: 50px; }

.btn-v3-md1 p a {
  color: #000000;
  text-decoration: none; }

.btn-v3-md1 p:nth-child(2) {
  font-size: 12px;
  color: slategray;
  margin: 40px 0px; }

.btn-v3-md2 {
  display: inline-block; }

.btn-v3-md3 {
  float: right;
  overflow: hidden; }

.btn-v3-md3 p {
  margin: 9px 0px; }

.dows_img {
  margin-top: 80px;
  height: 67%;
  background: url(../images/btnImg.png) center no-repeat;
  background-size: cover; }

.dows {
  height: 25%;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  -moz-box-shadow: 10px 0px 20px #666;
  box-shadow: 10px 0px 20px #666;
  margin-top: -1px;
  background: #fff; }

.dows_title {
  font-size: 22px;
  line-height: 30px;
  margin: 10px auto;
  color: #3eaee8;
  font-weight: 600;
  letter-spacing: 7px; }

.carousel-v2-md1 div:nth-child(1) a {
  background: url(../images/iphone.png) no-repeat; }

.carousel-v2-md1 div:nth-child(2) a {
  background: url(../images/android.png) no-repeat; }

.carousel-v2-md1 div:nth-child(1) a, .carousel-v2-md1 div:nth-child(2) a {
  width: 150px;
  height: 41px;
  line-height: 41px;
  background-position: 10px;
  background-color: #31aee8;
  text-align: center;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-indent: 20px; }

/*# sourceMappingURL=index.css.map */
