<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*banner*/
.banner {
  width: 100%;
  position: relative;
  z-index: 3000;
  overflow: hidden;
}

@media(max-width:1024px){
.banner {
  width: 100%;
  position: relative;
  z-index: 3000;
  overflow: hidden;
  display:none;
}	
}
.banner .item {
  position: relative;
}

.banner .item1 img {
  display: block;
  width: 100%;
  height: auto;
}

.banner .item2 {
  width: 100%;
  height: 100%;
  background:url(../images/bg.png) no-repeat right center rgba(0,108,183,0.75);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.banner .item2_nr {
  width: 100%;
  height: 100%;
  padding: 20px 66px;
  display: table;
}

.banner .item2_nrk {
  display: table-cell;
  vertical-align: middle;
}

.banner .item2_nrk1 {
}

.banner .item2_nrk1 img {
  width: auto;
  max-width: 100%;
  display: block;
  position: relative;
  left: 34%;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.banner .item2_nrk2 {
  padding-top: 42px;
}

.banner .item2_nrk2 img {
  width: auto;
  max-width: 100%;
  display: block;
  position: relative;
  left: 45%;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.banner .item2_nrk3 {
  padding-top: 60px;
}

.banner .item2_nrk3 a {
  font-weight: bold;
  color: #fff;
  width: 148px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -74px;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.banner .item2_nrk3 a img {
  width: auto;
  margin-right: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.banner .item2_nrk3 a:hover {
  background-color: #d10d11;
  border: 2px solid #d10d11;
}

.banner .item3 {
  width: 100%;
  position: absolute;
  top: 43%;
  right: 0px;
  opacity: 0;
}

.banner .item3_nr {
  width: 100%;
  padding-right: 42%;
}

.banner .item3_nr img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.banner .owl-buttons {
  display: none;
}

.banner .owl-theme .owl-controls {
  height: 12px;
  margin-top: -12px;
  text-align: center;
  position: relative;
  z-index: 2000;
  bottom: 36px;
}

.banner .owl-pagination {
  width: 100%;
  height: 12px;
  z-index: 1111;
  position: relative;
  bottom: 36px;
}

.banner .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background:#ce0000;
  border: none;
  opacity: 1;
  margin: 0px 8px;
}

.banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.banner .phone.owl-theme .owl-controls {
  bottom: 15px;
}

.banner .phone.owl-theme .owl-dots .owl-dot span {
  margin: 0px 4px;
}

/* BANNERåŠ¨ç”» */
.banner .owl-item.active .item2_nrk img {
  left: 0;
}

.banner .owl-item.active .item2 {
  width: 40%;
background:url(../images/bg.png) no-repeat right center rgba(0,108,183,0.75);
}

.banner .owl-item.active .item2_nrk3 a {
  left: 74px;
}

.banner .owl-item.active .item3 {
  animation: fadeInLeft 1s 1 forwards 1s;
  -moz-animation: fadeInLeft 1s 1 forwards 1s;
  -webkit-animation: fadeInLeft 1s 1 forwards 1s;
  -o-animation: fadeInLeft 1s 1 forwards 1s;
}


/*index content*/

</pre></body></html>