

/* reset */

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
}

body {
    font-size: 62.5%;
    min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #666666;
    background-color: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

textarea {
    resize: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #B5B5B5;
}

textarea::-webkit-input-placeholder {
    color: #B5B5B5;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0 none;
}

img {
    vertical-align: middle;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

hr {
    border: 0;
    height: 1px;
    background-color: #D9D9D9;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button,
input {
    border: 0;
    background: 0;
    -webkit-appearance: none;
    outline: 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #666666;
    outline: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

em,
i {
    font-style: normal
}

label {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}


/*====================== mouse =======================*/

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.cna {
    cursor: not-allowed;
}


/*====================== position =======================*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-left {
    position: absolute;
    right: 0
}

.abs-right {
    position: absolute;
    right: 0
}

.abs-top {
    position: absolute;
    top: 0
}

.abs-bottom {
    position: absolute;
    bottom: 0
}

.abs-lt {
    position: absolute;
    left: 0;
    top: 0;
}

.abs-lb {
    position: absolute;
    left: 0;
    bottom: 0
}

.abs-rt {
    position: absolute;
    right: 0;
    top: 0
}

.abs-rb {
    position: absolute;
    right: 0;
    bottom: 0
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.ib {
    display: inline-block;
}

.inline {
    display: inline;
}

.block {
    display: block;
}


/**/

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt33 {
    margin-top: 33px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* 双层背景 */

.bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-lf,
.bg-rt {
    width: 50%;
    height: 100%
}

.bg-lf {
    float: left;
    margin-left: -958px;
}

.bg-rt {
    float: right;
    margin-right: -958px;
}

.bg-F6FBFF {
    background-color: #F6FBFF;
}


/* btn */

.dwon-btn {
    width: 280px;
    display: block;
    border-radius: 66px;
    background-color: #3F49FF;
    font-size: 0;
    text-align: center;
    -webkit-box-shadow: 0px 15px 30px rgba(63, 73, 255, .2);
            box-shadow: 0px 15px 30px rgba(63, 73, 255, .2);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.dwon-btn span {
    display: inline-block;
    padding-right: 40px;
    line-height: 66px;
    color: #fff;
    font-size: 30px;
    background: url("../img/xiazai(1).png") no-repeat right center;
}

.dwon-btn:hover {
    background-color: #6A72FF;
    -webkit-box-shadow: 0px 15px 30px rgba(106, 114, 255, .2);
            box-shadow: 0px 15px 30px rgba(106, 114, 255, .2);
}

.dwon-btn:active {
    background-color: #2C35DC;
    -webkit-box-shadow: 0px 15px 30px rgba(44, 53, 220, .2);
            box-shadow: 0px 15px 30px rgba(44, 53, 220, .2);
}


/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url(../img/bg.jpg) no-repeat center top;
}

.logo {
    float: left;
    line-height: 76px;
    height: 80px;
}

.logo img {
    max-height: 44px;
}

.nav-list {
    overflow: hidden;
}

.nav-list li {
    float: left;
    padding: 20px 5px;
}

.nav-list li a {
    display: block;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 6.5em;
    text-align: center;
}
/* 修改处 */

.nav-list li:nth-child(5) a {
  width: 9em;
  text-align: center;
}

/* 修改处 */

.nav-list li a:not(.hoverInvalid):hover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .2);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: -140px;
    margin-top: -140px;
    animation: spread 1.5s infinite both;
    -webkit-animation: spread 1.5s infinite both;
    -moz-animation: spread 1.5s infinite both;
    -o-animation: spread 1.5s infinite both;
}
.nav-list li a:not(.hoverInvalid):hover {
    background: #5d63ff;
}

.nav-dwon {
    display: block;
    width: 180px;
    line-height: 44px;
    border: 2px solid #fff;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 16px;
}

.nav-dwon:hover {
    color: #fff;
    background: #636CF5;
}

.nav-dwon:active {
    color: #fff;
    background: #2C35DC;
}


/* footer */

footer {
    background-color: #616ffc;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/* choice */

.index-line-center>h2 {
    font-size: 30px;
    color: #33384B;
    line-height: 1.8;
    text-align: center;
    background: url("../img/22.png") no-repeat bottom center;
}
.feedback{
  background: #f6f6f8;
  padding-top: 20px;
}
.feedback>h2{
  font-size: 30px;
  color: #33384B;
  line-height: 1.8;
  text-align: center;
  background: url("../img/22.png") no-repeat bottom center;
}
.index-line-center {
    padding-top: 60px;
    padding-bottom: 100px;
}

.index-line-center.pb-60 {
    padding-bottom: 60px;
}

.bg-img2 {
    height: 300px;
    background: url("http://pdfbianji.pdf365.cn/img/xjxz_imgbg.png") no-repeat top center;
    background-color: #282f41;
}

.Choice-us {
    overflow: hidden;
    margin-top: 60px;
}

.Choice-us li {
    width: 25%;
    float: left;
}

.Choice-us li p {
    font-size: 24px;
    color: #33384B;
    text-align: center;
    line-height: 1;
    padding-top: 130px;
}

.Choice-us li p.icon-1 {
    background: url("../img/footer_icon1.png") no-repeat top center;
}

.Choice-us li p.icon-2 {
    background: url("../img/footer_icon2.png") no-repeat top center;
}

.Choice-us li p.icon-3 {
    background: url("../img/footer_icon3.png") no-repeat top center;
}

.Choice-us li p.icon-4 {
    background: url("../img/footer_icon4.png") no-repeat top center;
}

.bg-img2 .index-line-center>h2 {
    color: #fff;
}

@media (max-width:1200px) {
    header {
        position: absolute;
    }
}
html,
body {
    background: #fff;
    min-height: 100%;
}


/* 首页 */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: url("../img/bg.jpg") no-repeat center top;
}
.index-banner {
    height: 980px;
    background: url("../img/bg.jpg") no-repeat top center;
    -o-background-size: cover;
       background-size: cover;
}

.index-banner-center {
    padding-top: 120px;
}
/* 倒计时 */
.timeDown{
  text-align: center;
  color: #f8f34c;
  font-size: 50px;
}
.index-banner-center h1 {
    font-size: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.index-banner-center h1 span{
    display: inline-block;
    font-size: 48px;
    line-height: 1.5;
    position: relative;
}

.banner-p {
    font-size: 24px;
    text-align: center;
    line-height: 2.1;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 20px;
	letter-spacing:0.25rem;
}
.banner-p1 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 20px;
	letter-spacing:0.25rem;
}

.banner-btn {
    width: 280px;
    border-radius: 66px;
    border: 2px solid #fff;
    font-size: 0;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.banner-btn + .banner-btn{
  margin-left: 20px;
}
.banner-btn span {
    display: inline-block;
    line-height: 62px;
    font-size: 30px;
    color: #fff;
    padding-right: 40px!important;
    background: url("../img/btn_pdf2.png") no-repeat right center!important;
    -o-background-size: 30px!important;
       background-size: 30px!important;
}



.banner-btn:active {
    background: #2C35DC;
}

.banner-btn:active span {
    color: #fff;
    background: url("../img/btn_pdf2.png") no-repeat right center!important;
    -o-background-size: 30px!important;
       background-size: 30px!important;
}
.downloadBtn{
  background: -webkit-linear-gradient(356deg,#5d63ff,#5d63ff);
  background: -moz-linear-gradient(356deg,#5d63ff,#5d63ff);
  background: -o-linear-gradient(356deg,#5d63ff,#5d63ff);
  background: linear-gradient(94deg,#5d63ff,#5d63ff);
  position: relative;
  overflow: hidden;
}
.downloadBtn i{
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, .2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

@keyframes spread {
  0% {
      -o-transform: scale(0);
         transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
  }
  100% {
      -o-transform: scale(2);
         transform: scale(2);
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      transform: scale(2);
  }
}

@-webkit-keyframes spread {
  0% {
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}

@-moz-keyframes spread {
  0% {
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}

@-o-keyframes spread {
  0% {
      -o-transform: scale(0);
         transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
  }
  100% {
    -o-transform: scale(2);
       transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
.information-p {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.information-p span {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin: 0 9px;
    color: #fff;
}
/* 修改处 */
.totalDownload{
  text-align: center;
  font-size: 24px;
	letter-spacing: 0px;
	color: #fff;
  margin-top: 30px;
}
.totalDownload strong{
	font-size: 40px;
	letter-spacing: 0px;
	color: #ffe25b;
  font-weight: 400;
}
.totalDownload strong span{
	font-weight: 600;

}

.dwon-nub {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-top: 18px;
    line-height: 1.5;
}

.dwon-nub em {
    min-width: 88px;
    display: inline-block;
}

.function-type {
    padding-top:60px;
    overflow: hidden;
}

.function-type li {
    float: left;
    width: 16.6%;
}

.function-type li p {
    text-align: center;
    padding-top: 90px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    position: relative;
    top: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.function-type li p i{
    position: absolute;
    top: 0;
    right: 26%;
    width: 20px;
    height: 20px;
    background: red;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.function-type li p:hover {
    top: -10px;
}

.function-type li p.icon-1 {
    background: url("../img/icon-gn1.png") no-repeat top center;
}

.function-type li p.icon-2 {
    background: url("../img/icon-gn2.png") no-repeat top center;
}

.function-type li p.icon-3 {
    background: url("../img/icon-gn3.png") no-repeat top center;
}

.function-type li p.icon-4 {
    background: url("../img/icon-gn4.png") no-repeat top center;
}

.function-type li p.icon-5 {
    background: url("../img/icon-gn5.png") no-repeat top center;
}

.function-type li p.icon-6 {
    background: url("../img/icon-gn6.png") no-repeat top center;
}
.function-type li p .new-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 15px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 50px;
}

.function-text {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
}

.function-text li {
    width: 11.11%;
    float: left;
}

.function-text li p {
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #5E788F;
}

.function-text li:nth-child(2n) {
    background-color: #F0F8FF;
}

.function-text li:nth-child(2n):hover {
    background-color: #E3ECFF;
}

.function-text li:nth-child(2n):active {
    background-color: #C2D6FF;
}

.function-text li:nth-child(2n+1) {
    background-color: #fff;
}

.function-text li:nth-child(2n+1):hover {
    background-color: #E3ECFF;
}

.function-text li:nth-child(2n+1):active {
    background-color: #C2D6FF;
}

.scene-list {
    padding-top: 40px;
}

.scene-list li {
    float: left;
    width: 25%;
    border-radius: 8px;
}

.scene-list li:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
            box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.scene-list li div {
    padding: 15px 0 30px;
}

.scene-list li img {
    display: block;
    margin: 0 auto;
}

.scene-list li p {
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
    text-align: center;
}

.index-text-img {
    overflow: hidden;
    padding: 70px 0 0;
}

.index-img {
    width: 54%;
    float: left;
}

.index-img img {
    display: block;
}

.index-text {
    width: 46%;
    float: left;
    padding: 60px 40px 0;
}

.index-text h3 {
    font-size: 30px;
    color: #33384B;
    line-height: 1.8;
    background: url("../img/22.png") no-repeat left bottom;
}

.index-text p {
    font-size: 18px;
    color: #33384B;
    line-height: 1.5;
    margin-top: 42px;
    margin-bottom: 50px;
}

.index-text-img.pb-70 {
    padding-bottom: 70px;
}

.animate-img {
    position: relative;
}

.text-animate {
    position: absolute;
    top: 40%;
    left: 28.5%;
    width: 328px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url("../img/xjxz_img11-1.png") no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.text-animate p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    position: relative;
    height: 112px;
    -webkit-animation: boxheight 6s infinite;
       -moz-animation: boxheight 6s infinite;
         -o-animation: boxheight 6s infinite;
            animation: boxheight 6s infinite;
    text-align: left;
}

.typing {
    width: 126px;
    position: absolute;
    top: 28px;
    left: 162px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 6s steps(7, end) infinite;
       -moz-animation: typing 6s steps(7, end) infinite;
         -o-animation: typing 6s steps(7, end) infinite;
            animation: typing 6s steps(7, end) infinite;
    z-index: 2;
    border-right: 1px solid #333333;
    border-right: none\9\0;
}

.typing2 {
    width: 290px;
    position: absolute;
    top: 56px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing2 6s steps(16, end) infinite;
       -moz-animation: typing2 6s steps(16, end) infinite;
         -o-animation: typing2 6s steps(16, end) infinite;
            animation: typing2 6s steps(16, end) infinite;
    z-index: 2;
    border-right: 1px solid #333333;
    border-right: none\9\0;
}

.typing3 {
    width: 144px;
    position: absolute;
    top: 84px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing3 6s steps(8, end) infinite;
       -moz-animation: typing3 6s steps(8, end) infinite;
         -o-animation: typing3 6s steps(8, end) infinite;
            animation: typing3 6s steps(8, end) infinite;
    z-index: 2;
    border-right: 1px solid #333333;
    border-right: none\9\0;
}

.shubiao {
    position: absolute;
    top: 54px;
    left: 146px;
    width: 5px;
    height: 17px;
    background: url("../img/shubiao.png") no-repeat;
    -webkit-animation: shubiao 6s infinite;
       -moz-animation: shubiao 6s infinite;
         -o-animation: shubiao 6s infinite;
            animation: shubiao 6s infinite;
}

.textbg {
    position: absolute;
    top: 48px;
    left: 20px;
    z-index: 1;
    width: 290px;
    height: 84px;
    background: url("../img/xjxz_img11-2.png") no-repeat;
    -webkit-animation: textbg 6s infinite;
       -moz-animation: textbg 6s infinite;
         -o-animation: textbg 6s infinite;
            animation: textbg 6s infinite;
}

@-webkit-keyframes textbg {
    0%,
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    89%,
    100% {
        opacity: 0;
    }
}

@-moz-keyframes textbg {
    0%,
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    89%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes textbg {
    0%,
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    89%,
    100% {
        opacity: 0;
    }
}

@keyframes textbg {
    0%,
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    89%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes shubiao {
    0%,
    82% {
        top: 110px;
        left: 164px;
        opacity: 0;
    }
    83% {
        top: 110px;
        left: 164px;
        opacity: 1;
    }
    87% {
        top: 54px;
        left: 170px;
        opacity: 1;
    }
    88%,
    100% {
        opacity: 0;
    }
}

@-moz-keyframes shubiao {
    0%,
    82% {
        top: 110px;
        left: 164px;
        opacity: 0;
    }
    83% {
        top: 110px;
        left: 164px;
        opacity: 1;
    }
    87% {
        top: 54px;
        left: 170px;
        opacity: 1;
    }
    88%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes shubiao {
    0%,
    82% {
        top: 110px;
        left: 164px;
        opacity: 0;
    }
    83% {
        top: 110px;
        left: 164px;
        opacity: 1;
    }
    87% {
        top: 54px;
        left: 170px;
        opacity: 1;
    }
    88%,
    100% {
        opacity: 0;
    }
}

@keyframes shubiao {
    0%,
    82% {
        top: 110px;
        left: 164px;
        opacity: 0;
    }
    83% {
        top: 110px;
        left: 164px;
        opacity: 1;
    }
    87% {
        top: 54px;
        left: 170px;
        opacity: 1;
    }
    88%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes boxheight {
    0% {
        height: 56px;
    }
    26% {
        height: 56px;
    }
    31% {
        height: 84px;
    }
    58% {
        height: 84px;
    }
    63% {
        height: 112px;
    }
    88% {
        height: 112px;
    }
    93% {
        height: 56px;
    }
    100% {
        height: 56px;
    }
}

@-moz-keyframes boxheight {
    0% {
        height: 56px;
    }
    26% {
        height: 56px;
    }
    31% {
        height: 84px;
    }
    58% {
        height: 84px;
    }
    63% {
        height: 112px;
    }
    88% {
        height: 112px;
    }
    93% {
        height: 56px;
    }
    100% {
        height: 56px;
    }
}

@-o-keyframes boxheight {
    0% {
        height: 56px;
    }
    26% {
        height: 56px;
    }
    31% {
        height: 84px;
    }
    58% {
        height: 84px;
    }
    63% {
        height: 112px;
    }
    88% {
        height: 112px;
    }
    93% {
        height: 56px;
    }
    100% {
        height: 56px;
    }
}

@keyframes boxheight {
    0% {
        height: 56px;
    }
    26% {
        height: 56px;
    }
    31% {
        height: 84px;
    }
    58% {
        height: 84px;
    }
    63% {
        height: 112px;
    }
    88% {
        height: 112px;
    }
    93% {
        height: 56px;
    }
    100% {
        height: 56px;
    }
}

@-webkit-keyframes typing {
    0% {
        width: 0;
        border-right: none;
    }
    15% {
        width: 0;
        border-right: 1px solid #333333;
    }
    29% {
        width: 126px;
        border-right: 1px solid #333333;
    }
    30% {
        width: 126px;
        border-right: none
    }
    61%,
    88% {
        width: 126px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-moz-keyframes typing {
    0% {
        width: 0;
        border-right: none;
    }
    15% {
        width: 0;
        border-right: 1px solid #333333;
    }
    29% {
        width: 126px;
        border-right: 1px solid #333333;
    }
    30% {
        width: 126px;
        border-right: none
    }
    61%,
    88% {
        width: 126px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-o-keyframes typing {
    0% {
        width: 0;
        border-right: none;
    }
    15% {
        width: 0;
        border-right: 1px solid #333333;
    }
    29% {
        width: 126px;
        border-right: 1px solid #333333;
    }
    30% {
        width: 126px;
        border-right: none
    }
    61%,
    88% {
        width: 126px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@keyframes typing {
    0% {
        width: 0;
        border-right: none;
    }
    15% {
        width: 0;
        border-right: 1px solid #333333;
    }
    29% {
        width: 126px;
        border-right: 1px solid #333333;
    }
    30% {
        width: 126px;
        border-right: none
    }
    61%,
    88% {
        width: 126px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-webkit-keyframes typing2 {
    0%,
    29% {
        width: 0;
        border-right: none;
    }
    30% {
        width: 0;
        border-right: 1px solid #333333;
    }
    62% {
        width: 290px;
        border-right: 1px solid #333333;
    }
    62.1%,
    88% {
        width: 290px;
        border-right: none;
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-moz-keyframes typing2 {
    0%,
    29% {
        width: 0;
        border-right: none;
    }
    30% {
        width: 0;
        border-right: 1px solid #333333;
    }
    62% {
        width: 290px;
        border-right: 1px solid #333333;
    }
    62.1%,
    88% {
        width: 290px;
        border-right: none;
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-o-keyframes typing2 {
    0%,
    29% {
        width: 0;
        border-right: none;
    }
    30% {
        width: 0;
        border-right: 1px solid #333333;
    }
    62% {
        width: 290px;
        border-right: 1px solid #333333;
    }
    62.1%,
    88% {
        width: 290px;
        border-right: none;
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@keyframes typing2 {
    0%,
    29% {
        width: 0;
        border-right: none;
    }
    30% {
        width: 0;
        border-right: 1px solid #333333;
    }
    62% {
        width: 290px;
        border-right: 1px solid #333333;
    }
    62.1%,
    88% {
        width: 290px;
        border-right: none;
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-webkit-keyframes typing3 {
    0%,
    62% {
        width: 0;
        border-right: none;
    }
    63% {
        width: 0;
        border-right: 1px solid #333333;
    }
    79% {
        width: 144px;
        border-right: 1px solid #333333;
    }
    79.1%,
    88% {
        width: 144px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-moz-keyframes typing3 {
    0%,
    62% {
        width: 0;
        border-right: none;
    }
    63% {
        width: 0;
        border-right: 1px solid #333333;
    }
    79% {
        width: 144px;
        border-right: 1px solid #333333;
    }
    79.1%,
    88% {
        width: 144px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@-o-keyframes typing3 {
    0%,
    62% {
        width: 0;
        border-right: none;
    }
    63% {
        width: 0;
        border-right: 1px solid #333333;
    }
    79% {
        width: 144px;
        border-right: 1px solid #333333;
    }
    79.1%,
    88% {
        width: 144px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}

@keyframes typing3 {
    0%,
    62% {
        width: 0;
        border-right: none;
    }
    63% {
        width: 0;
        border-right: 1px solid #333333;
    }
    79% {
        width: 144px;
        border-right: 1px solid #333333;
    }
    79.1%,
    88% {
        width: 144px;
        border-right: none
    }
    88.1%,
    100% {
        width: 0;
        border-right: none
    }
}
h1 i{
  width: 93px;
  height: 36px;
  background: url(../img/icon-jq.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  /* 修改处 */
  top: -15px;
  left: 345px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  position: absolute;
  display: block;
  border-radius: 18px 18px 18px 0;
  overflow: hidden;
  -webkit-animation: triangle-jump 2s infinite;
     -moz-animation: triangle-jump 2s infinite;
       -o-animation: triangle-jump 2s infinite;
          animation: triangle-jump 2s infinite;
}
@-webkit-keyframes triangle-jump {
  0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-moz-keyframes triangle-jump {
  0%, 100% {
      -moz-transform: translateY(0);
           transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(8px);
         transform: translateY(8px);
  }
}
@-o-keyframes triangle-jump {
  0%, 100% {
      -o-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -o-transform: translateY(8px);
       transform: translateY(8px);
  }
}
@keyframes triangle-jump {
  0%, 100% {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }
}

h1 i i{
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, .2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}
.row2 {
  padding-top: 360px;
  padding-bottom: 200px;
  background-color: #f6f6f8;
}
/* .row {
  padding: 50px 0;
} */
.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.row2 .row2-cc {
width: 85%;
margin-left: auto;
margin-right: auto;
}
.row2 .people-list {
width: 100%;
position: relative;
}
.row2 .people-list li {
width: 16.666%;
text-align: center;
font-size: 13px;
cursor: pointer;
margin-bottom: 50px;
}
.row2 .people-list li p {
font-size: 10px;
}
.row2 .people-list li .peo-name {
font-size: 16px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
.row2 .people-list .list-hover {
position: absolute;
top: -315px;
width: 100%;
left: 0%;
border: 1px solid #dcdcdc;
-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
border-radius: 5px;
background-color: #fff;
height: 260px;
}
.row2 .people-list li h3 {
font-size: 26px;
color: #000;
line-height: 120px;
}
.row2-down{
text-align: center;
}
.title-h2{
font-size: 26px;
padding-bottom: 30px;
letter-spacing: 3px;
line-height: 50px;
padding-top: 50px;
color: #333;
background: #f6f6f8;
font-weight: 600;
text-align: center;
}
.py20{
margin: 20px 0;
}
.row2 .people-list .list-hover div {
width: 70%;
margin-left: auto;
margin-right: auto;
border-top: 1px solid #e4dbdb;
padding-top: 30px;
letter-spacing:0.2rem;
}
.row2 .people-list .hover-1 i {
left: 20px;
}
.people-list .list-hover i {
position: absolute;
bottom: -51px;
margin-left:-30.495px;
}
.row ul li {
float: left;
}
ul, li, ol {
list-style: none;
}
/*插入底部下载样式*/
.bg09 {
    height: 377px;
    background: url(../img/bg09.jpg) top center no-repeat;
}
.bg09 .w1200 {
    height: 100%;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bg09 .t {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.bg09 .i {
    margin-top: 24px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.bg09 .btns {
    margin-top: 40px;
}
.flex-hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.btn-download, .btn-exp {
    width: 270px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-ver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-download i {
    width: 31px;
    height: 37px;
    background: url(../img/btn-download.png);
}
.btn-download p, .btn-exp p {
    margin-left: 16px;
}
/*侧边栏书写*/
.side-box {
    position: fixed;
    right: 0;
    top: 90%;
    margin-top: -160px;
	z-index:10;
}
.contact-us {
  width: 80px;
  border-radius: 4px;
  background-color: #5d63ff;
  border-top: 1px solid #5d63ff;
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 9px;
}
.contact-us p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  line-height: 1;
  background: url(../img/purchase_icon.png) no-repeat top center;
}
.to-top {
    width: 80px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #5d63ff;
    border-top: 1px solid #5d63ff;
    padding: 15px 0;
    cursor: pointer;
}
.to-top p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    line-height: 1;
    background: url(../img/icon_fangxiang.png) no-repeat top center;
}
/*新增双11入口*/
.double11 {
    position: fixed;
    z-index: 666;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.closeAD {
    position: absolute;
    right: 44px;
    top: -40px;
    width: 40px;
    height: 40px;
}
/* 二维码 */
.QRCode-layer{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
.QRCode-layer .QRCode-wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -175px;
  margin-left: -150px;
	width: 300px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 10px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QRCode-layer .QRCode-wrapper .QRCode{
  width: 200px;
  height: 200px;
  margin: 24px 0 18px;
}
.QRCode-layer .QRCode-wrapper h2{
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
	color: #333;
}
.QRCode-layer .QRCode-wrapper h5{
	font-size: 16px;
	line-height: 29px;
	color: #333;
}
.QRCode-layer .QRCode-wrapper .js-close-QRCode{
  width: 40px;
  height: 40px;
  position: absolute;
  top: -39px;
  right: -45px;
  cursor: pointer;;
}