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

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.distribution-mode {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
.distribution-mode .title {
    width: 204px;
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
    margin-top: 80px;
}
.distribution-mode .model-img {
    width: 1200px;
    height: 430px;
    margin: 60px 0 100px;
}
.solution {
    background: #FAFBFD;
    padding: 80px 0;
}
.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 ul {
    height: 289px;
}
.solution ul li {
    width: 224px;
    height: 249px;
    background: #ffffff;
    /*padding: 36px 0;*/
    border-radius: 10px;
    margin-right: 20px;
}
.solution ul li:nth-child(2n) {
    margin-top: 40px;
}
.solution ul li:last-child {
    margin-right: 0;
}
.solution ul li img {
    width: 66px;
    height: 66px;
    margin-top: 36px;
}
.solution ul li .card-title {
    margin: 12px 0 15px;
    font-size: 20px;
    font-weight: 600;
}
.solution ul li .card-content {
    width: 218px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
    text-align: center;
}
.explain {
    margin-top: 50px;
}
.explain div {
    width: 330px;
    height: 60px;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}
.explain img {
    width: 50px;
    height: 60px;
    margin: 0 28px;
}
.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/bg1.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.characteristic .title {
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
}
.characteristic .subtitle {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin: 22px 0 60px;
}
.characteristic ul li {
    width: 285px;
    padding: 36px 0;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F3F4F5;
    margin-right: 20px;
}
.characteristic ul li:last-child {
    margin-right: 0;
}
.characteristic ul li img {
    width: 66px;
    height: 66px;
}
.characteristic ul li .title {
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 28px;
    margin: 15px 0 12px;
}
.characteristic ul li .content {
    text-align: center;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
}
.show-play {
    padding: 80px 0;
    background: #FAFBFD;
}
.show-play .title {
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
}
.show-play .subtitle {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
    line-height: 25px;
    margin: 24px 0 40px;
}
.show-play .chant {
    margin-top: 0;
    width: 1159px;
}
/*.show-play .card .hd{*/
/*    float: left;*/
/*}*/
/*.show-play .card ul {*/
/*    margin-right: 136px;*/
/*}*/
/*.show-play .card ul li {*/
/*    padding: 34px 30px 34px 25px;*/
/*    width: 380px;*/
/*}*/
.show-play .chant .hd {
    float: none!important;
    width: 380px;
    margin-right: 136px;
}
.chant .bd ul li img {
    /*width: 643px;*/
    height: 548px;
}
.chant .hd ul li {
    width: 380px;
    height: 96px;
    border: none;
}
.chant .hd ul li a {
    padding-left: 25px;
}
.chant .hd ul li a div div img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}
.chant .hd ul li a div div div {
    font-size: 20px;
    font-weight: 600;
    color: #293340;
}
.chant .hd ul li a div .more {
    font-size: 14px;
    font-weight: 400;
    color: #FB5447;
    display: none;
    margin-right: 30px;
}

.chant .hd ul li a p {
    width: 325px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
    display: none;
}
.chant .hd ul .on {
    height: 168px;
    background: #ffffff;
}
.chant .hd ul .on a p,.chant .hd ul .on a .more {
    display: block;
}

/*.show-play .card ul li:hover{*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);*/
/*    border-radius: 4px;*/
/*}*/
/*.show-play .card ul li:hover .none {*/
/*    display: block;*/
/*}*/
.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;
}
.demand .title {
    width: 533px;
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
}
.demand .subtitle {
    margin-top: 24px;
    width: 540px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
    line-height: 25px;
}
.demand div ul {
    margin-top: 60px;
}
.demand div ul li img {
    width: 80px;
    height: 80px;
    margin: 0 60px;
}
.demand div ul li div {
    margin-top: 24px;
    height: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 28px;
}
.demand .btn {
    width: 220px;
    height: 54px;
    font-size: 18px;
    background: #FF744D;
    border-radius: 4px;
    line-height: 54px;
    text-align: center;
    margin-top: 60px;
    color: #ffffff;
}
.case {
    background: #FAFBFD;
    padding: 80px 0;
}
.case .wrap .title {
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
    text-align: center;
    margin-bottom: 60px;
}
.case .wrap .cons dl:nth-child(2){
    margin: 0 30px;
}
.case .wrap .cons dl dt img {
    width: 380px;
    height: 283px;
}
.case .wrap .cons dl dd {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
}
.case .wrap .cons dl {
    width: 380px;
    height: 313px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    border-radius: 10px;
}
.apply {
    padding: 60px 0 67px;
    background: url(../images/distribution/bg2.png);
    background-size: cover;
}
.apply .title {
    width: 587px;
    height: 32px;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}
.apply .btn {
    width: 230px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 23px;
    border: 2px solid #FFFFFF;
    margin-top: 30px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #FF6E16;
}