﻿@charset "utf-8";
/* CSS Document */

/*保证各浏览器下 <input><button><a> 定义的按钮尺寸一样*/
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.btn, form input {
    line-height: normal;
    *overflow: visible;
}

html, body {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    text-align: left;
    color: #575a5d;
    font-family: "微软雅黑";
    font-size: 12px;
    background: url() repeat-x #fff;
    margin: 0 auto;
}

.clear {
    clear: both;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

div, form, ul, ol, li, span, p, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    border-collapse: collapse;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/*登录栏开始*/
.login_Layer {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99;
}

.container {
    margin: 0px auto;
    overflow: hidden;
    min-width: 960px;
    max-width: 1200px;
    text-align: left;
}

.login_d {
    background: url(../images/login.png);
    width: 100%;
    height: 29px;
}

.login_content {
    width: 1000px;
    height: 26px;
    margin: 0 auto;
    padding-top: 3px;
}

    .login_content li {
        float: left;
    }

.login_user {
    border: 1px solid #ddddde;
    height: 17px;
    width: 125px;
    border-radius: 2px;
}

.login_icon {
    background: url(../images/user.png);
    width: 22px;
    height: 19px;
    margin-top: 1px;
}

.login_botton {
    background: #4d7ec1;
    border: #4d7ec1;
    color: #FFF;
    padding: 3px 12px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ddd;
    cursor: pointer;
    border: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.login_word {
    padding-left: 12px;
    margin-top: 4px;
}

.login_text {
    margin-top: 1px;
}

.login_chek {
    padding-left: 6px;
    margin-top: 3px;
}

.login_forget {
    padding-top: 5px;
    padding-left: 8px;
}

    .login_forget a:link {
        color: #6e6e6e
    }

    .login_forget a:visited {
        color: #6e6e6e
    }

    .login_forget a:hover {
        color: #000
    }

.success li {
    margin-left: 13px;
}

.success {
    font-size: 14px;
    font-family: "微软雅黑";
}

.get_into {
    color: #1335e5;
    display: block;
}

    .get_into:visited {
        color: #1335e5;
    }

    .get_into:hover {
        color: #09F;
    }

.sign_out {
    color: #F00;
    display: block;
}

    .sign_out:visited {
        color: #F00;
    }

    .sign_out:hover {
        color: #f14f4f;
    }
/*登录栏结束*/

/*logo栏开始*/
.logo_d {
    width: 100%;
}

.logo_content {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat left center;
}

.videoLogo {
    float: right;
    margin-top: 38px;
    width: 210px;
    height: 39px;
    background: url(../images/videoLogo.png);
}
/*logo栏结束*/



/*底部开始*/
.bottom_botm {
    height: 86px;
    background: #0391db;
    width: 100%;
    margin-top: 20px;
}

.bottom_cont {
    width: 563px;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    font-family: "微软雅黑";
    padding-top: 17px;
}

.bottom_left {
    float: left;
    width: 435px;
    text-align: center;
    line-height: 26px;
}

.bottom_right {
    float: right;
    background: url(../images/code.png);
    width: 50px;
    height: 50px;
}
/*底部结束*/

/* 轮播 */
.banner {
    height: 460px;
    position: relative;
}

    .banner .d1 {
        width: 100%;
        height: 460px;
        display: none;
        position: absolute;
        left: 0;
        overflow: hidden;
        padding-top: 0px;
    }

    .banner .d2 {
        width: 100%;
        height: 30px;
        clear: both;
        position: absolute;
        z-index: 100;
        left: 0px;
        top: 430px;
    }

        .banner .d2 ul {
            float: left;
            position: absolute;
            left: 50%;
            top: 0;
            display: inline;
            width: 80px;
            margin-left: -40px;
        }

        .banner .d2 li {
            width: 17px;
            height: 15px;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/img1.png) no-repeat center;
            float: left;
            margin: 0 3px;
            display: inline;
        }

            .banner .d2 li.nuw {
                background: url(../images/img1_1.png) no-repeat center;
            }

/*  .banner img{
            position: absolute;
                    left: 50%;
                    top: 50%; width:850px;height:127px; margin-left:-425px; margin-top:-63px;
        }     
        .banner img.big{
            position: absolute;
                    left: 50%;
                    top: 50%; width:850px;height:189px; margin-left:-425px; margin-top:-94px;
        }
*/
