*{ 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/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/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/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/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 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    font-size: 21px;
    line-height: 50px;
    text-transform: none;
	text-align: center;
    color: #ffffff;
  float: left;
  cursor: pointer;
  width:60px;
  height: 50px;
  display:block;
  text-shadow: 0px 0px 10px #000000;
}
#banner ul.banner-page li.current {
    font-size: 50px;
}
#banner ul.banner-page li:hover {
    font-size: 30px;
}
.banner_bg {
	width: 100%;
	text-align:center;
}


.banner_text {
    font-family: 'Montserrat', 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/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_bus {
	width: 100%;
	height: 289px;
  background: url(../../images/banner/banner_bus.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/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_media {
	width: 100%;
	height: 289px;
  background: url(../../images/banner/banner_media.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/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/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: 738px;
}
#banner ul.banner-slide li:nth-child(2) {
	height: 738px;
}
#banner ul.banner-slide li:nth-child(3) {
	height: 738px;
}
#banner ul.banner-slide li:last-child {
	height: 738px;
}
.banner_bg {
	height: 738px;
}
.banner_about, .banner_bus, .banner_ir, .banner_media, .banner_contact, .banner_general {
	height: 289px;
}
}

@media screen and (max-width: 1140px) {
#banner ul.banner-slide li:first-child {
	height: 540px;
}
#banner ul.banner-slide li:nth-child(2) {
	height: 540px;
}
#banner ul.banner-slide li:nth-child(3) {
	height: 540px;
}
#banner ul.banner-slide li:last-child {
	height: 540px;
}
.banner_bg {
	height: 540px;
}

}


@media screen and (max-width: 920px) {
#banner ul.banner-slide li:first-child {
	height: 480px;
}
#banner ul.banner-slide li:nth-child(2) {
	height: 480px;
}
#banner ul.banner-slide li:nth-child(3) {
	height: 480px;
}
#banner ul.banner-slide li:last-child {
	height: 480px;
}
.banner_bg {
	height: 480px;
}
.banner_about, .banner_bus, .banner_ir, .banner_media, .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_about, .banner_bus, .banner_ir, .banner_media, .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_about, .banner_bus, .banner_ir, .banner_media, .banner_contact, .banner_general {
	height: 230px;
}
	
}
