.index_bg{
	width: 100%;
	height: auto;
}
.section{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    margin-top: 40px;
}
.footer a{
	color: #fff;
}
body{
    background-color: #fff;
}
img{
    width: 100%;
}
.container{
    width: 100%;
}
.product{
    width: 60%;
    margin: auto;
}
.product_title_warp{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #EBE9EA;
}
.product_title{
    width: 60%;
    height: 60px;
    margin: auto;
}
.product_title p {
    width: 96px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-bottom:2px solid #322932;
}
.product_list{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.product_list a {
    width: 46%;
}
.product_list img {
    width: 100%%;
}
.dyxc-con{
    width: 62.5%;
    margin: 0 auto;
    height: 62px;
    display: flex;
    align-items: center;
}
.notice_title{
    color: #ff0000;
    font-size: 20px;
}