
html, body{
  min-width: 1200px;
  width: 100%;
}
.content{
  min-width: 1000px;
  width: 100%;
}
.banner_bg {
  width: 100%;
  /* padding-top: 40.32%; */
  padding-top: 45%;
  background: url(../images/index/banner.jpg) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.banner_bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  object-fit: fill;
}
.banner_bg .video_mb{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(33, 39, 53, .5);
}
.banner {
  position: relative;
  width: 100%;
  padding-top: 64px;
}

.banner_bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.ap_software_title{
 font-size:60px;
 color: #fff;
 white-space: nowrap;
 line-height: 60px;
 text-shadow:0px 3px 10px rgba(17,21,29,1);
 font-family:"Microsoft YaHei";
 font-weight:400;
}
.ap_software_title span {
  font-size: 48px;
 vertical-align: top;
 padding:  0 30px;
}
.banner .ap_software_intro {
  text-align: center;
  font-size: 0;
  margin-top: 51px;
}

.banner .ap_software_intro li {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #ffffff;
  position: relative;
}

.banner .ap_software_intro li+li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);

}

.banner .ap_software_intro li+li {
  margin-left: 62px;
}

.ap_btn_box {
  margin-top: 118px;
  text-align: center;
}

.ap_btn_box>a {
  display: inline-block;
  width: 236px;
  height: 60px;
  line-height: 60px;
  background: #0DA5EF;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
.ap_btn_box>a:hover {
  background: #13C8FF;
}
.ap_btn_box>a:active {
  background: #13C8FF;
}
.ap_btn_box>a i {
  display: inline-block;
  height: 28px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -1px;
  background-repeat: no-repeat;
}

.ap_download_pc i {
  width: 36px;
  background: url(../images/index/icon_pc.png);

}

.ap_download_pc {
  margin-right: 30px;
}

.ap_download_mobile i {
  width: 24px;
  background: url(../images/index/icon_phone.png);
}

@media screen and (max-width: 1300px) {
  .banner_bx {
    padding-top: 60px;
  }

  .banner_bx>img {
    width: 560px;
  }

  .banner .ap_software_intro {
    margin-top: 24px;
  }

  .banner .ap_software_intro li {
    font-size: 26px;
  }

  .ap_btn_box {
    margin-top: 60px;
  }
  .ap_software_title{
    font-size: 48px;;
   
   }
   .ap_software_title span {
     font-size: 40px;
     padding:  0 20px;
    }
}

.ap_part1{
  width: 1200px;
  margin:60px auto; 
}
.ap_part1 ul{
  font-size: 0;
}
.ap_part1 li {
  display: inline-block;
  width: 280px;
  height: 304px;
  box-sizing: border-box;
  /* padding-top: 95px; */
  overflow: hidden;
}
.ap_part1 li div{
  width: 100%;
 height: 608px;
 box-sizing: border-box;
 padding-top: 95px;
 transition: transform 0.5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
 -webkit-transition: transform 0.5s ease-in-out 0s;/*chrome和safari*/
 -moz-transition: transform 0.5s ease-in-out 0s;/*firefox*/
 -o-transition: transform 0.5s ease-in-out 0s;/*opera*/
}
.ap_part1 li img{
  display: block;
  margin: 0 auto;
}
.ap_part1 li  h5{
  margin-top: 23px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
.ap_part1 li+li{
  margin-left: 28px;
}
.ap_part1 li i{
  display: block;
  width: 66px;
  height: 63px;
  margin: 0 auto;
}
.ap_part1 li p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  width: 240px;
  margin: 200px auto 0;
}
.ap_part1 li:nth-child(2) p{
  width: 300px;
}
.ap_part1 li:hover div{
  transform: translateY(-304px);
}
.ap_part1 li:nth-child(1){
 background: url(../images/index/bg_cqlp.png);
}
.ap_part1 li:nth-child(1)  i{
  background: url(../images/index/i_pmlz.png);
 }
.ap_part1 li:nth-child(2){
  background: url(../images/index/bg_spjj.png);
  width: 584px;
}
.ap_part1 li:nth-child(2) i{
  background: url(../images/index/i_spjj.png);
}
.ap_part1 li:nth-child(3){
  background: url(../images/index/bg_gjx.png);
}
.ap_part1 li:nth-child(3) i{
  background: url(../images/index/i_gjx.png);
}
.ap_part2{
  background: #F8F8F8;
  padding:60px 0;
}
.ap_part2_bx{
  width: 1200px;
  margin: 0 auto;
}
.ap_part2_tit{
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.ap_part2 .line{
 width: 1200px;
 height: 32px;
 background: url(../images/index/arrow.png) no-repeat;
 position: relative;
}
.ap_part2 .line li{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
  left: 0;
  background: #ffffff;
}
.ap_part2 .line li::before{
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.ap_part2 .line li:nth-child(1){
 left: 77px;
}
.ap_part2 .line li:nth-child(2){
  left: 206px;
}
.ap_part2 .line li:nth-child(3){
  left: 334px;
}
.ap_part2 .line li:nth-child(4){
  left: 463px;
}
.ap_part2 .line li:nth-child(5){
  left: 591px;
}
.ap_part2 .line li:nth-child(6){
  left: 720px;
}
.ap_part2 .line li:nth-child(7){
  left: 848px;
}
.ap_part2 .line li:nth-child(8){
  left: 976px;
}
.ap_part2 .line li:nth-child(9){
  left: 1104px;
}
.ap_part2 .pic{
  position: relative;
  height: 225px;
}
.ap_part2 .pic li{
  width: 173px;
  height: 217px;
  display: inline-block;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1);
  border-radius:4px;
  transition: top .5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
  -webkit-transition: top .5s ease-in-out 0s;/*chrome和safari*/
  -moz-transition: top .5s ease-in-out 0s;/*firefox*/
  -o-transition: top .5s ease-in-out 0s;/*opera*/
}
.ap_part2 .pic1 li{
  box-sizing:  border-box;
  padding-top: 114px;
}

.ap_part2 .pic1 li:hover{
  top: -15px !important;
}
.ap_part2 .pic2 li:hover{
  top: 15px !important;
}

.ap_part2 .pic1 li::before{
  content: '';
  position: absolute;
  width: 0; height: 0;
  bottom: -8px; 
  right: 50%;
  margin-right: -5px;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ap_part2 .pic2 {
  margin-top: 12px;
}
.ap_part2 .pic2 li{
box-sizing: border-box;
padding-top: 30px;
}
.ap_part2 .pic2 li::before{
  content: '';
  position: absolute;
  width: 0; height: 0;
  top: -8px; 
  right: 50%;
  margin-right: -5px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.ap_part2 .pic li i{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:rgba(233,233,233,1);
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.3);
}
.ap_part2 .pic li i{
  position: absolute;
  left: 16px;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#E9E9E9;
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.3);
  transition: transform .5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
 -webkit-transition: transform .5s ease-in-out 0s;/*chrome和safari*/
 -moz-transition: transform .5s ease-in-out 0s;/*firefox*/
 -o-transition: transform .5s ease-in-out 0s;/*opera*/
}
.ap_part2 .pic li:hover i{
  transform: rotateZ(360deg);
}
.ap_part2 .pic1 li i{
  top: 50px;
}
.ap_part2 .pic2 li i{
 bottom: 62px;
}
.ap_part2 .pic li i::before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  top:50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -11px;
}
.ap_part2 .pic1 {
  margin-top: 60px;
}
.ap_part2 .pic1 li:nth-child(1){
  left: 0;
  background:#fff url(../images/index/img1.png) top center no-repeat;
  animation-delay:0;
}
.ap_part2 .pic1 li:nth-child(1) i::before{
  background: url(../images/index/icon1.png?t=20200401);
}
.ap_part2 .pic1 li:nth-child(2){
  left: 259px;
  background:#fff url(../images/index/img2.png) top center no-repeat;
  animation-delay:.2s;
}
.ap_part2 .pic1 li:nth-child(2) i::before{
  background: url(../images/index/icon2.png);
}
.ap_part2 .pic1 li:nth-child(3){
  left: 516px;
  background:#fff url(../images/index/img3.png) top center no-repeat;
  animation-delay:.4s
}
.ap_part2 .pic1 li:nth-child(3) i::before{
  background: url(../images/index/icon3.png);
}
.ap_part2 .pic1 li:nth-child(4){
  left: 773px;
  background:#fff url(../images/index/img4.png) top center no-repeat;
  animation-delay:.6s
}
.ap_part2 .pic1 li:nth-child(4) i::before{
  background: url(../images/index/icon4.png);
}
.ap_part2 .pic1 li:nth-child(5){
  left: 1028px;
  background:#fff url(../images/index/img5.png) top center no-repeat;
  animation-delay:.8s;
}
.ap_part2 .pic1 li:nth-child(5) i::before{
  background: url(../images/index/icon5.png);
}
.ap_part2 .pic2 li:nth-child(1){
  left: 129px;
  background:#fff url(../images/index/img6.png) bottom center no-repeat;
  animation-delay:.1s;
}
.ap_part2 .pic2 li:nth-child(1) i::before{
  background: url(../images/index/icon6.png);
}
.ap_part2 .pic2 li:nth-child(2){
  left: 389px;
  background:#fff url(../images/index/img7.png) bottom center no-repeat;
  animation-delay:.3s;
}
.ap_part2 .pic2 li:nth-child(2) i::before{
  background: url(../images/index/icon7.png);
}
.ap_part2 .pic2 li:nth-child(3){
  left: 645px;
  background:#fff url(../images/index/img8.png) bottom center no-repeat;
  animation-delay:.5s;
}
.ap_part2 .pic2 li:nth-child(3) i::before{
  background: url(../images/index/icon8.png);
}
.ap_part2 .pic2 li:nth-child(4){
  left: 900px;
  background:#fff url(../images/index/img9.png) bottom center no-repeat;
  animation-delay:.7s;
}
.ap_part2 .pic2 li:nth-child(4) i::before{
  background: url(../images/index/icon9.png);
}
.ap_part2 .pic li h5{
  font-size: 16px;
  color: #333333;
  padding:0 20px;
  font-weight: normal;
}
.ap_part2 .pic li p{
  font-size: 12px;
  color: #999999;
  padding: 0 20px;
  line-height: 18px;
  margin-top: 10px;
}

.reversalLi{
  animation-name: rollInLeft ;
  animation-duration:2s;
  animation-timing-function:linear;
  /* opacity: 1 !important; */
  animation-fill-mode:both;
}

@keyframes rollInLeft{
  0%{
    opacity:0;
    transform:translateX(-100%) rotateY(-180deg)
  }
  100%
  { 
    opacity:1 ;
    transform:translateX(0) rotateY(0deg)
    }
  }




/* 随心所欲创作 */
.ap_part3{
  height: 646px;
  background: url(../images/index/part3_bg.png) center top no-repeat;
}
.ap_part3 h3{
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 60px 0;
  text-align: center;
}
.ap_part3 ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 32px;
}
.ap_part3 ul li{
  display: inline-block;
}
.ap_part3 ul li+li{
  margin-left: 16px;
}
.ap_part3 img{
  width: 288px;
  height: 168px;
  transition: transform .5s;
  -webkit-transition: transform .5s; /* Safari */
}
.ap_part3 img:hover{
  transform: scale(1.05);
}
.ap_part3 h5{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 16px;
  margin-top: 15px;
  text-align: center;
}

