﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img {
    border: none;
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    out-line: none
}

body {
    background-image: url(images/body-bg.png);
    font-family: 微软雅黑
}

header {
    height: 80px;
}

nav {
    background: #f0f0f0;
    height: 80px;
}

    nav ul {
    }


        nav ul li {
            float: left;
        }

            nav ul li a {
                line-height: 80px;
                padding: 0 30px;
                display: inline-block;
                color: #333;
                font-weight: bold;
            }

                nav ul li a:hover {
                    color: #fff;
                }

            nav ul li:hover {
                background: #0092db;
            }

.active {
    background: #0092db;
}

    .active a {
        color: #fff;
    }



.f-l {
    float: left;
}

.f-r {
    float: right;
}

.logo {
    margin-top: 22px;
    padding-right: 20px;
}

.fgx {
    border: #ebebeb 0.5px solid;
    margin: 40px 0;
}

.xinx-1 {
    margin-left: 65px;
    width: 735px;
}

    .xinx-1 .top {
        background: #ebebeb;
        width: 150px
    }

        .xinx-1 .top h2 {
            line-height: 35px;
            font-size: 14px;
            color: #8c8c8c;
            text-align: center;
        }

    .xinx-1 .middle {
        margin-top: 50px;
    }

        .xinx-1 .middle h3 {
            font-size: 30px;
            font-weight: 550;
            color: #0092db;
            letter-spacing: 1px;
            line-height: 48px;
        }

            .xinx-1 .middle h3 span {
                color: #333;
            }

        .xinx-1 .middle h4 {
            font-size: 28px;
            font-weight: 550;
            color: #333;
            letter-spacing: 1px;
            line-height: 40px;
        }

    .xinx-1 .footer {
        margin-top: 24px;
        height: 168px;
        overflow: hidden;
    }

        .xinx-1 .footer p {
            color: #666;
            line-height: 24px;
            font-weight: 350;
        }

    .xinx-1 .download {
        background: #0092db;
        width: 160px;
        vertical-align: bottom;
    }

        .xinx-1 .download a {
            margin: 0 10px;
        }

            .xinx-1 .download a sub {
                font-size: 18px;
                line-height: 45px;
                color: #fff;
                margin: 0 4px;
            }

            .xinx-1 .download a img {
                vertical-align: middle;
            }

.zil {
    width: 535px;
}

    .zil .bt {
        border-bottom: #ebebeb solid 1px;
        margin-top: 33px;
    }

        .zil .bt h2 {
            color: #333;
            line-height: 40px;
            font-size: 16px;
        }

.zil-1 {
    margin-top: 55px;
    width: 240PX;
}

.zil-pic {
}

.zil1-top {
    position: relative;
}

    .zil1-top .down {
        background: #0092db;
        width: 40px;
        position: absolute;
        top: 232px;
        left: 200px
    }

        .zil1-top .down a {
            line-height: 40px;
            text-align: center;
            padding: 0 10px;
        }

.zil1-bot {
    border-bottom: 1px solid #ebebeb;
}

    .zil1-bot h4 {
        color: #333;
        line-height: 24PX;
        margin: 13px 0;
    }

.zil-right {
    margin-top: 136px;
}

.video {
    position: absolute;
    top: 553px;
    left: 364px;
}


.about-top {
    position: relative
}

.about-bot-with {
    background: url(images/about-bg.png) no-repeat 0 bottom;
}

.about-bot {
    width: 512px;
    margin: 0 auto;
    color: #e8f4ff;
    padding-bottom: 37px;
    font-weight: 300;
}

    .about-bot h5 {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 35px;
    }

    .about-bot p {
        line-height: 24px;
        margin-top: 25px;
        font-size: 15px;
    }

.jp1 {
    width: 250px;
    margin: 0 25px;
}

    .jp1 h5 {
        width: 230px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

footer {
    margin-bottom: 120px;
}

    footer h4 {
        font-size: 24px;
        line-height: 24px;
        color: #333;
        text-align: center;
    }

        footer h4 span {
            color: #666;
            font-size: 14px;
            font-weight: 300;
        }



.ipc {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.gud {
    margin-bottom: 150px;
    position: fixed;
    bottom: auto;
    bottom: 0;
    right: 10px;
    z-index: 99999;
    width: 50px;
    box-shadow: 1px 1px 15px 3px rgba(4,0,0,0.05);
    border-radius: 5px;
    padding-bottom: 20px;
}

    .gud .back {
        margin-top: 14px;
        margin-bottom: 14px;
    }

        .gud .back a {
            font-size: 14px;
            color: #333;
            text-align: center;
            line-height: 22px;
        }

            .gud .back a:hover {
            }

.er1 {
    padding: 10px 13px;
    background: #000;
}

.er {
    padding: 10px 13px;
    background: #fff;
}

.weixin {
    position: relative;
}

    .weixin img.qrcode {
        position: absolute;
        z-index: 99;
        top: -50px;
        right: 50px;
        width: 15rem;
        max-width: none;
        height: 7.5rem;
        transform: scale(0);
        transform-origin: top right;
        opacity: 0;
        border: .3125rem solid #fff;
        border-radius: .25rem;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin:hover img.qrcode {
        transform: scale(1);
        opacity: 1;
    }






/*视频代码*/

.roll .wrap {
    width: 1200px;
    overflow: hidden;
    height: 630px;
    margin: 0 auto;
    position: relative;
}

.roll li {
    float: left;
    list-style: none;
    width: 300px;
    height: 210px;
}

.roll ul {
    position: absolute;
    top: 0;
    left: 0;
}

.roll p {
    width: 280px;
    text-align: center;
}

    .roll p a {
        text-align: center;
        color: #333;
    }

h4.bt1 {
    text-align: center;
    font-size: 24px;
}

/*视频结束*/
