@charset "UTF-8";





.solve-detail .top{
    width: 100%;
    padding: 50px 0 60px;
    background-color: #fafafa;
}
.solve-detail .top > div{
    width: 1200px;
    margin: auto;
}
.solve-detail .top > div:after{
    content: '';
    display: block;
    clear: both;
}
.solve-detail .top > div .left{
    float: left;
    overflow: hidden;
    width: 48%;
}
.solve-detail .top > div .left:hover img{
    transform: scale(1.05);
}
.solve-detail .top > div .left img{
    transition: .6s;
}
.solve-detail .top > div .right{
    float: right;
    width: 50%;
}
.solve-detail .top > div .right div a span,
.solve-detail .top > div .right div a,
.solve-detail .top > div .right div h3{
    display: inline-block;
    vertical-align: middle;
}
.solve-detail .top > div .right div{
    margin: 30px 0;
}
.solve-detail .top > div .right div:after{
    content: '';
    display: block;
    clear: both;
}
.solve-detail .top > div .right div h3{
    color: #333;
    font-size: 20px;
}
.solve-detail .top > div .right div a{
    float: right;
    padding: 5px 20px;
    background-color: #4d4d4d;
    color: white;
    font-size: 14px;
    border-radius: 10px ;
}
.solve-detail .top > div .right div a span{
    width: 17px;
    height:17px;
    margin-left: 10px;
    background: url("../img/download.png") no-repeat center/100%;
}
.solve-detail .top > div .right > p{
    color: #808080;
    font-size: 14px;
    text-align: justify;
}
.solve-detail .bottom{
    margin:0 auto 40px;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ededed;
}
.solve-detail .bottom .in{
    margin-bottom: 50px;
}
.solve-detail .bottom .in:after{
    content: '';
    display: block;
    clear: both;
}
.solve-detail .bottom .in h4{
    margin-bottom:10px ;
    color: #0a3a89;
    font-size: 16px;
    font-weight: bold;
}
.solve-detail .bottom .in > p{
    margin-bottom: 30px;
    color: #808080;
    font-size: 14px;
    text-align: justify;
}
.solve-detail .bottom .in .img1{
    float: left;
    width: 61%;
}
.solve-detail .bottom .in .img2{
    float: right;
    width: 38%;
}
.solve-detail .bottom .monitoring h4{
    margin-bottom:10px ;
    color: #0a3a89;
    font-size: 16px;
    font-weight: bold;
}
.solve-detail .bottom .monitoring ol li{
    margin-bottom: 5px;
    color: #808080;
    font-size: 14px;
}
.solve-detail .bottom .monitoring ol li:before {
    content:counter(sectioncounter) ")";
    margin-right: 40px;
}
.solve-detail .footer{
    margin: auto;
    padding-bottom: 80px;
}
.solve-detail .footer:after{
    content: "";
    clear: both;
    display: block;
}
.solve-detail .footer .left {
    float: left;
    color: #808080;
}
.solve-detail .footer .return {
    float: right;
}
.solve-detail .footer .left,
.solve-detail .footer .return{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.solve-detail .footer .left a{
    color: #808080;
}
.solve-detail .footer .return a{
    padding: 5px 20px;
    background-color: #4d4d4d;
    color: white;
}
.solve-detail .footer .return a,
.solve-detail .footer .return a span{
    display: inline-block;
}
.solve-detail .footer .return a span{
    width: 13px;
    height: 13px;
    margin-left: 10px;
    background: url("../img/back.png") no-repeat center/100%;
}







