.d-content {
    padding-top: 30px;
}

.a-download {
    max-width: 1200px;
    margin: 0 auto;
    height: 450px;
}

.a-download .animated{
  font-size: 45px;
    text-align: center;
    background: #fff;
    padding-top: 10px;
}
.down-ietm {
    width: 25%;
    float: left;
    height: 450px;
        background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.down-ietm.windows.hover {
    background: url(../img/01.png) no-repeat center 0;
    background-size: cover
}

.down-ietm.iphone.hover {
    background: url(../img/02.png) no-repeat center 0;
    background-size: cover
}

.down-ietm.android.hover {
    background: url(../img/03.png) no-repeat center 0;
    background-size: cover
}
.down-ietm.applet.hover {
    background: url(../img/03.png) no-repeat center 0;
    background-size: cover
}

.itemlogo {
    padding-top: 80px;
    height: 114px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.itemlogo.animation {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.windows .itemlogo {
    background: url(../img/windows.png) no-repeat center 80px;
    background-size: auto 114px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.iphone .itemlogo {
    background: url(../img/iphone.png) no-repeat center 80px;
    background-size: auto 114px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.android .itemlogo {
    background: url(../img/android.png) no-repeat center 80px;
    background-size: auto 114px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.applet .itemlogo {
    background: url(../img/web-applet.jpg) no-repeat center 70px;
    background-size: auto 114px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}
.windows.hover .itemlogo {
    background: url(../img/windows-hover.png) no-repeat center 80px;
    background-size: auto 114px;
}
.applet.hover .itemlogo {
    background: url(../img/applet.jpg) no-repeat center 70px;
    background-size: auto 114px;
}

.iphone.hover .itemlogo {
    background: url(../img/iphone-hover2x.png) no-repeat center 80px;
    background-size: auto 114px;
}

.android.hover .itemlogo {
    background: url(../img/android-hover2x.png) no-repeat center 80px;
    background-size: auto 114px;
}

.d-item-title {
    /* padding-top: 84px; */
    line-height: 34px;
    font-size: 28px;
    color: #333;
    text-align: center
}

.d-item-desc {
    line-height: 28px;
    font-size: 20px;
    color: #333;
    text-align: center
}

.down-btn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 16px;
}

.scan {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.hover .scan {
    display: block;
    padding-top: 20px;
    padding-bottom: 16px;
    line-height: 40px;
}

.android .scan {
    padding: 0;
}

.hover .down-btn {
    display: none
}

.hover.windows .down-btn {
    display: block
}

.hover.android .down-btn {
    display: block
}

.down-btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #0188fb;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.down-btn a:hover {
    background-color: #289cff;
}

.down-btn a:active {
    background-color: #0081ef;
}

.d-item-log {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-top: 2px;
}

.d-item-log a {
    color: #0188fb
}

.d-item-log a:hover {
    text-decoration: underline
}

.macqq {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 62px;
    line-height: 50px;
}

.macqq a {
    color: #0188fb
}

.macqq a:hover {
    text-decoration: underline
}

.down-ietm:hover {
    -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}


/* .footer.d-page {
    position: fixed;
    bottom: 0;
    width: 100%;
} */

.d-item-desc .update-time {
    padding-left: 8px
}

@media screen and (min-width:1920px) and (max-width:2560px) {
    .a-download {
        width: 1242px;
        height: 604px;
    }
    .down-ietm {
        width: 414px;
        height: 574px;
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .a-download {
        max-width: 1200px;
        height: 544px;
    }
    .down-ietm {
        width: 25%;
        height: 544px;
        
    }
}
@media screen and (max-width: 1100px){
.down-ietm {
        width: 100%;
        height: 544px;
        
    }

}

/* @media screen and (max-width:1440px) {
    .a-download {
        width: 1080px;
        height: 574px;
    }
    .down-ietm {
        width: 360px;
        height: 574px;
    }
} */

.down-ietm-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-area {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 50%;
}

.info-area {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
}

@media screen and (resolution: 2dppx) {
    .iphone.hover .itemlogo {
        background: url(../img/iphone-hover2x.png) no-repeat center 80px;
        background-size: auto 140px;
        height: 140px;
    }
    .android.hover .itemlogo {
        background: url(../img/android-hover2x.png) no-repeat center 80px;
        background-size: auto 140px;
        height: 140px
    }
}

@media screen and (max-width:1366px) {
    .a-download {
           margin-top: 30px;

    }
    
.a-download .animated{

  font-size: 20px;
  
}
    .windows .itemlogo {
        background: url(../img/windows.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .iphone .itemlogo {
        background: url(../img/iphone.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .android .itemlogo {
        background: url(../img/android.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .windows.hover .itemlogo {
        background: url(../img/windows-hover.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .iphone.hover .itemlogo {
        background: url(../img/iphone-hover2x.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .android.hover .itemlogo {
        background: url(../img/android-hover2x.png) no-repeat center 60px;
        background-size: auto 100px;
    }
    .itemlogo {
        padding-top: 60px;
        height: 100px;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
    }
    body .d-content {
        padding-top: 0;
    }
    .macqq {
        padding-top: 20px;
    }
    .d-item-title {
        font-size: 24px;
    }
}

@media screen and (min-width:1367px) and (max-width:1919px) {
    .a-download {
        padding: 0 15px;
       /*transform: scale(0.95, 0.95)*/
    }
    .windows .itemlogo {
        background: url(../img/windows.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .iphone .itemlogo {
        background: url(../img/iphone.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .android .itemlogo {
        background: url(../img/android.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .windows.hover .itemlogo {
        background: url(../img/windows-hover.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .iphone.hover .itemlogo {
        background: url(../img/iphone-hover2x.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .android.hover .itemlogo {
        background: url(../img/android-hover2x.png) no-repeat center 60px;
        background-size: auto 114px;
    }
    .itemlogo {
        padding-top: 60px;
        height: 114px;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
    }
}

@media screen and (min-width:1920px) and (max-width:2559px) {}

@media screen and (min-width:2560px) {}

.section {
    padding: 30px 0;
    clear: both;
}
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
        background: #fff;

}
.section-title small {
    display: block;
    font-weight: normal;
    font-size: 18px;
    padding: 15px 0px 0px 0px;

}
.section-title:after {
    display: block;
    content: '';
    background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
    height: 18px;
    margin-top: 20px;
}
.in-prd-cate {
    float: left;
    width: 246px;
}
.in-prd-cate dl {
    margin: 0 0 10px;
}
.in-prd-cate dt {
    margin-bottom: 10px;
}
.in-prd-cate dt a {
    display: block;
    line-height: 50px;
    background: url(../images/cpfl.jpg) no-repeat center;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.in-prd-cate dt a:hover {
    background-image: url(../images/cpflh.jpg);
}
.in-prd-cate dd {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px 20px 12px;
}
.in-prd-cate dd li {
    border-bottom: 1px dashed #e3e3e3;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    background: url(../images/flico.jpg) no-repeat 0 10px;
    padding-left: 20px;
}
.in-prd-con {
    margin: 0 auto;
    max-width: 1200px;
}
.list-1 {
    margin: 0 auto;
}
.list-1 li {
    float: left;
    width: 33.333333%;
        background: #fff;
}
.list-1 .wrap {
        margin: 10px 0px 0px 0px;
    padding: 15px 15px;
}
.list-1 .img-cover {
    display: block;
}
.list-1 .img-cover span {
    padding-top: 100%;
}
.list-1 .text {
    border-top: 0;
    padding: 20px 0 10px;
    text-align: center;
}
.list-1 .text h4 {
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-1 .text p {
    margin: 15px 0 0;
    font-size: 14px;
}
.list-1 .text .bt {
    display: inline-block;
    margin: 0 15px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    background-color: #0188fb;
    border: 1px solid transparent;
}
.list-1 .wrap:hover {
    background-color: #19B5FE;
}
.list-1 .wrap:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-1 .wrap:hover a {
    color: #fff;
}
.list-1 .wrap:hover .bt {
    border-color: #fff;
    background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
    background-color: #fff;
    color: #333;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.img-cover {
    overflow: hidden;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;

}

@media screen and (max-width: 767px){
.container{
    padding: 0;

}
.animated img {
    width: 100%;
    
}
    .list-1 li {
    width: 50%;
}
.list-1 .text {
    padding: 10px 0 0;
}
.list-1 .text p {
    display: none;
}
.section-title {
    font-size: 20px;
}
.section-title small {
    font-size: 12px;
}
}

.inyoushi {
  padding: 60px 0;
  clear: both;
}
.inyoushi .lmtit {
  font-size: 45px;
  text-align: center;
  margin-bottom: 5px;
}
.inyoushi .lmtit span {
  font-size: 70px;
  color: #03a3e6;
  font-weight: bold;
}
.inyoushi .lmjj {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
}
.inyoushi .nr {
  position: relative;
  height: 1000px;
}
.inyoushi .nr .xian {
  height: 740px;
  width: 1px;
  background: #03a3e6;
  left: 50%;
  top: 70px;
  position: absolute;
  z-index: 9;
}
.inyoushi .nr .li {
  position: absolute;
}
.inyoushi .nr .li .pic {
  width: 530px;
  float: left;
}
.inyoushi .nr .li .sz {
  width: 70px;
  height: 70px;
  background: #03a3e6;
  line-height: 70px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  float: left;
  border-radius: 50%;
  margin: 70px 75px 0 35px;
  z-index: 99;
  position: relative;
}
.inyoushi .nr .li .wz {
  float: left;
  margin-top: 90px;
  width: 460px;
}
.inyoushi .nr .li .wz .tit {
  font-size: 28px;
  color: #03a3e6;
  margin-bottom: 20px;
}
.inyoushi .nr .li .wz .jj {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.inyoushi .nr .li.li2 .pic {
  float: right;
}
.inyoushi .nr .li.li2 .sz {
  float: right;
  margin: 70px 35px 0 75px;
}
.inyoushi .nr .li.li2 .wz {
  width: 480px;
}
.inyoushi .nr .li.li2 .wz .tit {
  text-align: right;
}
.inyoushi .nr .li.wz1 {
  top: 0;
  left: 0;
}
.inyoushi .nr .li.wz2 {
  top: 335px;
  right: 0;
}
.inyoushi .nr .li.wz3 {
  top: 690px;
  left: 0;
}
.inyoushi .nr .li.wz4 {
  top: 1035px;
  right: 0;
}

.inyoushicontent {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.arr1{
      position: absolute;
    width: 230%;
    z-index: 9999;
    top: 28px;
    left: -44px;
    transform: rotate(180deg);
    opacity: 0.8;
}
.arr2{
    position: absolute;
    width: 200%;
    z-index: 9999;
    left: -37px;
    top: 30px;
    opacity: 0.8;
}
.arr3{
  position: absolute;
    width: 260%;
    z-index: 88;
    top: 24px;
    left: -62px;
    transform: rotate(180deg);
    opacity: 0.8;
}
@media only screen and (max-width: 1240px){
.inyoushicontent {
    width: auto;
    padding: 0 10px;
}

  .inyoushi {
        clear: both;
    padding: 20px 0;
  }
  .inyoushi .lmtit {
    font-size: 20px;
  }
  .inyoushi .lmtit span {
    font-size: 35px;
  }
  .inyoushi .lmjj {
    margin-bottom: 20px;
  }
  .inyoushi .nr .xian {
    display: none;
  }
  .inyoushi .nr {
    height: auto;
  }
  .inyoushi .nr .li {
    position: static;
        text-align: center;
  }
  .inyoushi .nr .li .pic {
    width: auto;
    float: none;
    margin-bottom: 10px;

  }
  .inyoushi .nr .li .sz {
    display: none;

  }
  .inyoushi .nr .li .wz {
    width: auto;
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .inyoushi .nr .li .wz .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .inyoushi .nr .li .wz .jj {
    font-size: 14px;
    line-height: 25px;
  }
  .inyoushi .nr .li.li2 .wz {
    width: auto;
    clear: both;
  }
  .inyoushi .nr .li.li2 .wz .tit {
    text-align: center;
  }
  .inpinzhi {
    padding: 20px 0;
  }
  .inpinzhi .lmtit {
    font-size: 20px;
  }
  .inpinzhi .hd {
    padding: 20px 0;
  }
  .inpinzhi .hd ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 10px;
    font-size: 14px;
  }
  .inpinzhi .bd ul .li {
    width: auto;
    float: none;
    margin: 0;
  }
  .inpinzhi .bd ul li {
    margin-bottom: 10px;
  }
  .inpinzhi .bd ul li.one {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
.inyoushi .nr .li.li2 .pic{
    float: unset;
}
}