
/*
.swiper-container{
	max-height: 450px;
}
*/
.pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 34px;
    height: 6px;
    background-color: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.swiper-active-switch {
    width: 38px;
    height: 10px;
    background-color: #cc1e14;
    margin-bottom: -2px;
}

.product {
    margin-top: 70px;
}

.product .row > div {
    text-align: center;
}

.product .row > div img {
    transition: all 1s;
}

.product .row > div:hover img {
    transform: rotate(360deg);
}

.product .row > div h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.product .row > div p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.case-wrapper {
    margin-top: 50px;
    padding: 50px 0;
    background: url("../img/case-bg.png") no-repeat center;
    background-size: cover;
}

.content-title {
    text-align: center;
	
}
.content-title-case{
	margin-bottom: 30px;
}
.content-title h3 {
    font-size: 24px;
    margin-top: 0;
    color: #333;
    font-weight: bold;
}

.content-title p {
    color: #666;
}

.list-case {
    margin-top: -20px;
}

.list-case > div {
    padding: 0 10px;
    margin-top: 20px;
}

.list-case > div > div {
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 20px #999;
}
.list-case .dtl h3{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.list-case .clearfix p {
    margin: 0;
    line-height: 40px;
    float: left;
    padding-left: 5%;
    font-size: 16px;
    color: #333;
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
	
}
.list-case .dtl a{
	line-height: 40px;
}
.list-case .clearfix span {
	width: 15%;
	padding-right: 5%;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #333;
}

.list-case > div a:hover {
    color: #cc1e14;
}

.more {
    width: 108px;
    height: 33px;
    border: 1px solid #cc1e14;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.more a {
    display: block;
    color: #cc1e14;
}

.more:hover {
    background-color: #cc1e14;
}

.more:hover a {
    color: #fff;
}

.about-wrapper {
    padding-top: 50px;
}

.list-about {
    margin-top: 30px;
}

.list-about .about-left {
    text-align: center;
}

.list-about .about-right p {
    text-indent: 2em;
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-top: 20px;
}

.news-wrapper {
    margin-top: 50px;
    padding: 50px 0;
    background: url("../img/news-bg.jpg") no-repeat center;
    background-size: cover;
}

.list-news .list-news-left {
    padding: 0 10px;
}

.list-news .list-news-left > div {
    background-color: #cc1e14;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.list-news .list-news-left p {
    font-size: 28px;
    margin: 0;
}

.list-news .list-news-right {

}

.list-news .list-news-right h3 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    transition: all 0.5s;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.list-news .list-news-right p {
    font-size: 14px;
    color: #999;
    transition: all 0.5s;
}

.list-news a .row {
    margin: 0 -15px;
}

.list-news a > div {
    margin-top: 30px;
}

.list-news a > div:hover .list-news-right h3 {
    color: #cc1e14;
}

.list-news a > div:hover .list-news-right p {
    color: #cc1e14;
}

.partner-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}

.list-partner > div {
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}
.list-partner > div img{
	box-shadow: 5px 5px 15px #e5e5e5;
}
.dtl28 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3)
}

.dtl28 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.dtl28 .dtl {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.dtl28 .dtl h3, .dtl28 .dtl p, .dtl28 .dtl a {
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.dtl28 .dtl h3 {
    padding: 15px;
    font-size: 18px;
    width: 100%;
    left: -100%;
    background: #cc1e14;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dtl28 .dtl p {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #fff;
    left: 100%;
    text-indent: 2em
}

.dtl28 .dtl a {
    margin-right: 15px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    left: 100%;
    float: right;
    font-size: 13px;
    padding: 0px 30px;
    text-align: center;
    text-decoration: none;
}

.dtl28 .dtl a:hover {
    background: #cc1e14;
    border: 1px solid #cc1e14;
    color: #fff;
}

.dtl28:hover .dtl p, .dtl28:hover .dtl a, .dtl28:hover .dtl h3 {
    left: 0
}

.dtl28:hover .dtl {
    visibility: visible;
    opacity: 1
}
