﻿
/* CSS Document */
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, p, input {
    margin: 0;
    padding: 0;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
    font: 14px/1.5em Arial,宋体,Verdana,Tahoma,Simsun,Arial Unicode MS,Mingliu,Helvetica;
}

address, caption, em, th, i, var {
    font-style: normal;
}

ol, ul {
    padding: 0;
    list-style-type: none;
}

body {
    background: #f3f3f3;
    color: #444;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input, textarea, button {
    outline: none;
    border: 0;
    background: none;
    font-family: 宋体;
}

    input::-moz-focus-inner {
        border: 0;
    }

.fix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
}

.fix {
    zoom: 1;
}

/*link*/
a {
    outline: none;
    text-decoration: none;
}

    a:link, a:visited {
        color: #444;
    }

    a:hover {
        color: #219bd0;
    }

/*layout*/
.contain {
    /*width: 1000px;*/
    margin: 0 auto;
    position: relative;
}

/*header*/
#header {
    height: 72px; /*border-bottom:1px solid #fff;*/
}
/* border-top:5px solid #333; */
#logo {
    display: block;
    float: left;
    margin-top: 5px;
}

#logotitle {
    display: block;
    float: left;
    height: 67px;
    line-height: 67px;
    font-size: 35px;
    padding: 0 0 0 5px;
    margin: 0px 0 0 5px;
}

/*footer*/
#footer {
    padding: 20px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

    #footer p {
        color: #7e7e7e;
    }

/*ad*/
#ad {
    height: 650px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

    #ad .contain {
        height: 650px;
    }

/*login*/
#login {
    float: right;
    margin: 40px 10px 0 0;
    width: 274px;
    padding: 25px 23px;
    border-radius: 5px;
    background-color: rgba(233,233,233,0.8);
    background-color: #e9e9e9\9;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 1px 10px rgba(0,0,0,0.75);
    position: absolute;
    right: 10%;
    top: 17%;
}

:root #login {
    background-color: rgba(233,233,233,0.8);
    border-color: rgba(255,255,255,0.3);
}

#login h2 {
    font-size: 22px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    margin-bottom: 10px;
}

#login .box {
    border-radius: 5px;
    border: 1px solid #aeaeae;
    background: url(/res/bimages/bg_yy.jpg) #fff repeat-x;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

    #login .box div {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    #login .box .line {
        border-bottom: 1px solid #aeaeae;
    }

    #login .box span, #login .box input {
        display: inline-block;
        vertical-align: middle;
    }

    #login .box span {
        margin-right: 12px;
    }

    #login .box input {
        width: 200px;
        height: 35px;
        line-height: 35px;
        padding-left: 3px;
        font-size: 14px;
    }

    #login .box i {
        display: block;
        width: 20px;
        height: 20px;
        background: url(/res/bimages/icon.png) no-repeat;
    }



        #login .box i.userName {
            background-position: 0 0;
        }

        #login .box i.password {
            background-position: -20px 0;
        }

        #login .box i.mobile {
            background-position: -40px 0;
        }

        #login .box i.companyName {
            background-position: -64px 0;
        }

#login a {
    color: #0078b6;
}

    #login a:hover {
        color: #219bd0;
    }

    #login a.login {
        display: block;
        width: 124px;
        height: 38px;
        line-height: 38px;
        margin: 10px auto 0;
        background: url(/res/bimages/bg_button.png) no-repeat;
        color: #fff;
        text-align: center;
    }

    #login a:hover.login {
        opacity: 0.8;
    }

#verificationCode, #loginHelp {
    margin-top: 10px;
}

    #verificationCode input, #verificationCode img, #verificationCode a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    #verificationCode input {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        border: 1px solid #aeaeae;
        background: url(/res/bimages/bg_yy.jpg) #fff repeat-x;
        font-size: 18px;
    }

    #verificationCode img {
        width: 80px;
        height: 35px;
    }

    #loginHelp input, #loginHelp span {
        display: inline-block;
        vertical-align: middle;
    }

    #loginHelp input {
        margin: -1px 5px 0 0;
    }

#linkbut {
    margin-top: 40px;
    float: left;
    width: 100%;
}

    #linkbut .for {
        float: left;
        width: 50%;
    }

    #linkbut .reg {
        float: left;
        width: 50%;
        text-align: right;
    }


#loginTips {
    margin-bottom: 5px;
}

    #loginTips i, #loginTips span {
        display: inline-block;
        vertical-align: middle;
    }

    #loginTips i {
        width: 17px;
        height: 17px;
        background: url(/res/bimages/icon.png) no-repeat -23px -22px;
        margin-right: 5px;
    }

    #loginTips span {
        color: #d70000;
        font-size: 13px;
    }

#point h3, #point p {
    text-indent: 2em;
    line-height: 2em;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

#point h3 {
    font-size: 16px;
    color: #c00;
}

#point p {
    margin-top: 20px;
}

    #point p a {
        font-weight: 600;
        margin-left: 5px;
    }

#cutover {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

    #cutover a {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 2px;
        background: url(/res/bimages/icon.png) no-repeat -15px -50px;
    }

        #cutover a.now {
            background-position: 0 -50px;
        }

/*main*/
#function {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

    #function li {
        float: left;
        width: 292px;
        margin: 30px 0;
        padding: 0 20px;
        border-right: 1px solid #e7e7e7;
    }

        #function li.last {
            border: none;
        }

        #function li h2 {
            font-size: 26px;
            color: #222;
        }

        #function li p {
            color: #666;
            margin-top: 10px;
            font-size: 16px;
        }

        #function li i {
            display: block;
            float: left;
            width: 90px;
            height: 90px;
            margin-right: 20px;
            background: url(/res/bimages/icon.png) no-repeat;
        }

            #function li i.fun1 {
                background-position: 0 -210px;
            }

            #function li i.fun2 {
                background-position: -90px -210px;
            }

            #function li i.fun3 {
                background-position: -180px -210px;
            }

@media screen and (max-width: 640px) {
    #logotitle {
        font-size: 21px;
    }

    #login {
        position: absolute;
        left: 5%;
        top: 17%;
    }
}

#txtMobileCode {
    width: 120px !important;
}
