﻿.main {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, li {
    list-style: none;
}
.containerr {
    width: 100%;
   
}
.index-banner {
    background-color: #f4f6f9;
}
.index-banner .row {
    width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
}
.index-banner .row {
    margin: 58px auto 0 auto;
    padding: 0 60px;
    height: 520px;
    width: 1320px;
}
.text {
    margin: auto;
}
.text h2{
    font-size: 44px;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 62px;
    margin-bottom: 8px;
}
.text .create{
    font-size: 30px;
    font-weight: 400;
    color: #283A4C;
    line-height: 42px;
    margin-bottom: 40px;
    display:flex;
    align-items:center;
}
@keyframes caret {
    50% {
        border-color: transparent;
    }
}

#ewan {
    display: inline-block;
    width: 1rem;
    white-space: nowrap;
    overflow: hidden;
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
    color:#38C2A1;
    line-height:30px;
    font-weight:600;
}
.text form {
    width: 400px;
    height: 48px;
    background: #FFF;
    display: flex;
}
input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    outline: 0;
}
.phone{
    width: 260px;
    font-size: 14px;
    padding-left: 45px;
    height: 48px;
    font-weight: 400;
    color: #1F2D3D;
    background-image: url(https://blog-assets.jiandaoyun.com/index/outsourcing/2020jdy-iphone.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.register {
    width: 140px;
    height: 48px;
    font-size: 20px;
    background: #38C2A1;
    color: #fff;
    cursor: pointer;
}
.video-block {
    margin: auto;
}
.img {
    width: 630px;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
}
.start {
    width: 426px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    background: #fff;
    padding: 36px 19px 0;
}
.index-start {
    margin-top:-50px;
}
.index-start .row {
    width: 1280px;
    padding: 0 60px;
    margin: 0 auto;
}
.card-list {
    height: 148px;
    /*    border: 1px solid;*/
    display: flex;
    -webkit-box-shadow: 0 2px 8px 0 rgb(16 20 40 / 10%);
    box-shadow: 0 2px 8px 0 rgb(16 20 40 / 10%);
    border-radius: 4px;
}
.demonstration-img {
    width: 50px;
    margin-right: 16px;
}
.item-title {
    font-size: 15px;
    color: #1F2D3D;
    margin-bottom: 10px;
    font-weight: 500;
}
.item-introduce {
    font-size: 14px;
    line-height: 22px;
    color: #5E6D82;
}
.index-build {
    padding-top:80px;
}
.process {
    padding:0 60px;
    width:1280px;
    margin:0 auto;
}
.process-title {
    font-size: 36px;
    line-height: 52px;
    font-weight: 500;
    color: #1F2D3D;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.process-img {
    height: 60px;
    width: 127px;
}
.click-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
}
.online-form, .process-engine, .instrument-panel-table {
    text-align: center;
    width: 100px;
    border-radius: 0;
    background: 0 0;
    color: #5E6D82;
    opacity: 1;
    margin: 0 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor:pointer;
}
.circular {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #CBDBF4;
    border: 6px solid #F4F6F9;
    position: relative;
    z-index: 2;
}
.slider-top-active > .circular {
    background-color:#38C2A1;
}
.swich_word {
    line-height: 28px;
    font-size: 20px;
    color: #5E6D82;
    margin-bottom: 16px;
    width:160px;
}
.slider-top-active > .swich_word {
    color: #26cc92;
}
.switch {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.see-details {
    font-size: 16px;
    color: #5E6D82;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.enterprise-demand {
    padding-top: 70px;
    padding-bottom: 30px
}
.process-title {
    font-size: 36px;
    line-height: 52px;
    font-weight: 500;
    color: #1F2D3D;
    text-align: center;
    width: 100%;
}
.demand-content {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-list {
    display: flex;
    align-items: center;
    width: 380px;
    margin-bottom: 40px;
}
.content-img {
    background-color: #558ed5;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.content-img img{
    width: 35%;
}
.content-img span{
    color:#fff;
    font-size:18px;
    font-weight:600;
}
.content-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.title-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom:10px;
}
.texts-info {
    color: #a9a2b1;
}
.list-item {
    width: 290px;
    padding: 20px 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-item  img{
    width: 100px;
    height: 100px;
}
.item-name {
    font-size: 20px;
    color: #1F2D3D;
    line-height: 28px;
    margin: 20px 0 20px;
}
.item-info {
    font-size: 16px;
    color: #5E6D82;
    line-height: 26px;
}
.scenario-scheme {
    background: #F5FAFF;
    padding: 60px 0 40px;
}
.programme-lists {
    margin-top: 40px;
    width: 100%;
}
.program-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-items {
    width: 272px;
    height: 252px;
    padding: 12px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgb(68 68 68 / 10%);
    box-shadow: 0 2px 4px 0 rgb(68 68 68 / 10%);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-items:hover{
   -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    -webkit-box-shadow: 0 20px 40px 0 rgb(16 20 40 / 7%);
    box-shadow: 0 20px 40px 0 rgb(16 20 40 / 7%);
}
.item-banner {
    width: 100%;
    height: 100px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    
}
/*.crm {
    background: rgba(253,146,126,.12);
}
.supplier {
    background: rgba(113,186,252,.12);
}
.project {
    background: rgba(130,232,158,.12);
}
.inventory {
    background: rgba(244,207,84,.12);
}
.setting {
    background: rgba(113,186,252,.12);
}
.oa {
    background: rgba(214,158,248,.12);
}
.specialization {
    background: rgba(112,211,233,.12);
}
.more {
    background: rgba(253,146,126,.12);
}*/
.item-banner img {
    width: 248px;
    height:100px;
    object-fit: cover;
}
.item-description {
    color: #5E6D82;
    font-size: 16px;
    line-height: 26px;
    overflow-wrap: break-word;
}
.index-value {
    padding: 50px 0 40px;
}
.process-description {
    font-size: 18px;
    font-weight: 400;
    color: #5E6D82;
    line-height: 25px;
    text-align: center;
    margin: 16px 0 50px;
}
.tab-box {
    position: relative;
}
.corp-logo-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 60px;
    padding:0;
}
.item-0-logo {
    border-bottom: 5px solid #38c2a1;
}
li {
    border: none;
}
.corp-logo-tab li{
    position: relative;
    width: 180px;
    height: 80px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 130 120 / 16%);
    box-shadow: 0 2px 8px 0 rgb(0 130 120 / 16%);
    opacity: 1;
}
.corp-logo-tab li img {
    width: 154px;
}
.rotation-tab {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 18px 0 rgb(64 106 103 / 13%);
    box-shadow: 0 0 18px 0 rgb(64 106 103 / 13%);
    border-radius: 4px;
}
.rotation-ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    height: 400px;
    padding: 0;
    margin: 0;
}
.rotation-ul li{
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.rotation-li {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 1160px;
}
.txt-box {
    width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.txt-content {
    padding: 35px 70px;
}
.txt-content img{
    width:118px;
}
.txt-img {
    display: flex;
    align-items: center;
}
.txt-img p{
    margin:0;
    color:#38c2a1;
    font-size: 13px;
    margin-left:6px;
}
.txt-info {
    font-size: 16px;
    color: #1F2D3D;
    line-height: 26px;
    margin-bottom: 28px;
    margin-top: 32px;
    position: relative;
}
.txt-info img {
    width: 20px;
    position: absolute;
    top: 0;
    left: -36px;
}
.txt-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.txt-name {
    display: inline-block;
    font-size: 16px;
    color: #1F2D3D;
    line-height: 22px;
}
.color-grey {
    font-size: 14px;
    color: #5E6D82;
    margin-left: 15px;
}
.look-more {
    display: block;
    font-size: 16px;
    color: #38C2A1;
    line-height: 22px;
    margin-top: 62px;
    cursor: pointer;
}
.look-more:hover{
    color:#38C2A1;
}
.index-use {
    padding: 40px 0 30px;
}
.process-log .process-title {
    padding-bottom: 40px;
}

.sy-box {
    padding: 100px 0;
    background-image: url(https://blog-assets.jiandaoyun.com/index/outsourcing/2020jdy-sybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sy-box p {
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    text-shadow: 0 1px 3px rgb(37 127 213 / 50%);
    margin-right: 30px;
    margin-bottom: 0;
}
.index-sy .sy-box form {
    width: 385px;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index-sy .sy-box form input[type=text] {
    background-image: url(https://blog-assets.jiandaoyun.com/index/outsourcing/2020jdy-iphone.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 15px center;
    width: 265px;
    font-size: 16px;
    padding-left: 42px;
    font-weight: 400;
    line-height: 22px;
    color: #1F2D3D;
}
.index-sy .sy-box form input[type=button] {
    width: 120px;
    height: 48px;
    background: #ff971e;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
}
.current {
    background:yellow;
}
#login, #sign {
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    background: #38c2a1;
}
.sort > ul > li > a:hover {
    color: #38c2a1;
}
.sort > ul > li > a {
    font-size:16px;
}