﻿/* AB模版网 做最好的织梦整站模板下载网站 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* 
 * 	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 */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.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);
}
.owl-theme .owl-controls {
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	width:30px;
	height:58px;
	z-index:99;
	
}
.kycg .owl-theme .owl-controls .owl-buttons div {
	width:51px;
	height:51px;
}
.pro2 .owl-prev{
	background:url(../images/prev3.png) no-repeat center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-29px;
}
.pro .owl-prev:hover{
	background:#004b94 url(../images/prevh.png) no-repeat center;
}
.pro2 .owl-next{
	background:url(../images/next3.png) no-repeat center;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-29px;
}
.pro .owl-next:hover{
	background:#004b94 url(../images/nexth.png) no-repeat center;
}
.pro .owl-theme .owl-controls .owl-buttons div:hover{
	border:solid 2px #004b94;
}
.kycgnr .owl-prev{
	background:url(../images/prev5.png) no-repeat center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-25.5px;
	margin-left:-104px;
}
.kycgnr .owl-next{
	background:url(../images/next5.png) no-repeat center;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-25.5px;
	margin-right:-104px;
}
.about .owl-theme .owl-controls .owl-buttons div{
	width:70px;
	height:70px;
}
.about .owl-prev{
	background:#004ea2 url(../images/prev2.png) no-repeat center;
	position:absolute;
	left:-70px;
	bottom:0;
}
.about .owl-next{
	background:#004ea2 url(../images/next2.png) no-repeat center;
	position:absolute;
	left:0;
	bottom:0;
}
.about .owl-theme .owl-controls .owl-buttons div:hover{
	background-color:#c30d23;
}
.ys .owl-theme .owl-controls .owl-buttons div{
	width:75px;
	height:75px;
}
.ys .owl-prev{
	background:#e5e5e5 url(../images/prev4.png) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
}
.ys .owl-next{
	background:#e5e5e5 url(../images/next4.png) no-repeat center;
	position:absolute;
	right:-75px;
	bottom:0;
}
.ys .owl-prev:hover{
	background:#004ea2 url(../images/prev2.png) no-repeat center;
}
.ys .owl-next:hover{
	background:#004ea2 url(../images/next2.png) no-repeat center;
}
.nabout2 .owl-theme .owl-controls .owl-buttons div {
	width:13px;
	height:20px;
}
.nabout2 .owl-prev{
	background:url(../images/prev6.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:12.8%;
	bottom:145px;
	opacity:0.5;
}
.nabout2 .owl-prev:hover{
	opacity:1;
}
.nabout2 .owl-next{
	background:url(../images/next6.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:14.5%;
	bottom:145px;
	opacity:0.5;
}
.nabout2 .owl-next:hover{
	opacity:1;
}

.nhonor .owl-theme .owl-controls .owl-buttons div {
	width:66px;
	height:66px;
}
.nhonor .owl-prev{
	background:#004ea2 url(../images/prev6.png) no-repeat center;
	position:absolute;
	right:0;
	bottom:-66px;
}
.nhonor .owl-prev:hover{
	background:#cf1423 url(../images/prev6.png) no-repeat center;
}
.nhonor .owl-next{
	background:#004ea2 url(../images/next6.png) no-repeat center;
	position:absolute;
	right:-66px;
	bottom:-66px;
}
.nhonor .owl-next:hover{
	background:#cf1423 url(../images/next6.png) no-repeat center;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.ysrt .owl-pagination{
	width:20px;
	text-align: right;
    position: absolute;
    top: -56px;
    right: 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position:relative;
}
.owl-theme .owl-controls .owl-page span:before{
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	background: #003f8c;
	left:5px;
	top:5px;
	border-radius:50%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	border:solid 1px #003f8c;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}

@media(max-width:1920px) {
	.nabout2 .owl-prev {
		margin-left: 3.8%;
	}
	.nabout2 .owl-next {
		margin-left: 5.5%;
	}
}
@media(max-width:1680px) {
	.kycgnr .owl-prev{
		margin-left: -54px;
	}
	.kycgnr .owl-next{
		margin-right:-54px;
	}
}
@media(max-width:1440px) {
	.pronr .owl-prev{
		left: -48px;
	}
	.pronr .owl-next{
		right: -48px;
	}
}
@media(max-width:1300px) {
	.pronr .owl-prev{
		left: -25px;
	}
	.pronr .owl-next{
		right: -25px;
	}
}
@media(max-width:1250px) {
	.pronr .owl-prev{
		left:0;
	}
	.pronr .owl-next{
		right:0;
	}
}
@media(max-width:1023px) {
	.pronr .owl-buttons{
		display:none;
	}
}
@media(max-width:991px) {
	.kycgnr .owl-prev{
		margin-left: -40px;
	}
	.kycgnr .owl-next{
		margin-right:-40px;
	}
	.nabout2 .owl-prev{
		margin-left: 35%;
	}
	.nabout2 .owl-next {
		margin-left: 40%;
	}
	.nhonor .owl-prev{
		right:66px;
	}
	.nhonor .owl-next{
		right:0;
	}
	.ys .owl-next{
		right:0;
	}
	.ys .owl-prev{
		right:75px;
	}
}
@media(max-width:860px) {
	.about .owl-prev{
		left:0;
	}
	.about .owl-next{
		left:70px;
	}
}
@media(max-width:640px) {
	.kycgnr .owl-theme .owl-controls{
		display:none !important;
	}
}
