﻿@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 160%;
    width: 100%;
    height: 100%;
    background: url(../images/login-bg-huaxi.jpg) #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
}

p, ul, .name, .pwd, dd, h1, h2, h3, form, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
    line-height: 150%;
}

ul, li {
    list-style: none;
}

div, p {
    word-wrap: break-word;
}

img {
    border: 0;
    vertical-align: middle;
}

input, button, select, textarea {
    outline: none
}

/*login*/

.login input.submit {
    border: none;
    font-weight: bold;
    color: #FFF;
    margin: 25px 0 0 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #CCC 0px 0px 5px;
    -moz-box-shadow: #CCC 0px 0px 5px;
    box-shadow: #CCC 0px 0px 5px;
    background: #0c73e9;
    cursor: pointer;
}

    .login input.submit:hover {
        background: #ff9229;
    }

.login input.submit {
    padding: 6px 20px;
}

.login .box {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 700px;
    height: 400px;
    background: url(../images/login.png) center top no-repeat;
}

.login .log {
    position: relative;
    width: 370px;
    height: 260px;
    margin: 0 auto;
    margin-top: 230px;
    padding: 50px 0 0 20px;
}

.login .logo {
    height: 85px;
    position: absolute;
    top: 15px;
    left: 180px;
    background: url(../images/logo-login.png) no-repeat;
    width: 350px;
    height: 50px;
}

.login label {
    display: inline-block;
    width: 70px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

.login .name {
    padding: 10px 5px;
    font-size: 14px;
}

.login .pwd {
    padding: 10px 5px;
    font-size: 14px;
}

.login .alt {
    position: absolute;
    top: 43px;
    left: 260px;
    font-size: 20px;
}

.login .text {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.login .copyright {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -40px;
    text-align: center;
    color: #AAA;
}

.login .air-balloon {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 50;
}

    .login .air-balloon.ab-1 {
        width: 43px;
        height: 78px;
        background: url(../images/air-balloon-1.png) no-repeat;
    }

    .login .air-balloon.ab-2 {
        width: 24px;
        height: 31px;
        background: url(../images/air-balloon-2.png) no-repeat;
    }

.login .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 198px;
    background: url(../images/login-foot.jpg) center bottom repeat-x;
}

.text {
    border: 1px solid #CCC;
    padding: 5px;
    background-color: #FCFCFC;
    line-height: 14px;
    width: 220px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #CCC 0px 0px 5px;
    -moz-box-shadow: #CCC 0px 0px 5px;
    box-shadow: #CCC 0px 0px 5px;
    border: 1px solid #CCC;
    font-size: 12px;
}

    .text:focus {
        border: 1px solid #31b6e7;
        background-color: #FFF;
        -webkit-box-shadow: #CCC 0px 0px 5px;
        -moz-box-shadow: #CCC 0px 0px 5px;
        box-shadow: #0178a4 0px 0px 5px;
    }

    .text:hover {
        background-color: #FFF;
    }

body {
    color: #333;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    font-family: "微软雅黑";
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #f08300;
    color: #fff;
}

::-moz-selection {
    background: #f08300;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    color: #333;
}

    a:hover {
        color: #009aff;
        text-decoration: none;
    }

p {
    line-height: 22px;
    font-weight: 700;
}

.container {
    width: 100%;
    height: 1400px;
    background: #FFFFFF;
}

/*优胜空间 */
.contactusdiyou {
    position: fixed;
    right: -230px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #009aff;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}

    .contactusdiyou .hoverbtn {
        width: 30px;
        height: 190px;
        padding-top: 20px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -66px;
        left: -30px;
        font-size: 14px;
        color: #fff;
        background: #009aff;
        -webkit-border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -o-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
        -moz-box-shadow: -4px 4px 4px -4px #000;
        -webkit-box-shadow: -4px 4px 4px -4px #000;
        box-shadow: -4px 4px 4px -4px #000;
    }

        .contactusdiyou .hoverbtn span {
            width: 30px;
            height: 19px;
            line-height: 19px;
            text-align: center;
            overflow: hidden;
            float: left;
        }

        .contactusdiyou .hoverbtn .hoverimg {
            width: 13px;
            height: 9px;
            margin: 10px 0px 0px 10px;
            float: left;
            display: inline;
            background-repeat: no-repeat;
        }

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.contactusdiyou .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

    .contactusdiyou .conter .con1 {
        border-bottom: 1px solid #6a6a6a;
        padding-bottom: 22px;
    }

        .contactusdiyou .conter .con1 dl dt {
            width: 31px;
            height: 31px;
            float: left;
            position: relative;
            top: 32px;
        }

.contactusdiyou dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}

.contactusdiyou dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(../images/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

    .kefuQQ a:hover {
        background: url(../images/button-custom-qq-h.gif) no-repeat;
    }

.contactusdiyou .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.contactusdiyou .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

    .contactusdiyou .qqcall dl dt {
        width: 31px;
        height: 31px;
        float: left;
        position: relative;
        top: 32px;
    }

.contactusdiyou .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

    .contactusdiyou .weixincall dl dt {
        width: 31px;
        height: 31px;
        float: left;
        position: relative;
        top: 32px;
    }

    .contactusdiyou .weixincall .f3 {
        float: right;
        width: 73px;
        height: auto;
        margin-right: 69px;
        display: inline;
    }

        .contactusdiyou .weixincall .f3 img {
            width: 73px;
            height: auto;
        }

.contactusdiyou .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

    .contactusdiyou .dytimer span {
        display: block;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
    }

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/***联系我们***/