*{ 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/en/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/en/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/en/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/en/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_about {
	width: 100%;
	height: 372px;
  background: url(/images/en/banner_about.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner_bus {
    width: 100%;
    height: 372px;
    background: url(/images/en/banner_bus.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner_ir {
	width: 100%;
	height: 372px;
  background: url(/images/en/banner_ir.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner_press {
	width: 100%;
	height: 372px;
  background: url(/images/en/banner_press.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/en/banner_contact.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/en/banner_general.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: 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_bus, .banner_ir, .banner_press, .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_bus, .banner_ir, .banner_press, .banner_contact, .banner_general {
        height: 310px;
    }
}
@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_bus, .banner_ir, .banner_press, .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_bus, .banner_ir, .banner_press, .banner_contact, .banner_general {
        height: 250px;
    }
}