/*footer.css start*/
#footer{
    position: relative;
    width: 100%;
    height: 350px;
    background: #282828;
}
.footer_center{
    position: relative;
    width: 1200px;
    height: 100%;
    left: 50%;
    margin-left: -600px;
    box-sizing: border-box;
    padding-top: 70px;
}
.footer_shine_line{
    width: 100%;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 2px dashed #333333;
}
.footer_shine_line_item{
    float: left;
    /*width: 112px;*/
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.footer_shine_mar{
    margin-right: 10px;
}
.footer_shine_line_item_img{
    display: inline-block;
    width: 22px;
    height: 22px;
}
.footer_shine_line_item_text{
    display: inline-block;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #c7c7c7;
    vertical-align: super;
    border-right: 1px solid #818180;
}
.shine_line_pa{
    padding-right: 12px;
}
.footer_shine_line_item:hover .footer_shine_line_item_text{
    color: #fba02e;
}
.shine_weibo_no_w{
    width: auto !important;
    padding-left: 12px;
}
.footer_shine_line_ls_item{
    display: inline-block;
    width: 84px;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #c7c7c7 !important;
    font-weight: bold;
    border-right: 1px solid #818180;
    vertical-align: text-bottom;
}
.footer_shine_line_ls_item:hover{
    color: #fba02e !important;
}
.footer_line_no_border{
    border-right: 0;
}
.footer_fuwu{
    width: 86px;
    height: auto;
}
.footer_fuwu_img_wrap{
    display: none;
    position: absolute;
    top: -90px;
    left: -32px;
}
.footer_fuwu_img_tri{
    position: relative;
    top: 3px;
    left: -52px;
}
.footer_shine_line_item:hover .footer_fuwu_img_wrap{
    display: block;
}
.footer_reading{
    width: 86px;
    height: auto;
}
.footer_reading_img_wrap{
    display: none;
    position: absolute;
    top: -90px;
    left: -34px;
}
.footer_reading_img_tri{
    position: relative;
    top: 3px;
    left: -52px;
}
.footer_shine_line_item:hover .footer_reading_img_wrap{
    display: block;
}
.footer_weibo{
    width: 86px;
    height: auto;
}
.footer_weibo_img_wrap{
    display: none;
    position: absolute;
    top: -90px;
    left: -22px;
}
.footer_weibo_img_tri{
    position: relative;
    top: 3px;
    left: -52px;
}
.footer_shine_line_item:hover .footer_weibo_img_wrap{
    display: block;
}
/*footer_contact_line*/
.footer_contact_line{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px dashed #333333;
    padding: 18px 0;
    overflow: hidden;
}
.footer_contact_line_left{
    float: left;
    padding-right: 32px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #c7c7c7;
    font-weight: bold;
}
.footer_contact_line_right{
    float: left;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #6f6f6f;
    overflow: hidden;
}
.footer_contact_line_right_fir{
    float: left;
    width: 250px;
}
.footer_contact_line_right_lineSub{
    padding-bottom: 8px;
}
.footer_contact_line_right_sec{
    float: left;
    width: 274px;
}
.footer_contact_line_right_tri{
    float: left;
}
/*footer_friendship_line*/
.footer_friendship_line{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px dashed #333333;
    padding: 18px 0;
    overflow: hidden;
}
.footer_friendship_line_left{
    float: left;
    padding-right: 32px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #c7c7c7;
    font-weight: bold;
}
.footer_friendship_line_right{
    float: left;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #6f6f6f;
    overflow: hidden;
}
.footer_friendship_line_right_item{
    float: left;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #6f6f6f;
    margin-right: 30px;
}
.footer_friendship_line_right_item:last-child{
    margin-right: 0;
}
.footer_friendship_line_right_item:hover{
    color: #fba02e;
}
.footer_last_line{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 18px;
}
.footer_last_line_item{
    float: left;
    margin-right: 50px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    color: #a0a0a0;
}
.footer_last_line_item_center_gap{
    margin: 0 10px;
}
/*footer.css end*/
.second_up_no{
    display: none;
}
/*修改客服qq*/
.contact_service_qq{
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #6f6f6f !important;
}
.contact_service_qq:hover{
    color:#fba02e !important;
}