.banner img{
	display: block;
	width:100%;
}
.banner-tab{
	position: relative;
	justify-content: center;
}
.banner-pagination{
	bottom:35%!important;
}
.banner-pagination .swiper-pagination-bullet{
	background: #c6c6c6!important;
	opacity: 1!important;
	height:10px!important;
	width:10px!important;
}
.banner-pagination .swiper-pagination-bullet-active{
	background: #db0900!important;
	opacity: 1!important;
}
.banner-center{
	height:80px;
	width:200px;
	position: relative;
}
.banner-next:after{
	font-size:20px !important;
	color:#727272!important;
}
.banner-prev:after{
	font-size:20px !important;
	color:#727272!important;
}

.index-title{
	font-size:28px;
	color:#000;
	line-height: 1;
	text-transform: uppercase;
}
.index-title2{
	font-size:18px;
	color:#666666;
	line-height: 1;
	margin-top:10px;
}
@media(max-width:999px){
	.s1 .container {
		justify-content: center;
	}
}

.s1-con{
	background: #f8f8f8;
	padding:20px;
}
.s1-c{
	margin-top:20px;
}
.s1-c a{
	display: block;
	width:calc(25% - 15px);
	padding:20px;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
}
.s1-c a:hover{
	background: #fff;
}
.s1-c a img{
	width:100%;
}
.s1-c a p{
	margin-top:20px;
	font-size:20px;
	color:#000;
}
@media(max-width:999px){
	.s1-c a{
		width:100%;
		margin-bottom: 20px;
	}
	.s1-c a:nth-child(4){
		margin-bottom: 0px;
	}
}
.s2{
	/* margin-top:40px; */
}
.s2-con{
	padding:20px;
}
.s2-c{
	margin-top:25px;
}
.s2-a{
	display: block;
	width:calc(25% - 15px);
	padding:20px;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
}
.s2-a img{
	display: block;
	width:100%;
}
.s2-bg{
	width:calc(25% - 15px);
	position: relative;
}
.s2-a:hover{
	background: #fff;
}
.s2-a p{
	margin-top:20px;
	font-size:20px;
	color:#000;
}
.s2-bg .s2-text{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	color:#fff;
}
.s2-p1{
	font-size:22px;
	line-height: 1;
}
.s2-p2{
	font-size:20px;
	margin-top:16px;
	line-height: 1;
}
.s2-down{
	display:inline-block;
	margin-top:40px;
	padding:15px 25px;
	background: #d11010;
	border-radius: 5px;
	color:#fff;
	line-height: 1;
}
.s2-down:hover{
	color:#ddd;
}

@media(max-width:999px){
	.s2-a{
		width:100%;
		margin-bottom: 20px;
	}
	.s2-bg{
		width:100%;
	}
}
.s3{
	margin-top:50px;
}
.s3-con{
	padding:20px;
}
.s3-c{
	margin-top:30px;
}
.s3-div{
	width:calc((100% - 40px) / 3);
	display: block;
	margin-bottom:20px;
	position: relative;
	background: #777;
	border-radius: 0px;
}
.s3-div img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 0px;
}
.s3-t{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s;
	background: rgb(0,0,0,0.3);
}
.s3-title{
	display: inline-block;
	font-size:30px;
	font-weight:800;
	padding: 15px 25px;
	border-radius: 0px;
	color: #fff;
	line-height: 1;
}
/*----*/
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
	margin:0;
	/* border-radius: 5px; */
}
.col1 figure img {
	position: relative;
	display: block; width:100%;
}

