*,html,body{
    -webkit-text-size-adjust:none;
    outline: none;
    padding: 0;
    margin: 0;
}
*:not(input,textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}
html {
    color:#000;
    background:#FFF;
    position: relative;
}
body {
    width: 100%;
    font: 14px/1.5 "微软雅黑","Microsoft YaHei",PingFangSC-Regular,SimHei!important;
    font-weight: normal;
    -webkit-touch-callout: inherit ;
    -webkit-user-select: auto ;
}
.pter{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.relative{
    position: relative;
}
ul, ol{
    margin: 0;
    padding: 0;
}
.wrapper {
    position: relative;
}
.header.top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header {
    height: 100px;
    background-color: transparent;
}

.header .logo {
    background-image: url(../images/logo.png);
    width: 179px;
    height: 49px;
    background-size: 179px 49px;
    -ms-behavior: url(./backgroundsize.min.htc);
    behavior: url(./backgroundsize.min.htc);
    display: inline-block;
    float: left;
    margin: 25px 0 0 0px;
    position: relative;
    overflow: hidden;
}
.header .logo h1 {
    position: absolute;
    top:49px;
}
.header .subtitle{
    font-size: 14px;font-weight: 900;margin-left: 30px;display: inline-block;position: relative;top: 40px;
}
@media (max-width: 980px){
    .header{
        position: fixed;
        top:-20px;
        left:0;
        right:0;
        z-index: 10;
        height:80px;

    }
    .product_service .header{
        background: #fff;
    }

    .header .logo{
        left: 50%;
        margin-left: -90px;
    }
    .header .subtitle{
        float: right;
        margin-right: 10px;
        display: none;
    }
}

footer.footer {
    position: relative;
    margin-top:30px;
    margin-bottom:112px;
}

footer.footer .warper{
    margin-left: 54px;
}
footer .logo{
    display: inline-block;
    position: absolute;
    background: url("../images/footer_logo.jpg") no-repeat 0 0;
    width:54px;
    height:48px;
    left:0px;
    bottom:0px;
    line-height: 48px;
}
@media (max-width: 768px) {
    footer.footer {
        margin-left: 10px;
    }
    footer .logo{
        height: 48px;
        line-height:48px;
    }
}
@media (max-width: 568px){
    footer .logo {
        height: 88px;
        line-height: 88px;
    }
}
footer .nav a{
    margin-right:10px;
    text-decoration: none;
}

.login_warp{
    height: 566px;
    background: #edf1f3;
}

.login_warp .loginfrom{
    width: 300px;
    height: 521px;
    position: absolute;
    left: 0;
    right: 0;
    /*top:85px;*/
    /**top:5px;*/
    margin: 0 auto;
}
.login_warp .loginfrom .text{
    height: 50px;
    margin-bottom: 20px;
}
.login_warp .loginfrom .input-group{
    height: 50px;
    margin-bottom: 20px;
}
.login_warp .loginfrom .input-group .form-control{
    height: 50px;
}

.login_warp .loginfrom .input-group-addon{
    cursor: pointer;
}
.login_warp .loginfrom .input-group-addon:hover{
    cursor: pointer;
    background: #eaeaea;
}
.login_warp .third_party_login{
    border-top: 1px solid #d1dce1;
    text-align: center;
}

.login_warp .third_party_login h3{
    font-size: 14px;
    text-align: center;
    line-height: 1em;
}
.login_warp .tagpage{
    line-height: 80px;
    height: 80px;
}
.login_warp .tagpage a{
    display: inline-block;
    margin-right: 26px;
    text-decoration: none;
}
.login_warp .btn{
    /*margin-top:30px;*/
    margin-bottom:10px;
    width: 100%;
    height:50px;
    color:#fff;
    background-color: #00a0e9;
}

@media (max-width: 868px){
    .login_warp{
        margin-top: 60px;
    }
}

.service_deal{
    height: 620px;
    background: #edf1f3;
    color: #666666;
}
.service_deal .deal_info{
}
.service_deal .deal_info h1{
    line-height:2em;
}