/******************** 内页部分 ********************/

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.heart{
    padding: 70px 0;
    width: 1280px;
    margin: 0 auto;
}
.heart .title{
    font-weight: 600;
    font-size: 36px;
    color: #14212F;
    text-align: center;
}
.heart .subtitle{
    color: #666666;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.distribution-mode .model-img {
    width: 1200px;
    /*height: 430px;*/
    margin-top: 40px;
}

.solution {
    /*background: #FAFBFD;*/
    background: #FFF7F1;
}
.solution .title {
    /*width: 703px;*/
    /*height: 48px;*/
    /*font-size: 34px;*/
    /*font-weight: 600;*/
    /*color: #2A2D2F;*/
    /*line-height: 48px;*/
}
.solution .subtitle {
    /*width: 648px;*/
    /*height: 25px;*/
    /*font-size: 18px;*/
    /*font-weight: 400;*/
    /*color: #2A2D2F;*/
    /*line-height: 25px;*/
    /*margin: 22px 0 60px;*/
}
.solution .heart{
    padding: 70px 40px;
    box-sizing: border-box;
}
.solution ul {
    /* background: linear-gradient(180deg, #f5f7f6, #fff); */
    /* border-radius: 10px; */
    /* margin-top: 60px; */
    /*height: 289px;*/
}
.solution ul li {
    width: 25%;
    position: relative;
    /* height: 269px; */
    /* background: #ffffff; */
    padding: 40px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-right: 20px;
    transition: all 0.3s;
    cursor: pointer;
}

.solution ul li:first-child:after {
    width: 0;
}

.solution ul li:after {
    background-color: rgba(32, 47, 100, .08);
    content: "";
    display: block;
    height: 72px;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    width: 1px;
}

/*.solution ul li:nth-child(2n) {*/
/*    margin-top: 40px;*/
/*}*/
.solution ul li:last-child {
    margin-right: 0;
}
.solution ul li.active{
    box-shadow: 2px 2px 24px 6px rgba(128, 95, 77, 0.06);
    transform: translateY(-10px);
}
.solution ul li img {
    width: 56px;
    height: 56px;
    /*margin-top: 36px;*/
}
.solution ul li .card-title {
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #14212F;
}
.solution ul li .card-content {
    width: 218px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
    line-height: 28px;
    text-align: center;
}
.explain {
    margin-top: 30px;
    padding: 0 188px;
    box-sizing: border-box;
}
.explain div {
    width: 217px;
    height: 60px;
    background: #FFEFE4;
    border-radius: 16px;
    line-height: 60px;
    text-align: center;
    color: #14212F;
    font-size: 20px;
}
.explain img {
    width: 26px;
    height: 18px;
    margin: 0 50px;
}
/*.explain div:nth-child(1){*/
/*    background: #FF744D;*/
/*}*/
/*.explain div:nth-child(3){*/
/*    background: #0B7BF0;*/
/*}*/
/*.explain div:nth-child(5){*/
/*    background: #0DCDA1;*/
/*}*/
.characteristic {
    width: 100%;
    background: url(../images/distribution/bg3.jpg) no-repeat;
    background-size: cover;
    /*padding: 80px 0;*/
}
.characteristic .title,.characteristic .subtitle {
    /*font-weight: 600;*/
    color: #FFFFFF;
    /*line-height: 48px;*/
}
.characteristic .flex{
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 0 100px;
    box-sizing: border-box;
}
.characteristic ul .item {
    width: 530px;
    height: 150px;
    padding: 40px 30px;
    background: #FFFFFF;
    border-radius: 20px;
    /*border: 1px solid #F3F4F5;*/
    margin-right: 20px;
    box-sizing: border-box;
    display: flex;
    transition: all 0.3s linear;
    cursor: pointer;
}
.characteristic ul .item:hover{
    transform: translateY(-10px);
}
.characteristic ul .item:nth-child(1),.characteristic ul .item:nth-child(2) {
    margin-bottom: 20px;
}
.characteristic ul li:nth-child(2n) {
    margin-right: 0;
}
.characteristic ul .item img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.characteristic ul .item .title {
    text-align: left;
    /*height: 28px;*/
    font-size: 22px;
    font-weight: 600;
    /*color: #2A2D2F;*/
    color: #14212F;
    /*margin: 15px 0 12px;*/
    margin-bottom: 10px;
}
.characteristic ul .item li{
    color: #566473;
    font-size: 16px;
    line-height: 28px;

    /*list-style: inside;*/
    /*margin-left: 0px;*/
}
.characteristic ul li .content {
    /*text-align: center;*/
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
}
.show-play {
    background: #FFF7F1;
}
.show-play .chant {
    margin-top: 40px;
    width: 100%;
    display: flex;
    padding: 0 100px;
    box-sizing: border-box;
    justify-content: space-between;
}
.show-play .chant .hd {
    /*float: none!important;*/
    width: 462px;
    margin-right: 20px;
}
.chant .bd ul li img {
    width: 570px;
    /*height: 508px;*/
}
.chant .hd ul li {
    width: 462px;
    height: 148px;
    border: none;
    line-height: initial;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
}
.chant .hd ul li:nth-child(3){
    margin-bottom: 0;
}
.chant .hd ul li:before{
    content: '';
    width: 3px;
    height: 0px;
    /*background: #0B7BEF;*/
    position: absolute;
    top: 20px;
    transition: height 3s;
    /*display: none;*/
}
.chant .hd ul li.on:before {
    /*display: block;*/
    content: '';
    width: 3px;
    height: 110px;
    background: #FF710E;
    position: absolute;
}

