/*content*/
/*登录页*/
.popUpWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}
.popUpWrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}
.popUpWrap.less .popUp {
    height: 400px;
    width: 600px;
    margin: -200px 0 0 -300px;
}
.popUp {
    border-radius: 5px;
    background: #fff;
    height: 480px;
    width: 750px;
    margin: -240px 0 0 -375px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 109;
    box-sizing: border-box;
}
.popUp .title {
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 20px;
    background: #f08300;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    z-index: 109;
    position: relative;
}
.clearfix {
    zoom: 1;
}
.chooseLogin{
    width: 500px;
    padding: 15px;
    height: 130px;
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    margin: 20px 50px 0 50px;
}
.chooseLogin .choose-title{
    font-size:18px;
    color:#424242;
    padding-bottom: 5px;
}
.chooseLogin .text{
    font-size:14px;
    color:#717171;
}
.title .text{ 
    color: #ffffff;
    font-size: 20px;
}
.closeIcon{
    position: absolute;
    right: 13px;
    top: 13px;
}
.login_username{
    display:inline
}
.login_WXSM{
    display:none
}
.login{
    background: url("../images/login-bg-v1.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    height: 530px;
}
.login .item-form{
    position: absolute;
    top: 66px;
    right: 76px;
    width: 320px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 32px 24px;
}
.item-form>h4{
    width: 70px;
    font-size: 22px;
    text-align: center;
    margin: 24px auto 46px;
    padding-bottom: 4px;
    border-bottom: 2px solid #f08300;
}
.item-form .item{
    font-size: 16px;
    text-align: left;
    margin: 24px 0;
    height: 32px;
    line-height: 32px;
}
.item-form .item .eye{
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 10;
    width: 24px;
    height: 28px;
}
.grad-eye{
    background: url("../images/grad.png") no-repeat center;
    background-size: 86%;
}
.blue-eye{
    background: url("../images/blue.png") no-repeat center;
    background-size: 86%;
}
.item-form .login-confirm{
    font-size: 18px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 16px;
    background-color: #f1721a;
    border-radius: 6px;
    color: #ffffff;
}
.item-form .item label{
    width: 100%;
}
.item-form .item label input{
    width: 218px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d4d4d4;
    float: right;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #717171;
 }

.login .item-left{
    display: inline-block;
    width: 60%;
    color: #ffffff;
    padding-top: 56px;
}
.login .item-left h1{
    margin: 24px 0;
}
.login .item-left h3{
    margin: 24px 0;
}
.login .item-left h4{
    margin-top: 42px;
}
.login .item-left h6{
    margin-top: 6px;
}
.login .item-left h6:last-child{
    padding-left:150px;
}
/*思维洞见页*/
.content{
    margin-top: 66px;
    width: 100%;
    padding: 50px 76px;
}
.content .artList{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.content .artList .item{
    width: 360px;
    height: 450px;
    background-color: #ffffff;
    margin: 16px auto;
    box-shadow: 0 0 20px #d4d4d4;
}
.content .artList .item>img{
    width: 360px;
}
.item .item-detail{
   padding: 26px;
}
.item-detail h4{
    margin-bottom: 12px;
}
.item-detail p{
    line-height: 28px;
    font-size: 16px;
    color: #717171;
    width: 100%;
    height: 120px;
    overflow-y: hidden;
}
.item-detail img{
    margin-right: 12px;
    margin-top: 2px;
}
.content .more{
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 24px;
}
.content .more h4{
    font-size: 16px;
    color: #ffffff;
    background-color: #26aaec;
    height: 32px;
    line-height: 32px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
}
.content .more h4:hover{
    background-color: #1572fd;
}
.content .art-detail{
    display: flex;
}
.content .detail{
    position: relative;
    width: 64%;
    margin-right: 32px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 0 20px #d4d4d4;
}
.detail h4{
    font-size: 30px;
    margin-bottom: 16px;
}
.detail .article img{
    margin: 16px 0;
    max-width: 100%;
}
.detail .item-news{
    margin-top: 16px;
    margin-bottom: 24px;
}
.detail .item-news>span{
    margin-right: 32px;
}
.content .more-list{
    width: 382px;
}
.content .more-list .item{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 20px #d4d4d4;
    margin-bottom: 24px;
}
.content .more-list .item>img{
    width: 100%;
}
.more-list h4{
    font-size: 24px;
    margin-bottom: 24px;
}

/*zhu 创建用户注册页面*/
.verify-img-panel,.verify-sub-block{
    display: none;
}
.content .sign-page{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 0 20px #d4d4d4;
    padding-bottom: 24px;
}
.sign-page>h4{
    padding: 16px 0;
    border-bottom: 1px solid #f1f4f9;
    margin-bottom: 24px;
}
.sign-page .item{
    min-height: 42px;
    line-height: 42px;
    font-weight: 700;
}
.sign-page .item label{
    width: 400px;
}
.sign-page .item label .phone-select{
    position: absolute;
    top: 13px;left: 109px;
    font-size:12px;
    font-weight: normal;
    color: #717171;
}
.sign-page .item label .splice-place{
    display: inline-block;
    width: 300px;
    float: right;
    margin-left: 24px;
    height: 36px;
    position: relative;
}
.sign-page .item label input{
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #717171;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    outline: none;
    width: 300px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin: 6px 0 0 24px;
}
.sign-page .item label>button{
    height: 32px;
    line-height: 32px;
    width: 100px;
    border-radius:0 3px 3px 0;
    background-color: #dbdddd;
    color: #333;
    position: absolute;
    top: 6px;
    right: 0;
}
.sign-page .sign-confirm{
    margin-bottom: 16px;
}
.sign-page .sign-confirm .drop-login{
    margin-top: 12px;
}
.drop-login a{
    color: #1572fd;
}
.sign-page .sign-confirm input{
    padding: 8px 10px;
    width: 196px;
    background-color: #f1721a;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    opacity: 0.6;
}
.sign-page .tips{
    width: 50%;
    margin: 56px auto 36px;
}
/*新闻报导*/
.media-report{
    width: 100%;
    background-color: #ffffff;
}
.media-report>h4{
    font-size: 26px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.media-report .reportList{
    width: 100%;
    padding: 40px 60px;
}
.media-report .reportList .item{
    display: flex;
    margin-bottom: 40px;
}
.reportList .left,.reportList .right{

}
.reportList .left{
    width: 180px;
    vertical-align: top;
}
.reportList .left img{
    width: 180px;
    height: 134px;
}
.reportList .right{
    flex: 1;
    margin-left: 32px;
    position: relative;
}
.reportList .right>h4{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.reportList .right .date{
    position: absolute;
    right: 0;
    top: 0;
    color: #717171;
}
.reportList .right>p{
    color: #666666;
    font-size: 16px;
    height: 90px;
    line-height: 28px;
    overflow-y: hidden;
    text-overflow:ellipsis;
}
.reportList .right>div{
    color: #808080;
    font-size: 16px;
}
.reportList .right>div:last-child{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.reportList .right>div>a{
    font-size: 16px;
    color: #6094fd;
}
.media-report .reportMore{
    text-align: center;
    margin-top: -16px;
}
.media-report .reportMore span{
    padding: 4px 24px;
    background-color: #00a0e9;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
}
.media-report .reportMore span:hover{
    background-color: #1572fd;
}
.content2{
    width: 100%;
    text-align: center;
    margin-top: -50px;
    background-color: #f1f4f9;
    padding-top: 90px;
}
.content2>.item{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.content2>.item>h4{
    margin: 30px 0 22px;
}
.content2>.item>p{
   line-height: 28px;
    font-size: 16px;
    color: #565656;
}
.content2>.item>div{
    margin: 36px 0 0;
}
.content2>.item>div span{
    padding: 4px 48px;
    background-color: #00a0e9;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
}
.content2>.item>div span:hover{
    background-color: #1572fd;
}
.content2 .item-bottom{
    margin : 60px 0;
    font-size: 16px;
}
/*价格方案*/
.content .content-before{
    text-align: center;
    margin-top: 36px;
}
.content-before h2 span{
    background-color: #f1f4f9;
    padding: 0 12px;
}
.content-before h2{
    width: 600px;
    margin: 0 auto;
    color: #333333;
    font-size: 32px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 5px;
}
.content-before h4{
    margin-top: 30px;
    font-size: 18px;
}
.content .price-plan{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-top: 100px;
    color: #717171;
}
.content .price-plan>div{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #f3f3f3;
}
.content .price-plan>div>div{
    flex: 1;
}
.content .price-plan>.item-type{
    color: #333333;
    font-size: 16px;
}
.content .price-plan>.item-type>div{
    height: 60px;
    line-height: 60px;
}
#price-top.affix{
    display: flex;
    top: 66px;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0 76px;
    box-shadow: 0 4px 10px #f1f4f9;
}
#price-top.affix div{
    background-color: #ffffff;
}
.content .price-plan>.item-price>div{
    height: 175px;
    line-height: 175px;
    border-right: 1px solid #f3f3f3;
}
.content .price-plan>.item-price>div>sup{
    font-size: 24px;
}
.content .price-plan>.item-price>div>span{
    font-size: 28px;
}
.item-price .orange{
    color: #ffa415;
}
.item-price .blue{
    color: #2dbcff;
}
.item-price .green{
    color: #22d7bb;
}
.item-price .deep-blue{
    color: #4e8af9;
}
.item-price .purple{
    color: #965ebf;
}
.content .price-plan>.item-price>div>sub{
    font-size: 14px;
}

.content .price-plan .item-plan>div{
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #f3f3f3;
}
.content .price-plan .item-plan div input{
    text-align: center;
    width: 40%;
}
.icon-del-add{
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/svg/operation.svg") no-repeat;
    background-size: 260px;
    vertical-align: middle;
    background-color: #dcdcdc;
}
.del-plan {
   background-position: -223px -14px;
}
.add-plan{
    background-position: -171px -14px;
}
.content .price-plan>.item-head{
    font-size: 16px;
    color: #333333;
}
.content .price-plan>.item-head>div{
    border: none;
    background-color: #f3f3f3;
}
.content .price-plan>.item-head>div{
    padding: 0 20px;
}
.content .price-plan>.item-head>div:first-child{
    text-align: left;
}
.content .price-plan>.item-head>div:last-child{
    text-align: right;
}
.content .plan-button{
    height: 90px;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    background-color: #ffffff;
}
.content .plan-button>div{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #1572fd;
}
.content .plan-button>div>span{
    padding: 3px 24px;
    font-size: 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 6px;
}
.content .plan-button>div>span:hover{
    background-color: #ffffff;
    color: #1572fd;
}
.plan-content-after{
    background-color: #ffffff;
    padding: 70px 76px;
    text-align: center;
    margin-top: 36px;
}
.plan-content-after .after-question{
    font-size: 16px;
    color: #717171;
}
.plan-content-after .after-question .item{
    text-align: left;
    padding: 0 100px;
    margin-top: 50px;
}
.plan-content-after .after-question .item h4{
    margin-bottom: 16px;
    color: #333333;
}
.plan-content-after .after-question .item p{
    line-height: 28px;
}


/*产品迭代页面*/
.content .produce-history{
    width: 100%;
    min-height: 400px;
}
.produce-history .head{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.produce-history .head>h4{
    padding-left: 120px;
    font-size: 24px;
    color: #00a0ea;
}
.produce-history .head .clack{
    margin: 20px 0 0 138px;
    display: inline-block;
    width: 230px;
    vertical-align: top;
}
.produce-history .head .title{
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: center;
}
.produce-history .history-record{
    width: 100%;
    min-height: 300px;
}
.produce-history .history-record .item{
    width: 100%;
    position: relative;
    margin-bottom: 4px;
    min-height: 66px;
}
.history-record .item .left{
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    color: #00a0ea;
}
.history-record .item .left h4{
    font-size: 30px;
}
.history-record .item .left h4 i{
    vertical-align: top;
    margin-top: 4px;
}
.history-record .item .right{
    width: 100%;
    color: #333333;
    padding-left: 164px;
}
.history-record .item>.right>.right-detail{
    width: 100%;
    border-left: 2px dashed #939393 ;
    padding: 48px 0 0 70px;
}
.right>.right-detail .head{
    display: flex;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-left: -138px;
}
.right>.right-detail .head div:first-child{
    width: 125px;
    text-align: center;
    background-color: #f1f4f7;
    border-radius: 6px 0 0 6px;
}
.right>.right-detail .head div:last-child{
    flex: 1;
    background-color: #00a0ea;
    color: #ffffff;
    padding-left: 30px;
    border-radius: 0 6px 6px 0;

}
.right>.right-detail .text{
    margin-top: 66px;
    line-height: 32px;
    font-size: 16px;
    padding-right: 138px;
}
.produce-history .more-button{
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.produce-history .more-button>span{
    font-size: 16px;
    padding: 4px 41px;
    color: #ffffff;
    background-color: #00a0ea;
    border-radius: 6px;
}
.produce-history .more-button>span:hover{
    background-color: #1572fd;
}

/*重置密码页*/
.reset-password{
    height: 630px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px #d4d4d4;
}
.reset-password>h4{
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #f1f4f9;
}
.reset-password .item-title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 60px;
}
.reset-password .item-title span{
    padding: 15px 24px;
}
.border-line{
    border-bottom: 2px solid #f08300;
}
/*加盟*/
.join-banner{
    margin-top: 80px;
    color: #ffffff;
    width: 100%;
    height: 524px;
    background: url("./../images/join-banner.jpg") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.join-banner>h2{
    width: 100%;
    font-size: 40px;
    padding-top:150px ;
}
.join-banner h4{
    margin-top: 16px;
    font-size: 20px;
}
.join-banner div{
    margin: 90px auto 0;
    font-size: 18px;
    padding: 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
.join-banner div:hover{
    background-color: #1572fd;
}
.join-video{
    width: 100%;
    height: 600px;
    background-color: #ffffff;
}
.title{
    text-align: center;
    color: black;
}
.title>h2{
    font-size: 26px;
    padding-top: 70px;
}
.title>h4{
    margin-top: 10px;
    font-size: 16px;
}
.join-video .video{
    margin: 32px auto 0;
    width: 750px;
    height: 386px;
}
.join-market{
    width: 100%;
    height: 520px;
    background-color: #f3f3f3;
    padding: 0 100px;
}
.join-market .item{
    text-align: left;
    padding: 25px 26px;
}
.join-market .item img{
    vertical-align: text-bottom;
}
.join-market .item span{
    font-size: 18px;
    font-weight: 500;
}
.join-market .item p{
    color: #565656;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}
.join-cooperation{
    width: 100%;
    height: 840px;
    background-color: #ffffff;
    padding: 0 100px;
}
.join-cooperation .row{
    margin-top: 32px;
}
.join-cooperation .item{
    border-radius: 8px;
    margin-left: 32px;
    padding: 0 0 8px 0;
    background-color: #999999;
}
.join-cooperation .item:hover{
    background-color: #06aeff;
}
.join-cooperation .item .item-content{
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    padding: 40px 20px 0 20px;
}
.join-cooperation .item .item-content:hover .join{
    color: #ffffff;
    background-color: #06aeff;
}
.join-cooperation .item .item-content:hover .operation01{
    background: url("./../images/operation1.png") no-repeat center;
}
.join-cooperation .item .item-content:hover .operation02{
    background: url("./../images/operation2.png") no-repeat center;
}
.join-cooperation .item .item-content:hover .operation03{
    background: url("./../images/operation3.png") no-repeat center;
}
.join-cooperation .item .item-content:hover .operation04{
    background: url("./../images/operation4.png") no-repeat center;
}
.join-cooperation .item .item-content:hover .operation05{
    background: url("./../images/operation5.png") no-repeat center;
}
.join-cooperation .item i{
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background-size: 100% 100%;
}
.join-cooperation .item .operation01{
    background: url("./../images/operation01.png") no-repeat center;
}
.join-cooperation .item .operation02{
    background: url("./../images/operation02.png") no-repeat center;
}
.join-cooperation .item .operation03{
    background: url("./../images/operation03.png") no-repeat center;
}
.join-cooperation .item .operation04{
    background: url("./../images/operation04.png") no-repeat center;
}
.join-cooperation .item .operation05{
    background: url("./../images/operation05.png") no-repeat center;
}
.join-cooperation .item h4{
    margin-top: 30px;
    font-size: 18px;
}
.join-cooperation .item p{
    min-height: 80px;
    max-height: 80px;
    color: #565656;
    margin-top: 24px;
    font-size: 14px;
}
.join-cooperation .item .join{
    color: #06aeff;
    margin: 30px auto 18px;
    font-size: 16px;
    border: 1px solid #06aeff;
    border-radius: 6px;
    width: 100px;
    height: 24px;
}
.join-cooperation .item span{
    display: block;
    min-height: 80px;
    max-height: 80px;
    color: #717171;
    font-size: 12px;
}
.join-cooperation .operation-bottom{
    width: 100%;
    height: 200px;
    position: relative;
}
.join-cooperation .operation-bottom .item{
    background-color: #ffffff;
    border: 1px solid #06aeff;
    width: 34%;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #565656;
    border-radius: 50%;
}
.join-cooperation .operation-bottom .item:hover{
    background-color: #06aeff;
    color: #ffffff;
    z-index: 12;
}
.join-cooperation .operation-bottom .position1{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
}
.join-cooperation .operation-bottom .position2{
    position: absolute;
    left: 215px;
    top: 90px;
    z-index: 11;
}
.join-cooperation .operation-bottom .position3{
    position: absolute;
    right: 215px;
    top: 90px;
    z-index: 11;
}
.join-cooperation .operation-bottom .position4{
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}
.join-banner2{
    width: 100%;
    height: 240px;
    background: -moz-linear-gradient(left,#0daaf6,#066cda);
    background: -o-linear-gradient(left,#0daaf6,#066cda);
    background: -webkit-linear-gradient(left,#0daaf6,#066cda);
    background: linear-gradient(left,#0daaf6,#066cda);
}
.join-banner2 h4{
    padding-top: 70px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}
.join-banner2 div{
    margin: 40px auto 0;
    font-size: 18px;
    padding: 0;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
}
.join-banner2 div:hover{
    background-color: #1572fd;
}
.join-support{
    width: 100%;
    height: 660px;
    padding: 0 60px;
}
.join-support .row{
    margin: 40px 0;
}
.join-support .item{
    height: 200px;
    padding: 20px;
    color: #565656;
    margin-bottom: 20px;
}
.join-support .item h4{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.join-support .item p{
    font-size: 14px;
    margin-top: 15px;
}
.join-advantage{
    background-color: #ffffff;
    width: 100%;
    height: 740px;
    padding:0 100px;
}
.join-advantage h4{
    margin-bottom: 40px;
}
.join-advantage .row{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
}
.join-advantage .item{
    height: 220px;
    padding: 20px;
    color: #565656;
    border-right: 1px solid #e8e8e8;
}
.join-advantage .item:hover{
    background-color: #f5f4f4;
}
.join-advantage .item div{
    width: 84px;
    height: 84px;
    margin: 0 auto;
    background-color: #39b2ee;
    border-radius: 100%;
}
.join-advantage .item>p{
    font-size: 16px;
    margin-top: 20px;
}
.join-advantage .item div img{
    margin-top: 20px;
}
.join-process{
    width: 100%;
    height: 680px;
    padding: 0 80px;
}
.join-process h4{
    margin-bottom: 40px;
}
.join-process .process01{
    display: block;
    width: 100%;
    height: 210px;
    background: url("./../images/process01.png") no-repeat center;
    background-size: 100% 100%;
}
.join-process .bottom{
    margin-top: 10px;
    width: 100%;
    height: 250px;
}
.join-process .bottom .left{
    float: left;
    height: 250px;
    width: 464px;
    background: url("./../images/process02.png") no-repeat right;
    position: relative;
}
.join-process .bottom .left span{
    position: absolute;
    right: 72px;
    top: 100px;
    font-size: 26px;
    color: #ffffff;
}
.join-process .bottom .right{
    width: 100%;
    height: 250px;
    padding: 50px 0 0 520px;
    text-align: left;
    color: #333333;
    font-size: 16px;
}
.join-process .bottom .right p{
    margin-bottom: 20px;
}
.join-contact{
    background-color: #ffffff;
    width: 100%;
    height: 610px;
    padding:70px 100px;
}
.join-contact .item{
    color: #565656;
    font-size: 18px;
    height: 110px;
    text-align: left;
    padding: 0 80px;
}
.join-contact .item h4{
    color: #333333;
    margin: 50px 0 8px 0;
}
.join-partner{
    color: #ffffff;
    height: 500px;
    width: 100%;
    background: url("./../images/partner-banner.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.join-partner .search{
    width: 778px;
    height: 40px;
    margin: 45px auto 30px;
    position: relative;
}
.join-partner .search label{
    text-align: left;
    width: 100%;
}
.join-partner .search label input{
    background: url("./../images/search.png") no-repeat 16px;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    width: 75%;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    font-weight: normal;
}
.join-partner .search div{
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 20%;
    height: 40px;
    line-height: 40px;
    background-color: #26aaec;
    border-radius: 8px;
}
.join-partner .search div:hover{
    background-color: #1572fd;
}
.join-partner .search-background{
    width: 778px;
    height: 160px;
    background-color: #5c5c5c;
    opacity: 0.4;
    margin: 0 auto;
    border-radius: 8px;
}
.join-partner .search-list{
    width: 778px;
    height: 160px;
    padding: 50px 40px;
    position: absolute;
    top:240px;
    left: 50%;
    margin-left: -389px;
}
.join-partner .search-list .item{
    opacity: 1;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
/*联系我们 zhu 18-7-20*/
.contract-us,.about-us{
    width: 100%;
    padding: 0;
    margin: 0;
}
.contract-us>h3,.about-us>h3{
    font-size: 26px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 12px;
}
.contract-us-detail{
    width: 100%;
    padding: 60px 60px 0 60px;
}
.contract-us-detail .item-title{
    font-size: 24px;
    padding: 0 12px;
    border-left: 3px solid #00a0e9;
    height: 22px;
    line-height: 22px;
    margin-bottom: 36px;
}
.contract-us-detail p{
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 16px;
}
.contract-us-detail .middle{
    width: 100%;
    margin: 60px 0;
    position: relative;
}
.contract-us-detail .middle .left{
    width: 540px;
}
.contract-us-detail .middle .right{
    position: absolute;
    left: 540px;
    top:0;
}
/*下载pc页 朱 18-7-20*/
.download-pc{
    width: 100%;
    padding: 0;
    margin: 0;
}
.download-pc .item-title{
    border-bottom: 2px solid #dcdcdc;
    width: 576px;
    margin: 0 auto;
    height: 28px;
    text-align: center;
}
.download-pc .item-title span{
    background-color: #ffffff;
    font-size: 32px;
    font-weight: normal;
    color: #333333;
    padding: 0 24px;
}
.download-pc>h4{
    margin-top: 30px;
    color: #565656;
    font-size: 18px;
    text-align: center;
}
.download-pc .item-produce{
    text-align: center;
    margin-top: 40px;
}
.download-pc .item-produce .produce{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    text-align: center;
}
.download-pc .item-produce .produce h4{
    font-size: 20px;
    color: #333333;
}
.download-pc .item-download{
    text-align: center;
    margin: 30px 0 36px;
}
.download-pc .item-download .download-list{
    display: inline-block;
    text-align: center;
    width: 400px;
    vertical-align: top;
    font-size: 18px;
}
.download-pc .item-download .download-list .list{
    width: 200px;
    height: 51px;
    line-height: 48px;
    margin: 10px auto 20px;
    color: #1572fd;
    border: 1px solid #1572fd;
    border-radius: 6px;
}
.download-pc .item-download .download-list .list:hover{
    color: #ffffff;
    background-color: #1572fd;
}
.download-pc .item-download .download-list .list:hover .wds{
    background: url("./../images/windows.png") no-repeat center;
}
.download-pc .item-download .download-list .list:hover .mac{
    background: url("./../images/apple.png") no-repeat center;
}
.download-pc .item-download .download-list .list .wds{
    vertical-align: top;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: url("./../images/windows01.png") no-repeat center;
}
.download-pc .item-download .download-list .list .mac{
    vertical-align: top;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: url("./../images/apple01.png") no-repeat center;
}
.download-pc .item-download .download-list h4{
    font-size: 16px;
    margin-top: 20px;
}
.download-pc .item-download .download-list h4 span{
    color: #1572fd;
}
.about-us .about-detail{
    width: 100%;
    margin: 0;
    padding: 56px 0 30px;
}
.about-us .about-detail p{
    text-indent: 36px;
    line-height: 38px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 40px;
}
.about-us .about-detail p:last-child{
    margin-bottom: 30px;
}
.about-download{
    width: 100%;
    height: 500px;
    padding: 90px 76px 0;
    text-align: center;
    font-size: 16px;
}
.about-download .item h4{
    margin: 25px 0;
    font-size: 24px;
}
.about-download .item p{
    color: #565656;
    line-height: 28px;
}
.about-download .item div{
    height: 32px;
    line-height: 32px;
    margin-top: 50px;
}
.about-download .item div .button{
    padding: 6px 58px;
    background-color: #00a0e9;
    color: #ffffff;
    border-radius: 4px;
}
.about-download .item div .button:hover{
    background-color: #1572fd;
}
/*首页 朱  18-7-20*/
.index-banner{
    margin-top: 80px;
    width: 100%;
    height: 520px;
    padding: 0;
}
.index-banner .target li{
    width: 10px;
    border: none;
    border-radius: 0;
    margin-right: 6px;
    position: relative;
}
.index-banner .target .active{
    margin-right: 6px;
    top: -4px;
    left: -2px;
    width: 40px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid #f5f4f4;
}
.index-banner .target li div{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid #ffffff;
}
.index-banner .target .active div{
    background-color: #ffffff;
    width: 40px;
    transition: width 6s ease 0s;
}
.index-banner .carousel-inner .item{
    font-size: 20px;
    width: 100%;
    height: 520px;
    text-align: center;
    color: #ffffff;
    background: url("./../images/join-banner.jpg") no-repeat center;
    background-size: 100% 100%;
}
.index-banner .carousel-inner .item .item-div{
    height: 36px;
    line-height: 36px;
    width: 100%;
}
.index-banner .carousel-inner .item .line{
    display: inline-block;
    vertical-align: text-top;
    width: 200px;
    height: 2px;
    background-color: #ffffff;
    margin: 13px 10px 0;
}
.index-banner .carousel-inner .item h4{
    padding-top: 160px;
    font-size: 42px;
    margin-bottom: 40px;
}
.index-banner .carousel-inner .item p{
    font-size: 20px;
    line-height: 36px;
}
.index-banner .carousel-inner .item .banner-button{
    margin-top: 60px;
   width: 100%;
    height: 32px;
    line-height: 32px;
}
.index-banner .carousel-inner .item .banner-button h5{
    font-size: 18px;
    border: 2px solid #ffffff;
    height: 32px;
    line-height: 30px;
    width: 150px;
    margin: 0 auto;
    border-radius: 6px;
}
.index-banner .carousel-inner .item .banner-button h5 a{
    color: #ffffff;
}
.index-banner .carousel-inner .item .banner-button h5:hover{
    background-color: #1572fd;
}
.index-banner .first{

}
.index-advantage{
    width: 100%;
    height: 150px;
    padding: 25px 62px;
}
.index-advantage .item{
    padding: 0 14px;
}
.index-advantage .item>div{
    background-color: #ffffff;
    border-radius: 2px;
}
.index-advantage .item .item-block{
    height: 100px;
    padding: 20px 0 0 90px;
    border: 1px solid #ffffff;
}
.index-advantage .item .item-block:hover{
    border: 1px solid #0988e7;
}
.index-advantage .item .index-ad1{
    background: url("./../images/index-ad01.png") no-repeat 20px;
}
.index-advantage .item .index-ad2{
    background: url("./../images/index-ad02.png") no-repeat 20px;
}
.index-advantage .item .index-ad3{
    background: url("./../images/index-ad03.png") no-repeat 20px;
}
.index-advantage .item .index-ad4{
    background: url("./../images/index-ad04.png") no-repeat 20px;
}
.index-advantage .item .item-block h4{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.index-advantage .item .item-block p{
    font-size: 14px;
    color: #565656;
    margin-top: 6px;
    padding-right: 20px;
}
.index-system{
    background-color: #ffffff;
    width: 100%;
    height: 865px;
    padding: 0;
    margin: 0;
}
.index-system .head{
    padding-top: 80px;
    text-align: center;
    margin-bottom: 60px;
}
.index-system .head>div{
    margin: 0 auto;
    width: 530px;
    height: 26px;
    border-bottom: 1px solid #dcdcdc;
}
.index-system .head>div span{
    background-color: #ffffff;
    font-size: 32px;
    padding: 0 14px;
}
.index-system .head p{
    font-size: 16px;
    margin-top: 36px;
}
.index-system .head p span{
    color: #0988e7;
}
.index-system .system-list{
    width: 806px;
    height: 326px;
    margin: 0 auto;
    background: url("./../images/index-system.png") no-repeat center;
    position: relative;
}
.index-system .system-list .list{
    width: 100px;
    position: absolute;
}
.index-system .system-list .list h4{
   margin-top: 22px;
    text-align: center;
    font-size: 18px;
}
.index-system .system-list .list .item{
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    background-color: #00a0e9;
}
.index-system .system-list .list:hover .item{
    background-color: #1572fd;
}
.index-system .system-list .list:hover h4{
    color: #1572fd;
}
.index-system .system-list .list .item i{
    display: block;
    width: 88px;
    height: 88px;
}
.index-system .system-list .list1{
    left: 6px;
    bottom: -30px;
}
.index-system .system-list .list1 .item i{
    background: url("./../images/index-system01.png") no-repeat center;
}
.index-system .system-list .list2{
    left: 112px;
    bottom: 120px;
}
.index-system .system-list .list2 .item i{
    background: url("./../images/index-system02.png") no-repeat center;
}
.index-system .system-list .list3{
    left: 266px;
    top: 0;
}
.index-system .system-list .list3 .item i{
    background: url("./../images/index-system03.png") no-repeat center;
}
.index-system .system-list .list4{
    left: 444px;
    top: 0;
}
.index-system .system-list .list4 .item i{
    background: url("./../images/index-system04.png") no-repeat center;
}
.index-system .system-list .list5{
    right: 102px;
    bottom: 113px;
}
.index-system .system-list .list5 .item i{
    background: url("./../images/index-system05.png") no-repeat center;
}
.index-system .system-list .list6{
    right: 10px;
    bottom: -30px;
}
.index-system .system-list .list6 .item i{
    background: url("./../images/index-system06.png") no-repeat center;
}
.index-system .bottom{
    width: 400px;
    height: 76px;
    margin: 50px auto;
    border-bottom: 3px solid #00a0e9;
    text-align: center;
}
.index-system .bottom p{
    font-size: 16px;
    margin: 8px 0;
}
.index-try{
    width: 100%;
    height: 240px;
}
.index-strength{
    width: 100%;
    height: 730px;
    padding: 0 76px;
}
.index-strength .head{
    padding-top: 100px;
    text-align: center;
    margin-bottom: 60px;
}
.index-strength .head>div{
    margin: 0 auto;
    width: 425px;
    height: 22px;
    border-bottom: 1px solid #dcdcdc;
}
.index-strength .head>div span{
    background-color: #f1f4f9;
    font-size: 26px;
    padding: 0 14px;
}
.index-strength .head p{
    color: #565656;
    font-size: 16px;
    margin-top: 18px;
}
.index-strength .item{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.index-strength .item .item-list{
    position: relative;
    height: 100%;
}
.index-strength .item .item-list>span{
    position: relative;
    font-size: 60px;
}
.index-strength .item .item-list>span span{
    font-size: 36px;
    position: absolute;
    right: -20px;
    top: -15px;
}
.index-strength .item .item-list>div{
    vertical-align: top;
    display: inline-block;
}
.index-strength .item .item-list>div>p{
    font-size: 18px;
}
.index-strength .item .item-list>div>p:first-child{
    padding-top: 30px;
    margin: 4px 0;
}
.index-strength .item .item-list h5{
    margin-top: 14px;
    font-size: 18px;
}
.index-strength .item .item-list h5 a{
    color: #2f7cfd;
    border-bottom: 1px solid #2f7cfd;
}
.index-strength .bottom{
    width: 1200px;
    height: 260px;
    margin: 40px auto 0;
}
.index-strength .bottom .list{
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
}
.index-strength .bottom .list>div{
    width: 90px;
    height: 90px;
    border-radius: 4px;
    background-color: #26aaec;
    margin: 0 auto 24px;
}
.index-strength .bottom .list>P{
    font-size: 16px;
    margin: 6px 0;
}
.index-strength .bottom .list h4{
    margin-top: 35px;
}
.index-strength .bottom .list h4 span{
    font-size: 18px;
    padding: 4px 22px;
    background-color: #26aaec;
    color: #ffffff;
    border-radius: 4px;
}
.index-strength .bottom .list h4 span:hover{
    background-color: #1572fd;
}
.index-strength .bottom .list i{
    display: block;
    width: 90px;
    height: 90px;
}
.index-strength .bottom .list .list1{
    background: url("./../images/index-strength01.png") no-repeat center;
}
.index-strength .bottom .list .list2{
    background: url("./../images/index-strength02.png") no-repeat center;
}
.index-strength .bottom .list .list3{
    background: url("./../images/index-strength03.png") no-repeat center;
}
.index-strength .bottom .list .list4{
    background: url("./../images/index-strength04.png") no-repeat center;
}
.index-strength .bottom .list .list5{
    background: url("./../images/index-strength05.png") no-repeat center;
}
.index-example{
    background-color: #ffffff;
    width: 100%;
    padding: 0 76px;
}
.index-example .head{
    padding-top: 86px;
    text-align: center;
    margin-bottom: 30px;
}
.index-example .head>div{
    margin: 0 auto;
    width: 450px;
    height: 22px;
    border-bottom: 1px solid #dcdcdc;
}
.index-example .head>div span{
    background-color: #ffffff;
    font-size: 26px;
    padding: 0 14px;
}
.index-example .head p{
    font-size: 16px;
    margin-top: 18px;
}
.index-example .item{
    width: 990px;
    margin: 0 auto 30px;
}
.index-example .item .item-list{

}
.index-example .item .item-list div{
    opacity: 0.6;
    width: 100%;
    height: 80px;
    border: 1px solid #f5f4f4;
    border-radius: 4px;
    margin-bottom: 10px;
    background: url("./../images/index-example01.png") no-repeat center;
}
.index-example .item .item-list div:hover{
    opacity: 1;
    box-shadow: 2px 2px 2px #eeeeee;
}
.index-example .item .item-list p{
    text-align: center;
    font-size: 12px;
}
.index-example .bottom{
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 60px;
}
.index-example .bottom span{
    font-size: 16px;
    padding: 4px 28px;
    background-color: #26aaec;
    color: #ffffff;
    border-radius: 4px;
}
.index-example .bottom span:hover{
    background-color: #1572fd;
}
.index-article{
    width: 100%;
    padding: 0 76px;
}
.index-article .head{
    padding-top: 80px;
    text-align: center;
    margin-bottom: 50px;
}
.index-article .head>div{
    margin: 0 auto;
    width: 370px;
    height: 22px;
    border-bottom: 1px solid #dcdcdc;
}
.index-article .head>div span{
    background-color: #f1f4f9;
    font-size: 26px;
    padding: 0 14px;
}
.index-article .head p{
    color: #565656;
    font-size: 16px;
    margin-top: 18px;
}
.index-article .item{
    padding: 0 15px;
}
.index-article .item .detail{
    background-color: #ffffff;
    width: 280px;
    height: 400px;
    border-radius: 4px;
    box-shadow: 0 0 20px #d4d4d4;
}
.index-article .item .detail>img{
    border-radius: 4px 4px 0 0;
    width: 280px;
    height: 176px;
}
.index-article .bottom{
    width: 100%;
    height: 120px;
    text-align: center;
    margin-top: 50px;
}
.index-article .bottom span{
    font-size: 16px;
    padding: 4px 28px;
    background-color: #26aaec;
    color: #ffffff;
    border-radius: 4px;
}
.index-article .bottom span:hover{
    background-color: #1572fd;
}
/*2018-7-23 朱 海关数据*/
.custom-banner{
    margin-top: 80px;
    color: #ffffff;
    width: 100%;
    height: 510px;
    background: url("./../images/join-banner.jpg") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.custom-banner>h2{
    padding-top: 130px;
    font-size: 36px;
}
.custom-banner>h3{
    margin-top: 42px;
    font-size: 28px;
}
.custom-banner>i{
    display: inline-block;
    height: 2px;
    width: 540px;
    margin: 30px auto 10px;
    background: linear-gradient(to right,#109cf8,#ffffff,#1380fb);
}
.custom-banner>h4{
    font-size: 20px;
}
.custom-banner>p{
    color: #99dcfe;
    height: 10px;
    line-height: 10px;
    margin-top: 8px;
    font-size: 10px;
}
.custom-banner>div{
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 40px auto 0;
    font-size: 18px;
    border: 2px solid #ffffff;
    border-radius: 4px;
}
.custom-banner>div:hover{
    background-color: #1572fd;
}
.custom-situation{
    width: 100%;
    background-color: #ffffff;
    padding: 0 76px;
    margin: 0;
}
.custom-situation .head{
    padding-top: 70px;
    text-align: center;
    padding-bottom: 34px;
}
.custom-situation .head>div{
    margin: 0 auto;
    width: 394px;
    height: 22px;
    border-bottom: 1px solid #dcdcdc;
}
.custom-situation .head>div span{
    background-color: #ffffff;
    font-size: 26px;
    padding: 0 14px;
}
.custom-situation .head p{
    font-size: 16px;
    margin-top: 18px;
}
.custom-situation .item{
    width: 100%;
    height: 240px;
    margin: 0;
}
.custom-situation .item img{
    width: 60px;
    height: 60px;
}
.custom-situation .item>div{
    text-align: center;
}
.custom-situation .item h4{
    font-size: 22px;
    margin : 20px 0;
}
.custom-situation .item p{
    font-size: 16px;
    margin: 8px 0;
    color: #717171;
}
.custom-data{
    width: 100%;
    height: 600px;
    padding: 110px 100px 120px;
}
.custom-data .left{
    width: 48%;
    height: 370px;
    float: left;
}
.custom-data .right{
    width: 48%;
    height: 370px;
    float: right;
}
.custom-data .left h4,.custom-data .right h4{
    font-size: 24px;
}
.custom-data .left .line,.custom-data .right .line{
    display: block;
    width: 52px;
    height: 2px;
    background-color: #00a0e9;
    margin: 26px 0 18px;
}
.custom-data .left p,.custom-data .right p{
    font-size: 16px;
    margin: 8px 0;
    color: #717171;
}
/*双喜营销*/
.custom-situation .item .item-produce{
    background-color: #f1f4f9;
    padding: 25px 0 20px;
    border-radius: 4px;
    height: 170px;
}

.custom-situation .item .item-produce:hover{
    background-color: #1598fd;
    color: #ffffff;
}
.custom-situation .item .item-produce i{
    display: block;
    width: 60px;
    height: 60px;
    margin:  0 auto;
}
.custom-situation .item .item-produce:hover .produce1{
    background: url("./../images/produce-scenarios1.png") no-repeat center;
}
.custom-situation .item .item-produce:hover .produce2{
    background: url("./../images/produce-scenarios2.png") no-repeat center;
}
.custom-situation .item .item-produce:hover .produce3{
    background: url("./../images/produce-scenarios3.png") no-repeat center;
}
.custom-situation .item .item-produce .produce1{
    background: url("./../images/produce-scenarios01.png") no-repeat center;
}
.custom-situation .item .item-produce .produce2{
    background: url("./../images/produce-scenarios02.png") no-repeat center;
}
.custom-situation .item .item-produce .produce3{
    background: url("./../images/produce-scenarios03.png") no-repeat center;
}
.custom-situation .item .item-produce h4{
    line-height: 32px;
    margin: 10px 0 0;
}
.custom-situation .produce-scenarios{
    width: 100%;
    height: 300px;
    color: #ffffff;
    position: relative;
}
.custom-situation .produce-scenarios span{
    display: inline-block;
    white-space:nowrap;
}
.custom-situation .produce-scenarios .list1{
    border-bottom: 2px solid #00a0e9;
    width: 200px;
    position: absolute;top: 140px;
    font-size: 22px;
}
.custom-situation .produce-scenarios .list1 span{
    padding: 3px 14px;
    background-color: #2a7efd;
    border-radius: 3px;
    position: absolute;top: -18px;
}
.custom-situation .produce-scenarios .list2{
    background-color: #ffffff;
    font-size: 18px;
    border: 2px solid #00a0e9;
    border-right: none;
    width: 310px;
    height:170px;
    position: absolute;top: 30px;left: 180px;
}
.custom-situation .produce-scenarios .list2 span{
    background-color: #1598fd;
    padding: 4px 16px;
    border-radius: 3px;
    position: absolute;
}
.custom-situation .produce-scenarios .list3{
    font-size: 16px;
    border: 2px solid #00a0e9;
    border-right: none;
    width: 420px;
    height:130px;
    position: absolute;top: 110px;left: 470px;
    background-color: #ffffff;
}
.custom-situation .produce-scenarios .list3 span{
    background-color: #00a0e9;
    padding: 3px 14px;
    border-radius: 3px;
    position: absolute;
}
.custom-situation .produce-scenarios .list4{
    font-size: 14px;
    border: 2px solid #00a0e9;
    border-right: none;
    width: 150px;
    height:100px;
    position: absolute;top: 170px;left: 875px;
    background-color: #ffffff;
}
.custom-situation .produce-scenarios .list4 span{
    background-color: #00a0e9;
    padding: 1px 8px;
    border-radius: 3px;
    position: absolute;
}
/*18-7-25 朱 公司介绍company*/
.company-intro{
    background-color: #ffffff;
    width: 100%;
    margin-top: 80px;
    padding: 0 76px;
}
.company-intro h4{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #00a0e9;
    padding-top: 70px;
}
.company-intro .year{
    background-color: #00a0e9;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 40px auto;
    text-align: center;
    border-radius: 4px;
}
.company-intro .item{
    width: 1100px;
    margin: 0 auto;
    font-size: 18px;
    color: #565656;
    padding-bottom: 40px;
}
.company-intro .item p{
    text-align: left;
    line-height: 36px;
}
.company-history{
    width: 100%;
    margin: 0;
    padding:0 200px 90px;;
    background-color: #ffffff;
}
.company-history .head{
    width: 265px;
    height: 80px;
    font-size: 24px;
    background-color: #00a0e9;
    color: #ffffff;
    border-radius: 6px;
}
.company-history .head div{
    line-height: 40px;
    padding-left: 100px;
}
.company-history .head .left{
    float: left;
    font-size: 40px;
    line-height: 80px;
    padding: 0 20px;
}
.company-history .list-history{
    border-left: 2px solid #c2c2c2;
    margin-left: 120px;
    padding-top: 60px;
}
.company-history .list-history .list-head{
    position: relative;
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
}
.company-history .list-history .list-head .item-circle{
    position: absolute;
    left: -10px;
    top: 4px;
    z-index: 10;
    width: 34px;
    height: 34px;
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #ffffff;
}
.company-history .list-history .list-head .item-circle i{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #00a0e9;
}
.company-history .list-history .list-head .item-line{
    width: 60px;
    height: 8px;
    background-color: #00a0e9;
    position: absolute;
    left: 0;
    top: 17px;
}
.company-history .list-history .list-head .item-date{
    position: absolute;
    left: 60px;
    top: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #00a0e9;
}
.company-history .list-history .list-detail{
    font-size: 16px;
    color: #565656;
    margin-left: 60px;
}
.company-history .list-history .list-detail p{
   line-height: 30px;
}
.company-honour{
    text-align: center;
    width: 100%;
    padding: 0 76px;
    font-size: 16px;
}
.company-honour>h4{
    padding-top: 96px;
    font-size: 35px;
}
.company-honour>p{
    font-size: 16px;
    color: #717171;
    margin: 20px 0;
}
.company-honour .left{
    float: left;
}
.company-honour .left>div:first-child{
    border-right: 2px solid #999999;
    padding: 0 100px;
    margin-bottom: 30px;
}
.company-honour .right{

}
.company-honour .right>div:first-child{
    margin-bottom: 30px;
}
.company-honour .item-p{
    margin: 50px 0;
    text-align: left;
    padding: 0 60px;
    font-size: 18px;
}
.company-honour .item-p p{
    line-height: 38px;
}
.company-honour .item-block{
    margin:50px 0;
}
.company-honour .item-block .item h4{
    margin-top: 25px;
    font-size: 16px;
}
/*双喜搜索 zhu 2018-70-31*/
.custom-search{
    margin-top: 80px;
    color: #ffffff;
    width: 100%;
    height: 510px;
    background: url("./../images/join-banner.jpg") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.custom-search .head{
    text-align: left;
    width: 550px;
    margin: 0 auto;
    padding-top: 200px;
}
.custom-search h4{
    margin-top: 30px;
}
.custom-search .head .left{
    width: 160px;
    float: left;
    font-size: 75px;
    line-height: 75px;
}
.custom-search .head .right{
    margin-top: 5px;
    padding-left: 160px;
}
.custom-search .head .right h3{
    margin-bottom: 14px;
}
.pro-mod h3 { margin-bottom: 60px; font-size: 18px; font-weight: 400; line-height: 25px; text-align: center; color: #0e0e0e;}
.pro-mod h3 > i { display: inline-block; width: 25px; height: 25px; margin-right: 5px; background: url(../images/pro_icon_circle.png) no-repeat 0 0; vertical-align: bottom;}
.pm_intro .col-md-5 { padding-top: 30px;}
.pm_intro .col-md-7 { padding-left: 100px;}
.pm_intro dt { margin-bottom: 15px; font-size: 20px; font-weight: 400; line-height: 24px; color: #000;}
.pm_intro dd { margin-bottom: 20px; font-size: 14px; line-height: 20px; text-indent: 2em; color: #4e4e4e;}

.pm_func {}
.pm_func .tab-nav {}
.pm_func .col-md-12 { position: relative;}
.pm_func .col-md-12 h4 { position: absolute; font-size: 35px; line-height: 45px; color: #1573fd;}
#proTab01 h4, #proTab03 h4 { left: 0; padding-left: 25px;}
#proTab01, #proTab02 { margin-bottom: 100px;}
#proTab02 h4 { right: 0; padding-right: 25px;}
#proTab02 h4:before { right: 0;}
.pm_func .tab-cont { padding-top: 75px;}
.pm_func .tab-nav ul { overflow: hidden;}
.pm_func .tab-nav li { float: left; width: 122px; height: 122px; margin: 0 14px 20px 14px; padding-top: 75px; text-align: center; line-height: 1.2; font-size: 12px; color: #3d3e3e; cursor: pointer;}
.pm_func .tab-nav li.on, .pm_func .tab-nav li:hover { color: #fff;}
#proTab01 .tab-nav ul, #proTab03 .tab-nav ul { padding-left: 20px;}
#proTab01 .tab-nav li { background: url(../images/pro_icon_tab1.png) no-repeat 0 0;}
#proTab03 .tab-nav li { background: url(../images/pro_icon_tab3.png) no-repeat 0 0;}
#proTab01 .tab-nav .icon_01 { background-position: 0 0;}
#proTab01 .tab-nav .icon_01.on, #proTab01 .tab-nav .icon_01:hover { background-position: 0 -122px;}
#proTab01 .tab-nav .icon_02 { background-position: -122px 0;}
#proTab01 .tab-nav .icon_02.on, #proTab01 .tab-nav .icon_02:hover { background-position: -122px -122px;}
#proTab01 .tab-nav .icon_03 { background-position: -244px 0;}
#proTab01 .tab-nav .icon_03.on, #proTab01 .tab-nav .icon_03:hover { background-position: -244px -122px;}
#proTab01 .tab-nav .icon_04 { background-position: -366px 0;}
#proTab01 .tab-nav .icon_04.on, #proTab01 .tab-nav .icon_04:hover { background-position: -366px -122px;}
#proTab01 .tab-nav .icon_05 { background-position: -488px 0;}
#proTab01 .tab-nav .icon_05.on, #proTab01 .tab-nav .icon_05:hover { background-position: -488px -122px;}
#proTab01 .tab-nav .icon_06 { background-position: -610px 0;}
#proTab01 .tab-nav .icon_06.on, #proTab01 .tab-nav .icon_06:hover { background-position: -610px -122px;}
#proTab01 .tab-nav .icon_07 { background-position: -732px 0;}
#proTab01 .tab-nav .icon_07.on, #proTab01 .tab-nav .icon_07:hover { background-position: -732px -122px;}
#proTab01 .tab-nav .icon_08 { background-position: -854px 0;}
#proTab01 .tab-nav .icon_08.on, #proTab01 .tab-nav .icon_08:hover { background-position: -854px -122px;}
#proTab01 .tab-nav .icon_09 { background-position: -976px 0;}
#proTab01 .tab-nav .icon_09.on, #proTab01 .tab-nav .icon_09:hover { background-position: -976px -122px;}
#proTab01 .tab-nav .icon_10 { background-position: -1098px 0;}
#proTab01 .tab-nav .icon_10.on, #proTab01 .tab-nav .icon_10:hover { background-position: -1098px -122px;}
#proTab01 .tab-nav .icon_11 { background-position: -1220px 0;}
#proTab01 .tab-nav .icon_11.on, #proTab01 .tab-nav .icon_11:hover { background-position: -1220px -122px;}
#proTab01 .tab-nav .icon_12 { background-position: -1342px 0;}
#proTab01 .tab-nav .icon_12.on, #proTab01 .tab-nav .icon_12:hover { background-position: -1342px -122px;}
#proTab02 .tab-nav ul { margin-left: -24px;}
#proTab02 .tab-nav li { background: url(../images/pro_icon_tab2.png) no-repeat 0 0;}
#proTab02 .tab-nav .icon_01 { background-position: 0 0;}
#proTab02 .tab-nav .icon_01.on, #proTab02 .tab-nav .icon_01:hover { background-position: 0 -122px;}
#proTab02 .tab-nav .icon_02 { background-position: -122px 0;}
#proTab02 .tab-nav .icon_02.on, #proTab02 .tab-nav .icon_02:hover { background-position: -122px -122px;}
#proTab02 .tab-nav .icon_03 { background-position: -244px 0;}
#proTab02 .tab-nav .icon_03.on, #proTab02 .tab-nav .icon_03:hover { background-position: -244px -122px;}
#proTab02 .tab-nav .icon_04 { background-position: -366px 0;}
#proTab02 .tab-nav .icon_04.on, #proTab02 .tab-nav .icon_04:hover { background-position: -366px -122px;}
#proTab02 .tab-nav .icon_05 { background-position: -488px 0;}
#proTab02 .tab-nav .icon_05.on, #proTab02 .tab-nav .icon_05:hover { background-position: -488px -122px;}
#proTab02 .tab-nav .icon_06 { background-position: -610px 0;}
#proTab02 .tab-nav .icon_06.on, #proTab02 .tab-nav .icon_06:hover { background-position: -610px -122px;}
#proTab02 .tab-nav .icon_07 { background-position: -732px 0;}
#proTab02 .tab-nav .icon_07.on, #proTab02 .tab-nav .icon_07:hover { background-position: -732px -122px;}
#proTab02 .tab-nav .icon_08 { background-position: -854px 0;}
#proTab02 .tab-nav .icon_08.on, #proTab02 .tab-nav .icon_08:hover { background-position: -854px -122px;}
#proTab02 .tab-nav .icon_09 { background-position: -976px 0;}
#proTab02 .tab-nav .icon_09.on, #proTab02 .tab-nav .icon_09:hover { background-position: -976px -122px;}
#proTab02 .tab-nav .icon_10 { background-position: -1098px 0;}
#proTab02 .tab-nav .icon_10.on, #proTab02 .tab-nav .icon_10:hover { background-position: -1098px -122px;}
#proTab02 .tab-nav .icon_11 { background-position: -1220px 0;}
#proTab02 .tab-nav .icon_11.on, #proTab02 .tab-nav .icon_11:hover { background-position: -1220px -122px;}
#proTab02 .tab-nav .icon_12 { background-position: -1342px 0;}
#proTab02 .tab-nav .icon_12.on, #proTab02 .tab-nav .icon_12:hover { background-position: -1342px -122px;}
#proTab03 .tab-nav .icon_01 { background-position: 0 0;}
#proTab03 .tab-nav .icon_01.on, #proTab03 .tab-nav .icon_01:hover { background-position: 0 -122px;}
#proTab03 .tab-nav .icon_02 { background-position: -122px 0;}
#proTab03 .tab-nav .icon_02.on, #proTab03 .tab-nav .icon_02:hover { background-position: -122px -122px;}
#proTab03 .tab-nav .icon_03 { background-position: -244px 0;}
#proTab03 .tab-nav .icon_03.on, #proTab03 .tab-nav .icon_03:hover { background-position: -244px -122px;}
#proTab03 .tab-nav .icon_04 { background-position: -366px 0;}
#proTab03 .tab-nav .icon_04.on, #proTab03 .tab-nav .icon_04:hover { background-position: -366px -122px;}
#proTab03 .tab-nav .icon_05 { background-position: -488px 0;}
#proTab03 .tab-nav .icon_05.on, #proTab03 .tab-nav .icon_05:hover { background-position: -488px -122px;}
#proTab03 .tab-nav .icon_06 { background-position: -610px 0;}
#proTab03 .tab-nav .icon_06.on, #proTab03 .tab-nav .icon_06:hover { background-position: -610px -122px;}
#proTab03 .tab-nav .icon_07 { background-position: -732px 0;}
#proTab03 .tab-nav .icon_07.on, #proTab03 .tab-nav .icon_07:hover { background-position: -732px -122px;}
#proTab03 .tab-nav .icon_08 { background-position: -854px 0;}
#proTab03 .tab-nav .icon_08.on, #proTab03 .tab-nav .icon_08:hover { background-position: -854px -122px;}
#proTab03 .tab-nav .icon_09 { background-position: -976px 0;}
#proTab03 .tab-nav .icon_09.on, #proTab03 .tab-nav .icon_09:hover { background-position: -976px -122px;}
#proTab03 .tab-nav .icon_10 { background-position: -1098px 0;}
#proTab03 .tab-nav .icon_10.on, #proTab03 .tab-nav .icon_10:hover { background-position: -1098px -122px;}
#proTab03 .tab-nav .icon_11 { background-position: -1220px 0;}
#proTab03 .tab-nav .icon_11.on, #proTab03 .tab-nav .icon_11:hover { background-position: -1220px -122px;}
#proTab03 .tab-nav .icon_12 { background-position: -1342px 0;}
#proTab03 .tab-nav .icon_12.on, #proTab03 .tab-nav .icon_12:hover { background-position: -1342px -122px;}
.pm_func .item-txt { display: none;}
#proTab01 .item-txt, #proTab03 .item-txt { padding-right: 75px;}
#proTab02 .item-txt { padding-left: 75px;}
.pm_func .item-txt h5 { margin-bottom: 10px; font-size: 25px; font-weight: 400; color: #333333;}
#proTab02 .item-txt h5 { text-align: right}
.pm_func .item-txt p { font-size: 16px; line-height: 25px; color: #484848;}

/*双喜crm+ 朱  2018-07-31*/
.crm-banner{
    margin-top: 80px;
    color: #ffffff;
    width: 100%;
    height: 510px;
    background: url("./../images/crm-banner.png") no-repeat center;
    background-size: 100% 100%;
}
.crm-banner .crm-title{
    padding:186px 0 0 160px;
}
.crm-banner .crm-title h4{
    font-size: 45px;
    margin-bottom: 22px;
}
.crm-banner .crm-title h4 span{
    font-size: 60px;
}
.crm-banner .crm-title p{
    font-size: 25px;
    margin-bottom: 22px;
}
.sass-nheader { background: #00a0e9;}
.sgpage-banner-sass { height: 460px; background: #00a0e9;}
.g-prodct .toolbar { z-index: 99;}
.g-prodct-sass .tab-panel { margin-left: auto; margin-right: auto;}
.g-prodct-sass .pm_down, .g-prodct-sass .pm_flow { width: 1200px; margin: 0 auto 60px;}
.g-prodct-sass .tab-panel.sticky { left: 50%; margin-left: -600px; }
.desc-row { height: 400px;}
.desc-row > div > div { height: 400px;}
.desc-row .desc-text h3 { font-size: 24px; font-weight: 400; margin-bottom: 20px; text-align: left;}
.desc-row .desc-text p { font-size: 16px; line-height: 24px;}
.desc-row.white { background: #ffffff;}
.desc-row.blue { background: #f3f3f3;}
.desc-row.white .desc-text h3 { color: #010101;}
.desc-row.white .desc-text p { color: #5e5d5d;}
.desc-row.blue .desc-text p { color: #717171;}
.desc-row .desc-text01 { padding: 40px 0 0 10px;}
.desc-row .desc-text02 { padding: 100px 0 0 60px;}
.desc-row .desc-text03 { padding: 100px 0 0 60px;}
.desc-row .desc-text04 { padding: 100px 0 0 60px;}
.desc-row .desc-text05 { padding: 110px 0 0 50px;}
.effect-row { height: 600px; }
.effect-row.grey { background: #ffffff;}
.effect-row.blue { background: #f3f3f3;}
.effect-title { padding-top: 265px;}
.effect-title h3 { margin-bottom: 0; font-size: 35px; line-height: 1; font-weight: 500;}
.effect-title p { font-size: 20px; text-transform: uppercase;}
.blue .effect-title { padding-left: 60px;}
.blue .effect-title h3 { text-align: left;}
.blue .effect-title p { color: #717171;}
.grey .effect-title { text-align: right; padding: 265px 0 0 60px;}
.grey .effect-title h3 { text-align: right; color: #1c1c1c;}
.grey .effect-title h3 span { color: #34b1f9;}
.grey .effect-title p { color: #929292;}
.tab-panel { width: 1200px; background: #fff; border-bottom: 1px solid #e5e5e5; line-height: 40px; overflow: hidden;}
.tab-panel .tab-tel { font-size: 30px; color: #3d3e3e;}
.tab-panel .tab-tel img { /*vertical-align: middle;*/ margin: 3px 5px 0 0;}
.tab-panel .tab-nav ul { border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; overflow: hidden;}
.tab-panel li { float: left; padding: 0 29px; height: 40px; border-right: 1px solid #e5e5e5; font-size: 14px; color: #494949; cursor: pointer;}
.tab-panel li.on, .tab-panel li:hover { color: #fff; background: #00a0e9;}
.pro-mod h3 > i { display: inline-block; width: 25px; height: 25px; margin-right: 5px; background: url(../images/pro_icon_circle.png) no-repeat 0 0; vertical-align: bottom;}
.pm_intro .col-md-5 { padding-top: 30px;}
.pm_intro .col-md-7 { padding-left: 100px;}
.pm_intro dt { margin-bottom: 15px; font-size: 20px; font-weight: 400; line-height: 24px; color: #000;}
.pm_intro dd { margin-bottom: 20px; font-size: 14px; line-height: 20px; text-indent: 2em; color: #4e4e4e;}

/*人才战略*/
.talent-section{
    width: 100%;
    font-size: 18px;
    background-color: #ffffff;
    margin-top: 80px;
    padding: 42px 80px;
}
.talent-section h4{
    font-size: 26px;
}
.talent-section .line{
    width: 100%;
    border: 1px solid #f5f4f4;
    margin-top: 12px;
}
.talent-section .tab-title{
    width: 100%;
    margin-top: 40px;
}
.talent-section .tab-title span{
    padding: 4px 20px;
    border-radius: 4px;
    margin-left: 20px;
    color: #333333;
    cursor: pointer;
}
.talent-section .tab-title span:hover{
    background-color: #00a0e9;
    color: #ffffff;
}
.talent-section .tab-title .active{
    background-color: #00a0e9;
    color: #ffffff;
}
.talent-section .tab-content{
    width: 100%;
    margin-top: 54px;
}
.talent-section .tab-content .left{
    height: 310px;
}
.talent-section .tab-content .left>img{
    float: right;
}
.talent-section .tab-content .left .item-title{
    width: 450px;
    margin: 60px 0 0 0;
    float: right;
}
.talent-section .tab-content .left .item-title img{
    width: 46px;
    margin-left: 80px;
}
.talent-section .tab-content .left .item-title p{
    text-align: center;
    margin-bottom: 6px;
}
.talent-section .tab-content .right{
    height: 310px;
}
.talent-section .tab-content .right .item-title{
    width: 450px;
    margin: 60px 0 0 0;
    float: left;
    text-align: right;
}
.talent-section .tab-content .right .item-title img{
    width: 46px;
    margin-right: 90px;
}
.talent-section .tab-content .right .item-title p{
    text-align: center;
    margin-bottom: 6px;
}
.talent-section .item-button{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.talent-section .item-button span{
    padding: 4px 20px;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    background-color: #00a0e9;
}
.talent-section .item-button span:hover{
    background-color: #1572fd;
}
.talent-section .tab-title2{
    width: 100%;
    margin-top: 40px;
    font-size: 22px;
}
.talent-section .tab-title2 span{
    padding: 6px 10px;
    margin-left: 20px;
    color: #333333;
    cursor: pointer;
}
.talent-section .tab-title2 span:hover{
    border-bottom: 2px solid #1572fd;
    color: #1572fd;
}
.talent-section .tab-title2 .active{
    border-bottom: 2px solid #1572fd;
    color: #1572fd;
}
.talent-section .tab-title2 .select{
    margin-left: 20px;
    border-radius: 4px;
    padding: 1px 8px;
    border: 1px solid #d5d5d5;
}
.talent-section .position-list{
    width: 100%;
    margin-top: 20px;
}
.talent-section .position-list .item-list{
    width: 100%;
    padding: 0 16px;
    border-bottom: 1px solid #e8e8e8;
}
.talent-section .position-list .item-list .row:first-child{
    width: 100%;
    height: 56px;
    line-height: 56px;
}
.talent-section .position-list .item-list .item-position{
    font-size: 20px;
}
.talent-section .position-list .item-list .item-num{
    padding-left: 100px;
    background: url("./../images/talent-position01.png") no-repeat 70px;
}
.talent-section .position-list .item-list .item-education{
    padding-left: 100px;
    background: url("./../images/talent-position02.png") no-repeat 70px;
}
.talent-section .position-list .item-list .item-time{
    padding-left: 100px;
    background: url("./../images/talent-position03.png") no-repeat 70px;
}
.talent-section .position-list .item-list .item-detail{
    color: #78c3f1;
    padding-left: 100px;
}
.talent-section .position-list .item-list .detail{
    width: 100%;
    padding: 0 20px 50px;
}
.talent-section .position-list .item-list .detail .item-block{
    width: 340px;
    height: 370px;
    margin: 20px auto;
    background-color: #f1f1f1;
    border-radius: 16px;
    padding: 26px 32px;
}
.talent-section .position-list .item-list .detail .item-block h4{
    font-size: 20px;
    text-align: center;
}
.talent-section .position-list .item-list .detail .item-block p{
    font-size: 16px;
    line-height: 28px;
}
.talent-section .operation-type{
    width: 100%;
    margin-top: 100px;
}
.talent-section .operation-type .item-block{
    margin-bottom: 60px;
}
.talent-section .operation-type .item-block h4{
    font-size: 20px;
    margin-bottom: 14px;
}
.talent-section .operation-type .item-block p{
    font-size: 18px;
    color: #646464;
}
/*解决方案*/
.custom-data .head{
    text-align: center;
    padding-bottom: 70px;
}
.custom-data .head>div{
    margin: 0 auto;
    width: 394px;
    height: 22px;
    border-bottom: 1px solid #dcdcdc;
}
.custom-data .head>div span{
    background-color: #ffffff;
    font-size: 26px;
    padding: 0 14px;
}
.custom-data .head p{
    font-size: 16px;
    margin-top: 18px;
}
.custom-data .left .list,.custom-data .right .list{
    font-size: 18px;
    color: #1572fd;
    margin: 20px 0 10px;
}
.custom-data .left .list>span,.custom-data .right .list>span{
    vertical-align: middle;
    padding: 2px 14px;
    border-radius: 6px;
    margin-right: 14px;
    background-color: #0daaf6;
}
.custom-situation .question-list{
    width: 100%;
    height: 400px;
    position: relative;
}
.wrapper{ width:100%; height: 100%; margin: 0 auto; }
.tagcloud { position: relative;height: 100%;}
.tagcloud a{ position: absolute;top: 0;left: 0; padding: 4px 20px; color: #ffffff; font-size: 18px;border-radius: 6px;
    text-decoration: none; white-space: nowrap;
    -o-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -ms-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -moz-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -webkit-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";/*兼容ie7/8*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
    /*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
}
.tagcloud .blue{
    background-color: #28a0fd;
}