.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.col1 figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background:#777;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 60px;
	right: 30px;
	bottom: 60px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 21%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
	font-size: 2em;
}
figure.effect-bubba h4.gal {
	padding-top: 50%;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media(max-width:999px){
	.s3-div{
		width:calc(50% - 10px);
	}
}
@media(max-width:600px){
	.s3-div{
		width:100%;
	}
}
.s4{
	margin-top:50px;
}
.s4-con{
	width:100%;
	background-image: url(../image/s4bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:60px;
	box-sizing:border-box;
}
.s4-text{
	width:100%;
	max-width:1140px;
	box-sizing:border-box;
	margin:0 auto;
	background: rgb(255,255,255,0.8);
	padding:40px;
	text-align: center;
}
.s4-p1{
	font-size:44px;
	font-weight:800;
	color:#000000;
	text-transform: uppercase;
}
.s4-p2{
	font-size:34px;
	font-weight:800;
	color:#000000;
	text-transform: uppercase;
}
.s4-p3{
	font-size:16px;
	color:#333;
	margin-top:30px;
}
.s4-a{
	display: inline-block;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 25px;
	background: #d11010;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
}
.s4-a:hover{
	color:#fff;
}
@media(max-width:999px){
	.s4-con{
		padding:30px 20px;
	}
	.s4-text{
		padding:30px 20px;
	}
}
.s5{
	margin-top:40px;
}
.s5-con{
	padding:20px;
}
.s5-c{
	margin-top:25px;
}
.s5-a{
	display: block;
	width:calc(25% - 15px);
	padding:20px;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
}
.s5-a img{
	display: block;
	width:100%;
}
.s5-bg{
	width:calc(25% - 15px);
	position: relative;
}
.s5-a:hover{
	background: #fff;
}

.s5-bg .s5-text{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	color:#fff;
}
.s5-p1{
	margin-top:20px;
	font-size:20px;
	color:#000;
}

.s5-p2{
	font-size:16px;
	margin-top:26px;
	line-height: 1.5;
}
.s5-p3{
	font-size:22px;
	line-height: 1;
}

.s5-down{
	display:inline-block;
	margin-top:40px;
	padding:15px 25px;
	background: #d11010;
	border-radius: 5px;
	color:#fff;
	line-height: 1;
}
.s5-down:hover{
	color:#ddd;
}
.s5-bg img{
	width:100%;
}
@media(max-width:999px){
	.s5-a{
		width:100%;
		margin-bottom: 20px;
	}
	.s5-bg{
		width:100%;
	}
}
.s6{
	margin-top:80px;
	/* margin-bottom:80px; */
}
.s6-con{
	background:#d11010;
	padding:30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.s6-p1{
	font-size:22px;
	line-height: 1;
	color:#fff;
	margin-bottom:0;
	font-weight: 800;
}
.s6-p2{
	font-size:18px;
	line-height: 1;
	color:#fff;
	margin-top:0px;
	margin-bottom:0;
}
.s6-1{
	margin-right:10px;
}
.s6-right{
	background: #fff;
	margin-left:30px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	padding:10px;
}
.index-form1{
	justify-content: start;
	flex-wrap: nowrap;
}
	
.index-form1 .form-control{
	display: block;
	border:none;
	padding: 6px 20px;
}
.index-form1 .btn-primary{
	display: block;
}
.s6-from{
	padding:70px 0;
	width:100%;
	background-image: url(../image/s6bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	
}
.s6-c2{
	background: rgb(255,255,255,0.8);
	padding:40px;
	max-width:1200px;
	margin:0 auto;
}
.s6-from .s6-p3{
	font-size:22px;
	color:#000;
	font-weight:800;
	text-align:center;
}
.s6-from .s6-p4{
	font-size:18px;
	color:#000;
	font-weight:400;
	text-align:center;
}
.s6-from .form-contact{
	margin-top:40px;
}
@media(max-width:999px){
	.s6-con{
		display: none;
	}
}
.flex-bt{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.s1k{
	text-align:center;
	cursor:pointer;
}
.s1{
	padding:80px 0 20px;
}
.s1k img{
	display: block;
	text-align: center;
	margin:0 auto;
}
.s1k p{
	width:100%;
}

.lbabox{
	width:50%;
}
.s2{
	padding:50px 0;
}
.s2k{
	display:flex!important;
	flex-wrap:wrap;
	justify-content: space-between;
}
.bg-gray{
	background: #e6e6e6;
}
.lbbcnt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
	font-weight:800;
}
.lbbcnt h2 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    line-height: 36px;
    background-color: #d21010;
    display: inline-block;
    padding: 10px;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
	box-sizing:border-box;
}
.lbbcnt p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.lbbcnt .lbprocnt {
    font-size: 0;
    padding: 19px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.lbbcnt .lbprocnt > p:nth-child(1) {
    text-align: right;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.lbbcnt .lbprocnt > p:nth-child(2) {
    font-size: 30px;
    font-family: Oswald;
    color: #d21010;
    line-height: 36px;
    width: 266px;
    margin-left: 38px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    margin-bottom: 0;
}
.lbbcnt a {
    width: 260px;
    height: 65px;
    background: #d21010;
    text-align: center;
    line-height: 65px;
    display: block;
    font-size: 16px;
    color: white;
    margin-top: 54px;
}
.s2 .swiper-button-prev:after{
	color:#fff;
}
.s2 .swiper-button-next:after{
	color:#fff;
}
@media(max-width:1000px){
	.lbabox{
		width:100%;
	}
}
.index-title-h1{
	text-align:center;
	font-size:66px;
	font-weight:800;
}
@media(max-width:1000px){
	.s1 {
	    padding: 20px 0 20px;
	}
	.index-title-h1{
		font-size:26px;
	}
	.s4-p1{
		font-size:26px;
	}
	.s4-p2{
		font-size: 22px;
	}
}
