@charset "utf-8";
/* CSS Document */

#navList>li{
    float: left;
    width: 151px;
}
/*#navList>li>a{*/
/*    padding: 0 22px;*/
/*}*/
#navList{
    /*background: url('../home/images/newnavbg.png') no-repeat 100% 100%;*/
    background-size: 100% 100%;
}
#impNotice{
   overflow: hidden;
}
#impNotice .seamless-warp2{
    float: left;
}
#impNotice img{
    float: left;
}
#impNotice span{
    float: left;
}
.navList>li>a {
    color: #ffffff;
}
main div .dealBox{
    height: 585px;
    overflow: hidden;
}
/*#app .flowBox .flowTitle li div span{*/
/*    position: relative;*/
/*    top: 14px;*/
/*}*/
main div .dealBox .dealLeft{
    float: left;
}
main div .dealBox .dealLeft .top{
    overflow: hidden;
}
main div .dealBox .dealLeft .top li{
    float: left;
    font-size: 16px;
    line-height: 76px;
    text-align: center;
}
main div .dealBox .dealLeft .top li:hover,main div .dealBox .dealLeft .top li:hover a{
    background: #0061DC !important;
    color: #FFFFFF;
}
/*main div .dealBox .dealLeft .top li a{*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    line-height: 76px;*/
/*    text-align: center;*/
/*}*/
main div .dealBox .dealLeft .top li a i{
    position: relative;
    top: 9px;
}
main div .dealBox .dealLeft .down{
    overflow: hidden;
    height: 508px;
}
main div .dealBox .dealLeft .down .leftList{
     float: left;
    height: 100%;
    font-size: 17px;
 }
main div .dealBox .dealLeft .down .rightList{
    float: right;
    width: 718px;
    font-size: 17px;
}
main div .dealBox .dealRight{
    float: right;
}
main .synthesize .news{
    margin-right: 19px;
}
main .news .title{
    overflow: hidden;
}
main .news .title a{
    float: left;
}
.inter-link .center select{
    margin-right: 35px;
}
.drop-menu{
    background: #fff;
    z-index: 111;
}
.news_bg,.index-foot{
    background: url("../images/news_bg.png");
}
.foot-right li:first-child {
    background: url("../images/foot1.png") 50% 20% no-repeat;
}
.foot-right li+li {
    background: url("../images/foot3.png") 50% 30% no-repeat;
}
@media screen and (max-width: 1680px){
    #navList>li{
        width: 133px;
    }
    main .deal li{
        width: 275px;
    }
    main .synthesize .news{
        margin-right: 10px;
    }
    .inter-link .center select{
        margin-right: 3px;
    }
}