/*********************************************************************
                        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%;
    padding-bottom: 0.2rem;
}
.main-con-lf{
    height: 2.8rem;
    width: 3.6rem;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}
.main-con-lr{
    padding: 0.25rem 0.1rem 0.2rem 0.1rem;
}
.main-con-mm{
    overflow: hidden;
    padding-bottom: 0.15rem;
    font-size: 0.13rem;
}
.main-con-mm i{
    float: left;
    height: 0.24rem;
    width: 0.24rem;
    margin-right: 0.06rem;
}
.main-con-ml{
    float: left;
    line-height: 0.24rem;
    color: #333f91;
}
.main-con-mr{
    float: left;
    line-height: 0.24rem;
    width: 2.5rem;
}
.main-con-dd{
    float: left;
    width: 2.5rem;
}
.main-icon-position{
    background: url(../image/contact/icon-position.png) no-repeat center center;
    background-size: auto 0.2rem;
}
.main-icon-phone{
    background: url(../image/contact/icon-phone.png) no-repeat center center;
    background-size: auto 0.2rem;
}
.main-icon-mobile{
    background: url(../image/contact/icon-mobile.png) no-repeat center center;
    background-size: auto 0.2rem;
}




