/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 0.6rem;
}
.main-top{
    height: 1rem;
    width: 100%;
    z-index: 1;
    background: #333f91 url(../image/product/top-nav.jpg) no-repeat right bottom;
    background-size: auto 1rem;
}
.main-info{    
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0.18rem 0 0 0.1rem;
}
.main-info p{
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
}
.main-con{
    position: relative;
}
.main-bread{
    text-align: right;
    color: #888;
    font-size: 0.12rem;
    padding: 0.1rem 0.08rem 0.1rem 0;
}
.main-bread a{
    
}
.main-bread a:hover{
    color: #02a1fa;
}
.main-instr{
    min-height: 100%;
}
.main-instr-h1{
    color: #2d53d2;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.36rem;
    text-align: center;
}
.main-instr-h2{
    color: #666;
    font-size: 0.12rem;
    padding-bottom: 0.06rem;
    text-align: center;
}
.main-instr-con{
    padding: 0 0.1rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.main-instr-con p,.main-instr-con span{
    color: #3d4245;
    line-height: 0.26rem !important;
    font-family: 'Microsoft YaHei' !important;
}
.main-instr-con img{
    display: block;
    float: inherit !important;
    width: 100% !important;
    height: auto !important;
    margin: 0.04rem auto;
}
