

.rvc .owl-theme .owl-controls {
	width: 180px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -81px;
    bottom:-46px;
    text-align: center;
    /*background-color: #ccc;*/
    -webkit-tap-highlight-color: transparent;
}
.rvc .owl-theme .owl-controls .owl-nav{
	
    /*width: 84px;
    height: 28px;*/
}
.rvc .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 40px;
    width: 20px;
    line-height: 32px;

    position: absolute;
    font-family: "simsun";
    display: inline-block;
    cursor: pointer;
    
}
.rvc .owl-theme .owl-controls .owl-nav .owl-next{
	/*background: url(../images/prject-icon3.png) no-repeat center;*/
	right: 0px;
}.rvc .owl-theme .owl-controls .owl-nav .owl-prev{
	left:0px;
    /*background: url(../images/prject-icon1.png) no-repeat center;*/
	
}



@media (max-width:1400px) {
	
	.rvc .owl-theme .owl-controls .owl-nav .owl-next{
	
	right:0px;
}
	.rvc .owl-theme .owl-controls .owl-nav .owl-prev{
	left:0px;
	
}
}
/*.rvc .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}*/

.rvc .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 11px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3cb9ef;
}