﻿body {
    background-color: #d5e1ef;
    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;
}

.itop {
    background: #5A6E94;
    width: 100%;
    text-align: center;
}

    .itop table {
        width: 1150px;
        margin: auto;
        text-align: left;
    }

.iMiddle{
    font-family: "Tahoma", "Verdana", sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height:85%;
}
#im_map {
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    height:90%;
    z-index:1;
}


.content_logo {
    background: url(../images/img_title2.jpg) left no-repeat;
    width: 378px;
    height: 60px;
    text-align: left;
}

.center_box_kuang {
    float:right;
    width: 309px;
    height: 366px;
    position: relative;
    margin-bottom: 20px;
    top: 20px;
    left: 0px;
}

.center_box_center {
    float: right;
    width: 309px;
    height: 366px;
    /*background: url(../images/kuang.png) top repeat-y;*/
    display: inline;
    margin-right:65px;
    margin-top:10px;
}

.center_left {
    padding:6px 0;
    font-family:Arial;
    font-size: 20px;
    color:#3496ee;
    width:100%;
    margin-left:-2px;
    font-weight:600;
    border-bottom:2px solid #3496ee;
    margin-top:5px;
}

.center_error_span {
    background: url(../images/error.gif) no-repeat;
    float: left;
    padding-left: 20px;
}

.center_left_title {
    float: left;
    margin-left: 15px;
    display: inline;
    margin-top: 10px;
}
.center_left_title input {
        float: left;
        position: relative;
        text-align: left;
        width: 265px;
        height: 25px;
        line-height: 18px;
    }
    .center_left_title txtUserName{
        background-image:url(../images/user.png);
        margin-left:3px;
    }
.buttonBox {
    float: right;
    *margin-top: 10px;
    _margin-top: 10px;
    display: inline;
    margin-right: 42px;
}

.facebook_icon {
    float: left;
    width: 275px;
    padding-left: 15px;
    display: inline;
    margin-top: 10px;
    *margin-top: 10px;
    _margin-top: 10px;
    text-align: center;
}

.checkbox{
    float: left;
    margin-left:15px;
    padding-left:5px;
    padding-right:5px;
    display: inline;
    margin-top: 10px;
}
    .checkbox span{
        float: left;
        padding-left:5px;
        font-family:Arial;
        font-size: 14px;
        color:#3496ee;
    }

.selectMenu{
    float: left;
    margin-left:5px;
    padding-left:5px;
    padding-right:5px;
    display: inline;
    margin-top: 10px;
}
    .selectMenu span{
        float: right;
        padding-right:5px;
        font-family:Arial;
        font-size: 14px;
        color:#3496ee;
    }
    .lanMenue
    {
        float: right;
        padding-right:5px;
        font-family:Arial;
        font-size: 12px;
        color:#3496ee;
    }

.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;
}

    .center_word ul {
        
    }

        .center_word ul li {
            line-height:3;
            display: inline;
            padding: 0px 5px 0px 0px;
        }

    .center_word a {
        color: #0b5e98;
        font-weight: bold;
        text-decoration: none;
        display: inline;
        padding: 5px;
        margin: 1px;
        border: 1px solid #cccccc;
        padding: 5px 6px 5px 6px;
    }

        .center_word a:hover {
            color: #000000;
            font-weight: bold;
            text-decoration: none;
        }

.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;
    }

#d_hlogin {
    max-width:50px;
    overflow:hidden;
    position: absolute;
    background-color: white;
    top: 2px;
    left: 243px;
    z-index: 1;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}
#d_showma {
    position:fixed;
    width:300px;
    height:260px;
    background-color:white;
    margin-left:-150px;
    margin-top:-130px;
    top:50%;
    left:50%;
    z-index:10;
    opacity: 0.9 ;
    display:none; 
}
#d_showmaz {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    opacity: 0.2;
    display:none;
    z-index:9;
}
#d_ltype {
    color:#555;
    font-size:18px;
    font-weight:500;
    border-bottom:1px solid #5A6E94;
    width:90%;
    margin:0 auto 5px auto;
    height:25px;
}
    #d_ltype > span {
        padding:5px 15px;
        margin:0;
        cursor:pointer;
    }
    #d_ltype > .dlt_sel {
        background-color:#5A6E94;
        color:white;
    }
.img_lan {
    width:100px;
    height:53px;
    cursor:pointer;
    margin-right:2px;
}