﻿
.data-container-fluid-adv, .case-container-fluid {
    padding-bottom: 60px !important;
}

.data-container-fluid-rec {
    background-color: #f7f7f7;
    padding-bottom: 40px !important;
}

.swiper-wrapper {
    height: auto !important;
	margin-bottom:28px
}



.swiper-wrapper .swiper-slide {
    height: auto !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.swiper-wrapper .swiper_succeed{
		width:100% !important;
	}
}

.recommend_next{
    right: -22px!important;
}
.recommend_prev {
    left: -22px!important;
}

.advantage_pagination{
	width:100%
}
.advantage_pagination .swiper-pagination-bullet{
	margin:0 4px;
}

/* 曙光红小圆点 */
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px!important;
}
.swiper-pagination-bullet-active {
    background: #b01f24!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

.recommend_pagination{
	width:100%;
	bottom:0
}
.recommend_pagination .swiper-pagination-bullet{
	margin:0 4px
}

.data-swiper-case{
	padding: 0 0 30px 0 !important;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

/* 覆盖bootstrap标题的样式  data- 代表自定义css*/
.data-page-header {
    border-bottom: 0px !important;
}

/* 覆盖swiper轮播样式  data- 代表自定义css */
.swiper-adv-father {
    width: 100%;
    position: relative;
}

.data_swiper_advantage .swiper-wrapper {
    height: auto !important;
	margin-bottom: 0;
}

.data_swiper_advantage .swiper-wrapper .swiper-slide {
    height: auto !important;
	overflow: hidden;
	padding: 42px 0;
}

.data_swiper_advantage .swiper-wrapper .swiper-slide .adv-img-icon {
    width:60px;
	height:60px;
	margin: 0 auto;
}
.data_swiper_advantage .swiper-wrapper .swiper-slide .adv-img-icon img{
    width:100%;
	height:100%;
}

.data_swiper_advantage .swiper-wrapper .swiper-slide .title {
    margin-top: 30px;
    margin-bottom: 5px;
}

.data_swiper_advantage .swiper-wrapper .swiper-slide .subTitle {
    /* width: 90%; */
    margin: 0 auto;
    color: #7e7e7e;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.swiper-adv-father .data_adv_prev {
    width: 18px;
    height: 30px;
     background-size: 14px 24px;
    background-image: url('../../images/productImages/adv-left-icon.png') !important;
    top: 86px;
    left: 0;
    border: none !important;
}

.swiper-adv-father .data_adv_next {
    width: 18px;
    height: 30px;
     background-size: 14px 24px;
    background-image: url('../../images/productImages/adv-right-icon.png') !important;
    top: 86px;
    right: 0;
    border: none !important;
}

/* 推荐产品2 */
/*
.rec-product {
    width: 100%;
    height: 400px;
    background-color: #444;
}

.product{
	display:flex;
	width: 84%;
	margin: 50px auto;
}
.width_1{
	width: 20%
}
.width_2{
	width: 38%
}
.width_3{
	width: 58%
}
.width_4{
	width: 74%
}
.product-list{
	flex:1;
	position: relative;
    min-height: 300px;
    padding: 110px 12px 20px;
    margin-right: 18px;
    text-align: center;
    background: white;
	font-size: 14px;
	line-height: 24px;
}
.product_bj{
	background: url(../../images/productImages/product_bj.jpg) no-repeat;
	background-size: 100% 100%;
}
.product_bj1{
	background: url(../../images/productImages/product_bj1.png) no-repeat;
	background-size: 100% 100%;
	padding: 12px 14px 4px;
	color: white;
	width: 92%;
	position: absolute;
	top: 40px;
	left: -8px;
	font-weight: bold;
}
.product_bj1 a{
	width: 90%;
	color: white;
	float: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_bj1 a:hover{
	color: white;
}
.product_bj1 span{
	float: right;
}
.product-list ul a{
	color: black;
	text-decoration: none;
	line-height: 30px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-list ul a:hover{
	color: #b01f24;
}*/
/* 推荐产品2 */

/* 推荐产品3 */

.product_bj{
	background: url(../../images/productImages/product_bj.jpg) no-repeat;
	background-size: 100% 100%;
}
/* .product_ul { */
    /* margin: 0 auto; */
	/* display:flex; */
/* } */
/* .ul_width_5{ */
	/* width:100%; */
/* } */
/* .ul_width_4{ */
	/* width:80%; */
/* } */
/* .ul_width_3{ */
	/* width:60%; */
/* } */
/* .ul_width_2{ */
	/* width:40%; */
/* } */
/* .ul_width_1{ */
	/* width:20%; */
/* } */
/* .product_ul li { */
    /* flex:1; */
    /* margin-bottom: 35px; */
/* } */

.product_ul li .box {
    /* margin: 0 15px; */
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    /* height: 450px; */
    position: relative;
    /* padding-bottom: 20px; */
}
.product_ul li a{
	text-decoration:none
}
.product_ul li .box .pic {
    background-color: #fff;
    position: relative;
	overflow: hidden;
}
.product_ul li .box .pic img{
	transition: all 1s
}
.product_ul li .box .pic img:hover{
	transform: scale(1.05);
}
.product_ul li .box .text {
    padding: 30px 24px 0;
}
.product_ul li .box .text h3 {
    font-size: 18px;
	font-weight:bold;
    line-height: 1.375;
    color: #333;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_ul li .box .text a{
	color:#333;
	display: block;
}
.product_ul li .box .text a:hover h3{
	color:#b01f24
}
.product_ul li .box .text a:hover p{
	/* color:#b01f24 */
}

.product_ul li .box .link a:hover{
	color:#b01f24;
}
.product_ul li .box .text a p {
    color: #666;
    line-height: 1.6;
    height: 4.8em;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.product_ul li .box .link {
    padding: 6px 24px 0;
	height: 136px;
}
.product_ul li .box .link a {
    color: #666;
    font-size: 12px;
    line-height: 1.25;
    display: block;
    position: relative;
    margin: 12px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_ul li .box .link a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 13px;
    background-color: #b01f24;
    margin-right: 10px;
    vertical-align: top;
}

/*.product_ul li .box .link a span {
    color: #d20a2c;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}*/

.product_ul li .box .more-btn{
    padding: 0 24px 26px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
	font-size:12px;
}
.product_ul li .box .more-btn .fixed a{
	color:black;
}
.product_ul li .box .more-btn .fixed a:hover{
	color:#b01f24;
}

/* 推荐产品3 */


.data-product-list h4 {
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-product-list {
    background-color: #fff;
    padding: 20px 18px;
}

.data-product-list ul {
    margin-top: 26px;
}

.data-product-list ul li a {
    display: block;
    width: 50%;
    float: left;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 5px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-product-list ul li a:hover {
    color: #b01f24;
}



/* 成功案例 */
.case-container-fluid {
    background: url("../../images/solve_di.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.swiper-case-father {
    width: 100%;
    position: relative;
}

.swiper-case-father .data_case_prev {
    width: 18px;
    height: 30px;
    background-size: 14px 24px;
    background-image: url('../../images/productImages/adv-left-icon.png') !important;
    top: 50%;
    left: 0;
}

.swiper-case-father .data_case_next {
    width: 18px;
    height: 30px;
    background-size: 14px 24px;
    background-image: url('../../images/productImages/adv-right-icon.png') !important;
    top: 50%;
    right: 0;
}

.case-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.case-list-detail {
    /* border-bottom: 1px solid #d5d5d5; */
    /* border-right: 1px solid #d5d5d5; */
    /* border-top: 1px solid #d5d5d5; */
    overflow: hidden;
    position: relative;
	background: white;
	height:100%
}

.case-list-detail h4 {
    display: block;
    color: #333333;
    padding: 0 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 34px;
}
.case-list-detail h4 a{
    color: black;
}

.case-list-detail .case-detail-p {
    color: #7e7e7e;
    padding: 0 34px;
    margin-top: 15px;
    font-size: 12px;
	line-height: 20px;
	display:block;
	 /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 6; */
    /* overflow: hidden; */
}

.case-list-a {
    color: #7e7e7e;
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 14px;
}

.case-list-detail a:hover {
    color: #b01f24;
}


@media screen and (max-width: 750px) {
	.swiper-adv-father .data_adv_prev , .swiper-adv-father .data_adv_next{
		display:none;
	}

    .swiper-container {
        width: 100%!important
    }
    .swiper-case-father .data_case_prev, .swiper-case-father .data_case_next {
        display: none !important;
    }
	.case-list-detail p {
		-webkit-line-clamp: 3;
	}
	.case-list-detail h4 {
		margin-top: 30px;
	}
	.data-product-list {
        border: 1px solid #dddddd;
        width: 49%;
		height: 126px;
        margin-top: 2%;
    }

    .data-product-list:nth-child(odd) {
        float: left;
    }

    .data-product-list:nth-child(even) {
        float: right;
    }
	.product_ul{
		display:block;
		width:100%
	}
	.product_ul li .box {
		/* height: 490px; */
	}
}

@media (min-width: 760px) and (max-width: 900px) {
	.product_ul{
		display:block;
		width:100%
	}
	.product_ul li{
		width:50%;
		float:left;
	}
	.product_ul li .box {
		/* height: 470px; */
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.product_ul{
		display:block;
		width:100%
	}
	.product_ul li{
		width:33.3%;
		float:left;
	}
	.product_ul li .box {
		/* height: 460px; */
	}
}

@media screen and (min-width: 750px) {
    .swiper-container {
        width: 83%;
    }
	.swiper_recommend{
		width:96%
	}
	.recommend_width4{
		width:96%
	}
	.recommend_width3{
		width:72%
	}
	.recommend_width2{
		width:48%
	}
	.recommend_width1{
		width:24%
	}
	.recommend_width3 .product_ul li , .recommend_width2 .product_ul li , .recommend_width1 .product_ul li{
		flex:1
	}
	.swiper_recommend .product_ul li:last-child{
		margin-right:0 !important
	}

    .swiper-case-father .data_case_prev, .swiper-case-father .data_case_next {
        display: block !important;
		outline:none
    }
	.data-product-list:hover {
        box-shadow: 1px 1px 1px #999;
    }

    .data-product-list {
        border: 1px solid #dddddd;
        width: 32%;
		height: 130px;
        margin-right: 1%;
        float: left;
        margin-top: 1%;
        cursor: pointer;
    }

    .data-product-list:nth-child(3n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 1366px) {
	.margin_4 {
		margin: 0 10% !important;
	}
}

@media (min-width: 1600px) {
	.case-list-detail .case-detail-p {
		-webkit-line-clamp: 7;
	}
	.product-list{
		min-height: 330px;
		padding: 120px 12px 20px;
	}
	.swiper_recommend{
		width:88%
	}
	.recommend_width4{
		width:88%
	}
	.recommend_width3{
		width:66%
	}
	.recommend_width2{
		width:44%
	}
	.recommend_width1{
		width:22%
	}
	.recommend_next{
		right: 22px!important;
	}
	.recommend_prev {
		left: 22px!important;
	}
}

@media (min-width: 1920px) {
    .data-product-list {
		height: 160px;
    }
	.case-list-detail .case-detail-p {
		font-size:14px;
		-webkit-line-clamp: 9;
	}
	.product-list{
		min-height: 360px;
		padding: 130px 12px 20px;
	}
	.swiper_recommend{
		width:80%
	}
	.recommend_width4{
		width:80%
	}
	.recommend_width3{
		width:60%
	}
	.recommend_width2{
		width:40%
	}
	.recommend_width1{
		width:20%
	}
	.product_ul li .box {
		/* height: 480px; */
	}
	.recommend_next{
		right: 60px!important;
	}
	.recommend_prev {
		left: 60px!important;
	}
}

