
html, body, ul, li {
  margin: 0;
  padding: 0;
}

.carousel ul li { list-style: none; }

a { text-decoration: none; }

.carousel {
  max-width: 100%;
  height: 780px;
  margin:0px auto;
  overflow: hidden;
  position: relative;
}

.ct { position: relative; }


.ct li { 


}
.ct li img {
	background-repeat:no-repeat;
float: left; 
}

.bullet {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.bullet li {
  height: 5px;
  width: 30px;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.active { opacity: 0.5; }

.arrow {
  color: rgba(255,255,255,0.3);
  font-size: 80px;
  position: absolute;
  top: 40%;
}

.arrow:hover { color: rgba(255,255,255,0.9); }

.pre { left: 0;
width:63px;
height:64px;
float:left;
background-image:url(../images/arrow1.png);
 }

.next { right: 0;
width:63px;
height:64px;
float:left;
background-image:url(../images/arrow2.png);
 }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}
#our_records h4 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    padding: 0;
}
#our_records p {
    font-size: 14px;
    color: #ffffff;
}