/* 加入 */
.mod_join{
  height: 520px;
  background: url(../images/vip/join_bg.png) top center no-repeat;
  box-sizing: border-box;
  padding-top: 124px;
}
.mod_join .mod_join_tit{
  font-size: 36px;
  line-height: 36px;
  color: #fefefe;
  text-align: center;
}
.mod_join .ap_btn_box{
  margin-top: 110px;
}
.ap_func {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 82px;
}

.ap_func ul {
  font-size: 0;
}

.ap_func ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 82px;
}

.ap_func ul li img {
  display: block;
  margin: 0 auto;
}

.ap_func ul li h5 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-top: 32px;
  text-align: center
}

/* 教程 */
.ap_course {
  background: #F8F8F8 url(../images/index/course_bg.png) center 45px no-repeat;
  padding-top: 45px;
}

.ap_course_bx {
  width: 1200px;
  /* max-width: 1248px; */
  margin: 0 auto;
  border-bottom: 1px solid rgba(33, 39, 53, .3);
  padding-top: 36px;
  padding-bottom: 57px;
  min-height: 400px;
}

.ap_course_bx h4 {
  max-width: 1200px;
  margin: 0 auto;
  /* width: 100%; */
  font-size: 20px;
  color: #333;
  font-weight: 500;
  padding-left: 15px;
  line-height: 20px;
  position: relative;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.ap_course_bx h4::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 4px;
  border-radius: 2px;
  background: #0DA5EF;
  top: 0;
  left: 0;

}

