* {
    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/tc/slogan_banner01.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/tc/slogan_banner02.jpg) no-repeat;
                -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/tc/slogan_banner03.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 {
                 margin-left: 0px;
            }

            #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 {
            float: left;
            cursor: pointer;
            border: 3px solid #b30410;
            background-color: #b30410;
            border-radius: 100%;
            width: 12px!important;
            height: 12px!important;
        }

            #banner ul.banner-page li.current,
            #banner ul.banner-page li:hover {
                background-color: #ffffff;
                border: 3px solid #b30410;
            }

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

.banner_about {
    width: 100%;
    height: 372px;
    background: url(/images/new_aboutus_banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -450px;
}


.banner_business {
    width: 100%;
    height: 372px;
    background: url(/images/new_ourbusiness_banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -750px;
}

.banner_ir {
    width: 100%;
    height: 372px;
    background: url(/images/new_investor_banner.jpeg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -5px;
}

.banner_media {
    width: 100%;
    height: 372px;
    background: url(/images/new_media_banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_people {
    width: 100%;
    height: 372px;
    background: url(/images/new_pd_banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_contact {
    width: 100%;
    height: 372px;
    background: url(/images/new_contact_banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_general {
    width: 100%;
    height: 372px;
    background: url(/images/new_disclaimer.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -160px;
}

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

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

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

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

    .banner_bg {
        height: 609px;
    }

    #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_business, .banner_ir, .banner_media, .banner_people, .banner_contact, .banner_general {
        height: 372px;
    }
}




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

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

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

    .banner_about, .banner_business, .banner_ir, .banner_media, .banner_people, .banner_contact, .banner_general {
        height: 310px!important;
    }
}

@media screen and (max-width: 800px) {
    #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: 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_business, .banner_ir, .banner_media, .banner_people, .banner_contact, .banner_general {
        height: 250px!important;
    }
}

@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_business, .banner_ir, .banner_media, .banner_people, .banner_contact, .banner_general {
        height: 250px!important;
    }
}


/* Mobile UPDATE */
@media screen and (max-width: 1700px){
    .banner_business {
        width: 100%;
        height: 372px;
        background: url(/images/new_ourbusiness_banner.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: -550px!important;
    }
}
@media screen and (max-width: 1400px) {
    .banner_about {
        width: 100%;
        height: 372px;
        background: url(/images/new_aboutus_banner.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: -200px!important;
    }
    .banner_business {
        width: 100%;
        height: 372px;
        background: url(/images/new_ourbusiness_banner.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: -300px!important;
    }
    .banner_general {
        width: 100%;
        height: 372px;
        background: url(/images/new_disclaimer.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media screen and (max-width: 1024px) {
    .banner_about {
        width: 100%;
        height: 372px;
        background: url(/images/new_aboutus_banner.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y:0!important;
    }
    .banner_business {
        width: 100%;
        height: 372px;
        background: url(/images/new_ourbusiness_banner.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: 0!important;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    .banner_business {
        width: 100%;
        height: 372px;
        background: url(/images/new_ourbusiness_banner.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: -150px!important;
    }
}

