﻿@charset "UTF-8";

body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, pre {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1314px;
}

a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

    a:hover {
        color: #4C15B8;
        text-decoration: none;
    }

input, button {
    outline: 0;
}

img {
    vertical-align: middle;
    border: 0;
}


.lf {
    float: left;
}

.rt {
    float: right;
}

.container {
    width: 1314px;
    margin: 0 auto;
    position: relative;
}

    .container:before,
    .container:after {
        content: '';
        display: table;
        clear: both;
    }

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.star {
    position: relative;
    height: 900px;
    overflow: hidden;
    background: url(../images/stra-bg1.jpg) no-repeat left top;
}

.sky {
    position: absolute;
    top: -180px;
    bottom: -180px;
    left: 600px;
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 9;
    overflow: hidden;
}

canvas {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 100%;
    height: 900px;
}

.logo {
    margin-top: 45px;
    margin-left: 15px;
    animation: zoomIn 1s;
    float: left;
}

    .logo img {
        height: 70px;
    }

.name {
    color: #fff;
    line-height: 60px;
    font-size: 30px;
    margin-top: 51px;
    float: left;
    animation: zoomIn 1s;
}

.search {
    position: absolute;
    top: 40px;
    right: 75px;
    animation: zoomIn 1s;
    z-index: 99;
}

    .search a {
        position: relative;
        float: left;
        padding: 0 35px 0 30px;
        top: 5px;
        color: #fff;
    }

        .search a:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 0;
            width: 18px;
            height: 15px;
            background: url(../images/home.png) no-repeat;
        }

    .search form {
        position: relative;
        float: left;
    }



    .search input[type='text'] {
        height: 30px;
        line-height: 30px;
        width: 30px;
        border: none;
        padding: 0;
        color: #fff;
        background: #545965;
        border-radius: 25px;
        transition: .3s;
    }

    .search input[type='submit'] {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        padding: 0;
        border-radius: 25px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: #545965 url(../images/search.png) no-repeat center center;
    }

    .search form:hover input[type='text'] {
        width: 120px;
        padding: 0 30px 0 10px;
    }

.star-nav {
    float: left;
    width: 700px;
    padding-top: 255px;
    position: absolute;
}

    .star-nav > li {
        position: relative;
        height: 105px;
        line-height: 105px;
        /* padding-left: 50px; */
        animation: slideInLeft 1s;
        border-bottom: 1px solid rgb(255,255,255,0.6);
        width: 370px;
        margin-left: 60px;
    }

        .star-nav > li > a {
            color: #fff;
            font-size: 24px;
            position: relative;
            padding-left: 75px;
        }

        .star-nav > li ul {
            position: absolute;
            top: 40px;
            left: 230px;
            width: 200px;
            display: none;
        }

            .star-nav > li ul li {
                float: left;
                width: 50%;
                line-height: 30px;
            }

                .star-nav > li ul li a {
                    color: #fff;
                    font-size: 16px;
                }

        .star-nav > li:hover {
            background: rgba(83,40,192,.5);
        }

            .star-nav > li:hover ul {
                display: block;
            }

    .star-nav a:hover {
        color: #B09EEC;
    }

        .star-nav a:hover:before {
            animation: pulse 1s;
        }

.copyright {
    width: 100%;
    min-width: 1170px;
    height: 120px;
    background: #aa2116;
}

    .copyright .box {
        width: 1170px;
        margin: 0 auto;
        padding-top: 35px;
    }

    .copyright p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 32px;
    }
