.banner{
    padding-top: 132px;
}

.banner_title{
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: #f4f7ff;
}
.banner_content{
    font-size: 20px;
    margin-top: 72px;
    color:#f4f7ff;
    line-height: 36px;
}


.nav {
    height: 42px;
    line-height: 42px;
    background-color: #fafafa;
}

.fwgs{
    padding-bottom: 85px;
    padding-top: 56px;
}

.xzwmdly{
    padding-bottom: 56px;
    background-color: #fafafa;
    padding-top: 56px;
}

.xzwmdly li{
    text-align: center;
    float: left;
}

.xzwmdly li:hover .text{
    box-shadow:2px 2px 20px 2px #d1d1d1;
}

.xzwmdly li:not(:first-child){
    margin-left: 12px;
}

.fwxm{
    padding-bottom: 56px;
    padding-top: 56px;
}
.fwxm li{
    float: left;
    width: 351px;
    height: 374px;
    position: relative;
}
.fwxm li:not(:first-child){
    margin-left: 12px;
}
.fwxm li .btn{
    width: 154px;height: 35px;background-color: white;color:#C7000B;border: 1px #C7000B solid;font:18px DengXian;font-weight: bold;
}


.fwxm li:hover .btn{
    background-color: #C7000B;
    color: white;
}

.fwys{
    padding-bottom: 56px;
    padding-top: 56px;
    background-color: #fafafa;
}

.fwys li{
    float: left;
    text-align: center;
    width: 351px;
}

.fwys li:not(:first-child){
    margin-left: 12px;
}

.fwys img:hover{
    transform: scale(1.1);
}