﻿body {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family:Microsoft YaHei;
}
.head{
    padding-top: 30px;
    width: 1180px;
    height: 200px;
    margin: auto;
}
.firstrow{
    display: flex;
    flex-direction: row;
    height: 70px;
    width: 100%;
}
.icon{
    width: 215px;
    height: 70px;
}
.adv{
    padding-left: 9px;
    width: 707px;
    height: 70px;
	overflow:hidden;
    
}
.tougao{
	padding-left:9px;
    width: 240px;
}
.text{
	padding: 28px 75px 0 10px;
	text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-left: 6px;
}
.secondrow{
    width: 100%;
    padding-top: 20px;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.item{
    height: 35px;
    width: 131px;
    line-height: 35px;
    font-size: 17px;
    color: #770a0b;
    font-weight: 530;
    text-align: center;
    letter-spacing: 0.1em;
}
.item a {
    color: #770a0b;
}
.bold{
    font-weight: 900;
}