* {
  padding: 0;
  margin: 0;
  font-family: 'Myriad Pro';
}

.left {
  float: left;
}

.right {
  float: right;
}
.clear {
  clear: both;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

.min {
  width: 1280px;
  margin: 0 auto;
}

.show {
  display: block;
}

.yinc {
  display: none;
}

.header {
  background: #00366e;
  height: 50px;
  padding-top: 9.5px;
}

.header a {
  font-size: 18px;
}

.header .min {
  position: relative;
}
.header .logo{width:116px; margin:0px auto;}
.header .logo img{height:40px;width:116px;}
.header .xian {
  background: #fff;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 12px;
}

.header .c_or_en {
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #00488f;
  position: absolute;
  right: 0;
  top: -0.5px;
  text-align: center;
}

.header .c_or_en a {
  font-size: 16px;
}

.content {
  background: url(../images/bg.png) no-repeat center;
  background-size: 2700px 1560px;
  width: 100%;
  height: 1560px;
  overflow: hidden;
}

.content .min {
  position: relative;
}

.content .min .banner {
  position: absolute;
  left: -710px;
}

.content .min .wenzi {
  position: absolute;
  top: 200px;
  right: 0;
}

.content .min .ios {
  position: absolute;
  top: 610px;
  right: 506px;
}

.content .min .android {
  position: absolute;
  top: 610px;
  right: 85px;
}

.content .min .harmony {
  position: absolute;
  top: 760px;
  right: 506px;
}
.content .min .google {
  position: absolute;
  top: 760px;
  right: 85px;
  display: none;	
}

.ph {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 480px) {
  img {
    width: 100%;
    height: 100%;
  }
  .ph {
    display: block;
  }
  .pc {
    display: none;
  }
  .min {
    width: 7.5rem;
  }
  .zhezhaoceng {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  .zhezhaoceng img {
    width: 6.24rem;
    height: 2.07rem;
    position: absolute;
    top: 0.58rem;
    margin-left: 1rem;
  }
  .header {
    background: #00366e;
    height: 0.8rem;
    padding-top: 0.15rem;
  }
  .header a {
    font-size: 0.18rem;
  }
  .header .min {
    position: relative;
  }
  .header .logo {
  /*  margin-left: 0.25rem;*/
  text-align:center;
  width:100%;
  margin:0px auto;
  }
  .header .logo img {
    height: 0.55rem;
    width: auto;
}
  .header .logo .img img {
    width: 100%;
    height: 100%;
  }
  .header .xian {
    background: #fff;
    width: 0.02rem;
    height: 0.24rem;
    margin-left: 0.16rem;
    margin-right: 0.12rem;
  }
  .header .c_or_en {
    width: 0.9rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #00488f;
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    text-align: center;
  }
  .header .c_or_en a {
    font-size: 0.16rem;
  }
  .content {
    background: url(../images/mobile_bg.png) no-repeat center;
    background-size: 7.5rem 12.94rem;
    width: 7.5rem;
    height: 12.94rem;
  }
  .content .min {
    position: relative;
  }
  .content .min .wenzi {
    position: absolute;
    top: 0.69rem;
    left: 50%;
    margin-left: -2.75rem;
    width: 5.5rem;
    height: 1.72rem;
  }
  .content .min .ios {
    position: absolute;
    top: 7.1rem;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 0.9rem;
  }
  .content .min .android {
    position: absolute;
    top: 8.4rem;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 0.9rem;
  }
  .content .min .harmony {
    position: absolute;
    top: 9.7rem;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 0.9rem;	
  }
  .content .min .google {
    position: absolute;
    top: 11rem;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 0.9rem;
    display: none;	
  }
}
