﻿* {
    margin: auto;
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
    background: url(../Image/bg.jpg);
    /*background-attachment: fixed;*/
}
/*首页*/
.home {
    width: 1200px;
    height: 380px;
    margin-top: 15px;
}
/*首页导航*/
.home-menu {
    width: 570px;
    height: 385px;
    margin: -15px 0 0 -15px;
    float: left;
}

    .home-menu div {
        width: 260px;
        height: 170px;
        line-height: 170px;
        text-align: center;
        border: 5px solid white;
        border-radius: 20px 20px;
        box-shadow: 1px 1px 10px 0;
        margin: 15px 0 0 15px;
        float: left;
    }

        .home-menu div a {
            width: 260px;
            display: inline-block;
            color: white;
            font-size: 28px;
            font-style: italic;
            font-weight: bold;
            text-decoration: none;
            border-radius: 20px 20px;
        }

.menu-aboutUs {
    background: #54adff;
}

/*.menu-aboutUs a {
        background: #54adff;
    }*/

.menu-product {
    background: #ff6c6d;
}

/*.menu-product a {
        background: #ff6c6d;
    }*/

.menu-member {
    background: #ff9968;
}

/*.menu-member a {
        background: #ff9968;
    }*/

.menu-contactUs {
    background: #a1e979;
}

/*.menu-contactUs a {
        background: #a1e979;
    }*/
/*图片轮播*/
.picturePlay {
    width: 620px;
    height: 365px;
    border: 5px solid white;
    border-radius: 20px 20px;
    /*background: url(../Image/picturePlay.jpg) no-repeat;*/
    box-shadow: 1px 1px 10px 0;
    float: right;
}
#picture {
    width: 620px;
    height: 365px;
    display:table-cell;
    vertical-align:middle;
    overflow: hidden;
    border-radius: 15px 15px;
}

    #picture img {
        display: none;
    }

#number {
    text-align: center;
    margin-top: -45px;
}

    #number a {
        font-size: 0;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 6px;
        background: url(../Content/fla/Images/02.jpg) no-repeat;
    }

/*登录*/
#login {
    position: fixed;
    z-index: 3;
    margin-top:30px;
}

.login {
    width: 430px;
    height: 350px;
    border: 1px solid white;
    border-radius: 2px 2px;
    box-shadow: 3px 3px 30px 0;
    background: white;
}
/*登录标题*/
.login-name {
    font-size: 24px;
    margin: 40px 0 0 50px;
}

    .login-name span {
        font-size: 20px;
        color: #808080;
    }
/*关闭边框*/
.login-close {
    width: 20px;
    height: 20px;
    border: 1px solid #19569e;
    margin: -27px 0 0 370px;
}

    .login-close:hover {
        border: 1px solid #ef3839;
    }
    /*关闭*/
    .login-close a {
        color: #19569e;
        height: 20px;
        font-size: 30px;
        display: inline-block;
        margin-top: -12px;
        text-decoration: none;
    }

        .login-close a:hover {
            color: #ef3839;
            text-decoration: none;
        }
/*登录界面*/
.login-box {
    margin-top: 45px;
}

    .login-box div {
        height: 50px;
    }
    /*列名*/
    .login-box span {
        width: 130px;
        font-size: 15px;
        text-align: right;
        display: inline-block;
    }

    .login-box input {
        width: 210px;
    }
    /*登录成功*/
    .login-box a {
        color: black;
        font-size: 16px;
        width: 110px;
        display: inline-block;
        margin: 20px 0 0 80px;
        text-decoration: none;
    }

        .login-box a:hover {
            color: #ef3839;
        }
/*登录按钮*/
#login-btn-log {
    width: 80px;
    height: 26px;
    color: white;
    border: none;
    border-radius: 2px 2px;
    background: #ff3c29;
}
/*注册按钮*/
#login-btn-reg {
    width: 80px;
    height: 26px;
    color: white;
    border: none;
    border-radius: 2px 2px;
    background: #ff3c29;
    margin-left: 50px;
}
/*隐藏登录*/
#login1 {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    background: none;
}