/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.banner .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	overflow:hidden;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.pronr .owl-controls .owl-buttons .owl-number{
	position:absolute;
	left:53%;
	bottom:126px;
	font-size:17px;
	font-family:Arial;
	color:#000;
}
.pronr .owl-controls .owl-buttons .owl-number span{
	font-size:17px;
	font-family:Arial;
	color:#000;
	margin-right:224px;
	
}
.pronr .owl-controls .owl-buttons .owl-number span:before{
	content:"0";
}
.pronr .owl-controls .owl-pagination{
	width:198px;
	position:absolute;
	left:55%;
	bottom:137px;
	}
.pronr .owl-controls .owl-page .owl-numbers{
	display:block;
	width:66px;
	height:2px;
	background:#dcdcdc;
	float:left;
	color:rgba(255,255,255,0);
}
.pronr .owl-controls .owl-page.active .owl-numbers{
	background:#ae3e49;
}
.prolistnr .owl-controls .owl-buttons .owl-number,.gylclist .owl-controls .owl-buttons .owl-number{
	display:none;
}
.prolistnr .owl-buttons{
	width:106px;
	height:184px;
	background:#ae3e49;
	position:absolute;
	right:0;
	top:0;
	}
.prolistnr .owl-buttons .owl-prev{
	width:100%;
	height:50%;
	background:url(../images/prev.png) no-repeat center;
}
.prolistnr .owl-buttons .owl-next{
	width:100%;
	height:50%;
	background:url(../images/next.png) no-repeat center;
}
.gylclist .owl-buttons div{
	position:absolute;
	width:21px;
	height:40px;
	top:50%;
	margin-top:-100px;
	}
.gylclist .owl-buttons .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-70px;
}
.gylclist .owl-buttons .owl-next{
	background:url(../images/next2.png) no-repeat center;
	right:-70px;
}
.nhonorlist .owl-buttons div{
	position:absolute;
	width:68px;
	height:68px;
	bottom:0;
	border:solid 1px #c0c0c0;
	border-radius:50%;
	}
.nhonorlist .owl-buttons .owl-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:50%;
	margin-left:-88px;
}
.nhonorlist .owl-buttons .owl-next{
	background:url(../images/next4.png) no-repeat center;
	right:50%;
	margin-right:-88px;
}
.nhonorlist .owl-buttons div:hover{
	border:solid 1px #099553;
}
.nhonorlist .owl-buttons .owl-prev:hover{
	background:#099553 url(../images/prevh4.png) no-repeat center;
}
.nhonorlist .owl-buttons .owl-next:hover{
	background:#099553 url(../images/nexth4.png) no-repeat center;
}
.ysimg .owl-controls .owl-buttons .owl-number{
	display:none;
}
.ysimg .owl-buttons div{
	position:absolute;
	width:31px;
	height:50px;
	top:50%;
	margin-top:-25px;
	}
.ysimg .owl-buttons .owl-prev{
	background:rgba(255,255,255,0.6) url(../images/prev2.png) no-repeat center;
	left:0;
}
.ysimg .owl-buttons .owl-next{
	background:rgba(255,255,255,0.6) url(../images/next2.png) no-repeat center;
	right:0;
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.prolistnr .owl-buttons{
		height:160px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.prolistnr .owl-buttons{
		height:150px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.prolistnr .owl-buttons{
		height:141px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prolistnr .owl-buttons{
		height:125px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prolistnr .owl-buttons{
		height:109px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prolistnr .owl-buttons{
		height:106px;
	}
}
@media(max-width:1440px) {
	.prolistnr .owl-buttons {
		width: 86px;
	}
}
@media(max-width:1280px) {
	.gylclist .owl-buttons .owl-prev{
		left: -30px;
	}
	.gylclist .owl-buttons .owl-next{
		right: -30px;
	}
}
@media(max-width:1152px) {
	.prolistnr .owl-buttons {
		width: 70px;
	}
}
@media(max-width:991px) {
	.pronr .owl-controls .owl-buttons .owl-number{
		display:none;
	}
	.pronr .owl-controls .owl-pagination{
		bottom:-20px;
		left:0;
	}
	.pronr .prort{
		padding:0;
	}
	.prolistnr .owl-buttons{
		display:none;
	}
	.prolistnr{
		width:100%;
	}
	.nhonorlist .owl-buttons div{
		width:50px;
		height:50px;
	}
	.nhonorlist .owl-buttons .owl-prev{
		margin-left:-68px;
	}
	.nhonorlist .owl-buttons .owl-next{
		margin-right:-68px;
	}
}
@media(max-width:767px) {
	.nhonorlist{
		padding-bottom:100px;
	}
	.nhonorlist .owl-buttons div{
		width:48px;
		height:48px;
	}
	.nhonorlist .owl-buttons .owl-prev{
		margin-left:-58px;
	}
	.nhonorlist .owl-buttons .owl-next{
		margin-right:-58px;
	}
}
@media(max-width:540px) {
	.gylclist .owl-buttons .owl-prev{
		left: -15px;
	}
	.gylclist .owl-buttons .owl-next{
		right: -15px;
	}
}