/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under:SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE*/
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav {
	margin-top:10px;
}
.owl-theme .owl-nav [class*=owl-] {
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#FFF;
	text-decoration:none;
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px;
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background:#869791;
}


/*Owl Carousel 的 轮播图 css*/
.main-slider-area{ overflow: hidden; position: relative; }
.main-slider-area .owl-dots { position: absolute; bottom: 10px; left: 0px; right: 0px; margin: 0 auto; }

.main-slider-area .owl-dots .owl-dot  span, .main-slider-area .owl-dots .owl-dot span { background:#0355f5; width: 14px; height: 14px; border-radius: 0; margin: 5px 5px; }
.main-slider-area .owl-dots .owl-dot.active span, .main-slider-area .owl-dots .owl-dot:hover span { background:#fff; }

.main-slider{ position: relative; overflow: hidden; }
.main-slider .slider-img { overflow: hidden; position: relative; }

.main-slider .slider-caption {
    position: relative;
    z-index: 20;
}

.main-slider .slider-caption-holder {
    display: table;
    width: 100%;
    height: 100%;
}
.main-slider .slider-caption-block {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.main-slider .slider-caption-area h2 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 9px;
    font-weight: 800;
    margin: 0 0 14px;
    color: inherit;
    font-size: 35px;
    line-height: 44px;
}
.main-slider .slider-caption-area {
    overflow: hidden;
    padding: 20px 0 17px;
}
.btn {
    min-height: 46px;
    border-width: 3px;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    font-weight: 700;
    padding: 12px 25px 5px 19px;
    text-align: left;
}
.btn-primary {
    color: #fff;
    background-color: #DB001F;
    border-color: #DB001F;
}
.slider-caption-area{ display: none; }

@media screen and (min-width: 1200px) {
    .main-slider .slider-caption {
        padding: 44px 0 0;
    }
    .main-slider .slider-caption-area h2 {
        font-size: 40px;
        line-height: 76px;
        margin: 0 0 12px;
    }
}
@media screen and (min-width: 768px) {
    .main-slider .slider-caption {
        float: left;
        width: 46%;
        font-size: 16px;
        line-height: 28px;
        padding: 65px 0 0 24px;
    }
    .main-slider .slider-caption-area h2 {
        font-size: 50px;
        line-height: 63px;
        margin: 0 0 24px;
    }
    .main-slider .slider-caption-area {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
    }

}
@media screen and (max-width: 768px) {
    .main-slider .slider-img { overflow: hidden; position: relative; height: 16rem; background-size: cover; background-position:center; }
    .main-slider .slider-img img{ display: none!important; }
    .main-slider-area .owl-dots { bottom: 0px; display: none; }

}