/* 覆盖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;
}

.data-page-header {
    border-bottom: 1px solid #aaaaaa !important;
}

.data-page-header h4 {
    color: #333333;
}

.data-page-header p {
    text-align: center;
    color: #333333;
}

.border-bottom {
    border-bottom: 1px solid #aaaaaa;
    margin-top: 20px;
}

/* 产品专区*/
.solution {
    width: 100%;
    height: 400px;
    background: url("../../images/productImages/product_prefecture.png") no-repeat center;
    background-size: 100% 100%;
    color: #ffffff;
    text-align: center;
}

.solution h3 {
    font-size: 28px;
    color: #ffffff;
    padding-top: 100px;
    line-height: 50px;
}

.solution h4 {
    font-size: 14px;
}

.product {
    margin: 20px 0 20px 15px;
}

.product .product_list {
    width: 19%;
    height: 270px;
    border: 1px solid gainsboro;
    margin: 0 1% 1% 0;
    padding: 20px;
    overflow: hidden;
}

.product .row .product_list:last-child {
	margin:0;
}

.product .product_list:hover img{
    width: 40%;
	/*transform: rotateY(180deg);*/
}
.product .product_list img {
    display: block;
    margin: 10px auto;
    width: 30%;
    transition: -webkit-all 0.5s;
    transition: -moz-all 0.5s;
    transition: -o-all 0.5s;
    transition: -ms-all 0.5s;
    transition: all 0.5s;
}

.product .product_list p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.product_ul {
    padding: 0 20px;
}

.product_ul li {
    float: left;
    margin: 6px 14px 4px 0;
    font-size: 12px;
}

.product_ul li a {
    color: grey;
}

.product_ul li a:hover {
    color: #b3272c
}

.container-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media screen and (min-width: 1920px) {
    .product .product_list {
		width: 19%;
		height: 290px;
		padding: 20px;
        padding-top: 0;
	}
}
@media screen and (min-width: 1250px) {
    .product .product_list {
		height: 290px;
	}
    .product .product_ul9{
        padding:0px;
    }
    .product_ul li{margin-right:8px;}
}

@media (max-width: 1620px){
	.data-breadcrumb {
		margin: 0;
	}
	.product {
		margin: 20px 15px;
	}
}


@media (max-width: 1400px){
	.product_ul {
		padding: 0px;
	}
	.product .product_list p {
		font-size: 16px;
	}
}

@media (max-width: 1199px){
	.product .product_list {
		width: 32.2%;
	}
}


@media screen and (max-width: 750px) {
    .solution {
        height: 230px;
    }
	.solution_banner {
		display:none;
	}

    .solution h3 {
        font-size: 24px;
        padding-top: 85px;
        line-height: 30px;
    }

    .share {
        text-align: left
    }

    .product .product_list {
        width: 100%;
        height: 260px;
        margin: 6px 0;
    }

    .product .product_list img {
        width: 110px;
    }

    .product_ul li {
        margin: 6px 23px 0 0;
    }
	.product {
		margin: 20px 16px;
	}
	.data-breadcrumb {
		margin:0;
	}
}


@media screen and (max-width: 450px) {
	.product .product_list {
		height: 100%;
		padding: 12px 0;
	}
	.product .product_list .product_left_div{
		float: left;
		width: 40%;
	}
	.product_ul {
		float: right;
		width: 55%;
	}
	.product .product_list img {
		width: 80px;
	}
	.product .product_list p {
		font-size: 16px;
	}
	.product_ul li {
		margin: 7px 7px 0 0;
		float: initial;
	}
	.product .row .product_list:last-child {
		margin: 6px 0;
	}
}

@media (min-width: 750px) and (max-width: 1024px) {
    .share {
        text-align: right
    }

    .product .product_list {
        height: 260px;
        margin: 4px 2px;
    }
	.product .row .product_list:last-child {
		margin: 4px 2px;
	}
}
