.spread_n{
    margin-bottom: 0;
}
.spread_p {
    text-align: center;
    /*padding: 15px;*/
    margin:15px;
    /*padding-left: 0;*/
    /*padding:15px 0 0;*/
    /*margin-left: 0;*/
    /*margin-right:0;*/
    box-sizing: border-box;
}
.spread_n .demons:first-child .show_z {
    background: #0880f9;
}
.spread_p .show_z {
    overflow: hidden;
    padding: 50px 0 60px;
    /*margin-left: 15px;*/
    box-sizing: border-box;
    background: #e5e4e4;
}
.spread_p a,.show_z a,.show_p h2 a,.btn a{
    transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
}
.spread_n .demons .show_p h2 {
    color: #fff;
}
.show_p h2 {
     font-size: 42px;
     color: #0880f9;
 }
.spread_n .demons .show_p .show_t {
    color: #fff;
}
.show_p .show_t {
    display: block;
    margin: 25px auto 22px;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #999;
    width: 600px;
    max-width: 80%;
}
.spread_n .demons:first-child .showbtn {
    margin: 0 auto 74px;
}
.spread_n .demons:first-child .showbtn a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.disbtn {
    box-shadow: 0 4px 8px rgba(0,0,0,.14);
    display: block;
    margin: 0 auto 74px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #0880f9;
    color: #fff;
    border-radius: 10px;
}
.disbtn i {
    display: inline-block;
    width: 9px;
    height: 50px;
    vertical-align: top;
    background: url(../images/lejie.png) center no-repeat;
    margin-left: 25px;
}
.spread_n .demons:first-child .showbtn a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.spread_n .dispbtn i {
    width: 20px;
    background: url(../images/liji.png) center no-repeat;
}
.spread_n .disbtn:hover {
    background-color: #fff!important;
    color: #0880f9;
}
.disbtn:hover {
    background:#0C97F9;
    color:#fff;
}
.spread_n .disbtn:hover i {
    background: url(../images/lejie_l.png) center no-repeat;
}
.disbtn:hover i {
    animation: fadeInLeft 500ms 0s ease-out normal;
    -webkit-animation: fadeInLeft 500ms 0s ease-out normal;
}
.spread_n .dispbtn:hover i {
    background: url(../images/liji_l.png) center no-repeat;
}
.spread_n .demons:last-child .show_z {
    background: #393943;
}
.spread_n .demons:last-child .disbtn {
    background: #393943;
}
/*@media (min-width:992px){*/
/*    .spread_p .preset{*/
/*        margin-left:0;*/
/*    }*/
/*}*/
@media (min-width:992px){
    .spread_p .show_z{
        margin-bottom: 15px;
    }
}
@media (max-width:786px){
    .spread_p .show_z{
        /*margin-top:15px;*/
        margin-bottom:15px;
    }
}
.openimg{
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 265px;
}
.openimg img{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.openimg>img{
    transition: all 1s ease;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.openimg:hover img {
    transition: all 1s ease;
    -webkit-transform: all 1s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.se-answer{
    background:url(../images/bg1.png) no-repeat;
}
.se_Total{
    padding: 42px 0 60px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
}
@media (min-width: 992px){
    .solutions{
        /*width: 66.66666666666666%;*/
        width:66.66666666666666%;
    }
    .solutions .answer{
        padding-left:45px;
    }
}
.col-md-8 .answer,.col-sm-8 .answer{
    padding-left: 29px;
}
@media (max-width:786px){
    .solutions{
        width:66.66666666666666%;
    }
}
@media (min-width:2000px){
    .solutions-1{
        width:66.66666666666666%;
    }
    .solutions-1 .answer{
        padding-left: 70px;
    }
}
@media (min-width:1440px){
    .solutions-3{
        width: 90%;
    }
    .solutions-3 .answer{
        padding-left: 60px;
    }
}
@media (min-width: 1024px){
    .solutions-2{
        width:80%;
    }
    .solutions-2 .answer{
        padding-left: 20px;
    }
}
.solution{
    margin: 0 auto;
    clear: both;
    float:none;
}
.se_Total .se_title{
    margin-bottom: 72px;
}
.se_title{
    text-align: center;
}
.se_title h1{
    margin-bottom: 5px;
    font-size: 48px;
    color: #21212c;
    font-weight: 100;
    font-family: '微软雅黑';
}
.se_title h2{
    margin-bottom: 10px;
    font-size: 20px;
    color: #999;
    font-weight: 100;
    font-family: '微软雅黑';
}
.se_title p{
    font-size: 18px;
    color: #999;
    line-height: 35px;
}
.answer{
    text-align: center;
}
.answer li {
    margin-bottom: 56px;
    float: left;
    padding: 0 50px;
    width: 200px;
    box-sizing: border-box;
}
.answer li .Total {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.answer li p {
    max-width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    line-height: 24px;
}
.tover{
    display: block;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer li:hover .Total {
    animation: swing 1s 0s linear normal;
    -webkit-animation: swing 1s 0s linear normal;
}
.answer li:hover p:after {
    width: 100%;
}
.answer li p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0880f9;
}
.answer li a:hover p,.answer li:hover a p,.answer li p:hover{
    color:#0880f9;
    transition: all 300ms ease-out;
}
.answer li a:after,.answer li p:after{
    transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
}
.boutique{
    padding:50px 0;
}
.case_top{
    text-align: center;
    /*margin:0 auto;*/
    padding: 40px 0;
    font-size: 14px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.case_top a{width:130px;height:50px;margin-right:10px;background:#f6f6f6;display: inline-block;line-height:50px;}
.case_top a:hover{color:#41ADDB;}
.case_top a.on{background:#41ADDB;color:#fff;}
.case_top a.more{border:1px solid #41ADDB;color:#41ADDB;background:#fff;}

.case-content{padding:0 5%;}
.case-content .row{padding:15px 0;}
.case-content .col-md-3{overflow: hidden;}
.case-content .col-md-3 p{text-align: center;color:#000;margin:15px;}
.case-content .active{display:block}
.case-content .hiden{display:none;}
.case-content img{max-width:100%;width:100%;}
/*#41ADDB*/
/*.case_top li a{text-align:center;margin:0 auto;}*/

.advantage{padding:40px 0 80px;background-image: url(../img/regular_bg.png);background-position:center;background-color:#393943;background-repeat: no-repeat;}
@media(max-width:480px) {
    .advantage{display:none;}
}
.regular-title{margin-bottom:40px;text-align: center;color:#fff;}
.regular-title h2{font-size:3.4rem;}
.regular-title h3{color:#999;font-size:1.35rem;}

.slick-slide {
    padding:20px 5px;
}

.slick-slide img {
    /*width: 100%;*/
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;

}

.slick-active {

}

.slick-current {
    opacity: 1;
}
.regular_cocntent a{display:block;}
.regular_cocntent a h2{font-size:1.5rem;text-align: center;color:#fff;}
.regular_cocntent .div{height:46px;margin-bottom:30px;text-align: center;}
.regular_cocntent .div img{max-width:100%;}
.line{display:block;width:100%;margin:20px 0;}
.line-div{width:20px;height:2px;background:#fff;opacity: .2;margin:0 auto;}
.text_p{overflow-wrap:break-word;margin:20px;line-height: 30px;text-align: center;}
.imghide{display:none;max-width:100%;}
.case-content>.row{display:none;}
.case-content>.row:first-child{display:block}

.cooperation{background:#fff;padding:40px 0 80px;}

.cooperation-title{margin-bottom:40px;text-align: center;color:#000;}
.cooperation-title h2{font-size:3.4rem;}
.cooperation-title h3{color:#999;font-size:1.12rem;}

.cooperation a{text-align:center;display:block;}
.cooperation .hezuo{border:1px solid #e5e5e5;padding:40px 0;}
.cooperation .hezuo img{transition: all 1s ease 0s;-webkit-transform: all 1s ease 0s;max-width:100%;}
.cooperation .hezuo img:hover{-webkit-transform: scale(.95);transform: scale(.95)}
@media (max-width:480px) {
    .friendly_link{display:none;}
}
.friendly_link h2{color:#fff;font-size:16px;padding:0 15px;}
.friendly_link .flink{color:#777;font-size:12px;padding:0 15px;}
.friendly_link .flink a{color:#777;}
.friendly_link .flink a:hover{color:#fff;}
.friendly_link .flink span{padding:0 5px;}
@media(max-width:480px){
    .anli{display:none;}
}
.col-cmd-3,.col-csm-3{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    .col-cmd-3 {
        width:20%;
    }
    .col-cmd-3 {
        float:left;
    }
}
@media (min-width:786px) {
    .col-csm-3 {
        width:20%;
    }
    .col-csm-3 {
        float:left;
    }
}

