/* banner 导航 */
.mob-banner {
    display: none;
}

/* 图片放大效果 */
.about-right-small img{
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
}
.pro-list img{
    transition: all 0.5s ease;
    cursor: pointer;    
    width: 100%;
}


/*关于我们*/
.index-about {
    background: url('../img/index/bg.jpg') no-repeat center top;
    background-size: 100%;
    padding-top: 100px;
    width: 100%;
}

.index-about-content {
    width: 65%;
    margin: auto;
}

.index-about-top {
    margin-bottom: 30px;
}

.about-top-en {
    font-family: Impact;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 1px;
    color: #eeeeee;
    text-align: center;
    z-index: -4;
}

.about-top-cn {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #db241e;
    text-align: center;

}

.index-about-bot img {
    width: 100%;
}

.about-desc {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150%;
    letter-spacing: 0px;
    color: #535353;
    text-align: justify;
    margin-bottom: 20px;
}

.about-left-big {
    width: 50%;
    position: relative;
}

.index-about-title {
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .3);
    width: 95%;
    height: 46px;
    line-height: 46px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 5%;
}

.about-right-small {
    width: 50%;
    /* max-height: 371.8px; */
    overflow: hidden;
}

.about-right-small>ul>li {
    width: 49%;
    float: left;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

/* 产品中心 */
.index-pro {
    background: url('../img/index/product-bg.jpg') no-repeat center top;
    padding-top: 50px;
    margin-top: 50px;
}

.index-pro-top {
    margin-bottom: 50px;
}

.pro-top-en {
    font-family: Impact;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: #c9c9c9;
    text-align: center;
}

.pro-top-cn {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #db241e;
    text-align: center;

}

.index-pro-bot {
    position: relative;
}



.swiper-container {
    width: 100%;
}
.case1 {
    width: 100%;
}
.case2 {
    width: 65%;
    padding-bottom: 30px;
}
.swiper-slide {
    overflow: hidden;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
    background: url("../img/index/b01.png") no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-next {
    background: url('../img/index/b02.png') no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-size: 80%;

}
.swiper-button-next {
    right: 13%;
}

.swiper-button-prev {
    left: 13%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index-pro-tit {
    /* text-align: center; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #707070;
    padding-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
}

/* 新闻中心 */
.index-news {
    margin-top: 50px;
}

.index-news-content {
    width: 65%;
    margin: auto;
}


.news-top-en {
    font-family: Impact;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: #eeeeee;
    text-align: center;
}
.news-top-cn {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #db241e;
    text-align: center;
}
.index-news-bot {
    margin-top: 50px;
}
.news-left-big {
    position: relative;
    width: 48%;
    max-height: 350px;
    overflow: hidden;
}
.news-left-big ul {
    max-height: 350px;
}
.index-red-bot {
    position: absolute;
    bottom: 0px;
    background-color: #B4373B;
    height: 85px;
    overflow: hidden;
}
.index-news-num {
    /* padding-top: 10px; */
    padding-left: 10px;
    float: left;
}
.index-news-title {
    float: left;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
.index-new-desc {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: left;
    
}
.index-news-left {
    /* width: 17%; */
    margin-top: 15px;
    border-right: 1px solid #C15D61;
    padding-right: 5%;
    height: 48px;
}
.index-news-right {
    width: 70%;
    padding-left: 5%;
}
/* .news-line {
    border: 1px solid #C15D61;
    height: 50px;
} */

.news-right-small {
    width: 52%;
    margin-top: 20px;
}
.news-right-small>ul li {
    margin-bottom: 50px;
    padding-left: 10px;
}

.news-right-small>ul>li img {
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 15px;
}
.index-right-title {
    display: inline-block;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #535353;
}
.index-right {
    border-left: 1px solid #CCCCCC;
    width: 80%;
    float: left;
    padding-left: 10px;
}
.index-right-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #959595;
}
.index-right-desc:hover {
 color: #C15D61;
}
