* {
    transition: all .6s linear;
}

.clear {
    clear: both;
}

.mContent{position: absolute;top:0px;left:0px;right:0px;bottom:0px;overflow: hidden;min-width: 1280px;}

.mHead{
    height: 60px;
    border-bottom: 1px solid #51c7f5;
    background: url("../images/head-bg.png") no-repeat center center;
    background-size: cover;
}
.mHead-lef{
    float: left;
    position: relative;
    margin-left: 8px;
    margin-top: 11px;
}
.m-logo{
    width: 275px;
    height: 38px;
    background: url("../images/tit.png") no-repeat;
}
.m-tips{
    position: absolute;
    right: -48px;
    top: -1px;
    width: 43px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    color: #057ef0;
    font-size: 12px;
    background: url("../images/tip.png") no-repeat;
}
.mHead-rig{
    float: right;
}
.hed-functionlis{
    float: right;
}
.hed-functionlis li{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    border-left: 1px solid #15cbf8;
    border-right: 1px solid #087ffa;
    cursor: pointer;
}
.func-icon{
    margin: 0 auto;
    margin-top: 7px;
    width: 34px;
    height: 34px;
}
.icon1{
    background: url("../images/icon1.png") no-repeat center center;
}
.icon2{
    background: url("../images/icon2.png") no-repeat center center;
}
.icon3{
    background: url("../images/icon3.png") no-repeat center center;
}
.icon4{
    background: url("../images/icon4.png") no-repeat center center;
}
.func-txt{
    margin-top: -5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.padding5{
    padding-left: 5px;
    padding-right: 5px;
}
.head-menu{
    margin-right:318px;
}
.head-menu li{
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    height: 60px;
    line-height: 60px;
    color: #e5f2ff;
    font-size: 16px;
    cursor: pointer;
}
.head-menu li.active {
    background: linear-gradient(to bottom, rgba(8, 4, 194, 0.5), rgba(12, 17, 199, 0.5));
    font-weight: normal;
}

.head-menu li:hover {
    background: linear-gradient(to bottom, rgba(8, 4, 194, 0.5), rgba(12, 17, 199, 0.5));
    font-weight: normal;
}
.mNav{
    height: 42px;
    border-top: 1px solid #125e92;
    border-bottom: 1px solid #aaa;
    line-height: 42px;
    box-shadow: 0 5px 10px #ececec;
}
.mNav-return{
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    border-right: 1px solid #c7c7c7;
    height: 100%;
}
.returnAll{
    margin-top: 7px;
    width: 78px;
    height: 28px;
    border: 1px solid #494f56;
    border-radius: 1px;
    background: url("../images/return-bg.png") repeat-x;
}
.returnAll:hover{
    background: url("../images/return-bgh.png") repeat-x;
}
.return-btn{
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 28px;
    background: url("../images/icon-back.png") no-repeat left center;
    text-indent: 26px;
    display: block;
    text-decoration: none;
}
.mNav-tit{
    float: left;
    margin-left: 14px;
    color: #333;
    font-size: 14px;
}
.mNav-tit span.active{
    color: #2e8ae6;
    font-weight: bold;
}
.mNav-btngroup{
    float: right;
    margin-right: 14px;
}
.btn{
    padding: 5px 16px;
    border-radius: 1px;
    font-size: 14px;
    text-decoration: none;
}
.btn1{
    margin-right:10px;
    border: 1px solid #9ba4b0;
    background: linear-gradient(to bottom,#fefeff,#e6f2ff);
    color: #333;
}
.btn1:hover{
    background: linear-gradient(to top,#fefeff,#e6f2ff);
}
.btn2{
    border: 1px solid #357bcc;
    background: linear-gradient(to bottom,#90cdf9,#2a81ea);
    color: #fff;
}
.btn2:hover {
    background: linear-gradient(to top, #90cdf9, #2a81ea);
    cursor: pointer;
}




