﻿.index-base {
    width:670px;margin:auto;margin-top:50px;
}
.index-logo {
    height:150px;background:url(Nimages/home/logo.png) no-repeat center top;width:100%;
}
.index-apptype {
    overflow:hidden;padding-bottom:5px;
}
.index-apptype li{
    float:left;font-size:14px;padding-right:15px;
}
.index-searchbox {
    width:100%;overflow:hidden;
}
.index-searchbox li{
    float:left;overflow:hidden;
}
.index-searchbox .index-box{
    border:solid 1px #a5a5a5; border-right:0;width:600px;height:48px;
}
.index-searchbox .index-box input{
    border:0;height:30px;margin:9px 5px 0 0px;font-family:'Microsoft YaHei';font-size:14px;width:100%;text-indent:15px;
}
.index-cnbtn {
    background:url(Nimages/home/cnbtn.png) no-repeat 0 0;border:0;cursor:pointer;width:69px;height:50px;
}
.index-fnbtn {
    background:url(Nimages/home/fnbtn.png) no-repeat 0 0;border:0;cursor:pointer;width:69px;height:50px;
}
.index-banner {
    width:100%;height:130px;margin-top:10px;
}
.index-news {
    width:900px;margin:auto;padding-top:20px;overflow:hidden;
}
.index-newslist {
    width:600px;float:left;
}
.index-newslist iframe{
    width:100%;height:640px;
}
.index-advimg {
    float:right;width:285px;
}
.index-advimg p{
    padding:7px 0;
}
.index-jljz {
    position:absolute;z-index:99;top:50px;right:210px;width:10px;white-space:nowrap;background:#FFF;
}
@media screen and (max-width: 1130px) {
.index-jljz {
    position:relative;right:0px;top:0px;margin:auto;width:215px;
}
}
@media screen and (max-width: 670px) {
    .index-base {
        width:96%;margin:auto;
    }
    .index-banner {
        
    }
    .floating_ck {
        display:none;
    }
    .index-searchbox .index-box{
        border:solid 1px #a5a5a5; border-right:0;width:98%;height:48px;
    }
    .index-searchbox {
        position:relative;
    }
    .index-cnbtn {
        background:url(Nimages/home/cnbtn.png) no-repeat 0 0;border:0;cursor:pointer;width:69px;height:50px;
        position:absolute;right:0;top:0;
    }
    .index-fnbtn {
        background:url(Nimages/home/fnbtn.png) no-repeat 0 0;border:0;cursor:pointer;width:69px;height:50px;
        position:absolute;right:0;top:50px;
    }
    
    .index-news {
        width:100%;margin:auto;padding-top:20px;overflow:hidden;
    }
    .index-newslist {
        width:100%;float:none;
    }
    .index-advimg {
        width:100%;float:none;
    }
    
}