/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position:relative;
    padding-top: 70px;
}
.main-top{
    color: #fff;
    background: #333f91;
}
.main-top-h1{
    font-size: 32px;
    line-height: 48px;
    padding: 40px 40px 16px 40px;
}
.main-top-h2{
    font-size: 16px; 
    padding: 0px 0px 40px 40px;
}
.main-bread{
    
}
.main-bread-txt{
    font-size: 12px; 
    color: #888;
    padding-left: 40px;
    line-height: 32px;
}
.main-bread a{
    color: #888;
}
.main-bread a:hover{
    color: #02a1fa;
}
.main-area{
    
}
.main-area-con{
    height: 300px;
    width: 1120px;
    margin: 0 auto;
    background: url(../image/solution_stand/area-bg.jpg) no-repeat center center;
    background-size: auto 400px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding: 90px 150px;
    line-height: 32px;
}
.main-func{
    height: 350px;
}
.main-title{
    font-size: 28px;
    line-height: 30px;
    padding: 50px 0 50px 60px;
    position: relative;
}
.main-title:before{
    content: "";
    position: absolute;
    left: 40px;
    top: 50px;
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #333f91;
}
.main-func-mm{
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 20px;
}
.main-func-icon{ 
    height: 60px;
    width: 300px;
    overflow: hidden;
}
.main-func-icon01{
    background: url(../image/solution_stand/function-01.png) no-repeat center 0;
    background-size: auto 120px;
}
.main-func-icon02{
    background: url(../image/solution_stand/function-02.png) no-repeat center 0;
    background-size: auto 120px;
}
.main-func-icon03{
    background: url(../image/solution_stand/function-03.png) no-repeat center 0;
    background-size: auto 120px;
}
.main-func-icon04{
    background: url(../image/solution_stand/function-04.png) no-repeat center 0;
    background-size: auto 120px;
}
.main-func-h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    padding-top: 8px;
}
.main-func-h2{
    width: 200px;
    margin: 0 auto;
}
.main-spec{
    
}
.main-spec ul{
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.main-spec-mm{
    float: left;
    width: 280px;
    height: 340px;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 130px 26px 0 26px;
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
}
.main-spec-01{
    background: url(../image/solution_stand/spec-01.jpg) no-repeat center center;
    background-size: auto 340px;
}
.main-spec-02{
    background: url(../image/solution_stand/spec-02.jpg) no-repeat center center;
    background-size: auto 340px;
}
.main-spec-03{
    background: url(../image/solution_stand/spec-03.jpg) no-repeat center center;
    background-size: auto 340px;
}
.main-spec-04{
    background: url(../image/solution_stand/spec-04.jpg) no-repeat center center;
    background-size: auto 340px;
}
.main-contrast{
    background: #f3f4f8;
    padding-bottom: 60px;
}
.main-contrast-h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    padding: 60px 0 40px 0;
}    
.main-contrast-tb{
    margin: 0 auto;
    width: 1120px;
    font-size: 15px;
}
.main-contrast-tb thead{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.main-contrast-tb thead th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
}
.main-contrast-tb tbody{
    font-size: 14px;
    line-height: 28px;
}
.main-contrast-tb tbody{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.main-contrast-tb tbody td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
}
.main-case{
    padding-bottom: 60px;
}
.main-case-mm{
    float: left;
    width: 600px;
    box-sizing: border-box;
    padding-left: 90px;
}
.main-case-pic{
    width: 420px;
    overflow: hidden;
    border-radius: 8px;
}
.main-case-pic img{
    display: block;
    width: 100%;
}
.main-case-h1{
    width: 420px;
    padding-top: 20px;
    line-height: 42px;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
.main-case-h2{
    color: #555;
    width: 420px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.main-instr{
    font-size: 15px;
}

.main-instr-con{
    padding: 0 50px 40px 50px;
    text-indent: 2em;
}

.main-instr-pic{
    padding-bottom: 80px;
}

.main-instr-pic img{
    display: block;
    margin: 0 auto;
    border: none;
}
