.footer{

    background: #f2f2f2;
    font-weight: normal;
    padding-bottom: 30px;
    min-width: 1200px;
}
.footer_content{
    padding-top: 50px;
    width: 1000px;
    margin:  auto ;
}
.footer_content>div{
    display: inline-block;
    vertical-align: top;
}
.footer_content .type_content_hot{
    width: 190px;
}
.footer_content .type_content_core{
    width: 210px;
}
.footer_content .type_content_feature{
    width: 193px;
}
.footer_content .type_content_about{
    width: 177px;
}
.footer_content .type_content_ours{
    width: 210px;
}
.type_title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-family:"微软雅黑";
}
.footer_content ul li{
    height: 20px;
    line-height: 20px;
}
.footer_content ul li a{
    font-size: 12px;
    color: #666666;
}
.footer_content .type_content_ours  ul li a:first-child{
    margin-right: 25px;
}
.footer_content  ul li a img{
    margin-right: 5px;
}
.footer_content ul li a:hover{
    color: #666666;
}
.footer_content .type_content_ours ul li.selects_content{
    height: 66px;
}
.footer_content .type_content_ours a{
    color: #666666;
}
.footer_content .type_content_ours p{
    color: #666666;
}
.footer_content .type_content_ours a:hover{
    color: #666666;
}
.footer_content .type_content_ours ul li p{
    padding: 0;
    font-size: 14px;
    color: #333333;
    margin: 23px 0 10px;
}
.footer_content .type_content_about ul .imgs_wechat{
    position: relative;
}
.footer_content .type_content_about ul .imgs_wechat:hover img{
    display: block;
}
.footer_content .type_content_about .imgs_wechat img{
    width: 100px;
    height: 107px;
    position: absolute;
    top: 20px;
    left: -22px;
    display: none;
}
.footer .footer_content  ul li .selects{
    display: inline-block;
    margin-right: 3px;
    width:167px ;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
    text-indent: 8px;
    cursor: default;
    border-radius: 4px !important;
    position: relative;
}
.footer .footer_content .selects:hover{
    border: 1px solid #f68b24;
}
.footer .footer_content .selects  i{
    display: inline-block;
    width: 5px;
    height: 3px;
    position: absolute;
    top: 13px;
    right: 7px;
    background: url("../images/download/to_down_logo.png") no-repeat;
}
.footer .footer_content  .selects:hover  i{
    background: url("../images/download/to_up_logo.png") no-repeat;
}
.footer .footer_content .selects .selects_list {
    position: absolute;
    top: 29px;
    width: 166px;
    height: 180px;
    overflow-y:auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top:none ;
    z-index: 55;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar{
/*
    height:1px;*/
    width:8px;

    background-color: #cccccc;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius:2px;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb{
    background: #cccccc;
    height: 30px;
    border-radius:2px;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb:hover{
    background: #61B6EB;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-corner{
    background: #61B6EB;
}
.footer .footer_content  .selects .selects_list div{
    width: 140px;
    height: 22px;
    line-height: 22px;
}
.footer .footer_content   .selects .selects_list div:hover{
    background: #f2f2f2;
}
.footer .lines{
    height: 1px;
    width: 1200px;
    margin: 30px auto 28px;
    background: #cccccc;
}
.footer .footer_bottom_content{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.footer .footer_bottom_content  ul li{
    display: inline-block;
    padding: 0 15px;
    height:15px ;
    line-height: 15px;
    border-right: 1px solid #6f6f6f;
}
.footer .footer_bottom_content  ul li:last-child{
    border-right: none;
}
.footer .footer_bottom_content  ul li a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.footer .footer_bottom_content  ul li a:hover{
    color: #666666;
}
/*.footer .footer_bottom_content .extra_message  ul li a:hover{
    text-decoration: none;
}*/
.footer_bottom_content .extra_message{
   margin: 5px 0;
}
.footer_bottom_content .extra_company{
  margin-top: 5px;
}
.none{
    display: none !important;
}
.clear{
    zoom:1;
}
.clear:after {
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}