* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color:transparent; }
a, img { -webkit-touch-callout: none;}
img{ max-width: 100%; pointer-events: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;}
a { text-decoration: none !important; outline:none; color: #333;}
i, em { font-style: normal; }
img, input, select, option { border: 0; background: transparent; outline: 0; -webkit-appearance: none; }
a,button,input,textarea {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}
h1, h2, h3 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
body{
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
#mynav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.wraper{
  width: 1200px;
  margin: 0 auto;
}
.inline-block{
  display: inline-block
}
.index-page .header {
    position: relative
}

.index-page .nav {
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, #00315b, #002043)
}

.index-page .nav .wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-page .nav .wraper .left {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.index-page .nav .wraper .left .items {
    margin-left: 150px
}

.index-page .nav .wraper .left .items a {
    color: #fff;
    font-size: 16px;
    margin-right: 60px
}

.index-page .nav .wraper .btn {
    padding: 8px 24px;
    background: #fb2b2b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block
}

.index-page .nav .wraper .btn.btn-blue {
    background: #0b89e7
}

.index-page .banner {
    position: relative
}

.index-page .banner .fullimg {
    width: 100%;
    display: block
}

.index-page .banner .desc {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index-page .banner .desc .img {
    width: 550px;
    display: block;
    margin-bottom: 30px
}

.index-page .banner .desc .btn {
    padding: 10px 30px;
    background: #fb2b2b;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block
}

.index-page .banner .desc .btn.btn-blue {
    background: #0b89e7
}

.index-page .section .title {
    margin: 60px 0;
    font-size: 32px;
    color: #333;
    text-align: center
}

.index-page .section .title .number {
    font-weight: 700
}

.index-page .trait .number-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.index-page .trait .number-data .item {
    text-align: center;
    -ms-flex: 1;
    flex: 1
}

.index-page .trait .number-data .main {
    font-size: 36px;
    color: #333;
    font-weight: 700
}

.index-page .trait .number-data .sub {
    color: #666;
    font-size: 18px
}

.index-page .trait .desc-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.index-page .trait .desc-data .item {
    border-radius: 10px;
    width: 175px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    text-align: center;
    height: 240px;
    padding: 0 40px
}

.index-page .trait .desc-data .img {
    margin: 25px 0 15px
}

.index-page .trait .desc-data .main {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px
}

.index-page .trait .desc-data .sub {
    font-size: 14px;
    color: #999
}

.index-page .speed {
    padding-bottom: 40px
}

.index-page .speed .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px
}

.index-page .speed .data .item {
    width: 380px;
    text-align: center;
    padding: 0 80px
}

.index-page .speed .data .main {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    margin-top: -4px
}

.index-page .speed .data .sub {
    font-size: 14px;
    color: #666;
    text-align: left
}

.index-page .dev .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 10px
}

.index-page .dev .data .item {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-right: 40px;
    padding: 20px 60px 40px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 15px
}

.index-page .dev .data .item img {
    display: block
}

.index-page .dev .data .item :last-child {
    margin-right: 0
}

.index-page .dev .data .item .main {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px
}

.index-page .advanced {
    text-align: center;
    padding-bottom: 40px
}

.index-page .advanced .data {
    padding: 35px 150px 0
}

.index-page .support {
    padding: 0 100px
}

.index-page .support .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

.index-page .support .img {
    text-align: center
}

.index-page .support .item {
    margin-right: 92px;
    margin-bottom: 70px;
    width: 180px;
    font-size: 16px;
    color: #333
}

.index-page .support .item:nth-child(4n+0) {
    margin-right: 0
}

.index-page .support p {
    line-height: 2
}

.index-page .case {
    padding: 0 10px
}

.index-page .case .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-page .case .data .item {
    width: 170px;
    height: 180px;
    margin: 0 32px 32px 0
}

.index-page .case .data .item:nth-child(6n+0) {
    margin-right: 0
}

.index-page .case .data .item img {
    width: 100%;
    height: 100%;
    display: block
}

.index-page .service {
    padding: 0 70px
}

.index-page .service .data {
    display: -ms-flexbox;
    display: flex
}

.index-page .service .data .item {
    margin-right: 60px
}

.index-page .service .data .item:nth-child(6n+0) {
    margin-right: 0
}

.index-page .comment {
    padding: 0 60px
}

.index-page .comment .data {
    padding: 40px;
    background: #f1f2f7;
    overflow: hidden
}

.index-page .comment .btn-wrp {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center
}

.index-page .comment .btn-wrp .btn {
    padding: 8px 50px;
    background: #fb2b2b;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block
}

.index-page .comment .btn-wrp .btn.btn-blue {
    background: #0b89e7
}

.index-page .comment .chat {
    margin-bottom: 30px
}

.index-page .comment .chat:last-child {
    margin-bottom: 0
}

.index-page .comment .chat-avatar {
    float: right
}

.index-page .comment .chat-avatar .avatar {
    display: inline-block;
    position: relative;
    width: 50px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px
}

.index-page .comment .chat-avatar .avatar img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 1000px
}

.index-page .comment .chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden
}

.index-page .comment .chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #333;
    background-color: #fff;
    border-radius: .286rem
}

.index-page .comment .chat-content p {
    margin-bottom: .5rem
}

.index-page .comment .chat-content:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff
}

.index-page .comment .chat-time {
    display: block;
    margin-top: 8px;
    color: #999
}

.index-page .comment .chat-left .chat-avatar {
    float: left
}

.index-page .comment .chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px
}

.index-page .comment .chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px
}

.index-page .comment .chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #fff;
    border-left-color: transparent
}

.index-page .footer {
    background: #191f24
}

.index-page .footer .about {
    padding: 40px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-page .footer .about .item {
    padding: 0 50px;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    display: -ms-flexbox;
    display: flex
}

.index-page .footer .about .desc {
    margin-left: 18px
}

.index-page .footer .about .sub {
    font-size: 16px
}

.index-page .footer .about .main {
    font-size: 24px
}

.index-page .footer .copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #313a41
}