/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */

/* clearfix */
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* temporary fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height {
	-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-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-controls .owl-nav div, .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl-video-play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition-property: scale;
	transition-duration: 100ms;
	transition-timing-function: ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	transition-property: opacity;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-loaded {
	display: block;
}
.owl-loading {
	opacity: 0;
	display: block;
}
.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel .owl-item img.owl-lazy {
	opacity: 0;
}
.owl-carousel .owl-item img {
	opacity: 1;
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition-property: opacity;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
	-webkit-backface-visibility: hidden;
}
.owl-rtl {
	direction: rtl;
}
.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* animate */

.animated {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-animated-in {
	z-index: 0
}
.owl-animated-out {
	z-index: 1
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.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 {
}
/* 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;
	width: 100%;
}
/* Styling Next and Prev buttons */


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.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: 16px;
	height: 16px;
	margin: 0px 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #8393bc;
	overflow: hidden;
	transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	background: #aa2025;
	transition: all 0.5s ease;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
	width: 12px;
	transition: all 0.5s ease;
}
/* 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(AjaxLoader.gif) no-repeat center center
}
.sloud {
	padding: 0 40px;
	margin-top: 4%;
}
.sloud .article {
	padding: 55px 33px 0;
}
.sloud .article .rel {
	height: 339px;
}
.sloud .article .blsot {
	border-left: 4px solid #0059a9;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 20px;
	padding-bottom: 90px;
}
.sloud .article .blsot .year {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	background: url(../images/yd.png) no-repeat center bottom;
	position: absolute;
	width: 80px;
	text-align: center;
	left: -43px;
	top: -47px;
	color: #0059a9;
}
.lboac {
	max-height: 212px;
	overflow: hidden;
}
.lboac li {
	padding: 5px 0 30px 0;
}
.lboac li .time {
	color: #999;
	line-height: 18px;
}
.lboac li .tit {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.sloud .owl-prev, .sloud .owl-next {
	position: absolute;
	display: block;
	height: 42px;
	width: 42px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.sloud .owl-prev {
	background: url(../images/l2.png) no-repeat center center;
	background-size: auto 90%;
	left: 0%;
}
.sloud .owl-next {
	background: url(../images/r2.png) no-repeat center center;
	background-size: auto 90%;
	right: 0%;
}
.fulode {
	position: relative;
}
.fulode .owl-prev, .fulode .owl-next {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	bottom: 0%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.fulode .owl-prev {
	background: url(../images/left2.png) no-repeat center center;
	left: 2%;
	transition: all 0.3s linear;
}
.fulode .owl-next {
	background: url(../images/right2.png) no-repeat center center;
	right: 2%;
	transition: all 0.3s linear;
}
.fulode .owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.fulode.owl-theme .owl-controls .owl-page span {
	background: none;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	opacity: 0.5
}
.fulode.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	background: none;
	opacity: 1;
}
.ffdse {
	margin: 3% 0;
}
.ffdse .article {
	margin: 0 3%;
	width: 94%;
	box-shadow: 0px 0px 8px #eee;
	border: 1px solid #f1f1f1;
}
.ffdse .article .tit {
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.ffdse .article .pic {
	padding: 3%;
}
.ffdse .owl-prev, .ffdse .owl-next {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	bottom: 0%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	top: 42%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.ffdse .owl-prev {
	background: url(../images/v1.png) no-repeat center center;
	left: -3%;
	transition: all 0.3s linear;
}
.ffdse .owl-next {
	background: url(../images/v2.png) no-repeat center center;
	right: -3%;
	transition: all 0.3s linear;
}
.catel {
	margin: 3% 0;
}
.catel .article {
	margin: 0 3%;
	width: 94%;
	background: #fff;
	border: 1px solid #f1f1f1;
}
.catel .article .tit {
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.catel .article .pic {
	padding: 3%;
}
.catel .owl-prev, .catel .owl-next {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	height: 27px;
	width: 27px;
	top: 50%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	margin-top: -13px;
}
.catel .owl-prev {
	background: url(../images/left1-1.png) no-repeat center center;
	left: -3%;
	transition: all 0.3s linear;
}
.catel .owl-next {
	background: url(../images/right2-1.png) no-repeat center center;
	right: -3%;
	transition: all 0.3s linear;
}
.sprels {
	width: 100%;
}
 
.sprels li {width: 94%;margin-top:20px;
	/*width: 21.5%;
	float: left;
	margin-right: 4%;
	margin-top: 30px; box-shadow:0 0 5px rgba(0,0,0,0.2);*/
}
/*.sprels li:nth-child(4n) {
	margin-right: 0;
}*/
.sprels li a {
	display: block;
	position: relative;
}
.sprels li a .pic {
	overflow: hidden;
	border-radius: 6px;
}
 
.sprels li a .tit {
	line-height: 45px;
	height: 45px;
	border-radius: 0px 6px 6px 6px;
	width: 100%;
	position: absolute;
	color: #fff;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.sprels li a .open-sloc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(101,44,169,0.8);
	border-radius: 6px;
	color: #fff;
	text-align: center;
	z-index: 5;
	opacity: 0;
	transition: all 0.5s ease;
}
.sprels li a .open-sloc .somlc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.sprels li a .open-sloc .somlc .tab-cell {
	display: table-cell;
	vertical-align: middle;
}
.sprels li a .open-sloc .somlc .tab-cell .p3 img{ width:auto; margin:0 auto;}
.sprels li a .open-sloc .somlc .p1 {
	font-size: 16px;
}
.sprels li a .open-sloc .somlc .p2 {
	margin: 5px 0;
}
.sprels li a .open-sloc .somlc .p2 span {
	display: inline-block;
	width: 1px;
	height: 0px;
	background: #fff;
	transition: all 0.5s ease;
}
.sprels .owl-prev, .sprels .owl-next {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	height: 27px;
	width: 27px;
	top: 50%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	margin-top: -13px;
}
.sprels .owl-prev {
	background: url(../images/left1-1.png) no-repeat center center;
	left: -3%;
	transition: all 0.3s linear;
}
.sprels .owl-next {
	background: url(../images/right2-1.png) no-repeat center center;
	right: -3%;
	transition: all 0.3s linear;
}
.wecnle {
	padding: 15% 50px 0;
}
.wecnle .article {
	padding: 0 20px;
	background: url(../images/bq.png) left top no-repeat;
}
.wecnle .article .tit {
	font-size: 26px;
	color: #652ca9;
}
.wecnle .article .pic {
	padding: 10px 0 75% 0;
}
.wecnle .owl-prev, .wecnle .owl-next {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	top: 50%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	display: block;
	z-index: 10;
	margin-top: -18px;
}
.wecnle .owl-prev {
	background: url(../images/cl.png) no-repeat center center;
	left: 10px;
	transition: all 0.3s linear;
}
.wecnle .owl-next {
	background: url(../images/pr.png) no-repeat center center;
	right: 10px;
	transition: all 0.3s linear;
}
.wecnle .cur .pict {
	border: 2px solid #f00;
}
 @media screen and (min-width: 1201px) {
.sprels li a:hover .open-sloc {
	opacity: 1;
	transition: all 0.5s ease;
}
.sprels li a:hover .open-sloc .somlc .p2 span {
	height: 35px;
	transition: all 0.5s ease 0.1s;
}
.sprels li a:hover .pic img, .wcenlm li a:hover .pic img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
}
 @media screen and (max-width: 1200px) {
.fulode .con .p1 {
	font-size: 32px;
}
.catel .article .pic img {
	height: auto;
	width: 100%;
}
}
 @media screen and (max-width: 900px) {
.ronldc {
	padding: 0 40px;
}
.ronldc a.cs-next {
	right: 0;
}
.ronldc a.cs-prev {
	left: 0;
}
}
 @media screen and (max-width: 640px) {
.fulode .con .p1 {
	font-size: 24px;
}
.fulode .con .p2 {
	font-size: 14px;
}
.sprels li {
	width: 100%;
	/*margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;*/
}
}
@media screen and (max-width: 400px) {
}
