* {
    padding: 0px 0px 0px 0px;
}
/*body{font: 12px/1.4 "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif; margin:0px 0 20x; line-height:22px; color:#444444;}*/
ul, li {
    list-style-type: none;
}

#banner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 100px;
    background-color: #0d0d0d;
}

    #banner ul.banner-slide {
        height: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
    }

        #banner ul.banner-slide li {
            width: 100%;
            height: 100%;
            display: none;
            position: absolute;
            left: -1px;
        }

            #banner ul.banner-slide li:first-child {
                background: url(/images/banner_1.jpg) no-repeat center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }

                #banner ul.banner-slide li:first-child span {
                    margin-left: 0px;
                }

            #banner ul.banner-slide li:last-child {
                background: url(/images/banner_2.jpg) no-repeat center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }

            #banner ul.banner-slide li span {
            }

            #banner ul.banner-slide li.current {
                display: block;
            }

            #banner ul.banner-slide li span {
                display: block;
                -webkit-animation: bannertitle 1.5s ease-in-out 1 forwards;
                -moz-animation: bannertitle 1.5s ease-in-out 1 forwards;
                -ms-animation: bannertitle 1.5s ease-in-out 1 forwards;
                -o-animation: bannertitle 1.5s ease-in-out 1 forwards;
                animation: bannertitle 1.5s ease-in-out 1 forwards;
                position: absolute;
                left: 50%;
            }

                #banner ul.banner-slide li span img {
                    display: block;
                }

    #banner ul.banner-page {
        position: absolute;
        left: 50%;
        bottom: 0px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        #banner ul.banner-page li {
            background-image: url(/images/banner_butt.svg);
            background-repeat: no-repeat;
            float: left;
            cursor: pointer;
        }

            #banner ul.banner-page li.current,
            #banner ul.banner-page li:hover {
                background-image: url(/images/banner_butt_over.svg);
                background-repeat: no-repeat;
            }

.banner_bg {
    width: 100%;
    text-align: center;
}

.banner_hd {
    padding: 14px 0px 8px 0px;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Orbitron', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}


.banner_about {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/aboutus.jpg?ver=5) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_business {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/business.jpg?ver=2) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_news {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/press.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_video {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/video2.jpg?ver=1) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/photo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_ir {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/ir.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 210px;
    background: url(/images/banner/contact.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 800px) {
    #banner ul.banner-slide li:first-child {
        height: 562px;
    }

    #banner ul.banner-slide li:last-child {
        height: 562px;
    }

    .banner_bg {
        height: 562px;
    }

    #banner ul.banner-page li {
        background-size: 21px 21px;
        width: 21px;
        height: 21px;
        margin: 0 5px;
    }

        #banner ul.banner-page li.current,
        #banner ul.banner-page li:hover {
            background-size: 21px 21px;
            width: 21px;
            height: 21px;
        }
}

@media screen and (max-width: 920px) {
    #banner ul.banner-slide li:first-child {
        height: 500px;
    }

    #banner ul.banner-slide li:last-child {
        height: 500px;
    }

    .banner_bg {
        height: 500px;
    }

    #banner ul.banner-page li {
        background-size: 21px 21px;
        width: 21px;
        height: 21px;
        margin: 0 5px;
    }

        #banner ul.banner-page li.current,
        #banner ul.banner-page li:hover {
            background-size: 21px 21px;
            width: 21px;
            height: 21px;
        }
}

@media screen and (max-width: 800px) {
    #banner ul.banner-slide li:first-child {
        height: 400px;
    }

    #banner ul.banner-slide li:last-child {
        height: 400px;
    }

    .banner_bg {
        height: 400px;
    }

    #banner ul.banner-page li {
        background-size: 19px 19px;
        width: 19px;
        height: 19px;
        margin: 0 5px;
    }

        #banner ul.banner-page li.current,
        #banner ul.banner-page li:hover {
            background-size: 19px 19px;
            width: 19px;
            height: 19px;
        }
}

@media screen and (max-width: 582px) {
    #banner ul.banner-slide li:first-child {
        height: 300px;
    }

    #banner ul.banner-slide li:last-child {
        height: 300px;
    }

    .banner_bg {
        height: 300px;
    }

    #banner ul.banner-page li {
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
        margin: 0 4px;
    }

        #banner ul.banner-page li.current,
        #banner ul.banner-page li:hover {
            background-size: 17px 17px;
            width: 17px;
            height: 17px;
        }
}