/* 产品中心 start */
/* 产品中心头部标题 start */
.product_center{
    width: 100%;
    margin-top: 76px;
}
.product_center_header{
    width: 1260px;
    padding: 0px 30px;
    margin: 0px 330px;
}
.product_header_left{
    width: 36%;
    float: left;
}
.product_header_left>h2{
    color: #3cb035;
}
.product_header_left>span{
    color: #333333;
}
.public_title_right{
    float: right;
    padding-top: 56px;
}
.public_title_right>div{
    float: left;
}
.public_title_right_item{
    width: 200px;
	height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    border-radius: 0px 16px 0px 16px;
    overflow: hidden;
}
.public_title_right_item+.public_title_right_item{
    margin-left: 45px;
}
.public_title_right_item>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}
.product_center_item{
    background-color: #00a8ff;
    background-image: linear-gradient(-90deg, 
		rgba(0, 168, 255, 0.5) 0%, 
		#00a8ff 100%), 
	linear-gradient(
		#0071d5, 
		#0071d5);
}
.product_center_item>a{
    color: #fff;
}
/* 产品中心头部标题 end */

/* 产品中心 文字描述、九宫格 父元素 */
.product_center_body{
    width: 1260px;
    padding: 30px 30px 0px;
    margin: 60px 330px 0px;
    overflow: hidden;
    display: none;
}
/* 产品中心 文字描述 start */
.prodcut_text_dec{
    width: 100%;
    background-color: #ffffff;
	box-shadow: 0px 8px 15px 1px 
		rgba(82, 82, 82, 0.16);
	border-radius: 12px;
    
    padding: 40px 36px;
}
.prodcut_title>h4{
    font-weight: 700;
	font-size: 20px;
	color: #333333;
}
.prodcut_title{
    position: relative;
    margin-bottom: 36px;
}
.prodcut_title:before{
    content: '';
    display:block;
    width: 6px;
	height: 40px;
	background-color: #3eb134;
	border-radius: 0px 4px 4px 0px;
    position: absolute;
    left: -36px;
    top: -8px;
}
.prodcut_texts{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.prodcut_texts+.prodcut_texts{
    margin-top: 26px;
}
.prodcut_texts>p{
    text-align: justify;
}
/* 产品中心 文字框 end */

/* 产品中心九宫格 start */
.product_grid_group{
    width: 100%;
    margin-top: 60px;
}
.grid_itme{
    display: block;
    width: 376px;
    height: 324px;
    text-align: center;
    float: left;
    margin-bottom: 45px;
    position: relative;
}
.grid_itme+.grid_itme{
    margin-left: 35px;
}
.grid_itme_img{
    border-radius: 16px;
}
.grid_itme_text{
    display: block;
    width: 100%;
    margin-top: 20px;
	font-size: 16px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid_itme_box{
    width: 340px;
    margin: 0px 18px 0px;
	padding: 25px;
    background-color: #8acc3c;
	background-image: linear-gradient(156deg, 
		rgba(138, 204, 60, 0.48) 0%, 
		#8acc3c 100%), 
	linear-gradient(
		#3cb035, 
		#3cb035);
	border-radius: 0px 16px 0px 16px;
	font-size: 16px;
	color: #ffffff;
    position: relative;
    top: -50px;
    display: none;
}
.grid_itme_box>span{
    display: inline-block;
    width: 90%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.grid_itme_box>img{
    width: 22px;
	height: 17px;
    position: relative;
    top: 2px;
}
.grid_itme:hover .grid_itme_img{
    box-shadow: 0px 8px 15px 1px 
		rgba(82, 82, 82, 0.16);
}
.grid_itme:hover .grid_itme_text{
    display: none;
}
.grid_itme:hover .grid_itme_box{
    display: block;
}
/* 产品中心九宫格 end */

/* 分页上下边距调整 */
.product_center_body .pages{
    margin-top: 10px;
    margin-bottom: 76px;
}

/* 产品中心 end */

@media (max-width:768px){
    .product_center{
        margin-top: 30px;
    }
    .product_center_header{
        width: 92%;
        margin: 0px 4%;
        padding: 0px;
    }
    .product_header_left{
        width: 100%;
    }
    .public_title_right{
        padding-top: 20px;
        width: 100%;
        /* overflow-x: auto; */
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
        justify-content: space-evenly;
    }
    .public_title_right_item{
        width: 40%;
        margin-left: 0px !important;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .prodcut_title>h4{
        font-size: 18px;
    }
    .prodcut_title{
        margin-bottom: 18px;
    }
    .prodcut_texts{
        font-size: 14px;
        line-height: 26px;
    }
    .prodcut_text_dec{
        padding: 20px 18px;
    }
    .prodcut_title:before{
        top: -6px;
        left: -18px;
        height: 32px;
    }
    .prodcut_texts+.prodcut_texts {
        margin-top: 12px
    }
    .product_center_body{
        width: 100%;
        padding: 30px 4%;
        margin: 0px 0px 0px 0px;
    }
    .product_grid_group{
        margin-top: 30px;
    }
    .grid_itme{
        width: 100%;
        height: auto;
        margin: 10px 0px 0px !important;
    }
    .grid_itme_box{
        width: 88%;
    }
    .grid_itme:hover .grid_itme_text {
        display: block;
    }
    .grid_itme:hover .grid_itme_box {
        display: none;
    }
    
}