@import url(mobileHeader_swt.css);
@import url(moblieFooter_swt.css);
@charset "utf-8";


.main {
    min-height: 400px;
    margin-bottom: 30px;
}
.main .ggfw_main {
    height: 400px;
    background: url(../images/ggfw_main_bg.jpg) no-repeat center;
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
}

.main .ggfw_main ul {
    height: 300px;
    position: absolute;
    top: 10%;
    width: 100%;
}

.main .ggfw_main ul li {
    width: 36%;
    float: left;
    height: 139px;
}
.main .ggfw_main ul li+li {
    margin-left: 0;
}
.main .ggfw_main ul li a span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 90px;
    transition: all .8s;
}
.main .ggfw_main ul li:first-child+li a span {
    background: url(../images/swyb.png) #5658f4 no-repeat center;
	background-size:50%;
}
.main .ggfw_main ul li:first-child a span {
    background: url(../images/sjzx.png) #5658f4 no-repeat center;
    background-size: 50%;
}

.main .ggfw_main ul li:first-child+li+li a span {
    background: url(../images/zdxm.png) #5658f4 no-repeat center;
    background-size: 50%;
}
.main .ggfw_main ul li:first-child+li+li+li a span {
    background: url(../images/gjmy.png) #5658f4 no-repeat center;
    background-size: 50%;
}

.main .ggfw_main ul li a p {
    text-align: center;
    font-size: 16px;
}