/* 

 * 	Core Owl Carousel CSS File

 *	v1.3.3

 */

.in-content {
    position: relative;
    z-index: 100;
	padding-bottom:20px;
}
@media (max-width:768px) {
.in-content{
	display:none;
}
} 
.in-content .title {
    padding: 40px 0 20px;
        padding-top: 40px;
    text-align: center;
}
.in-content .title h2 {
    line-height: 50px;
    font-weight: 400;
    font-size: 32px;
    color: 
    #333333;
    background: url(/images/titlebg.png) no-repeat center center;
        background-size: auto;
}
.in-content .title span {
    padding: 0 20px;
    font-size: 21px;
    color: 
    #666666;
}
.in-content .title hr {
    width: 100px;
    height: 2px;
    background: 
    #666666;
    border: none;
    vertical-align: middle;
    display: inline-block;
}

.in-content2 .title {
    padding: 20px 0 30px;
    /*    padding-top: 40px;*/
    text-align: center;
}
.in-content2 .title h2 {
    line-height: 50px;
    font-weight: 400;
    font-size: 28px;
    color: 
    #333333;
    background: url(/images/titlebg.png) no-repeat center center;
        background-size: auto;
}
.in-content2 .title span {
    padding: 0 20px;
    font-size: 21px;
    color: 
    #666666;
}
.in-content2 .title hr {
    width: 100px;
    height: 2px;
    background: 
    #666666;
    border: none;
    vertical-align: middle;
    display: inline-block;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.good {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.good .title {
	padding-top: 30px;
}
.good .title h2 {
	background-size: 400px 22px;
}
.good ul li {
	margin-top: 35px;
}
.good ul li .list {
	width: 600px;
	margin-top: 50px;
}
.good ul li .list .tits {
	width: 80px;
	height: 141px;
	font: 45px impact;
	background: url(../images/b2.png) no-repeat center top;
	line-height: 80px;
	text-align: center;
	color: white;
}
.good ul li .list .txt {
	width: 500px;
}
.good ul li .list .txt .txt1 {
	font-size: 30px;
	color: #e3122b;
	line-height: 40px;
	/*padding-top: 20px;*/
	font-weight: 500;
	text-align:left;
	padding-left:10px;
}
.good ul li .list .txt .txt2 {
	font-size: 16px;
	color: #E87A0F;
	text-align:left;
}
.good ul li .list .txt .txt3 {
	padding-left: 35px;
	background: url(../images/b9.png) no-repeat left 8px;
	margin-top: 10px;
	text-align:left;
}
.good ul li .list .txt .txt3 p {
	line-height: 28px;
	font-size: 16px;
	color: #4c4c4c;
	text-align:left;
}
.good ul li img.fr {
	margin-right: 115px;
}
.good ul li img.fl {
	margin-left: 115px;
}


/* 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(../images/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{

	margin-top: 10px;

	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 */

	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: 10px;

	height: 10px;

	margin: 5px 4px;

	filter: Alpha(Opacity=50);/*IE7 fix*/

	opacity: 0.5;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;

	background: #869791;

}



.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(../images/AjaxLoader.gif) no-repeat center center

}