body {
    background: #F2FBFF !important;
}
@font-face {
    font-family: fzchs;
    src: url("../fonts/FZCHSJ.ttf");
}
.header-banner {
    background: url("../img/home/home-bg.png") center no-repeat;
    height: 130px;
    margin-bottom: 25px;
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}
.g-main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.header-banner .header-title {
    font-size: 36px;
    color: #fff;
    font-family: fzchs;
    position: relative;
    padding-top: 10px;
    text-shadow: 0 3px 0 #011775;
    font-style: italic;
}
.home-center-ul{
    width: 100%;
}
.home-center-ul:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both
}
.home-center-ul{
    zoom:1;
}

.home-center-li{
    width:180px;
    height:300px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    border-radius:6px;
    float: left;
    margin: 0 10px;
}
.QX-WebRegion .home-center-li{
    width: 220px;
}
.home-center-li a{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.home-center-li a:hover ,.home-center-li a:focus{
    text-decoration: none;
}
.home-center-li a>img{
    width: 100%;
    height: auto;
}
.home-center-li .home-center-lInfo{
    padding: 30px 15px;
    text-align: center;
}
.home-center-li .home-center-lInfo h4{
    font-size:20px;
    font-weight:bold;
    color: #333;
    margin-bottom: 25px;
    margin-top: 0;
}
.home-center-li .home-center-lInfo span{
    color: #FF6600;
}
