@font-face {
    font-family: dincond-regular;
    src: url("/static/index/font/dincond-regular.otf") format("opentype");
}

.indexdh{
	padding:0 0 50px 0;background:#F4F4F4;margin-top:50px;

}

.indexdh .dhdiv{
	background: url('/static/index/picture/ksdh.png');background-size: 100% 100%;width: 100%; height: 153px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 10%;
}

.indexdh .dhdiv div{
	display: flex;flex-direction: column;width: 33.3%;
    justify-content: center;
    align-items: center;	
}

.indexdh .dhdiv div img{
	width:55px;
}

.indexdh .dhdiv div p{
	font-family:dincond-regular;
	font-size:24px;
	color:#fff;
}

.indexdh .main .index_title_06{
	margin-top:50px;
}

ul.link_01 li:hover img{
    transform: scale(1.2);
	transition: 0.7s;
}

.index_newslist_02 dd:hover .pic{
	transform: scale(1.1);
	transition: 0.7s;
}

.fbiaodan form{
	padding:5px;
}