﻿* {
    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;
}

    #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;
        }

            #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:nth-child(2) {
                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:nth-child(3) {
                background: url(../images/banner_3.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:last-child {
                background: url(../images/banner_4.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_text {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    color: #ffffff;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 0 0 16px #d05f1c;
    text-align: center;
    margin: auto;
}

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

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

.banner_ir {
    width: 100%;
    height: 289px;
    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;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.banner_contact {
    width: 100%;
    height: 289px;
    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;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

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


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

    #banner ul.banner-slide li:nth-child(2) {
        height: 454px;
    }

    #banner ul.banner-slide li:nth-child(3) {
        height: 454px;
    }

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

    .banner_bg {
        height: 454px;
    }

    #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;
        }

    .banner_about, .banner_news, .banner_ir, .banner_contact, .banner_general {
        height: 289px;
    }
}




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

    #banner ul.banner-slide li:nth-child(2) {
        height: 400px;
    }

    #banner ul.banner-slide li:nth-child(3) {
        height: 400px;
    }

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

    .banner_bg {
        height: 400px;
    }

    #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;
        }

    .banner_about, .banner_news, .banner_ir, .banner_contact, .banner_general {
        height: 270px;
    }
}

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

    #banner ul.banner-slide li:nth-child(2) {
        height: 350px;
    }

    #banner ul.banner-slide li:nth-child(3) {
        height: 350px;
    }

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

    .banner_bg {
        height: 350px;
    }

    #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;
        }

    .banner_about, .banner_news, .banner_ir, .banner_contact, .banner_general {
        height: 250px;
    }
}

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

    #banner ul.banner-slide li:nth-child(2) {
        height: 300px;
    }

    #banner ul.banner-slide li:nth-child(3) {
        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;
        }

    .banner_about, .banner_news, .banner_ir, .banner_contact, .banner_general {
        height: 230px;
    }
}