body{
  font-family: "Microsoft YaHei";
}
a{
  text-decoration: none;
}
.fp-tableCell{
  vertical-align: inherit;
}
header{
	z-index: 999;
}
#head-downlist{
	z-index: 999;
}
/*
   头部左边
*/
.head-left{
  position: fixed;
  left: 10px;
  top: 10px;
  width: 300px;
  height: 80px;
}
.head-left a{
  display: flex;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 15px;
}

/***********   GPS   *****/
.section{
  position: relative;
}
.gps{
  width: 60px;
  height: 200px;
  position: fixed;
  right: 0;
  top:50%;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
}
.gps li{
  width: 12px;
  height: 12px;
  background-color: rgb(200, 200, 200);
  border-radius: 50%;
  /*cursor: pointer;*/
  list-style: none;
}
.gps li.current{
  background-color: #0595dd;
}

/***************第一屏*****************/
.first{
  width: 100%;
 }
#ad_hover,#ios_hover{
 	cursor: pointer;
 }
#ad_hover img, #ios_hover img{
 	width: 140px;
 	height: 140px;
 }
/********* 头部 ********/
.hd{
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.hd li{
  text-align: center;
  margin-right: 50px;
  list-style: none;
  float: left;
  color: #666;
}
.hd .logo{
  height: 44px;
  width: 44%;
  margin-right: 0;
  text-align: center;
}
.logo>img{
  height: 36px;
  /*padding-top: 5px;*/
}
.hd li:nth-child(2){
  color:#38a5de;
}
.hd .ad{
  margin-right: 15px;
}
.hd a{
  margin-top: 7px;
  display: block;
  line-height: 30px;
  width: 100px;
  padding: 0 7px;
  border-radius: 5px;
}
.ad>a{
  color:#38a5de;
  border: 1px solid #38a5de;
}
.ios>a{
  color:#dd5e5d;
  border: 1px solid #dd5e5d;
}

/*********** 主要内容 ************/
.bg{
  height:94%;
  width: 100%;
  background: url("../img/yidafen/bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.fir-cont{
  width: 1200px;
  height:100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.fir-l{
  width: 55%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top:-260px;
 }
.fir-r{
  width: 45%;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -165px;
}
.first-right{
  position: absolute;
  left: 0;
}
.bg ul{
	margin: 15px 45px;
}
.bg ul>li{
  list-style: none;
  float: left;
  color:#666;
  padding-top: 20px;
}
.fir-ul li p{
  font-size: 18px;
  margin-top: 25px;
}
.bg ul>li:first-child{
  margin-right: 60px;
  padding-left: 50px;
}
.ewm{
  display: none;
}
/* 做动画 */
.active .fir-l{
  -webkit-animation:first-l 0.8s; /*Safari and Chrome*/
}
.active .fir-r{
  -webkit-animation:first-r 1s; /*Safari and Chrome*/
}
.active .fir-ul{
  -webkit-animation:first-ul 2s; /*Safari and Chrome*/
}
@-webkit-keyframes first-l{
  from {
    transform: translateX(-80px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes first-r{
  from {
    transform: translateX(80px) translateY(0);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes first-ul{
  from {
    transform: translateX(-150px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}

/***************第二屏*****************/
.sec-bg{
  height: 100%;
  background-size: 100% 100%;
  background:url("../img/yidafen/secbg.png") center center no-repeat;
}
.sec-cont{
  width: 1200px;
  height:100%;
  margin: 0 auto;
  position: relative;
}
.sec-left{
  position: absolute;
  width: 50%;
  float: left;
  top: 50%;
  margin-top:-280px;
}
.sec-right{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top:-136px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
.sec-right>h2{
  color:#38a5de;
  padding-left: 40px;
  font-weight: normal;
  font-size: 50px;
}
.sec-right>p{
  font-size: 26px;
  color:#666;
  line-height: 70px;
}
.sec-right>p:last-child{
  padding-left: 104px;
}
/*做动画*/
.active .sec-left{
  -webkit-animation:sec-l 0.8s; /*Safari and Chrome*/
}
.active .sec-right{
  -webkit-animation:sec-r 1.2s; /*Safari and Chrome*/
}
@-webkit-keyframes sec-l{
  from {
    transform: translateX(-100px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes sec-r{
  from {
    transform: translateX(150px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}

/***************第三屏*****************/
.thr-bg{
  height: 100%;
  background-size: 100% 100%;
  background:url("../img/yidafen/thrbg.png") center center no-repeat;
}
.thr-cont{
  width: 1200px;
  height:100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.thr-left{
  position: absolute;
  top: 50%;
  margin-top:-136px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
.thr-left>h2{
  color:#38a5de;
  font-size: 50px;
  font-weight: normal;
}
.thr-left>p{
  font-size: 26px;
  color:#333;
  line-height: 70px;
}
.thr-right{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top:-280px;
  width: 50%;
  float: left;
}
/*做动画*/
.active .thr-left{
  -webkit-animation: thr-l 1.2s; /*Safari and Chrome*/
}
.active .thr-right{
  -webkit-animation: thr-r 0.8s; /*Safari and Chrome*/
}
@-webkit-keyframes thr-l{
  from {
    transform: translateX(-150px) translateY(0);
  }
  to{
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes thr-r{
  from {
    transform: translateX(100px) translateY(0);
  }
  to{
    transform: translateX(0) translateY(0);
  }
}

/*************** 第四屏*****************/
.four-bg{
  height: 88%;
  background-size: 100% 100%;
  background:url("../img/yidafen/fourbg.png") center center no-repeat;
}
.four-cont{
  width: 1200px;
  height:100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.four-left{
  width: 50%;
  float: left;
  position: absolute;
  top: 50%;
  margin-top:-282px;
  text-align: center;
}
.four-right{
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -106px;
  padding-left: 40px;
}
.four-right>h2{
  color:#38a5de;
  font-size: 50px;
  font-weight: normal;
}
.four-right>p{
  font-size: 26px;
  color:#333;
  line-height: 70px;
}
.four-right>p:last-child{
  padding-left: 104px;
}
/* 底部 */
.footer{
  height: 12%;
  padding-top: 5px;
  background-color: #eef4fd;
}
.footer p{
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 12px 0;
}
.footer p:last-child span{
  margin-left: 16px;
}
.footer span{
  margin-right: 16px;
}
/*做动画*/
.active .four-left{
  -webkit-animation: four-l 0.8s linear; /*Safari and Chrome*/
}
.active .four-right{
  -webkit-animation: four-r 1.2s linear; /*Safari and Chrome*/
}
@-webkit-keyframes four-l{
  from {
    transform: translateX(-100px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes four-r{
  from {
    transform: translateX(150px) translateY(0px);
  }
  to{
    transform: translateX(0px) translateY(0px);
  }
}
.xg_download{
  width: 80%;
}
.xg_download p{
  margin-top: 5px!important;
}
.bg-2{
  display: inline-block;
  height: 110px;
  width: 110px;
  background: url('../img/xgyxw_new/common.png') -198px -8px;
  border-radius: 10px;
}