* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

ul,
li {
    list-style: none;
}

.banerhead {
    max-width: 100%;
}

.banerhead img {
    width: 100%;
}

.bsqzcont {
    width: 1200px;
    margin: 0 auto;
}

.bsqzcont {
    margin: 65px auto;
}

.hdtit {
    width: 391px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.hdtit .item {
    width: 165px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border: 1px solid #1278CE;
    font-size: 24px;
    font-weight: bold;
    color: #126FCE;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hdtit .item .en {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: transparent;
    font-size: 18px;
    color: #BABAB9;
    border: 0;
    line-height: 1;
    height: auto;
    font-weight: normal;
}

.hdtit .on {
    color: #fff;
    height: 52px;
}

.hdtit .on .en {
    color: #6483C8;
}

.hdtit .on span {
    display: block;
    border: 1px solid #fff;
    background: #126FCE;
   height:50px;
}

.bdcont {
    padding: 80px 0;
}

.listdiv {}

.listdiv .item {
    display: inline-block;
    width: 295px;
    height: 95px;
    background: url(../img/itemsw.png) no-repeat;
    margin-bottom: 12px;
    overflow: hidden;
}

.listdiv .item:hover {
    background: url(../img/itemswh.png) no-repeat;
}

.listdiv .item a {
    display: block;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    box-sizing: border-box;
    padding: 35px 20px;
    padding-left: 72px;
}

.listdiv .item .linet {
    padding: 22px 20px;
    padding-left: 72px;
}