/*样式重置开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, "microsoft yahei";
    font-size: 14px;
    color: #333;
    background: #eeeeee;
}

body, table, td, div, p {
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type='text'], input[type='password'], select {
    height: 25px;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #1175e4;
}

ul, ol {
    list-style: none;
}

i, s {
    font-style: normal;
    text-decoration: none;
}

/*样式重置结束*/

/*公共样式*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.header, .content, .footer {
    width: 100%;
}

/*头部样式开始*/
.header {
    border-bottom: 1px solid #dedede;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 16px;
}

.header .wrap {
    width: 990px;
    margin: 0 auto;
}

.header .head-left {
    float: left;
}

.header .head-left .logo {
+ margin-top : 25 px;
    display: inline-block;
    height: 34px;
    width: 105px;
    vertical-align: middle;
    background: url("/station/css/lp/image/yun-logo.png") no-repeat center center;
}

.header .head-left .logo-sub-erp {
+ margin-top : 25 px;
    display: inline-block;
    height: 34px;
    width: 169px;
    vertical-align: middle;
    background: url("/station/css/lp/image/erp-logo.png") no-repeat center center;
}

.header .head-right {
    float: right;
}

.header .head-right .head-ul li {
    float: left;
}

.header .head-right .head-ul li > a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.header .head-right .head-ul li:hover > a {
    color: #3366cc;
}

.header .head-right .head-ul li.cur > a {
    font-size: 16px;
    font-weight: bold;
    color: #3366cc;
}

.header .head-right .register-login {
    margin-left: 20px;
}

.pro-menu {
    position: relative;
    z-index: 10;
}

.sub-menu-con {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -70px;
    width: 100px;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    background: #fff;
}

.sub-menu-main a {
    color: #666666;
    font: normal 14px/28px "microsoft yahei";
    display: block;
    min-width: 70px;
    text-align: center;
}

.sub-menu-main a:hover {
    color: #0b83e1;
    text-decoration: none;
}

.sub-menu-con .arrow em, .sub-menu-con .arrow i {
    position: absolute;
    z-index: 20;
    line-height: 30px;
    font-style: normal;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
}

.sub-menu-con .arrow em {
    color: #c7c7c7;
    top: -15px;
}

.sub-menu-con .arrow i {
    color: #fff;
    top: -14px;
}

.btn-blue, .btn-blue-block {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 2px;
    text-decoration: none;
}

.btn-blue {
    border: 1px solid #1175e4;
    color: #1175e4;
}

.btn-blue-block {
    border: 1px solid #1175e4;
    background: #1175e4;
    color: #fff;
}

a.btn-blue:hover, a.btn-blue-block:hover {
    text-decoration: none;
}

a.btn-blue-block:hover {
    color: #fff;
}

.header .btn-blue {
    margin-right: 10px;
}

/*头部样式结束*/

/*页脚样式开始*/
.footer {
    padding: 10px 0 30px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

/*页脚样式结束*/

/*固定联系方式开始*/
.contact {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 25px;
}

.contact ul li {
    position: relative;
}

.contact ul li i {
    display: inline-block;
    width: 48px;
    height: 48px;
+ margin-bottom : 2 px;
    cursor: pointer;
    background: #1175e4 url("/station/css/lp/image/erp-icon.png") no-repeat;
}

.contact ul li.phone i {
    background-position: -2px -109px;
}

.contact ul li.email i {
    background-position: -51px -109px;
}

.contact ul li.qq i {
    background-position: -108px -109px;
}

.contact ul li > div {
    display: none;
    position: absolute;
    top: 0;
    right: 56px;
+ right : 59 px;
    background: #fff;
    padding: 15px 7px;
    border: 1px solid #1175e4;
    border-radius: 3px;
    white-space: nowrap;
}

.contact ul li div a {
    color: #333;
}

.contact ul li div .pop-arrow em, .contact ul li div .pop-arrow b {
    position: absolute;
    top: 3px;
+ top : 13 px;
    font-size: 30px;
+ font-size : 20 px;
    font-style: normal;
}

.contact ul li div .pop-arrow em {
    right: -8px;
+ right : - 10 px;
    z-index: 10;
    color: #fff;
}

.contact ul li div .pop-arrow b {
    right: -10px;
+ right : - 12 px;
    z-index: 5;
    color: #1175e4;
}

.contact ul li:hover div {
    display: block;
}

/*固定联系方式结束*/

/*返回顶部开始*/
.goTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 48px;
    height: 48px;
    background: #d2d3d5;
    color: #fff;
    text-align: center;
}

.goTop:hover {
    opacity: 0.8;
}

.goTop i {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("/station/css/common/image/goTop.png") no-repeat center center;
}

/*返回顶部结束*/

/*笔记本兼容样式*/
@media only screen and (max-width: 990px) {
    .header .head-left {
        margin-left: 20px;
    }

    .header .register-login {
        margin: 0 20px;
    }
}