.mbox {
    width: 1200px;
    margin: 0 auto;
}

.top .logo img {
    height: 80px;
}

.top .tphone {
    margin-top: 12px;
    font-size: 16px;
}

.top .tphone p {
    font-size: 28px;
    font-weight: bold;
    color: #145DA9;
}

/*.banner {*/
/*    background: url(../imgs/banner.png) center center no-repeat;*/
/*    height: 550px;*/
/*}*/

h1 {
    margin-top: 80px;
    text-align: center;
    font-size: 56px;
    line-height: 80px;
    color: #333;
}

.stitle {
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 32px;
}

.tphone {
    margin-top: 45px;
    padding-left: 200px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 200%;
}

.tphone .sphone span {
    color: #3366ff;
}

.qbox {
    position: relative;
    margin-top: 80px;
    height: 620px;
    background: url(../imgs/fnbg.png) top center no-repeat;
}

.qbox ul li {
    position: absolute;
    bottom:0;
    right: 0;
}

.qbox ul li h3{
    font-size: 42px;
    color: #3366ff;
    height: 55px;
}

.qbox ul li p {
    font-size: 24px;
    color: #333;
    line-height: 1.6;
}

.qbox ul li:nth-child(1) {
    right: 850px;
    top: 10px;
}

.qbox ul li:nth-child(2) {
    right: 900px;
    top: 230px; 
}

.qbox ul li:nth-child(3) {
    right: 850px;
    top: 460px;    
}

.qbox ul li:nth-child(4) {
    left: 780px;
    top: 30px;
    text-align: left;
}

.qbox ul li:nth-child(5) {
    left: 880px;
    top: 220px; 
    text-align: left;   
}

.qbox ul li:nth-child(6) {
    left: 860px;
    top: 435px;    
    text-align: left;
}

.fwlist {
    margin-top: 80px;
}

.fwlist li{
    position: relative;
    float: left;
    width: 275px;
    height: 300px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    color: #FFF;
}

.fwlist li:nth-child(4n) {
    margin-right: 0;
}

.fwlist li img {
    position: relative;
    width: 100%;
    height: 300px;
}

.fwlist li h3 {
    position: absolute;
    font-size: 2.2em;
    padding: 3em 0;
    width: 100%;
    text-align: center;
    top: 0;
    line-height: 1.6;
}

.fwlist li:hover div.intro {
    cursor: pointer;
    position: absolute;
    top: 0;
    text-align: center;
    transition: 0.5s;
    width: 275px;
    height: 300px;
    background: #1F96D0;
    line-height: 220%;
}

.fwlist li div.intro div {
    font-size: 16px;
    padding: 2em;
}

.slist {
    margin-top: 80px;
}

.slist li {
    margin-bottom: 80px;
}

.slist .sno {
    display: inline-block;
    width: 80px;
    height: 200px;
    background: url(../imgs/ico.png) top center no-repeat;
    font-size: 56px;
    text-align: center;
    line-height: 80px;
    color: #FFF;
    font-weight: bold;
    margin-right: 38px;
}

.slist .stxt {
    font-size: 24px;
    line-height: 160%;
    color: #707070;
}

.slist .stxt h3 {
    font-size: 30px;
    line-height: 40px;
    height: 80px;
    color: #333;
}

.footer {
    margin-top: 80px;
    box-sizing: border-box;
    padding: 50px;
    background: #0099DA;
    color: #FFF;
    font-size: 16px;
    line-height: 200%;
}

.footer .fottxt{
    float: left;
}

.footer .fotimg {
    float: right;
}

.footer .fotimg li {
    float: left;
    text-align: center;
    margin-left: 25px;
}