@charset "utf-8";
body { background: #fff; }

/*轮播图*/
#slider .swiper-slide { background-position: center; background-size: cover; }
#sliderout { position: relative; top: -55px; height: 55px; }
#sliderout .swiper-pagination { text-align: left; margin-top: 20px; margin-left: 20px; }
#sliderout .swiper-pagination-bullet { width: 10px; height: 10px; margin-right: 10px; border: solid 1px #fff; opacity: 1; background-color: transparent; outline: none; }
#sliderout .swiper-pagination-bullet-active { background-color: #fff; }
#sliderout .swiper-button-next, #sliderout .swiper-button-prev { top: 0; margin-top: 0; width: 55px; height: 55px; background-size: 55px 55px; opacity: 1; outline: none; }
#sliderout .swiper-button-prev { background-image: url(../images/swleft.jpg); left: auto; right: 0; }
#sliderout .swiper-button-next { background-image: url(../images/swright.jpg); right: 0; top: 55px; }
@media screen and (max-width:640px) {
    #sliderout .swiper-button-next, #sliderout .swiper-button-prev { display: none; }
}

/*==产品中心*/
.idx-pro-tit { margin: 0 auto 6rem; }
.idx-pro-wrap .pro_cat-img { }
.idx-pro-wrap .swiper-container { margin-bottom: 5rem; }
.idx-pro-wrap .swiper-slide > a { display: block; padding: 0 3.4rem; position: relative; padding-bottom: 5rem; }
.idx-pro-wrap .swiper-slide > a h4 { font-size: 1.6rem; font-weight: normal; color: #29292b; margin: 0 0 0.4rem; }
.idx-pro-wrap .swiper-slide > a h2 { font-size: 3rem; font-weight: normal; color: #fff; text-transform: uppercase; text-shadow: 0px 0px 6px #c00; margin: 0; position: absolute; top: 4.5rem; left: 1.8rem; }
.idx-pro-wrap .swiper-slide > a h2.shuli { width: 3rem; line-height: 3rem; }
.idx-pro-wrap .pro_cat-active { position: absolute; bottom: -20rem; left: 0; margin: 6% 3%; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.idx-pro-wrap .swiper-slide > a:hover .pro_cat-active, .idx-pro-wrap .swiper-slide > a:focus .pro_cat-active { bottom: 0; }

/*==关于我们*/
.idx-about-tit { margin: 5rem auto 5rem; }
.idx-about-wrap { background: url(../images/bg_top.jpg); padding-bottom: 10rem; }
.idx-about-wrap .about-txt { margin-top: 3rem; font-size: 1.4rem; color: #878787; margin-bottom: 5rem; padding-left: 1%; }
.idx-about-wrap .about-txt p { margin: 0 }
.idx-about-wrap .about-img { margin-bottom: 5rem; }
.idx-about-wrap .about-more { text-align: right; margin-top: 3rem; }
.idx-about-wrap .about-more a { color: #b82125 !important; border: solid 1px #d2d2d2; padding: 0.4rem 2.5rem; display: inline-block; }
@media screen and (max-width:1140px) {
    .idx-about-wrap .about-txt { padding-right: 2%; margin-top: 0; }
}
@media screen and (max-width:950px) {
    .idx-about-wrap .about-more { margin-top: 1rem; }
    .idx-about-wrap .am-u-md-6.about-txt { width: 100%; margin-bottom: 2rem; padding-left: 2%; padding-right: 2%; }
    .idx-about-wrap .am-u-md-6.about-img { width: 100%; margin-bottom: 3rem; }
}

/*==关于*/
.idx-index-pos { position: relative; top: -90px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); }
.idx-index { background: #555555; background: -webkit-linear-gradient(#626262, #4d4d4d); background: -o-linear-gradient(#626262, #4d4d4d); background: -moz-linear-gradient(#626262, #4d4d4d); background: linear-gradient(#626262, #4d4d4d); }
.idx-index>div>a { margin: 12%; padding: 1px; display: block; }
.idx-index .index_icon { margin: 0.5rem auto; }
.idx-index h5, .idx-index h6 { font-weight: normal; text-align: center; margin: 0; }
.idx-index h5 { color: #ff7272; font-size: 1.4rem; }
.idx-index h6 { color: #fff; font-size: 1.2rem; }

/*==新闻中心*/
.idx-news-tit { margin: 0rem auto 5rem; }
.idx-news-more { background: #313131; color: #fff !important; font-size: 1.2rem; padding: 1.2rem 4rem; margin: 3rem auto 4rem; display: inline-block; }
.idx-news-wrap ul { list-style: none; padding: 0; margin: 0; padding-left: 4%; }
.idx-news-wrap ul li { margin: 0 auto 2.4rem; position: relative; }
.idx-news-wrap ul li a { display: block; background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; }
.idx-news-wrap ul li .news-img { float: left; width: 258px; margin-right: 3%; height: 185px; overflow: hidden; }
.idx-news-wrap ul li .news-con { font-size: 1.2rem; padding: 1rem; padding-right: 3%; }
.idx-news-wrap ul li .news-con h4 { color: #000000; font-size: 1.6rem; font-weight: normal; margin-top: 2.4rem; margin-bottom: 1rem; }
.idx-news-wrap ul li .news-con p { color: #868686; margin-top: 0rem; margin-bottom: 4rem; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.6rem; max-height: 3.2rem; }
.idx-news-wrap ul li .news-con>div { overflow: hidden; }
.idx-news-wrap ul li .news-con span { color: #868686; padding-top: 0.4rem; display: inline-block; }
.idx-news-wrap ul li .news-con i { float: right; }
.idx-news-wrap ul li:hover .news-con h4 { color: #b72024; }
.idx-news-single { display: block; background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; }
.idx-news-single .news-img { width: 100%; height: 275px; overflow: hidden; }
.idx-news-single .news-img img { width: 100%; }
.idx-news-single .news-con { font-size: 1.2rem; padding: 1.2rem 2rem 1.5rem; }
.idx-news-single .news-con h4 { color: #000000; font-size: 1.6rem; font-weight: normal; margin-top: 0rem; margin-bottom: 0.6rem; }
.idx-news-single .news-con p { color: #868686; margin-top: 0rem; margin-bottom: 1rem; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.6rem; max-height: 3.2rem; }
.idx-news-single .news-con>div { text-align: right; }
.idx-news-single .news-con span { color: #868686; }
.idx-news-single:hover .news-con h4 { color: #b72024; }
.show-950{ display: none; }
.show-600{ display: none; }
@media screen and (max-width:950px) {
    .idx-news-wrap ul{ padding-left: 0; }
    .hide-950{ display: none; }
    .show-950{ display: block; }
}
@media screen and (max-width:768px) {
    .idx-about-wrap { padding-bottom: 3rem; }
    .idx-index-pos { position: relative; top: 0px; }
    .idx-news-tit { margin-top: 5rem; }
}
@media screen and (max-width:640px) {
    .idx-pro-tit { margin-bottom: 3rem; margin-top: -2rem; }
    .idx-pro-wrap .swiper-container { margin-bottom: 2rem; }
    .idx-about-tit { margin-top: 2rem; margin-bottom: 2rem; }
    .idx-about-wrap .am-u-md-6.about-img { margin-bottom: 1rem; }
    .idx-news-tit{ margin-top: 4rem; margin-bottom: 4rem; }
    .idx-news-more{ margin-top: 1rem; }
}
@media screen and (max-width:600px) {
    .show-950{ display: none; }
    .show-600{ display: block; }
    .show-600>div{ padding-left: 1.5rem!important; padding-right: 1.5rem!important;  }
    .idx-news-single{ margin: 0 0 2rem; }
}
@media only screen and (min-width:641px) and (max-width:1200px) {
    .am-container>.am-g.idx-news-wrap { margin-left: -1rem; margin-right: -1rem; }
}
