.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  max-width: 2048px;
  margin: 0 auto;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.list_carousel ul li .item_content {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.list_carousel ul li .item_content h1,
.list_carousel ul li .item_content h2,
.list_carousel ul li .item_content h3,
.list_carousel ul li .item_content h4,
.list_carousel ul li .item_content h5,
.list_carousel ul li .item_content h6 {
  color: white;
}
.list_carousel ul li .item_content .item_img {
  margin: 0;
}
.list_carousel ul li .item_content .item_content_indent {
  height: 100%;
  left: 0;
	background:url(../images/v_on.png) center no-repeat;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.list_carousel ul li .item_content .item_content_indent:hover{ background:none}
.list_carousel ul li .item_content .item_content_indent:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.list_carousel ul li .item_content .item_content_indent:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c7000a;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel ul li .item_content .item_content_indent > .item_content_inner {
  color: #ffffff;
  max-width: 100%;
  position: relative;
	top:-32px;
  z-index: 1;
}
.list_carousel ul li .item_content:hover .item_content_indent > .item_content_inner {
  color: #ffffff;
  display: inline-block;
  max-width: 98%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
	top:0
}
.list_carousel ul li .item_content .item_content_indent:hover:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c7000a;
  opacity: 0.8;
}

.list_carousel ul li .item_content .item_content_indent .item_published { display:none}
.list_carousel ul li .item_content .item_content_indent:hover .item_published { display:block}
.list_carousel ul li .item_content .item_title {
  width: 100%;
  height:32px;
	line-height:32px;
	overflow:hidden;
}
.list_carousel ul li .item_content h3.item_title  {
	font-size:16px;
	width:100%;
	background:#636363;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0
}
.list_carousel ul li .item_content h3.item_title  a{
	color:#fff
}
.list_carousel ul li .item_content:hover .item_title {
  max-width: 260px;
	height:64px;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel ul li .item_content:hover h3.item_title  {
	font-size:24px;
	background:none;
	margin:20px 10px;
	border:none
}
.list_carousel ul li .item_content .btn {
  background: none;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 26px;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}

.list_carousel ul li .item_content .item_content_indent:hover .item_published {
  color: white;
}
.list_carousel ul li .item_content .item_content_indent:hover .item_title {
  margin: 0 auto 24px;
}
.list_carousel ul li .item_content .item_content_indent:hover .btn {
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}
.list_carousel ul li .item_content .item_published {
  color: #f36639;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel ul li .item_content .item_published span {
  font-size: 33px;
  vertical-align: text-top;
}

.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  left: 30px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}


.item ul.item_list,
.item .list1 ul,
.item .archive-module,
.item .categories-module,
.item .category-modulefaqs_anchors {
  margin-bottom: 0;
}

.item__module,
.item {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
}
.item__module.visible-first,
.item.visible-first {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

#maintop-2 {
  background: url(../images/template/parallax.jpg) center center no-repeat fixed;
  color: white;
}
#maintop-2 .mod-article-single h3.item-title {
  margin-bottom: 19px;
}
#maintop-2 .mod-article-single h3.item-title .item_title_part_0 {
  display: block;
  font-weight: 500;
  color: #f36639;
}
#maintop-2 .mod-custom {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
#maintop-2 .custom_title strong {
  color: white;
}
.mod-custom {
  margin-bottom: 38px;
}

.item {
  margin-bottom: 38px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}




/* 
 * 	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%;
	height:auto
}
.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 Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	display:none
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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*/

.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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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
}


/*幻灯片控制器样式*/


#slippry-b .owl-controls {
  position: absolute;
  bottom: 30px;
  right: 20%;
  max-width: 300px; 
}

#slippry-b .owl-page{
  float: left;
}

#slippry-b span {
  display: inline-block;
  padding:5px 10px;
  margin-right: 5px;
  border-radius:50%;
  background: #000;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

#slippry-b .active span {
  background: #d88400;
  color: #fff;
  opacity: .6;
}

#slippry-b .owl-page span:hover {
  background: #d88400;
  color: #fff;
}
