﻿body {
    background-color: #d5e1ef;
    background: url(../images/bg.jpg) no-repeat center top;
    font-family: "Tahoma", "Verdana", sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.content-box {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 50px;
}

.itop {
    background: white;
    width: 100%;
    text-align: center;
}

    .itop table {
        width: 1150px;
        margin: auto;
        text-align: left;
    }


.content_logo {
    background: url(../images/logo.png) left no-repeat;
    width: 216px;
    height: 80px;
    text-align: left;
}

.center_box_kuang {
    width: 635px;
    height: 282px;
    position: relative;
    margin-bottom: 20px;
}

.center_box_top {
    float: left;
    background: url(../images/Quiktrak_login_2_03.png) top no-repeat;
    background-position: top;
    width: 635px;
    height: 14px;
}

.center_box_center {
    float: left;
    width: 635px;
    height: 270px;
    background: url(../images/Quiktrak_login_2_05.png) top repeat-y;
    display: inline;
}

.center_left {
    float: left;
    width: 380px;
    margin-left: 15px;
    height: 254px;
    display: inline;
    position: relative;
}

.center_left_login {
    float: left;
    background: url(../images/login_logo.png) no-repeat;
    width: 275px;
    height: 41px;
    display: inline;
    margin: 10px 0px 0px 15px;
}

.center_error {
    float: left;
    width: 340px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    display: inline;
}

.center_error_span {
    background: url(../images/error.gif) no-repeat;
    float: left;
    padding-left: 20px;
}

.center_left_title {
    float: left;
    margin-left: 45px;
    display: inline;
    margin-top: 10px;
}

    .center_left_title span {
        text-align: left;
        float: left;
        width: 247px;
        display: inline;
        height: 18px;
        line-height: 18px;
        font-weight: bold;
    }

    .center_left_title input {
        float: left;
        position: relative;
        text-align: left;
        width: 265px;
        height: 25px;
        line-height: 18px;
    }

.buttonBox {
    float: right;
    *margin-top: 10px;
    _margin-top: 10px;
    display: inline;
    margin-right: 42px;
}

.facebook_icon {
    float: left;
    width: 80px;
    padding-left: 45px;
    display: inline;
    margin-top: 0px;
    *margin-top: 10px;
    _margin-top: 10px;
    text-align: left;
}

    .facebook_icon a {
        background: url(../images/facebook_32.png) no-repeat;
        float: left;
        width: 32px;
        height: 32px;
        cursor: pointer;
        position: relative;
    }

.center_right_content {
    float: left;
    width: 200px;
    list-style: none;
    height: 254px;
    display: inline;
    padding-top: 10px;
}

    .center_right_content li {
        /*	width: 154px;
	height: 47px;*/
        padding: 5px 0px 5px 3px;
        /*2015-07-08*/
        /*display: inline;*/
        /*float: left;*/
    }

.center_box_bottom {
    float: left;
    background: url(../images/Quiktrak_login_2_03.png) no-repeat;
    width: 635px;
    height: 14px;
    /*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/Quiktrak_login_2_03.png');  
_background:none;*/
    background-position: 0px bottom;
}

.button_icon {
    width: 600px;
    text-align: left;
    margin-left: 0px;
}

    .button_icon a {
        border: 0;
        margin-right: 20px;
    }
/*Online Demonstration Video Tutoriales*/
.ov_boxes {
    list-style: none;
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%;
}

    .ov_boxes a:hover {
        text-decoration: none;
    }

    .ov_boxes li {
        width: 50%;
        -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
        box-shadow: inset 0px 1px 0px 0px #fff;
        text-align: center;
        list-style: none;
        display: inline-block;
        background: #f9f9f9;
        background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
        background: -o-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
        background: linear-gradient(top, #f9f9f9 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
        border: 1px solid #BCBCBC;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        display: inherit;
        margin: 0px 5px 0px 0px;
        padding: 0;
        line-height: 45px;
    }

        .ov_boxes li:hover {
            border-color: #999999;
            -moz-box-shadow: 0 0 6px #ccc;
            -webkit-box-shadow: 0 0 6px #ccc;
            box-shadow: 0 0 6px #ccc;
        }

    .ov_boxes .p_canvas {
        margin-right: 12px;
        float: left;
        border-right: 1px solid #dcdcdc;
        -webkit-box-shadow: 1px 0 0 0 #fff;
        -moz-box-shadow: 1px 0 0 0 #fff;
        box-shadow: 1px 0 0 0 #fff;
    }

    .ov_boxes .online {
        background: url(../images/online.png) no-repeat center;
        width: 45px;
        height: 36px;
        float: left;
        padding: 5px 10px 5px 10px;
    }

    .ov_boxes .video {
        background: url(../images/video.png) no-repeat center;
        width: 45px;
        height: 36px;
        float: left;
        padding: 5px 10px 5px 10px;
    }

    .ov_boxes .sim {
        background: url(../images/sim.png) no-repeat center;
        width: 45px;
        height: 36px;
        float: left;
        padding: 5px 10px 5px 10px;
    }

    .ov_boxes .ov_text {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
    }

.center_word {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    color: #0b5e98;
    line-height: 40px;
    font-size: 12px;
    margin-top:25px;
}
        .center_word ul li {
            display: inline-block;
            margin-left:5px;

        }

    .center_word a {
        font-weight: bold;
        display: inline-block;
        width:40px;
        height:25px;
    }

        .center_word a:hover {
            color: #000000;
            font-weight: bold;
            text-decoration: none;9
        }

.select a {
    padding: 0px 10px 0px 10px;
    background: url(../images/selected1.gif) no-repeat bottom right;
    border: 2px solid #0098ff;
    padding: 5px 6px 5px 6px;
    margin: 1px;
    display: inline;
}

.footer {
    margin-top: 50px;
    margin-bottom: 0px;
    bottom: 0;
    padding: 0;
    width: 100%;
}

.center_bottom {
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
}

    .center_bottom span {
        font-family: Arial;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        color: #000000;
        text-align: center;
    }
/*2013-8-12 手册下载的下拉*/
.ov_boxes .dropdown-menu ul {
    background: none;
}

.ov_boxes .dropdown-menu li {
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
}

    .ov_boxes .dropdown-menu li a {
        padding: 3px 20px 3px 5px;
        width: 100%;
        float: left;
        *background: #ffffff;
        border: none;
    }

        .ov_boxes .dropdown-menu li a:hover {
            width: 89%;
            float: left;
        }

.ov_boxes .btn-group {
    position: relative;
    *margin-left: 0px;
    *zoom: 0;
}

.ov_boxes .btn {
    _margin-left: auto;
    _padding: 0;
}

.main-body {
    background-color: #d5e1ef;
}

    .main-body .advertising {
        width: 560px;
        margin: auto;
        padding: 0;
        height: 90px;
        background: url(../images/bnr_728x90_a.gif) no-repeat;
        margin-bottom: 20px;
    }

    .main-body .click {
        width: 560px;
        text-align: right;
        font-size: 14px;
        padding-top: 65px;
        margin-left: -30px;
    }

        .main-body .click a {
            font-weight: bold;
            color: #00639f;
        }

            .main-body .click a:hover {
                text-decoration: none;
            }

    .main-body .guarantee_bg {
        width: 500px;
        margin: auto;
        padding: 0;
        background: #ffffff;
        border-radius: 10px;
        padding: 20px 20px 0px 20px;
        font-size: 16px;
        line-height: 46px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 18px rgba(82, 168, 236, 0.9);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 18px rgba(82, 168, 236, 0.9);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 18px rgba(82, 168, 236, 0.9);
        border: 1px solid #cccccc;
    }

        .main-body .guarantee_bg h4 {
            font-size: 16px;
            line-height: 30px;
        }

    .main-body .breadcrumb {
        width: 500px;
        margin: auto;
        margin-bottom: 20px;
        background: none;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        text-align: right;
        font-weight: bold;
        font-size: 14px;
    }

.li_lan {
    background-size:100% !important;
    border:none;    
}