.chant .hd ul li a {
    display: block;
    height: 100%;
    padding: 30px 0;
    padding-left: 30px;
    box-sizing: border-box;
}
.chant .hd ul li a div img {
    width: 42px;
    height: 42px;
    margin-right: 20px;
}
.chant .hd ul li a div div div {
    font-size: 20px;
    font-weight: 600;
    color: #293340;
}
.chant .hd ul li a .tils p{
    font-size: 22px;
    font-weight: 600;
}
.chant .hd ul li a div .more {
    font-size: 14px;
    font-weight: 400;
    color: #939799;

}
.chant .hd ul li.on a div .more{
    color: #FF710E;
}

.chant .hd ul li a .introduce{
    width: 340px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
    margin-top: 14px;
    line-height: 28px;
}
.chant .hd ul .on {
    /*height: 148px;*/
    /*background: #ffffff;*/
}
/*.chant .hd ul .on a p,*/
.chant .hd ul .on a .more {
    color: #FF710E;
}

.show-play .card ul li div div img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}
.show-play .card ul li div div .title {
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #293340;
    line-height: 28px;
}
.show-play .card ul li div .more {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FB5447;
    line-height: 20px;
}
.show-play .card ul li .explain {
    width: 325px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
    margin-top: 16px;
}
.none {
    display: none;
}
.bd ul li a img {
    width: 643px;
    height: 548px;
}


.demand {
    /*padding: 80px 0;*/
    /*background: #F7F7F7;*/
}
.demand div ul {
    margin-top: 50px;
}
.demand div ul li .img {
    width: 90px;
    height: 90px;
    margin: 0 60px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50px;
    box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, rgba(255, 113, 14, 0.1), rgba(255, 113, 14, 0.1)), #FFFFFF;
}
.demand div ul li .img img{
    width: 48px;
    height: 48px;
    /*margin:0  auto;*/
}
.demand div ul li div {
    margin-top: 24px;
    height: 24px;
    font-size: 20px;
    /*font-weight: 600;*/
    /*color: #2A2D2F;*/
    line-height: 28px;
    color: #333333;
}
.demand div ul li:hover div{
    color: #FF660E;
    box-shadow: 2px 2px 32px 8px rgba(114, 91, 78, 0.06);
}
.demand div ul li:hover .img{
    background: #FFFFFF;
}
.demand .btn {
    margin: 0 auto;
    width: 238px;
    height: 57px;
    font-size: 24px;
    /*background: #FF744D;*/
    border-radius: 10px;
    background: #FF660E;
    line-height: 54px;
    text-align: center;
    margin-top: 48px;
    color: #ffffff;
}
.case {
    /*background: #FFF7F1;*/
}
.case  .cons{
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}
.case  .cons dl {
    width: 285px;
    height: 285px;
    margin-right: 20px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.case  .cons dl .ma{
    width: 285px;
    height: 285px;
    position: absolute;
    padding: 52px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    border-radius: 20px;
    top: 0;
}
.case  .cons dl .ma img{
    width: 180px;
    height: 180px;
    border-radius: 20px;
}

.case .cons dl:nth-child(4){
    margin: 0;
}
.case .cons dl:hover {
    transform: translateY(-10px);
}
.case .cons dl:hover .ma{
    display: block;
}
.case .cons dl:hover dd{
    display: none;
}
.case  .cons dl dt img {
    width: 285px;
    height: 285px;
    border-radius: 20px;
}
.case .cons dl dd {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.apply {
    padding: 46px 0;
    background: url(../images/distribution/footer.png?v=1);
    background-size: cover;
    text-align: center;
}
.apply .title {
    /*width: 587px;*/
    /*height: 32px;*/
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    /*line-height: 32px;*/
}
.apply .btn {
    /*width: 100%;*/
    /*height: 100px;*/
    /*background: url(../images/distribution/footer.png);*/

    width: 210px;
    height: 50px;
    margin: 0 auto;
    background: #F16920;
    border-radius: 52px;
    /*border: 2px solid #FFFFFF;*/
    margin-top: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    /*font-weight: 600;*/
    color: #FFFFFF;
}