.headerNav {
    width: 100%;
    height: 60px;
    background: #F2FAFF;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
    margin: 0 auto !important;
    font-size: 14px;
}
.breadcrumbs li {
    cursor: pointer;
}
.breadcrumbs a {
    color: #888888;
    margin-right: 5px;
}
.breadcrumbs{
    padding-left: 0rem !important;
}


.container-fluid {
    padding: 0;
}
.ListMainer {
    width: 70%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 50px;
}
.listProduct {
    margin: 0;
    background: #fff;
}
.listProductLeft {
    padding: 0;
}
.listProductLeftImg {
    text-align: center;
    width: 80%;
    display:flex;
    align-items:flex-start;
    overflow:hidden;
}
.listProductLeftImg img {
    width: 100%;
    height: auto;
}
.listProductRight {
    padding: 0;
}
.listProductRightUl {
    display: flex;
    flex-direction: column;
}
figure {
    text-align: center;
    width: 100%;
    margin-top: 16px;
}
.listTitle p {
    line-height: 60px;
    font-size: 32px;
    color: #1e1e1e;
}


.listText {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 30px;
}
.textIndex {
    text-indent: 32px;
}
.listIcon {
    margin: 0;
    margin-top: 15px!important;
    flex-wrap: nowrap;
}

.listIconBox  {
    margin-right: 40px;
    width: 70px;
    float: left;
}
.listIconBoxTitle {
    font-size: 16px;
    margin-top: 15px;
    color: #135f07;
}
.listIconBoxButton {
    color: #fff;
    width: 20%;
    outline: none;
    min-width: 100px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    padding: 10px;
    background: #1d92d5;
    font-size: 14px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.listIconBoxButton:hover {
    background-color: #3a3a3a;
}
.productDetails {
    margin-top: 20px;
}
.listLine {
    width: 100%;
    height: 2px;
    background: #c4c4c4;
    opacity: 0.89;
}
.productTitle {
    font-size: 20px;
    color: #404040;
    margin-bottom:15px;
}
b, strong {
    font-weight: normal;
    font-size: 20px;
}
.correlationProductUlContent>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ecf0f1;
    padding: 10px;
}
.correlationProductTitle,.correlationProductText {
    margin-left: 0!important;
}
.col-md-3 {
    max-width: 23%;
}
.correlationProductTitle a{
    color: #00072a;
}
.correlationProductUlContent  {
    flex-wrap: nowrap!important;
    justify-content: space-between;
}
.correlationProductUlContentLi:nth-child(2),.correlationProductUlContentLi:nth-child(3){
    /* 		padding-left:1%;
            padding-right:1%; */
}
/* .correlationProductUlContentLi:last-child{
		padding-left:10px;
		padding-right:0px;
	} */
.correlationProductUlContentLiImg {
    text-align: center;
    position: relative;
}

.correlationProductUlContentLiImg img {
    width: 100%;
}
.correlationProductUlContentLiImg > img {
    width: 60%;
}

.correlationProductTitle {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 7px;
    color: #888888;
    margin-left: 33px;
}
.correlationProductText {
    color: #3F3F3F;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container-fluid {
    padding: 0;
}

@media(max-width: 1260px) {
    .correlationProductUlContentLiImg:before {
        width: 21px;
    }
    .correlationProductUlContentLiImg:after {
        width: 21px;
    }
}
@media (max-width: 992px) {
    .listIconBoxTitle {
        font-size: 14px;
    }
    .listProductLeftImg img {
        /*     width: 90%; */
    }
}
@media (max-width: 768px) {
    .headerNavUl {
        width: 92%;
    }
    .listProductLeftImg img {
        transform: scale(1);
    }
    .listProductLeftImg {

        width:100%;
    }
    .correlationProductUlContent {
        flex-wrap: wrap!important;
    }
    .correlationProductUlContent>li {
        max-width: 48%;
    }
    .correlationProductUlContent>li:nth-child(3),.correlationProductUlContent>li:nth-child(4) {
        margin-top: 20px!important;
    }
}
@media(max-width:499px) {
    .listIcon {
        display: flex;
        justify-content: space-between;
    }
    .listIconBox {
        margin-right: 0;
    }
}

/* php鏍峰紡 */
.breadcrumbs{
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
    margin: 0 auto!important;
    font-size: 14px;

}
.breadcrumbs a{
    color: #888888;

}
.breadcrumbs li{
    cursor: pointer;
}
.breadcrumbs li:nth-child(2) {
    color:#135f07;
}

.productDetailsUlLi{
    background: #fff;
    padding: 20px;
}
.mainContent>p>img{
    width: 100% !important;
    max-width: 800px;
    text-align: center;
    margin-left: calc(100% - 1200px);
}
.correlationProduct{
    margin-top: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.correlationProductUl,.correlationProductUlContent{
    padding-left: 0rem;
}