﻿body, h1, h2, h3, h4, h5, ul, ol, li, hr {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 200;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    overflow: hidden;

}

ul, li {
    list-style: none;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 8px auto;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:visited {
        color: inherit;
    }

    a.btn {
        display: inline-block;
        width: 182px;
        height: 56px;
        line-height: 56px;
        border: 1px solid #fff;
        border-radius: 28px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
    }

        a.btn:after {
            content: "";
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            background: #fff;
        }

        a.btn:hover {
            color: #0070ac;
            background-color: #fff;
        }

            a.btn:hover:after {
                height: 100%;
            }

.layout {
    width: 1200px;
    margin: auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.fc-white {
    color: #FFF;
}

.paral {
    position: relative;
    width: 100%;
    height: 1080px;
}

.plate {
    padding: 10px 0 50px 0;
    text-align: center;
}

    .plate .title {
        font-size: 36px;
    }

.cool {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    margin-top: 20px;
    z-index: 100;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

    .nav.two {
        margin: 0;
        padding: 15px 0;
        background-color: #fff;
        box-shadow: 0 1px 3px #ccc;
    }

.nav-cont {
    width: 1200px;
    margin: auto;
}

.logo {
    float: left;
    height: 32px;
    width: 110px;
    background: url(../../img/logo.png) no-repeat left center;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.mainmenu {
    position: absolute;
    min-width: 720px;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

    .mainmenu a {
        color: #fff;
        width: auto;
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        border: 1px solid transparent;
        border-radius: 18px;
        font-size: 12px;
        text-transform: uppercase;
    }

        .mainmenu a:hover {
            color: #0070ac;
            border: 1px solid #0070ac;
            background-color: transparent;
        }

.qr {
    position: relative;
    float: right;
}

    .qr button {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 16px;
        text-align: center;
        font-size: 12px;
        outline: 0;
        cursor: pointer;
    }

    .qr .qrpic {
        display: none;
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50px;
        left: -36px;
    }

        .qr .qrpic img {
            width: 100%;
        }

#qrcode:hover .qrpic {
    display: block;
}

.two .logo {
    background-image: url(../../img/logo1.png);
}

.two .mainmenu a {
    color: #444;
}

    .two .mainmenu a:hover {
        color: #0070ac;
    }

.two .qr button {
    color: #a8a8a8;
    border-color: #a8a8a8;
}

    .two .qr button:hover {
        color: #0070ac;
        border-color: #0070ac;
    }

.top-cont {
    position: absolute;
    width: 1200px;
    min-width: 1200px;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .top-cont h1 {
        font-weight: bold;
        font-size: 58px;
    }

.top-cont-text {
    margin-top: 30px;
    color: #fff;
}

.top-cont-link {
    margin-top: 100px;
}

.pagefoot {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    /*bottom: -240px;*/
    background-color: #121212;
    height: 300px;
    -moz-transition: bottom ease 1s;
    -o-transition: bottom ease 1s;
    -webkit-transition: bottom ease 1s;
    transition: bottom ease 1s;
}

/*.pagefoot:hover {
        bottom: 0;
    }*/

.pagefoot-cont {
    width: 1200px;
    margin: auto;
}

.pagefoot-logo {
    width: 400px;
    float: left;
}

.pagefoot-cont img {
    display: block;
    padding: 80px 0;
}

.copyright {
    color: #ddd;
}

.pagefoot-nav {
    width: 700px;
    float: right;
    margin-top: 70px;
}

    .pagefoot-nav li {
        float: left;
        width: 30%;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }

    .pagefoot-nav span {
        line-height: 34px;
    }

    .pagefoot-nav a {
        display: block;
        font-size: 12px;
        color: #acacac;
    }

.mouse {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 23px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
}

    .mouse .roller {
        width: 1px;
        height: 12px;
        margin: 6px auto;
        background-color: #fff;
    }

    .mouse .downarrow {
        position: absolute;
        bottom: 10px;
        left: 8px;
        width: 0px;
        border: 4px solid #fff;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        opacity: 0;
        animation: md 1s infinite;
    }

.loading {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../../img/loading.jpg) no-repeat;
    overflow: hidden;
}

    .loading .pic {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 60px;
        font-weight: bold;
    }

    .loading .zhuan {
        position: absolute;
        top: calc(50% - 544px);
        left: calc(50% - 544px);
        animation: zhuan linear 70s infinite;
        perspective: 100px;
        opacity: 0.8;
    }

    .loading .zhuan2 {
        position: absolute;
        top: calc(50% - 544px);
        left: calc(50% - 544px);
        animation: zhuan2 linear 50s infinite;
        opacity: 0.5;
    }

.totop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: block;
    width: 26px;
    height: 62px;
    background: url(../../images/rocket.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
}

    .totop:hover {
        background: url(../../images/rocket.png) no-repeat 0 -62px;
    }

input {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: inset 0 0 5px #ececec;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    width: 580px;
    box-sizing: border-box;
    margin-bottom: 34px;
    outline: none;
}

    input:focus {
        border-color: rgba(0, 112, 172, 0.40);
        box-shadow: 0 0 5px #0070ac;
    }

textarea {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: inset 0 0 5px #ececec;
    width: 580px;
    height: 213px;
}

    textarea:focus {
        border-color: rgba(0, 112, 172, 0.40);
        box-shadow: 0 0 5px #0070ac;
    }

@keyframes md {
    from {
        bottom: 8px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        bottom: 0px;
        opacity: 0;
    }
}

@keyframes zhuan {
    from {
        transform: rotateX(75deg) rotateZ(0) scale(1.5);
    }

    to {
        transform: rotateX(75deg) rotateZ(360deg) scale(1.5);
    }
}

@keyframes zhuan2 {
    from {
        transform: rotateX(75deg) rotate(0) scale(1.2);
    }

    to {
        transform: rotateX(75deg) rotate(360deg) scale(1.2);
    }
}
