body, html
{
    height: 100%;
}
.bg-top{
    background: #F2F2F2;
    height: 30px;
    text-align: right;
}
.bg-top a {
    color: rgb(153, 153, 153);
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    outline-style: none;
    margin-right: 30px;
}
.bg-top a img{
    padding:0px;
    margin: 0px;
    width: 18px;
    height:18px;
    position: relative;
    top:4px;
}
.bg-top a:hover{
    color: #000000;
}
.head_logo{
    width: 100%;
    height: 100px;

}
.head_logo .log1{
    float: left;
    margin-left: 8%;
}
.head_logo .log2{
    float: left;
    margin-left: 14%;
}
.head_nav{
    width: 100%;
    height: 40px;
    background-color: rgb(33, 134, 222);
}
.head_nav .nav_next1{
    width: 1200px;
    height: 40px;
    float: left;
    font-size: 14px;
    margin-left: 9%;
    position: relative;
}
.head_nav .nav_next1 ul{
    list-style: none;
    width: 1000px;
    line-height:40px;
    font-family: "Microsoft YaHei",SimSun,SimHei;
}
.head_nav .nav_next1> ul > li{
    float: left;
}
.nav_next1 .tit .m>a {
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 40px;
    width: 110px;
    text-decoration:none;
    text-align: center;
    font-weight:bold;
}
.head_nav .nav_next1 li ul{
    background: #F2F2F2;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: #F0F0F0;
    padding: 5px 0px 5px 0;
    border-image: none;
    left: -1px;
    width: 170px;
    display: none;
    position: absolute;
    top: 40px;
    z-index: 9999;
}
.nav_next1 .twoli{
    line-height: 40px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-family: "Microsoft YaHei",SimSun,SimHei;
    text-align: left;
    padding-left: 20px;
}
.head_nav .nav_next1 .twoli a{
    color: #000000;
}
.head_nav .nav_next1 .twoli a:hover{
    color: #00AFF0;
}
.nav_next1 .tit .m>a:hover{
    background-color:#00AFF0;
    color: rgb(255, 255, 255);
    display:block
}
.nav_next1 .m{
    border-width: 0px 1px;
    border-style: none solid;
    border-color:#006BCF;
    border-image: none;
    margin-left: -1px;
    float: left;
    position: relative;
}
.cp_bot{
    padding: 20px 0px;
    border-top: 1px solid  #fff;
    background-color: #5b5b5b;
    position: relative;
    margin-top: -24px;
    height: 18px;
}
.cp_bot .bot_txt{
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.radios .footPush{
    height: 24px; /* Footer 的高度 */
}
.cp_footer{
    width:100%;
    padding:0px;
    margin: 0px;
    background-color: #4E99DA;
    color: #fff;
    font-size: 14px;
    position: relative;
    bottom: 15px;
}
.cp_footer .bot_top{
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}
.cp_footer .bot_top dl{
    width: 110px;
    float: left;
    padding: 0px 20px;
}
.cp_footer .bot_top dt{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}
.cp_footer .bot_top dd{
    line-height: 26px;
    padding-left: 20px;
}
.cp_footer .bot_top dd a{
    color: #fff;
}
.cp_footer .bot_top dd a:hover{
    color:#DDFFA5 ;
}
.cp_footer .bot_top .wxCode{
    float: left;
    padding: 0px 0px 0px 60px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.cp_footer .bot_top .wxCode img{
    display: block;
    margin: 10px 0 10px 50px;
    border: 0;
}