@charset "gb2312";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body { background-color: #fff; }

li { list-style: none; }

a { text-decoration: none; }

img { border: 0; }

/*------------------------login--------------------------------*/

.logo_box {
    height: 90px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}

.logo {
    margin: 0 auto;
    width: 1280px;
    height: 90px;
    background-color: #eee;
    background-image: url(../images/logo.gif);
    background-position: left;
    background-repeat: no-repeat;
}

.prefecture {
    float: right;
    width: 380px;
    height: 30px;
    margin-top: 30px;
    /*margin-left: 350px;*/
    /*background-color: #eee;
    background-image: url(../images/homcalogo.gif);
    background-position: left;
    background-repeat: no-repeat;*/
    position:relative;
    z-index:1;
}

.prefecture .bgImage {
    background-color: #eee;
    background-image: url(../images/homcalogo.gif);
    background-position: left;
    background-repeat: no-repeat;
    float: right;
    width: 120px;
    height: 30px;
}

.prefecture span {
    float: left;
    width: 240px;
    height: 30px;
    background-color: #999;
    font-family: 微软雅黑, 黑体;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #eee;
    line-height: 30px;
}

.prefecture span .pArea {
    color: #000;
}

.nav1 {
    height: 40px;
    background-color: #666;
    border-bottom: 1px solid #333;
}

.nav1 ul {
    margin: 0 auto;
    width: 1280px;
}

.nav { float: left; }

.nav a {
    display: block;
    background-color: #666;
    width: 120px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-family: 微软雅黑;
}

.active {
    width: 120px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-family: 微软雅黑;
    background-color: #09f;
    border-bottom: 1px solid #09f;
}

.nav a:hover { background-color: #999; }

.main {
    margin: 20px auto;
    width: 1280px;
    height: 450px;
}

.picture {
    width: 970px;
    height: 450px;
    background-image: url(../images/picture.gif);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.login {
    width: 258px;
    height: 408px;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 12px;
    color: #666;
    font-family: 微软雅黑, 黑体;
}

.title {
    width: 258px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    background-image: url(../images/loginbg.gif);
    background-position: left;
    background-repeat: no-repeat;
}

.name { padding: 15px 0px 2px 0px; }

.input_box {
    width: 256px;
    height: 24px;
    border: 1px solid #ccc;
    line-height: 24px;
}

.input_box1 {
    width: 120px;
    height: 24px;
    border: 1px solid #ccc;
    line-height: 24px;
}

.yzm_box {
    width: 126px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.yzm_box img {
    width: 120px;
    height: 26px;
    padding-bottom: 5px;
}

.yzm_box a { color: #999; }

.yzm_box a:hover { color: #F63; }

.button_box {
    clear: both;
    margin-bottom: 55px;
}

.button_box input {
    display: block;
    width: 258px;
    height: 40px;
    background-color: #09F;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑, 黑体;
}

.button_box a:hover { background-color: #0CF; }

.name a { color: #666; }

.name a:hover { color: #F63; }

.nav3 {
    margin: 0px auto;
    width: 1280px;
    height: 100px;
}

.nav_1 a {
    background-image: url(../images/nav_1.gif);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 408px;
    height: 98px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-right: 25px;
}

.nav_1 a:hover { background-color: #fff; }

.nav_2 a {
    background-image: url(../images/nav_2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 408px;
    height: 98px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-right: 25px;
}

.nav_2 a:hover { background-color: #fff; }

.nav_3 a {
    background-image: url(../images/nav_3.gif);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 408px;
    height: 98px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.nav_3 a:hover { background-color: #fff; }

.footer {
    clear: both;
    width: 1280px;
    height: 12px;
    margin: 20px auto;
    text-align: center;
    color: #999;
    font-size: 12px;
}

/*------------------------other--------------------------------*/

.q {
    font-size: 15px;
    color: #1284bb;
    font-family: "微软雅黑";
    font-weight: bold;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px #d5d5d5 dotted;
    margin-bottom: 15px;
}

.a {
    font-size: 13px;
    color: #373737;
    font-family: "微软雅黑";
    font-weight: normal;
}

/*------------------------demo--------------------------------*/

.cam_list_box {
    width: 258px;
    height: 388px;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 12px;
    color: #666;
    font-family: 微软雅黑, 黑体;
    margin: 20px;
}

.cam_list_box .title {
    width: 258px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    background-image: url(../images/camlistbg.gif);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.cam_list {
    height: 50px;
    border-bottom: 1px dotted #999;
    background-image: url(../images/camicon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.cam_list a {
    padding-left: 40px;
    color: #666;
    line-height: 50px;
    font-size: 18px;
    font-family: 微软雅黑, 黑体;
}

.cam_list a:hover { color: #19a2e4; }

.cam_list img {
    float: right;
    margin-top: 15px;
}

.view_windows {
    float: left;
    margin-top: 20px;
    height: 428px;
    width: 658px;
    border: 1px solid #ccc;
    background-color: #333;
}

/*------------------------page--------------------------------*/

.box {
    margin: 40px auto;
    width: 932px;
}

.box h2 {
    display: block;
    width: 932px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

.box h3 {
    font-size: 12px;
    margin: 10px 0px;
}

.box p {
    font-size: 12px;
    text-indent: 24px;
    line-height: 150%;
}

/*------------------------city_List--------------------------------*/
.city_List 
{
    margin-top: 10px;
    width: 352px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 22px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-family: "宋体";
    font-size: 12px;
    padding: 8px 15px 15px 10px;
    line-height:28px;
}

.line {
    border-bottom: 1px dashed #e4e4e4;
    width: 355px;
    height: 1px;
    margin: 2px 0 2px 0;
}

.city_List dt {
    float: left;
    width: 60px;
    color: #999;
    font-family: "宋体"
}

.city_List dd { margin-left: 60px; }

.city_List ul.Fix { margin: 0 }

.city_List li {
    font-family: "宋体";
    color: #999;
    float: left;
    width: 68px;
    height: 22px;
    line-height: 22px;
    margin-top: 4px;
}

.city_List li a {
    font-family: "宋体";
    display: block;
    padding-left: 15px;
}

.city_List li a b {
    font-family: "宋体";
    color: #f00;
    font-weight: normal;
}

.city_List li a:hover {
    color: #fff;
    background: #54c0f2;
}

.myclear {
    clear: both;
    line-height: 0;
    height: 0;
    display: block;
    font-size: 0;
}