.ap_course_bx ul {
  font-size: 0;
}


.ap_course_bx ul li {
  width: 576px;
  display: inline-block;
  /* background: #eaeaea; */
  margin-bottom: 24px;
  border-radius: 2px;
  box-sizing: border-box;
  
}
@media screen and (max-width: 1000px) {
  .ap_course_bx ul li { 
    width: 48%;
  }
}

.ap_course_bx ul li:nth-child(2n-1) {
  margin-right: 48px;
}

.ap_course_bx ul a {
  font-size: 16px;
  line-height: 52px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 24px;
  background: #eaeaea;
}
.ap_course_bx ul a:hover {
  color: #0DA5EF;
}
.ap_friend_links {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 0;
  padding-bottom: 30px;
}

.ap_friend_links h5,
.ap_friend_links a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: normal;
  line-height: 30px;
}
.ap_friend_links a:hover {
  color: #0DA5EF;
}
.loading {
  width: 300px;
  height: 220px;
  display: block;
  margin: 0 auto;
  background: url('../images/common/load_small.gif') no-repeat center;
}

@media screen and (max-width: 1300px) {
  .ap_course_bx h4, .ap_friend_links {
    margin-left: 24px;
    margin-right: 24px;
  }
}                                                                                                                                    


.announcement {
  position: fixed;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  border: 1px solid #212735;
  width: 263px;
  /* min-height: 245px; */
  font-size: 18px;
  font-weight: bold;
  color: #212735;
  background: #ffffff;
  line-height: 24px;
  box-sizing: border-box;
}

.announcement h4 {
  line-height: 48px;
  background: #212735;
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 14px;
}

.announcement p {
  text-indent: 32px;
  white-space: initial;
  padding: 15px 27px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  word-break: break-all;
}

.announcement a {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/index/close.png) ;
  top: 14px;
  right: 14px;
}

.download_mobile_wrap {
  width: 130px;
  height: 0;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0;
  position: relative;
  left: 50%;
  margin-left: -77px;
  background: url(../images/index/code_bg.png) no-repeat left center;
  overflow: hidden;
  position: absolute;
  /* transition: all 0.5s ease; */
}

.ap_download_mobile:hover .download_mobile_wrap {
  opacity: 1;
  height: 186px;
}

.download_mobile_code {
  padding: 32px 0 0;
  width: 130px;
  float: left;
}

.code_pic {
  padding-left: 12px;
  padding-right: 12px;
}

.code_pic img {
  width: 106px;
  height: 106px;
  display: block;
  background: #eee;
}

.code_text {
  font-size: 14px;
  line-height: 18px;
  color: #8A8A8A;
  padding-top: 10px;
}

.code_text .code_icon {
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 3px;
}