@charset "UTF-8";

* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    min-width: 1250px;
    font: 14px/24px "微软雅黑";
    color: #666;
}

div {
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a, img {
    border: 0 none;
}

.clearfix {
    display: inline-table;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
}
.none {
    display: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
.w800 {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
.header {
    background-color: #262626;
    width: 100%;
    min-width: 1200px;
    padding: 10px;
    color: #fff;
}
.header-content a {
    color: #fff;
    font-size: 12px;
}
.header-content a:hover {
    color: #FFA924;
}
.banner {
    background: #202020 url("/assets/img/home/banner.png") no-repeat;
    background-position: top center;
    width: 100%;
    height:920px;
    min-width: 1200px;
}
.nav-body {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-duration: 0.2s;
}

.nav-logo {
    color: #fff;
    height: 34px;
    line-height: 34px;
}
.nav-logo img {
    width: 96px;
    height: 24px;
    vertical-align: middle;
    margin-top: -5px;
}
.nav-logo b {
    display: inline-block;
    font-size: 20px;
    color: #C79053;
}
.nav-title li {
    float: left;
    display: inline;
    padding: 0 10px;
}
.nav-title a {
    color: #ffffff;
}
.nav-title a:hover {
    color: #FFA924;
}
.nav-title .splitter {
    color: #fff;
}
.banner-content {
    margin-top: 230px;
    color: #FFECCF;
}
.banner-content .banner-title {
    /*font-size: 58px;
    letter-spacing: 20px;
    text-indent: 20px;
    margin-bottom: 44px;*/
}
.banner-content .banner-title h1{
    height: 60px;
    line-height: 60px;
    font-size: 44px;
    color: #ffffff;
}
.banner-content .banner-title p{
    color: #FFA924;
    font-size: 44px;
    font-weight: bold;
    padding-top: 20px;
}
.banner-text{
    font-size: 24px;
    color:#EEEEEE;
    padding-top:50px;
}
.banner-text p{
    height: 38px;
    line-height: 38px;
}
.banner-btn{
    margin-top: 100px;
}
.banner-btn a{
    color:#2E2E2E;
    background-color: #FFA924;
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    transition: all .1s linear;
    font-size:16px;
    margin-right: 20px;
}

.banner-btn a:hover {
    background:#F17F05;
}

.principle-body {
    background-color: #f9f9f9;
    padding: 80px 0px;
    width: 100%;
}

.principle-content {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.section-title {
    font-size:36px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.principle-desc {
    margin: 50px auto;
}

.principle-desc p {
    font-size: 18px;
    line-height: 30px;
}

.principle-wrap {
    margin-top: 50px;
}

.usage-body {
    padding: 70px 0px;
    text-align: center;
    width: 100%;
    background: #fff;
}

.usage-list li {

}

.usage-list li:hover {

}

.usage-list li a{
    padding: 30px;
    margin: 50px 20px 0px 20px;
    width: 360px;
    height: 310px;
    float: left;
    display: inline;
    color: #666;
    border: 1px solid transparent;
}

.usage-list li a p{
    color: #666;
}

.usage-list li a:hover {
    background: #fcfcfc;
}

.usage-list li .list-icon img {
    width: 80px;
    height: 80px;
}

.usage-list li .list-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}

.usage-list li p {
    margin-top: 20px;
    font-size: 16px;
}

.features-body {
    text-align: center;
    background-color: #f9f9f9;
    padding: 80px 0px;
    width: 100%;
}

.features-main {
    text-align: left;
    margin-top: 50px;
}

.features-main ul li {
    float: left;
    width: 540px;
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #ccc;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 30px;
}

.features-img img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
}

.features-main .features-wrap {
    margin-top: 30px;
    margin-left: 20px;
}

.features-main .features-wrap div {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/*体验*/
.try{
    background: #2a2a2a;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.try .try-title{
    font-size: 48px;
    padding-top:34px;
    color: #FFF;
}
.try .try-sub {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 52px;
    margin-top:36px;
}
.try .try-btn {
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: #FFA924;
    border-radius: 8px;
    margin: auto;
    cursor: pointer;
    font-size: 20px;
    transition: all .1s linear;
    color: #333;
    display: block;
}
.try .try-btn:hover{
    background: #F17F05;
}

/*产品套餐*/
.page-price{
    background: linear-gradient(180deg,#323335,#1a1a1c);
    text-align: center;
    padding-bottom:40px;
    width: 100%;
}
.price-container{
    width:1150px;
    margin: 0 auto;
}
.price-nav-box .price-nav{
    max-width: 880px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 40px;
    text-align: center;
}

.page-price .price-nav li{
    float: left;
    width:50%;
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
}
.page-price .price-nav li:hover{
    color: #ffa924;
}
.page-price .price-nav .current{
    color: #ffa924;
    position: relative;
}
.page-price .price-nav .current:before{
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top:40px;
    height:3px;
    background: #ffa924;
    position: absolute;
    width: 116px;
}
.content-box{
    margin-top: 20px;
}
.content-box .version-item{
    width: 90px;
    background: #262729;
    font-size: 14px;
    float: left;
}

.content-box .version-item .diff-top{
    color: #6a6a6a;
}
.content-box .version-item .diff-top .class-version {
    height: 134px;
    line-height: 160px;
}
.content-box .version-item .diff-top .class-price {
    height: 80px;
    line-height: 80px;
}
.content-box .version-item .diff-top .class-buy {
    height: 80px;
    line-height: 132px;
}
.content-box .version-item .diff-top .class-offer {
    height: 76px;
    line-height: 54px;
}
.diff-bottom {
    color: #999;
    padding-top: 25px;
    padding-bottom: 35px;
    position: relative;
}
.diff-bottom:before {
    content: "";
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
    height: 1px;
    background: #2c2e30;
    position: absolute;
}
.diff-bottom-pro{
    padding-top: 67px;
}
.diff-bottom-pro2{
    padding-top: 7px;
}
.content-bottom{
    color: #333;
}
.content-bottom:before{
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    width: 216px;
}
.diff-bottom .diff-feature{
    margin-bottom: 20px;
}
.diff-bottom .diff-feature img{
    vertical-align: middle;
}
.diff-bottom .diff-feature-title {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #e0e0e0;
}
.diff-bottom .diff-feature-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}
.diff-bottom .diff-feature-item.service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    line-height: 1;
}
.diff-bottom .diff-feature-item.service p:last-of-type {
    color: #999;
    margin-top: 6px;
}
.content-box .content-item{
    float: left;
    width: 264px;
    background:linear-gradient(180deg,#fff,#ebebeb);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px;
    border-radius: 8px;
    color: #333;
    text-align: center;
}
.content-box .pro{
    background:linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230));
}
.content-item .content-item-top .diff-title{
    font-size: 24px;
    padding-top: 64px;
    font-weight: 600;
    padding-bottom: 35px;
}
.content-item .content-item-top .diff-title-pro{
    padding-bottom: 17px;
}
.diff-title .version-desc{
    margin: 10px auto 0;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
    min-height: 21px;
}
.diff-title .desc-pro{
    width: 204px;
    margin: auto;
    line-height: 18px;
}
.diff-title .desc-pro:first-of-type{
    margin-top:8px;
}
.diff-price .diff-price-item .price-desc{
    font-size: 14px;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
}
.diff-price .diff-price-item .price-desc .price-num {
    font-size: 32px;
    font-weight: 600;
    vertical-align: -2px;
}
.diff-price .diff-price-item .price-tips {
    color: #999;
    white-space: nowrap;
}
.content-box .content-item .diff-button-box {
    padding-top: 44px;
    padding-bottom: 12px;
}
.content-box .content-item .diff-button-box a{
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    background: none;
    border: 1px solid #ffa924;
    color:#ffa924;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    transition-duration:0.1s;
}
.content-box .content-item .diff-button-box a:hover{
    background:#ffa924;
    color: #fff;
}
.content-box .content-item .offer{
    color: #ff6638;
    height: 57px;
}
.addActive {
    background: rgba(255,255,255,0.15);
}

/**使用用户**/
.company-body{
    padding: 70px 0px;
    text-align: center;
    width: 100%;
    background: #fff;
}
.company-main{
    margin-top:70px;
}
.company-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.company-box li{
    width: 25%;
    margin-bottom: 48px;
}
.company-box li img{
    display: inline-block;
    width: 232px;
    height: 73px;
}
