@charset "UTF-8";

/* CSS Document */

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "arial", "PingFang-SC-Regular";
    /*字体名称*/
    src: url('font.ttf');
    /*字体源文件*/
}

body,
input,
select,
textarea,
button {
    font-family: "arial", "PingFang-SC-Regular";
    font-size: 14px;
}

input,
button,
select,
textarea {
    outline: none;
}


/*去除浏览器自带表单样式*/

input[type=button],
button {
    -webkit-appearance: none;
    letter-spacing: 1px;
}


/*清除iOS按钮自定义样式*/

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/*布局*/

.col-1 {
    float: left;
    width: 16.66%;
}

.col-2 {
    float: left;
    width: 33.33%;
}

.col-3 {
    float: left;
    width: 50%;
}

.col-4 {
    float: left;
    width: 66.66%;
}

.col-5 {
    float: left;
    width: 83.33%;
}

.col-6 {
    float: left;
    width: 100%;
}

.content {
    margin-top: 60px;
}

.main {
    margin: 0 auto;
}


/*顶部*/

.kxb-top {
    position: fixed;
    top: 0;
    height: 68px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.kxb-top img {
    display: block;
    height: 40px;
    margin: 10px 20px 10px 0;
    float: left;
}

.kxb-top a,
.kxb-top i {
    float: right;
}

.kxb-top a {
    display: block;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    border-radius: 3px;
    font-size: 16px;
    margin: 15px 20px 0 0;
    text-align: center;
}

.kxb-top .login {
    color: #333;
}

.kxb-top .register {
    color: #333;
}

.kxb-top i {
    color: #333;
    height: 60px;
    line-height: 60px;
    display: none;
    font-size: 20px;
}

.kxb-nav {
    float: left;
    font-size: 16px;
}

.kxb-nav li {
    float: left;
    color: #333;
    float: left;
    padding-top: 5px;
    line-height: 68px;
    height: 68px;
    /* margin-top: -5px; */
    width: 100px;
    text-align: center;
    transition: ease 0.2s;
}

.kxb-nav li.active,
.kxb-nav li:hover {
    background: #ffffff;
    color: #FF8000;
    font-weight: 600;
    border-bottom: 4px solid #FF8000;
}

section.main>header {
    text-align: center;
    color: #333;
    font-size: 24px;
    padding: 100px 0 60px;
}

.pin_view_layer {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 99994;
    overflow: auto;
}

.pin-view-wrapper {
    width: 100%;
    height: auto;
    background: no-repeat url(../img/syzd.png) 50% 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99995;
    overflow: auto;
}

.pin-viewibutton {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 80%;
    right: 0;
    bottom: 0;
    left: 65%;
    z-index: 99996;
}

.pin-viewibutton .close {
    width: 80px;
    height: 40px;
    background: #4e7cf0;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.pin-viewibutton .not-remind {
    width: 200px;
    height: 40px;
    background: #4e7cf0;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}


/*首屏*/

.one {
    background: no-repeat url("../img/banner.png") fixed 100%;
}

.one .slogan {
    text-align: center;
    height: 100%;
    padding: 250px 0;
}

.one .slogan .img {
    display: block;
    margin-bottom: 30px;
}

.one .slogan a {
    color: #fff;
    background: #FF8000;
    border-color: #FF8000;
    border-radius: 10px;
    padding: 18px 80px;
    font-size: 16px;
    line-height: 24px;
}


/*多角度支持*/

.two {
    text-align: center;
    padding-bottom: 60px;
}

.two h2 {
    font-size: 2rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: rgba(218, 105, 49, 1);
    line-height: 14px;
}

.two img {
    width: 100%;
    margin-top: 50px;
}

.two .contact {
    width: 60%;
    margin-bottom: 50px;
}

.two .contact img {
    margin-top: 0;
}

.iphone,
.code {
    width: 50%;
    float: left;
}

.code div:nth-child(1) img:nth-child(1) {
    width: 25%;
    float: left;
    margin-top: 50px;
}

.code div:nth-child(1) img:nth-child(2) {
    width: 70%;
    float: left;
    margin-top: 50px;
}

.code div:nth-child(2),
.code div:nth-child(3) {
    width: 50%;
    float: left;
    padding: 5px;
    margin-top: 20px;
}

.code div:nth-child(2) button,
.code div:nth-child(3) button {
    float: left;
    background: #fff;
    border: 0;
    /* border-radius: 20px; */
    font-size: 1.2rem;
    color: #FF8000;
    padding: 5px 10px;
    margin-top: 20px;
}


/*核心功能*/

.three {
    text-align: left;
    position: relative;
    padding-bottom: 80px;
}

.three .container {
    float: left;
    width: 33.33%;
    position: relative;
    margin: 50px 0;
    padding-left: 100px;
}

.three .container p {
    color: #666;
    font-size: 0.8rem;
}

.three .tag {
    width: 100px;
    height: 100px;
    overflow: visible;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.three .text {
    margin: 15px 0 0 20px;
    display: inline-block;
    line-height: 1.6;
}


/*例子*/

.four {
    text-align: center;
    position: relative;
    padding-bottom: 100px;
}

.four h2 {
    font-size: 2rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: rgba(218, 105, 49, 1);
    line-height: 14px;
}

.four img {
    width: 100%;
    margin-top: 50px;
}


/*返回顶部*/

.back-top {
    height: 60px;
    width: 100%;
    background: #eee;
}

.back-top span {
    background: #333;
    color: #fff;
    text-align: center;
    display: block;
    width: 160px;
    height: 60px;
    margin: 0 auto;
    transition: ease 0.4s;
}

.back-top i {
    line-height: 60px;
    font-size: 30px;
}

.back-top span:hover {
    width: 100%;
}

section.botter-kxb {
    height: 450px;
    background: url(../img/bj-1.jpg) fixed center center;
    text-align: center;
}

section.botter-kxb .container {
    padding: 170px 40px;
}

section.botter-kxb h2 {
    letter-spacing: .4em;
    color: #fff;
    font-weight: normal;
    line-height: 36px;
    font-size: 1.6rem;
    margin-bottom: 50px;
    font-family: PingFang-SC-Medium;
}

section.botter-kxb a {
    margin-top: 50px;
    color: #fff;
    background: #FF8000;
    border-color: #FF8000;
    border-radius: 10px;
    padding: 18px 80px;
    font-size: 16px;
    line-height: 24px;
}


/* 底部
.kxb-bottom {
  text-align: center;
  background: #170103;
  color: #fff;
  line-height: 30px; }

  footer {
    bottom: 0;
    display: block;
    width: 100%;
    background: #f2f2f2;
    margin: 0;
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; 
}
footer ul.contact {
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
}
footer ul.contact li img {
  float: left;
}
footer ul.contact li {
  float: left;
  width: 33.33%;
  position: relative;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;padding-left: 25px;
}
footer ul.contact .text{
  float: left;margin: 30px 20px;
}
footer ul.contact li h4 {
  margin-bottom: 4px;
  font-weight: normal;font-size: 18px;
}
footer ul.contact li p {
  text-align: left;font-size: 14px;
  color: #86939f;
}
footer ul.contact .phone .text{
  float: left;margin: 10px 20px;
}
footer p {
  color: #86939f;
  padding-top: 0px;
  text-align: center;
  margin: 0;
} */


/* 商品 */

.product {
    height: 532px;
    background: url(../img/banner2.png) no-repeat center;
}

.product .slogan {
    text-align: center;
    height: 100%;
    padding: 220px 0 0 360px;
    ;
}

.product .slogan h2 {
    font-size: 3rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.product .slogan h3 {
    font-size: 1.8rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.product .slogan a {
    color: #fff;
    background: #FF8000;
    border-color: #FF8000;
    border-radius: 10px;
    padding: 18px 80px;
    font-size: 16px;
    line-height: 24px;
}

.product .img {
    margin-bottom: 30px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

section.product-info {
    margin: 100px 0;
    padding: 0 8%;
    text-align: center;
}

section.product-info:nth-child(2) .product-img img {
    margin-left: 12%;
}

section.product-info:nth-child(2) .product-img {
    padding-bottom: 10%;
}

section.product-info:nth-child(3) .product-img img:nth-child(2) {
    top: -3rem;
    left: -3rem;
}

section.product-info:nth-child(4) .product-img img:nth-child(3) {
    top: -6rem;
    left: -17rem;
}

section.product-info:nth-child(4) .product-img img:nth-child(2) {
    top: -4rem;
    left: 2rem;
}

.product-img {
    width: 60%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10%;
    padding-bottom: 0%;
}

.product-text {
    width: 40%;
    float: left;
    text-align: left;
    padding: 5%;
}

.product-img>img {
    position: absolute;
    top: 0;
    left: 0;
}

.product-img>img:nth-child(2) {
    position: relative;
    top: -6rem;
    left: -6rem;
}

.product-img>img:nth-child(3) {
    position: relative;
    top: 0;
    left: -14rem;
}

section.product-info h1 {
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 50px;
}

section.product-info ul {
    width: 100%;
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

section.product-info ul li {
    position: relative;
    margin: 20px 0;
    padding-left: 90px;
    padding-top: 4px;
    padding-right: 20px;
    text-align: left;
}

section.product-info ul img {
    position: absolute;
    left: 26px;
    top: 2px;
    width: 44px;
    height: 44px;
}


/* 客户案例 */

.one .slogan h2 {
    font-size: 3rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 2rem;
}

.one .slogan h3 {
    font-size: 30px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 4rem;
}

section.case-info {
    margin: 100px 0;
    padding: 0 12%;
    text-align: center;
}

section.case-info .product-text {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
}

section.case-info .product-img {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 18%;
}

section.case-info .product-img>img {
    position: absolute;
    top: 4rem;
    left: 0;
}

section.case-info:nth-child(2) .product-img>img {
    position: absolute;
    top: 0;
    left: 0;
}

section.case-info h1 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 30px;
}

section.case-info p {
    font-size: 1rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);
    margin-bottom: 1rem;
    line-height: 1.5;
}

section.case-info span {
    width: 74px;
    height: 74px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(218, 105, 49, 1);
    border-radius: 50%;
    float: left;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);
    line-height: 24px;
    padding-top: 0.6rem;
    margin-right: 1rem;
}

.five h2 {
    text-align: center;
    font-size: 2rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: rgba(218, 105, 49, 1);
    line-height: 14px;
    margin-bottom: 50px;
}

.five li {
    float: left;
    width: 33.33%;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(0.95, 0.9);
}

.five li img {
    transition: ease 0.4s;
    max-width: 80%;
}

.five li:hover,
.five li:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.five li:hover img,
.five li:active img {
    transform: scale(1.05, 1.05);
}

.five {
    margin-bottom: 100px;
}


/* 关于我们 */

ul.number-list {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    list-style: none;
}

ul.number-list h4 {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

ul.number-list li {
    float: left;
    width: 33.33%;
}

.two {
    background: #fff;
    margin-top: 50px;
    padding-bottom: 0;
}

.two .col-6 {
    position: relative;
}

.two .col-6>img {
    width: 50%;
    margin-top: 100px;
    z-index: -1;
}

.about img {
    width: auto;
    margin: 50px 0 30px;
}

.about .introduction {
    width: 50%;
    z-index: 10;
    position: relative;
    ;
    cursor: auto;
    top: -200px;
    left: 600px;
    background: rgba(245, 245, 247, 1);
    padding: 0 3rem;
    text-align: center;
    padding-bottom: 3rem;
}

.introduction h2 {
    text-align: left;
}

.introduction p {
    line-height: 2;
}

.introduction .ZText {
    color: rgba(102, 102, 102, 1);
    font-weight: normal;
    line-height: 2.0;
    text-align: justify;
    width: 100%;
}

.team .pic {
    height: 450px;
    background: url(../img/team-pic.png) center center;
    text-align: center;
    margin-top: 50px;
}

.team .pic .rectangle {
    width: 100%;
    height: 40%;
    background: rgba(218, 105, 49, 0.6);
    position: relative;
    top: 30%;
}

.team .pic .rectangle p {
    position: relative;
    top: 2rem;
    left: 30%;
    text-align: left;
    font-size: 1rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    letter-spacing: 1.5px;
}


/* 申请 */

.center-form-block {
    max-width: 430px;
    float: none;
    margin: 0 auto 100px;
    margin-top: 205px;
    padding-bottom: 30px;
}

.sign-up-container {
    z-index: 10;
}

.sign-up-form {
    margin-top: 120px;
}

.sign-up-form h3,
.sign-up-form h4 {
    text-align: center;
    font-weight: 600;
}

.sign-up-form h3 {
    margin: 30px 0;
    font-size: 36px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 24px;
}

.sign-up-form h4 {
    font-size: 20px;
    font-family: PingFang-SC-Light;
    font-weight: 500;
    color: #3f3f3f;
    line-height: 24px;
    margin: 40px 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-control {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    border-radius: 10px;
    -webkit-appearance: none;
}

.form-control:active,
.form-control:hover {
    border-color: #FF8000;
}

.mobile-input input {
    padding-left: 62px;
}

.sign-up-form .submit-btn-group {
    margin-top: 50px;
    margin-bottom: 20px;
}

.btn {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 0;
}

.btn {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff
}

span.with-icon-arrow {
    position: relative;
}

.mobile-input input {
    padding-left: 62px;
}

.mobile-input .prefix {
    position: relative;
    left: 18px;
    top: -34px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    border-right: 1px solid #ccc;
    transition: border-color ease-in-out 0.15s;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group+p {
    text-align: center;
    color: #FF8000;
    margin-top: 20px;
    font-size: 1rem;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.sign-up-form .submit-btn-group {
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 20px;
    cursor: pointer;
}

.btn.btn-primary {
    width: 100%;
    color: #fff;
    background: rgb(234, 84, 25);
    border-color: rgb(234, 84, 25);
    border-radius: 10px;
}

.text-center {
    text-align: center;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(150, 150, 150, 1);
    line-height: 24px;
}

.text-center a {
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(218, 105, 49, 1);
    line-height: 24px;
}


/* 提交完成后 */

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
}

.login-box {
    text-align: center;
    font-size: 0.8rem;
    width: 50%;
    min-height: 40%;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    padding: 8%
}

.login-close {
    width: 30px;
    height: 30px;
    background: url(../img/wclosebtn.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

[v-cloak] {
    display: none !important;
}