*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
color:#000;
}

img {display: block;border:none;}
.container {width: 1200px;margin: 0 auto;position: relative;}
.clearfix{ zoom:1; }
.clearfix:after{content: "";display: block; clear: both;}

.home_box{
    /* width: 1349px; */
    /* height: 100%; */
    /* background-color: aqua; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* overflow: hidden; */
}
.logoImg{
    float: left;
   height: 76px;
   width: 199px;
}
.logoImg>img {
    width: 100%;
    height: 100%;
}
.header_box {
    width: 1200px;
    height: 76px;
    /* background-color: blue; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */

}
.Meun_Box {
    float: right;
    /* flex-direction: column; */
    /* width: 900px; */
    height: 40px;
    /* background-color: burlywood; */
}

.bun {
    width: 100%;
    height: 30px;
    /* background-color: skyblue; */
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content:  flex-end;
    align-items: center;
}
.bun>img{
    width: 20px;
    height: 20px;
}
.Meun {
    /* width: 860px; */
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding: 0px 20px; */
}
.Meun >li{
    /* width: 90px; */
    padding: 0 38px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    /* background-color: darkorchid; */
    
}

.Meun >li a{
    /* width: 90px; */
    /* padding: 0 38px; */
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #222;
    /* background-color: darkorchid; */
    
}

.Meun >li:hover,.Meun >li.on{
    background-color: #4071d7;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.Meun >li:hover a,.Meun >li.on a{
    /*background-color: #4071d7;
    */color: #fff;
}

.serve{
    color: #666666;
}
.cn{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    color: #fff;
    margin-right: 10px;
}
.search{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.advertising{
height: 500px;
padding:0px;
}

/* jump */
.jump {height: 30px!important;font-size: 0!important;text-align: center!important;margin-bottom: 75px;}
.jump li {float: none!important;border: none!important;background: #e9e9e9!important; margin: 0 7px!important;padding: 0!important; height: 30px!important; font-size: 14px!important; width: 30px!important; display: inline-block!important; border-radius:5px!important ; -webkit-border-radius:5px!important ; -moz-border-radius:5px!important ; -ms-border-radius:5px!important ; -o-border-radius:5px!important ; }
.jump li a { color:#333;display: block; height: 100%!important; width:100%!important;line-height: 30px!important; text-align: center!important; font-size: 14px!important; border-radius: 5px!important ; -webkit-border-radius: 5px!important ; -moz-border-radius: 5px!important ; -ms-border-radius: 5px!important ; -o-border-radius: 5px!important ; }
.jump li:first-of-type,.jump li:last-of-type {width: 56px!important;}
.jump li:hover,.jump li.on {background: #0093de!important;}
.jump li:hover a,.jump li.on a{color: #fff!important;}
