﻿img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

html {
    font-family: "Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,sans-serif;
    line-height: 1;
}

.header, .footer, .main {
    margin: auto;
    max-width: 1920px;
    min-width: 1400px;
}

.main {
    position: relative;
    height: 4500px;
    background: url(../images1/bg.jpg) 50% 0 no-repeat;
    overflow: hidden;
}

#gongce {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -435px;
    width: 1098px;
    height: 378px;
}


#download {
    position: absolute;
    top: 609px;
    left: 50%;
    margin-left: -554px;
    width: 1098px;
    height: 378px;
}

    #download .wxrcode {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 49px;
        left: 82px;
        width: 209px;
        height: 209px;
        background-color: #fff;
    }

        #download .wxrcode .wxrcode_span {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 230px;
            width: 254px;
            color: white;
            font-size: 28px;
        }

    #download .qrcode {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 49px;
        right: 100px;
        width: 209px;
        height: 209px;
        background-color: #fff;
    }

        #download .qrcode .qrcode_span {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 230px;
            width: 254px;
            color: white;
            font-size: 28px;
        }

    #download .button-android-download, #download .button-ios-download {
        position: absolute;
        left: 320px;
        width: 434px;
        height: 160px;
        background-repeat: no-repeat;
    }

    #download .button-android-download {
        top: 48px;
        background-image: url(../images1/android_download.png);
    }

    #download .button-ios-download {
        top: 208px;
        background-image: url(../images1/ios_download.png);
    }

#download a:hover {
	opacity: .8
}

#vplay {
    position: absolute;
    top: 1743px;
    width: 1072px;
    height: 820px;
    text-align: center;
    right: 0;
    left: 50%;
    margin-left: -549px;
}

    #vplay .button-play {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 247px;
        right: 452px;
        width: 170px;
        height: 170px;
    }

#about {
    position: absolute;
    top: 3230px;
    width: 1235px;
    height: 1018px;
    text-align: center;
    right: 0;
    left: 50%;
    margin-left: -700px;
}


.footer {
	background-color: #fff;
	padding: 20px 0;
}

.footer a {
	color: #575757;
}

.footer a:hover {
	color: #056393;
}

.footer p {
	margin: 0;
	line-height: 24px;
}

.footer .inner {
    text-align: center;
    margin: 0 auto;
    padding: 0px 0 0px;
    font-size: 14px;
}

.cn-logo {
    display: inline-block;
    vertical-align: middle;
    height: 124px;
    min-width: 374px;
}

.cn-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
	padding-top: 10px;
    text-align: left;
}

/*--------------------视频弹出框--------------------*/
.box1 {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    transition-delay: .5s;
    overflow: hidden;
}

.box1 .space {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -moz-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0);
    min-width: 600px;
    min-height: 200px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    transition: .5s;
}

.box1 .close {
    position: absolute;
    z-index: 9;
    right: -54px;
    top: -4px;
    width: 48px;
    line-height: 48px;
    background: #3080d1;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.box1 .close i {
    display: block;
    font-size: 2em;
}

.box1 .tip {
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .1rem .3rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, .8);
    color: #f00;
    display: none;
    text-align: center;
    font-size: 14px;
}

.box1 video {
    display: block;
    width: 100%;
}

.box1.on {
    visibility: visible;
    transition-delay: 0s;
}

.box1.on .space {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -moz-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
    transition-delay: .2s;
}

.box1 .box1-video .space {
    max-width: 684px;
    padding: 0;
    border: #3080d1 6px solid;
}
