#zzTop{
    height:auto;overflow:hidden;
    margin-top:20px;
    margin-bottom:20px;
}
.zzTop_Logo{
    width:40%;float:left;
    margin:0 5% 0 0;
}
.zzTop_Search{
    width:25%;float:left;
    margin:0 5% 0 0;
}
.search{
    width:280px;
    height:30px;
    border:1px solid #e8e8e8;
    border-radius:30px;
    margin:20px 0;
}
.search dt{
    float:left;
    margin:0 0 0 15px;
}
    .search .input {
        width: 200px;
        border: 0;
        line-height:28px;
        color:#959595;
    }
    .search .bnt{
        width:26px;
        height:26px;
        border:0;
        background:url(../Images/search.gif);
        margin:2px 0 0 0;
    }
.zzTop_Tel{
    width:25%;float:left;
}
.zzTop_Tel dt{
    width:200px;
    height:65px;
    background:url(../Images/top_tel.gif) 5px 5px no-repeat;
    line-height:30px;
    color:#979797;
    font-size:18px;
    padding-left:70px;
    font-style:italic;
}
.zzTop_Tel dt span{font-size:30px;color:#065ba8;}
#zzMenu{
    width:100%;
    height:45px;
    background:#0151a8;
}
.zzMenu li{
    width:11%;float:left;
    line-height:45px;
    text-align:center;
    font-size:13px;
}
.zzMenu li:hover{background:#cf0c12;}
.zzMenu li a{color:#fff;}
.zzMenu li a:hover{color:#ff0;text-decoration:underline;}

.banner{
    width:100%;
    height:auto;overflow:hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{width:100%;}


#zzContent_Banner{
    width:100%;
    height:280px;
    background:url(../Banner/content_banner.jpg) center;
}


#zzBottom_Link{
    width:100%;min-width:1200px;
    height:auto;overflow:hidden;
    background:#0151a8;
    padding:40px 0;
}
.zzBottom_Link_List{
    width:18%;float:left;
    height:auto;overflow:hidden;
    margin:0 0.5%;
}
.zzBottom_Link_List dd{
    width:100%;
    line-height:40px;
    color:#fff;
    font-size:14px;
    text-indent:20px;
}
.zzBottom_Link_List dt{
    width:100%;
    line-height:26px;
    color:#e0e0e0;
    font-size:12px;
    text-indent:20px;
}
.zzBottom_Link_List dt a{color:#e0e0e0;}
.zzBottom_Link_List dt a:hover{color:#5db2ff;}

#zzBottom{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    background:#014289;
    color:#fff;
    font-size:12px;
}
#zzBottom a{color:#fff;}
#zzBottom a:hover{color:#ff0;}
#zzBottom span{float:right;}

/*QQ客服开始*/
#topbar{
top:300px;
position:absolute;
margin:0px;
padding: 2px;
width: 120px;
z-index:2;
}
#topbar .qqno{ padding-left:0px;}
#topbar .qqno img{margin-right:0px;}

#zzFloatQQ{
    width:100%;
    height:auto;overflow:hidden;
}
.zzFloatQQ_Title{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family:"Microsoft YaHei";
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1d62b4,endColorStr=#134685); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #1d62b4,  #134685);        /* IE 10 */
    background:-moz-linear-gradient(top,#1d62b4,#134685);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1d62b4), to(#134685));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1d62b4), to(#134685));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #1d62b4, #134685);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #1d62b4, #134685);  /*Opera 11.10+*/
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.zzFloatQQ_Content{
    width:118px;
    background:#fff;
    height:auto;overflow:hidden;
    padding:5px 0;
    border:1px solid #134685;
    text-align:center;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.zzFloatQQ_Content .word{
    width:100%;
    line-height:20px;
}
.zzFloatQQ_Content .word span{font-size:14px;font-weight:bold;}
.zzFloatQQ_Content .qq{
    width:100%;
    line-height:20px;
}
.zzFloatQQ_Content .qq dd{
    width:100%;
    margin:5px 0;
}
.zzFloatQQ_Content .erweima{
    width:110px;
    line-height:20px;
    margin:0 auto;
}
/*QQ客服结束*/