.m-desc{
    padding: 64px 0 80px;
    overflow: hidden;
}
.m-desc .pic{
    float: right;
    width: 710px;
    height: auto;
    margin-left: 100px;
    overflow: hidden;
}
.m-desc .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.m-desc .txt{
    /* padding-top: 25px; */
    overflow: hidden;
}
.m-desc .txt h3{
    font-size: 36px;
    color: #252626;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 7px;
    overflow: hidden;
}
.m-desc .txt span{
    display: block;
    font-size: 18px;
    color: #252626;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 29px;
    overflow: hidden;
}
.m-desc .txt .desc{
    font-size: 16px;
    color: #575859;
    line-height: 2em;
    overflow: hidden;
	text-align:justify;
}
.m-desc .txt .desc p{
    margin-bottom: 8px;
}
.m-system{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 74px 0 80px;
    overflow: hidden;
}
.m-system .cont{
    background-color: #fff;
    position: relative;
    margin-top: 36px;
    overflow: hidden;
}
.ul-imgtxtq1{
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.ul-imgtxtq1 li{
    height: 50%;
    position: relative;
    overflow: hidden;
}
.ul-imgtxtq1 .con{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 1px #E1E3E5 solid;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq1 li:hover a,.ul-imgtxtq1 li.on a{
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
    border-color: transparent;
}
.ul-imgtxtq1 .tit{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 48px;
    overflow: hidden;
}
.ul-imgtxtq1 i{
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 22px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq1 .i1{
    background-image: url(../images/iconq1.png);
}
.ul-imgtxtq1 .i2{
    background-image: url(../images/iconq2.png);
}
.ul-imgtxtq1 li:hover .i1,.ul-imgtxtq1 li.on .i1{
    background-image: url(../images/iconq1-on.png);
}
.ul-imgtxtq1 li:hover .i2,.ul-imgtxtq1 li.on .i2{
    background-image: url(../images/iconq2-on.png);
}
.ul-imgtxtq1 h3{
    font-size: 24px;
    color: #252626;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq1 li:hover h3,.ul-imgtxtq1 li.on h3{
    color: #fff;
}
.ul-imgtxtq1 span{
    display: block;
    font-size: 14px;
    color: #8A8D8D;
    line-height: 1.5em;
    opacity: .4;
    filter: alpha(opacity=40);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq1 li:hover span,.ul-imgtxtq1 li.on span{
    color: #fff;
}
.m-system .box{
    position: relative;
    margin-right: 320px;
    padding: 30px 0;
    overflow: hidden;
}
.m-system .left{
    float: left;
    width: 340px;
    text-align: right;
    margin-left: 80px;
}
.m-system .right{
    float: right;
    width: 340px;
    margin-right: 80px;
}
.ul-txtq1{
    padding: 10px 0;
}
.ul-txtq1 li{
    width: 300px;
    margin: 40px 0;
}
.m-system .left .ul-txtq1 .li1,.m-system .left .ul-txtq1 .li4{
    margin-left: 40px;
}
.m-system .right .ul-txtq1 .li2,.m-system .right .ul-txtq1 .li3{
    margin-left: 40px;
}
.ul-txtq1 li span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 3.13em;
    border-radius: 28px;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
    -webkit-box-shadow: 0 8px 24px rgba(4,49,77,.2);
    -moz-box-shadow: 0 8px 24px rgba(4,49,77,.2);
    -ms-box-shadow: 0 8px 24px rgba(4,49,77,.2);
    -o-box-shadow: 0 8px 24px rgba(4,49,77,.2);
    box-shadow: 0 8px 24px rgba(4,49,77,.2);
    padding: 0 32px;
    /* overflow: hidden; */
    white-space: nowrap;
    /* text-overflow: ellipsis; */
}
.m-system .center{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-system .center .line{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.m-system .center .line1{
    width: 344px;
    height: 168px;
    background-image: url(../images/iconq3.png);
}
.m-system .center .line2{
    width: 456px;
    height: 280px;
    background-image: url(../images/iconq4.png);
}
.m-system .center .line3{
    width: 520px;
    height: 344px;
    background-image: url(../images/iconq5.png);
}
.ul-imgtxtq2{
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 200px;
    background: linear-gradient(90deg, #0B92E5 22%, #4AAC35 77%);
    overflow: hidden;
}
.ul-imgtxtq2 li{
    float: left;
    width: 144px;
    height: 144px;
    position: relative;
    overflow: hidden;
}
.ul-imgtxtq2 .li2{
    float: right;
}
.ul-imgtxtq2 .con{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: linear-gradient(207deg, rgba(99, 186, 248, 0.6) 0%, rgba(11, 138, 229, 0) 83%);
    overflow: hidden;
}
.ul-imgtxtq2 .li2 .con{
    background: linear-gradient(207deg, rgba(115, 229, 92, 0.6) 0%, rgba(69, 166, 50, 0) 83%);
}
.ul-imgtxtq2 .tit{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    text-align: center;
    overflow: hidden;
}
.ul-imgtxtq2 .pic{
    width: 64px;
    height: 64px;
    margin: 0 auto -23px;
    overflow: hidden;
}
.ul-imgtxtq2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ul-imgtxtq2 h3{
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-imgtxtq2 span{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    opacity: .4;
    filter: alpha(opacity=40);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    text-transform:capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-txtq2{
    margin: 0 100px;
    overflow: hidden;
}
.ul-txtq2 li{
    float: left;
    width: 50%;
    margin: 34px 0 35px;
    overflow: hidden;
}
.ul-txtq2 li:nth-child(even){
    float: right;
}
.ul-txtq2 .con{
    float: left;
    width: 300px;
    text-align: right;
    overflow: hidden;
}
.ul-txtq2 li:nth-child(even) .con{
    float: right;
    text-align: left;
}
.ul-txtq2 h3{
    font-size: 20px;
    color: #4AAC35;
    line-height: 1.5em;
    font-weight: 700;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 13px;
    overflow: hidden;
	
}
.ul-txtq2 .desc{
    font-size: 14px;
    color: #575859;
    line-height: 2em;
    overflow: hidden;
	
}
.m-system .centent{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-system .centent .line{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.m-system .centent .line1{
    width: 280px;
    height: 280px;
    background-image: url(../images/iconq8.png);
}
.m-system .centent .line2{
    width: 344px;
    height: 344px;
    background-image: url(../images/iconq9.png);
}
.m-system .centent .yuan{
    display: block;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.m-system .centent .yuan:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
    opacity: .2;
    filter: alpha(opacity=20);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
.m-system .centent .yuan span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
    -webkit-box-shadow: 0 0 24px rgba(4,49,77,.15);
    -moz-box-shadow: 0 0 24px rgba(4,49,77,.15);
    -ms-box-shadow: 0 0 24px rgba(4,49,77,.15);
    -o-box-shadow: 0 0 24px rgba(4,49,77,.15);
    box-shadow: 0 0 24px rgba(4,49,77,.15);
    position: relative;
    overflow: hidden;
}
.m-system .centent .yuan span em{
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.24em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 24px;
    overflow: hidden;
}
.ul-imgq1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 -146px;
    overflow: hidden;
}
.ul-imgq1 li{
    float: left;
    margin: 54px 146px;
    overflow: hidden;
}
.ul-imgq1 li i{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/iconq10.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.m-application{
    padding: 68px 0 80px;
    overflow: hidden;
}
.m-application .cont{
    margin-top: 42px;
    position: relative;
}
.m-application .cont:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-application .pic{
    width: 70.4%;
    height: auto;
    overflow: hidden;
}
.m-application .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.ul-imgtxtq3{
    width: 32.3%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.ul-imgtxtq3 li{
    overflow: hidden;
}
.ul-imgtxtq3 .con{
    display: block;
    height: 120px;
    font-size: 0;
    line-height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 40px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq3 li:hover a,.ul-imgtxtq3 li.on a{
    background-image: url(../images/bgq2.jpg);
}
.ul-imgtxtq3 .tit{
    background-color: #F5F7FA;
    padding: 0 45px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxtq3 li:hover .tit,.ul-imgtxtq3 li.on .tit{
    background-color: transparent;
}
.ul-imgtxtq3 h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #252626;
    line-height: 2em;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	text-align:justify;
}
.ul-imgtxtq3 li:hover h3,.ul-imgtxtq3 li.on h3{
    color: #fff;
}
.m-case{
    padding: 68px 0 120px;
    overflow: hidden;
}
.m-case .slider{
    margin-top: 42px;
    overflow: hidden;
}
.m-case .slider .con{
    background-color: #fff;
    overflow: hidden;
}
.m-case .slider .pic{
    float: right;
    width: 46.7%;
    height: auto;
    overflow: hidden;
    padding-top: 31%;
    position: relative;
}
.m-case .slider .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
}
.m-case .slider .txt{
    width: 53.3%;
    padding: 40px 80px;
    position: relative;
    z-index: 2;
}
.m-case .slider h3{
    font-size: 24px;
    color: #252626;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 19px;
    overflow: hidden;
    display: -webkit-box; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    max-height: calc(1.5em * 2); 
}
.m-case .slider .desc{
    height: 6em;
    font-size: 16px;
    color: #272829;
    line-height: 2em;
    text-align: justify;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;
    margin-bottom: 57px;
    overflow: hidden;
	text-align:justify;
}
.m-case .slider .more{
    display: block;
    width: 800px;
    font-size: 18px;
    color: #575859;
    line-height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 8px 40px rgba(4,11,26,.1);
    -moz-box-shadow: 0 8px 40px rgba(4,11,26,.1);
    -ms-box-shadow: 0 8px 40px rgba(4,11,26,.1);
    -o-box-shadow: 0 8px 40px rgba(4,11,26,.1);
    box-shadow: 0 8px 40px rgba(4,11,26,.1);
    border-left: 8px #0B92E5 solid;
    position: relative;
    padding-left: 32px;
    padding-right: 100px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-case .slider .more:hover{
    color: #fff;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
}
.m-case .slider .more i{
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/iconq11.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-case .slider .more:hover i{
    background-image: url(../images/iconq11-on.png);
}
.m-case .slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 0;
    margin: 0 56px;
    z-index: 3;
}
.m-case .slider .slick-dots li{
    display: inline-block;
    margin: 0 24px;
}
.m-case .slider .slick-dots li button{
    display: block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    color: #8A8D8D;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    border: 1px #E1E3E5 solid;
    border-radius: 50%;
    cursor: pointer;
}
.m-case .slider .slick-dots li.slick-active button{
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
}

/* copy页码 */
.m-case .slick-dots2{
    position: absolute;
    left: 4.8vw;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 3;
    width: 36%;
    padding: 2.083vw 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.m-case .slick-dots2 .silder{
    width: 100%;
}
.m-case .slick-dots2 li{
    display: inline-block;
    
    width: 48px;
    height: 48px;
}

.m-case .slick-dots2 .prev{
    position: absolute;
    left: -3.2vw;
    top:30px;
}
.m-case .slick-dots2 .next{
    position: absolute;
    right: -3.2vw;
    top:30px;
}
.m-case .slick-dots2 li button{
    display: block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    color: #8A8D8D;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    border: 1px #E1E3E5 solid;
    border-radius: 50%;
    cursor: pointer;
}
.m-case .slick-dots2 li.slick-active button{
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    background: linear-gradient(90deg, #0B92E5 0%, #4AAC35 100%);
}
/* copy页码 */
.m-details{
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-details.open{
    top: 0;
}
.m-details .imgbox{
    float: left;
    width: 1100px;
    overflow: hidden;
}
.m-details .imgbox .item{
    position: relative;
}
.m-details .imgbox .pic{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.m-details .imgbox .pic img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-details .imgbox .slick-next,.m-details .imgbox .slick-prev{
    position: absolute;
    right: 64px;
    width: 46px;
    height: 46px;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-details .imgbox .slick-prev{
    top: 50%;
    margin-top: 21px;
    background-image: url(../images/iconq12.png);
}
.m-details .imgbox .slick-next{
    bottom: 50%;
    margin-bottom: 21px;
    background-image: url(../images/iconq13.png);
}
.m-details .imgbox .slick-next:hover,.m-details .imgbox .slick-prev:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.m-details .box{
    max-height: 100vh;
    padding: 88px 186px 72px 100px;
    overflow: hidden;
    overflow-y: auto;
}
.m-details .box .top{
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/business/bu-p5.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto 55px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-details .box .top:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.m-details .box h2{
    font-size: 30px;
    color: #252626;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 18px;
    overflow: hidden;
}
.m-details .box .txt{
    overflow: hidden;
}
.m-details .box h3{
    font-size: 18px;
    color: #252626;
    line-height: 1.78em;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    margin-bottom: 13px;
    overflow: hidden;
}
.m-details .box h3:after{
    content: '';
    width: 4px;
    height: 18px;
    background-color: #0B92E5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-details .box .desc{
    font-size: 14px;
    color: #575859;
    line-height: 2em;
    overflow: hidden;
}
.m-details .box .desc p{
    text-align: justify;
}
.m-details .box dl{
    margin-top: 18px;
    overflow: hidden;
    overflow-y: auto;
}
.m-details .box dd{
    margin-bottom: 10px;
    overflow: hidden;
}
.m-details .box dd span{
    display: block;
    float: left;
    font-size: 16px;
    color: #252626;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
}
.m-details .box dd .right{
    font-size: 14px;
    color: #575859;
    line-height: 30px;
    overflow: hidden;
}
.m-details .box .down{
    display: none;
}
.m-details .box .more{
    display: block;
    font-size: 16px;
    color: #0B92E5;
    line-height: 2em;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-details .box .more:hover{
    text-decoration: underline;
}
.m-pn{
    margin-top: 45px;
    overflow: hidden;
}
.m-pn a{
    display: block;
    float: left;
    width: 200px;
    font-size: 16px;
    color: #252626;
    line-height: 58px;
    text-align: center;
    background-color: #fff;
    border: 1px #E1E3E5 solid;
    margin-right: 40px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-pn a:hover{
    color: #fff;
    background-color: #0B92E5;
}
.m-pn a i{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -2px;
    margin-right: 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-pn .prev i{
    background-image: url(../images/business/bu-p2.png);
}
.m-pn .next i{
    background-image: url(../images/business/bu-p3.png);
    margin-right: 0;
    margin-left: 24px;
}
.m-pn .prev:hover i{
    background-image: url(../images/iconq14.png);
}
.m-pn .next:hover i{
    background-image: url(../images/iconq15.png);
}



@media only screen and (min-width: 1200px){
    .m-desc{
        padding: 3.333vw 0 4.166vw;
    }
    .m-desc .pic{
        width: 36.97vw;
        margin-left: 5.208vw;
    }
    .m-desc .txt{
        /* padding-top: 1.302vw; */
    }
    .m-desc .txt h3{
        font-size: 1.875vw;
        margin-bottom: 0.364vw;
    }
    .m-desc .txt span{
        font-size: 0.937vw;
        margin-bottom: 1.510vw;
    }
    .m-desc .txt .desc{
        font-size: 0.833vw;
    }
    .m-desc .txt .desc p{
        margin-bottom: 0.416vw;
    }
    .m-system{
        padding: 3.854vw 0 4.166vw;
    }
    .m-system .cont{
        margin-top: 1.875vw;
    }
    .ul-imgtxtq1{
        width: 16.66vw;
    }
    .ul-imgtxtq1 .tit{
        padding: 0 2.5vw;
    }
    .ul-imgtxtq1 i{
        width: 2.916vw;
        height: 2.916vw;
        margin-bottom: 1.145vw;
    }
    .ul-imgtxtq1 h3{
        font-size: 1.25vw;
        margin-bottom: 0.260vw;
    }
    .ul-imgtxtq1 span{
        font-size: 0.729vw;
    }
    .m-system .box{
        margin-right: 16.66vw;
        padding: 1.562vw 0;
    }
    .m-system .left{
        width: 17.70vw;
        margin-left: 4.166vw;
    }
    .m-system .right{
        width: 17.70vw;
        margin-right: 4.166vw;
    }
    .ul-txtq1{
        padding: 0.520vw 0;
    }
    .ul-txtq1 li{
        width: 15.62vw;
        margin: 2.083vw 0;
    }
    .m-system .left .ul-txtq1 .li1,.m-system .left .ul-txtq1 .li4{
        margin-left: 2.083vw;
    }
    .m-system .right .ul-txtq1 .li2,.m-system .right .ul-txtq1 .li3{
        margin-left: 2.083vw;
    }
    .ul-txtq1 li span{
        font-size: 0.833vw;
        border-radius: 1.458vw;
        -webkit-box-shadow: 0 0.416vw 1.25vw rgba(4,49,77,.2);
        -moz-box-shadow: 0 0.416vw 1.25vw rgba(4,49,77,.2);
        -ms-box-shadow: 0 0.416vw 1.25vw rgba(4,49,77,.2);
        -o-box-shadow: 0 0.416vw 1.25vw rgba(4,49,77,.2);
        box-shadow: 0 0.416vw 1.25vw rgba(4,49,77,.2);
        padding: 0 1.666vw;
    }
    .m-system .center .line{
        border-radius: 10.41vw;
    }
    .m-system .center .line1{
        width: 17.91vw;
        height: 8.75vw;
    }
    .m-system .center .line2{
        width: 23.75vw;
        height: 14.58vw;
    }
    .m-system .center .line3{
        width: 27.08vw;
        height: 17.91vw;
    }
    .ul-imgtxtq2{
        width: 16.66vw;
        border-radius: 10.41vw;
    }
    .ul-imgtxtq2 li{
        width: 7.5vw;
        height: 7.5vw;
    }
    .ul-imgtxtq2 .tit{
        margin-top: -0.104vw;
    }
    .ul-imgtxtq2 .pic{
        width: 3.333vw;
        height: 3.333vw;
        margin: 0 auto -1.197vw;
    }
    .ul-imgtxtq2 h3{
        font-size: 1.041vw;
    }
    .ul-imgtxtq2 span{
        font-size: 0.729vw;
    }
    .ul-txtq2{
        margin: 0 5.208vw;
    }
    .ul-txtq2 li{
        margin: 1.770vw 0 1.822vw;
    }
    .ul-txtq2 .con{
        width: 15.62vw;
    }
    .ul-txtq2 h3{
        font-size: 1.041vw;
        margin-bottom: 0.677vw;
    }
    .ul-txtq2 .desc{
        font-size: 0.729vw;
    }
    .m-system .centent .line1{
        width: 14.58vw;
        height: 14.58vw;
    }
    .m-system .centent .line2{
        width: 17.91vw;
        height: 17.91vw;
    }
    .m-system .centent .yuan{
        width: 10.83vw;
        height: 10.83vw;
        padding: 1.666vw;
    }
    .m-system .centent .yuan span{
        -webkit-box-shadow: 0 0 1.25vw rgba(4,49,77,.15);
        -moz-box-shadow: 0 0 1.25vw rgba(4,49,77,.15);
        -ms-box-shadow: 0 0 1.25vw rgba(4,49,77,.15);
        -o-box-shadow: 0 0 1.25vw rgba(4,49,77,.15);
        box-shadow: 0 0 1.25vw rgba(4,49,77,.15);
    }
    .m-system .centent .yuan span em{
        font-size: 1.666vw;
        padding: 0 1.25vw;
    }
    .ul-imgq1{
        margin: 0 -7.604vw;
    }
    .ul-imgq1 li{
        margin: 2.812vw 7.604vw;
    }
    .ul-imgq1 li i{
        width: 1.25vw;
        height: 1.25vw;
    }
    .m-application{
        padding: 3.541vw 0 4.166vw;
    }
    .m-application .cont{
        margin-top: 2.187vw;
    }
    .ul-imgtxtq3 .con{
        height: 6.25vw;
        line-height: 6.25vw;
        padding-left: 2.083vw;
    }
    .ul-imgtxtq3 .tit{
        padding: 0 2.343vw;
    }
    .ul-imgtxtq3 h3{
        font-size: 0.833vw;
    }
    .m-case{
        padding: 3.541vw 0 6.25vw;
    }
    .m-case .slider{
        margin-top: 2.187vw;
    }
    .m-case .slider .txt{
        padding: 2.083vw 4.166vw;
    }
    .m-case .slider h3{
        font-size: 1.25vw;
        margin-bottom: 0.989vw;
    }
    .m-case .slider .desc{
        font-size: 0.833vw;
        margin-bottom: 2.968vw;
    }
    .m-case .slider .more{
        width: 41.66vw;
        font-size: 0.937vw;
        line-height: 3.333vw;
        -webkit-box-shadow: 0 0.416vw 2.083vw rgba(4,11,26,.1);
        -moz-box-shadow: 0 0.416vw 2.083vw rgba(4,11,26,.1);
        -ms-box-shadow: 0 0.416vw 2.083vw rgba(4,11,26,.1);
        -o-box-shadow: 0 0.416vw 2.083vw rgba(4,11,26,.1);
        box-shadow: 0 0.416vw 2.083vw rgba(4,11,26,.1);
        border-left: 0.416vw #0B92E5 solid;
        padding-left: 1.666vw;
        padding-right: 5.208vw;
    }
    .m-case .slider .more i{
        width: 1.666vw;
        height: 1.666vw;
        right: 1.666vw;
    }
    .m-case .slider .slick-dots{
        bottom: 2.083vw;
        margin: 0 2.916vw;
    }
    .m-case .slider .slick-dots li{
        margin: 0 1.25vw;
    }
    .m-case .slider .slick-dots li button{
        width: 2.5vw;
        height: 2.5vw;
        font-size: 0.937vw;
        line-height: 2.395vw;
    }
    .m-details .imgbox{
        width: 57.29vw;
    }
    .m-details .imgbox .slick-next,.m-details .imgbox .slick-prev{
        right: 3.333vw;
        width: 2.395vw;
        height: 2.395vw;
    }
    .m-details .imgbox .slick-prev{
        margin-top: 1.093vw;
    }
    .m-details .imgbox .slick-next{
        margin-bottom: 1.093vw;
    }
    .m-details .box{
        padding: 4.583vw 9.687vw 3.75vw 5.208vw;
    }
    .m-details .box .top{
        width: 2.5vw;
        height: 2.5vw;
        margin: 0 auto 2.864vw;
    }
    .m-details .box h2{
        font-size: 1.562vw;
        margin-bottom: 0.937vw;
    }
    .m-details .box h3{
        font-size: 0.937vw;
        padding-left: 0.625vw;
        margin-bottom: 0.677vw;
    }
    .m-details .box h3:after{
        width: 0.208vw;
        height: 0.937vw;
    }
    .m-details .box .desc{
        font-size: 0.729vw;
    }
    .m-details .box dl{
        margin-top: 0.937vw;
    }
    .m-details .box dd{
        margin-bottom: 0.520vw;
    }
    .m-details .box dd span{
        font-size: 0.833vw;
        line-height: 1.562vw;
    }
    .m-details .box dd .right{
        font-size: 0.729vw;
        line-height: 1.562vw;
    }
    .m-details .box .more{
        font-size: 0.833vw;
    }
    .m-pn{
        margin-top: 2.343vw;
    }
    .m-pn a{
        width: 10.41vw;
        font-size: 0.833vw;
        line-height: 3.020vw;
        margin-right: 2.083vw;
    }
    .m-pn a i{
        width: 1.25vw;
        height: 1.25vw;
        margin-top: -0.104vw;
        margin-right: 1.25vw;
    }
    .m-pn .next i{
        margin-left: 1.25vw;
    }
}

@media only screen and (max-width: 1199px){
    .m-desc{
        padding: 30px 0;
    }
    .m-desc .pic{
        float: none;
        margin: 0 auto 10px;
    }
    .m-desc .txt{
        padding-top: 0;
    }
    .m-desc .txt h3{
        font-size: 24px;
    }
    .m-desc .txt span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .m-desc .txt .desc{
        font-size: 14px;
        line-height: 1.8em;
    }
    .m-system{
        padding: 30px 0;
    }
    .m-system .cont{
        margin-top: 20px;
    }
    .ul-imgtxtq1{
        width: auto;
        position: static;
    }
    .ul-imgtxtq1 li{
        float: left;
        width: 50%;
        height: auto;
    }
    .ul-imgtxtq1 .con{
        position: static;
    }
    .ul-imgtxtq1 .tit{
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        padding: 10px;
    }
    .ul-imgtxtq1 i{
        margin: 0 auto 10px;
    }
    .ul-imgtxtq1 h3{
        font-size: 18px;
    }
    .m-system .box{
        margin-right: 0;
        padding: 10px 0;
    }
    .m-system .left{
        width: 30%;
        margin-left: 10px;
    }
    .ul-txtq1{
        padding: 0;
    }
    .ul-txtq1 li{
        width: 90%;
        margin: 20px 0;
    }
    .m-system .left .ul-txtq1 .li1, .m-system .left .ul-txtq1 .li4{
        margin-left: 10%;
    }
    .ul-txtq1 li span{
        font-size: 14px;
        line-height: 40px;
        padding: 0 10px;
    }
    .m-system .right{
        width: 30%;
        margin-right: 10px;
    }
    .m-system .right .ul-txtq1 .li2, .m-system .right .ul-txtq1 .li3{
        margin-left: 10%;
    }
    .ul-imgtxtq2{
        width: 240px;
    }
    .ul-imgtxtq2 li{
        width: 110px;
        height: 110px;
    }
    .ul-imgtxtq2 .pic{
        width: 40px;
        height: 40px;
        margin-bottom: -10px;
    }
    .ul-imgtxtq2 h3{
        font-size: 16px;
    }
    .ul-imgtxtq2 span{
        font-size: 12px;
    }
    .m-system .center .line1{
        width: 300px;
        height: 146px;
    }
    .m-system .center .line2{
        width: 360px;
        height: 221px;
    }
    .m-system .center .line3{
        width: 400px;
        height: 264px;
    }
    .ul-txtq2{
        margin: 0 10px;
    }
    .ul-txtq2 li{
        margin: 20px 0;
    }
    .ul-txtq2 .con{
        width: 60%;
    }
    .ul-txtq2 h3{
        font-size: 16px;
        margin-bottom: 10px;
		text-align:center;
    }
    .m-system .centent .line1{
        width: 200px;
        height: 200px;
    }
    .m-system .centent .line2{
        width: 260px;
        height: 260px;
    }
    .m-system .centent .yuan{
        width: 160px;
        height: 160px;
        padding: 24px;
    }
    .m-system .centent .yuan span em{
        font-size: 24px;
        padding: 0 16px;
    }
    .ul-imgq1{
        margin: 0 -106px;
    }
    .ul-imgq1 li{
        margin: 40px 106px;
    }
    .m-application{
        padding: 30px 0;
    }
    .m-application .cont{
        margin-top: 20px;
    }
    .m-application .pic{
        width: 61.3%;
    }
    .ul-imgtxtq3{
        width: 380px;
    }
    .ul-imgtxtq3 .con{
        height: 64px;
        line-height: 64px;
        padding-left: 20px;
    }
    .ul-imgtxtq3 .tit{
        padding: 0 10px;
    }
    .ul-imgtxtq3 h3{
        font-size: 14px;
        line-height: 1.8em;
    }
    .m-case{
        padding: 30px 0;
    }
    .m-case .slider{
        margin-top: 20px;
    }
    .m-case .slider .txt{
        padding: 20px;
    }
    .m-case .slider h3{
        font-size: 18px;
        margin-bottom: 10px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		display:block;
    }
    .m-case .slider .desc{
        height: 5.4em;
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 10px;
    }
    .m-case .slider .more{
        width: 114%;
        font-size: 16px;
        line-height: 40px;
        border-width: 4px;
        padding-left: 10px;
        padding-right: 50px;
    }
    .m-case .slider .more i{
        width: 24px;
        height: 24px;
        right: 10px;
    }
    .m-case .slider .slick-dots{
        bottom: 10px;
        margin: 0 10px;
    }
    .m-case .slider .slick-dots li{
        margin: 0 10px;
    }
    .m-case .slider .slick-dots li button{
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 30px;
    }
    .m-details .imgbox{
        width: 60%;
    }
    .m-details .imgbox .slick-next, .m-details .imgbox .slick-prev{
        width: 36px;
        height: 36px;
        right: 20px;
    }
    .m-details .imgbox .slick-prev{
        margin-top: 10px;
    }
    .m-details .imgbox .slick-next{
        margin-bottom: 10px;
    }
    .m-details .box{
        padding: 20px;
    }
    .m-details .box .top{
        width: 38px;
        height: 38px;
        margin-bottom: 10px;
    }
    .m-details .box h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .m-details .box h3{
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .m-details .box h3:after{
        width: 2px;
    }
    .m-details .box .desc{
        line-height: 1.8em;
    }
    .m-details .box dl{
        margin-top: 10px;
    }
    .m-details .box dd span{
        font-size: 14px;
        line-height: 24px;
    }
    .m-details .box dd .right{
        font-size: 12px;
        line-height: 24px;
    }
    .m-details .box .more{
        font-size: 14px;
        line-height: 1.5em;
    }
    .m-pn{
        margin-top: 10px;
    }
    .m-pn a{
        width: 120px;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
    }
    .m-pn a i{
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .m-pn .next i{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 959px){
    .ul-txtq2 .desc{
        font-size: 12px;
		text-align:center;
    }
    .ul-imgtxtq3{
        width: auto;
        position: static;
        margin-bottom: 10px;
    }
    .ul-imgtxtq3 .con{
        padding-left: 0;
    }
    .m-application .pic{
        width: auto;
    }
    .m-case .slider .slick-list{
        padding-bottom: 60px;
    }
    .m-case .slider .slick-dots{
        text-align: center;
    }
}

@media only screen and (max-width: 767px){
    .m-desc .pic{
        width: auto;
    }
    .m-desc .txt h3{
        font-size: 20px;
    }
    .m-system .center{
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 10px;
    }
    .m-system .center .line{
        display: none;
    }
    .ul-imgtxtq2{
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 auto;
    }
    .m-system .left{
        width: 50%;
        text-align: left;
        padding: 0 5px;
        margin-left: 0;
    }
    .m-system .right{
        width: 50%;
        padding: 0 5px;
        margin-right: 0;
    }
    .ul-txtq1 li{
        width: auto;
        margin: 0;
        margin-bottom: 10px;
    }
    .m-system .left .ul-txtq1 .li1, .m-system .left .ul-txtq1 .li4{
        margin-left: 0;
    }
    .m-system .right .ul-txtq1 .li2, .m-system .right .ul-txtq1 .li3{
        margin-left: 0;
    }
    .m-system .centent{
        display: none;
    }
    .ul-txtq2{
        margin: 30px auto 10px;
		
    }
	.m-case .slick-dots2{width:auto;}
	.m-case .slick-dots2 li{margin: 0 8px;}
	.m-pn{display:flex;justify-content: center;}
    .ul-txtq2 li{
        margin: 0;
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .ul-txtq2 .con{
        width: auto;
        text-align: left;
    }
    .m-case .slider .pic{
        float: none;
        width: auto;
    }

    .m-case .slider .pic{
        padding-top: 66.7%;
    }

    .m-case .slider .txt{
        width: auto;
        padding: 10px;
    }
    .m-case .slider .desc{
        height: auto;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
    }
    .m-case .slider .more{
        width: auto;
    }
    .m-details{
        max-height: 100vh;
        padding: 10px 0;
        overflow-y: auto;
    }
    .m-details .imgbox{
        float: none;
        margin: 0 auto 10px;
    }
    .m-details .imgbox .pic{
        height: auto;
    }
    .m-details .imgbox .pic img{
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .m-details .imgbox .slick-next, .m-details .imgbox .slick-prev{
        right: auto;
        top: 50%;
        margin-top: -18px;
    }
    .m-details .imgbox .slick-prev{
        left: 10px;
    }
    .m-details .imgbox .slick-next{
        right: 10px;
    }
    .m-details .box{
        max-height: none;
        padding: 0 10px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 479px){
    .m-system .left,.m-system .right{
        float: none;
        width: auto;
    }
    .m-details .imgbox{
        width: auto;
        padding: 0 10px;
    }
    .ul-txtq2 li{
        float: none;
        width: auto;
    }
    .ul-txtq2 li:nth-child(even){
        float: none;
    }
    .ul-txtq2 .con{
        float: none;
    }
    .ul-txtq2 li:nth-child(even) .con{
        float: none;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1280px){
    .ul-txtq1 li span{
        font-size: 0.823vw !important;
    }
    .ul-txtq2 .desc{
        font-size: 0.715vw !important;
    }
}

