h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*header*/
.header{
    background:rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000',endColorstr='#CC000000');
    height:40px;
    overflow:hidden;
    padding:0 5%;
    position:fixed;
    top:0;
    width:90%;
    z-index:100;
}
.header .logo{
    background-image: url(//static-es.xiaojukeji.com/fukit/app/zeus/150505/images/newindex/logo.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-image:none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//static-es.xiaojukeji.com/fukit/app/zeus/150505/images/newindex/logo.png',sizingMethod='scale');
    float:left;
    height:28px;
    margin-top:6px;
    width:126px;
}
.header .links{
    float:right;
    margin-top:8px;
}
.header .links a{
    margin-left:26px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
}
.header .links a.btn-login{
    color:#333;
    display:inline-block;
    width:56px;
    height:24px;
    line-height:24px;
    background:#a6a6a6;
    border-radius:3px;
    text-align:center;
}
.header .links a.btn-login:hover{
    color:#fff;
}
body{
    background: url(//static-es.xiaojukeji.com/fukit/app/home/case/images/bg.png) repeat;
    padding-top:45px;
}
.header-x{ top:0; }
/*banner*/
.banner{
    position: relative;
    width:100%;
}
.banner .banner-pic{
    background-image: url(//static-es.xiaojukeji.com/fukit/app/home/case/images/banner.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//static-es.xiaojukeji.com/fukit/app/home/case/images/banner.jpg', sizingMethod='scale');
    background-position:center;
    height: 500px;
}
.banner .slogin {
    position:absolute;
    left: 5%;
    top:120px;
}
.banner .slogin h2{
    color:#fff;
    font-size: 42px;
    line-height:60px;
}
.banner .slogin h3{
    color:#e3e7eb;
    font-size: 28px;
    line-height:60px;
}
.banner .slogin .btn{
    background:#017ed2;
    color:#fff;
    display: block;
    font-size: 16px;
    height:44px;
    line-height: 44px;
    text-align: center;
    width:146px;
}
/*container*/
.container{
    padding-top:40px;
}
.container h2{
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.container h2 span{
    color:#017ed2;
}
/*case-list*/
.case-list{
    margin:0 auto 0;
    width:1000px;
}
.case-list li{
    float:left;
    padding-top:40px;
    width:500px;
}
.case-list li .box{
    background: #fff;
    border:1px solid #c9c9c9;
    height:405px;
    padding:35px 0;
    width:484px;
}
.case-list li .box img{
    display: block;
    margin:0 auto;
    width:100%;
}
.case-list li .box h3{
    font-size: 30px;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    padding:30px 0 10px;
    text-align:left;
}
.case-list li .box .more{
    color:#999;
    font-size: 40px;
    padding-top:70px;
    text-align: center;
}
.case-list li .box h3 span{
    border-left:4px solid #017ed2;
    display: block;
    float:left;
    height:30px;
    margin:5px 26px 0 0;
    width:0px;
}
.case-list li .box p{
    color:#666;
    font-size: 14px;
    padding:0 30px;
}
/*introduce*/
.introduce{
    background:url(//static-es.xiaojukeji.com/fukit/app/home/case/images/introduce_bg.png) repeat-x;
    height:225px;
    margin-top: 80px;
    padding-top:100px;
    text-align: center;
    width:100%;
}
.introduce h2{
    color:#fff;
    font-size: 42px;
    line-height:60px;
}
.introduce h3{
    color:#fff;
    font-size: 18px;
    line-height:36px;
    margin: 20px auto 0;
    width:42%;
}
/*advantage*/
.advantage{
    margin-top:70px;
    padding-bottom:150px;
}
.advantage h2{
    font-size: 40px;
    line-height: 60px;
}
.advantage ul{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    margin:30px auto 0;
    overflow: hidden;
    width:1000px;
}
.advantage li{
    float:left;
    padding:100px 0 120px;
    text-align: center;
    width:33%;
}
.advantage li h3{
    font-size: 26px;
    line-height:36px;
    margin-top: 20px;
}
.advantage li h4{
    font-size: 14px;
    line-height:28px;
    margin-top: 10px;
}
.advantage .reg-btn{
    background:#017ed2;
    color:#fff;
    display: block;
    font-size: 20px;
    height:54px;
    line-height: 54px;
    margin:60px auto 0;
    text-align: center;
    width:180px;
}

.footer{
    width:100%;
}
.footer .question{
    display: none;
}
.footer .copyright{
    background:#2c2c2c;
    color:#6d6d6d;
    font-size:12px;
    height:36px;
    line-height:36px;
    padding:0 10%;
    width:80%;
}
/*<500px设备*/
@media screen and (max-width: 500px) { 
    body{
        background: #fff;
    }
    .banner .banner-pic{
        background-image: url(//static-es.xiaojukeji.com/fukit/app/home/case/images/banner-m.jpg);
        background-position: center bottom;
        height:325px;
    }
    .banner .slogin{
        position: static;
    }
    .banner .slogin h2{
        color:#333;
        font-size: 30px;
        line-height: 42px;
        text-align: center;
    }
    .banner .slogin h3{
        color: #017ed2;
        font-size: 14px;
        line-height: 42px;
        text-align: center;
    }
    .banner .slogin h3 i{
        border-bottom:1px solid #017ed2;
        display: inline-block;
        height:0px;
        margin:0 10px;
        overflow: hidden;
        vertical-align: middle;
        width:15px;
    }
    .banner .slogin .btn{
         margin:0 auto;
    }
    .container{
        background: #f2f2f2;
        margin-top: 40px;
        padding:0;
    }
    .container .title{
        display: none;
    }
    .case-list{
        margin:0 auto;
        width:94%;
    }
    .case-list li{
        width:100%;
    }
    .case-list li{
        padding-top:15px;
    }
    .case-list li .box{
        margin:0 auto;
        height:364px;
        padding:4% 0;
        width:98%;
    }
    .case-list li .box img{
        width:92%;
    }
    .case-list li .box h3{
        font-size: 18px;
    }
    .case-list li .box h3 span{
        height:20px;
        margin:10px 15px 0 0;
    }
    .case-list li .box p{
        font-size: 12px;
        padding:0 20px;
    }
    .case-list .n{
        display: none;
    }
    .introduce{
        background: #017ed2;
        height:160px;
        margin-top: 15px;
        padding-top: 30px;
    }
    .introduce h2{
        font-size: 30px;
    }
    .introduce h3{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        width:90%;
    }
    .advantage{
        margin-top: 50px;
        padding-bottom: 0;
    }
    .advantage h2{
        font-size: 30px;
    }
    .advantage ul{
        margin-top: 20px;
        width:88%;
        padding-bottom:70px;
    }
    .advantage li h4{
        font-size: 14px;
    }
    .advantage li h3{
        font-size: 24px;
    }
    .advantage li{
        padding:60px 0 0;
        width:100%;
    }
    .advantage .reg-btn{
        display: none;
    }
    .footer{
        background: none;
    }
    .footer .question{
        background:#f2f2f2;
        color: #999;
        display: block;
        font-size: 14px;
        height: 50px;
        line-height: 24px;
        padding: 20px 0px;
        text-align: center;
    }
    .footer .question p {
        margin-bottom: 5px;
    }
    .footer .copyright{
        height: 50px;
        line-height: 50px;
        background: #F3F3F3;
        font-size: 14px;
        color: #999;
    }
    .footer .copyright span{
        display: none;
    }
}