html {
    padding:0px;
    margin:0px;
}
body {
    padding:0px;
    margin:0px; 
    font-family:"Microsoft YaHei"; 
    overflow:hidden; 
    background: #F1F1F1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html,body{
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
    margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    font-family: inherit;
    color: inherit;
}
a:hover,
a:focus {
    color: #80c9f1;
    text-decoration: none;
    outline: none;
}
.floatl{
    float:left;
} 
.floatr{
    float:right;
}
.clearfix{
    clear: both;
}

.foot_bg{
    background: #434B58;
    border-top: 5px solid #303742;
    padding-bottom: 10px;
    padding-top: 10px;
}
.foot_1{
    width: 55%;
}
.foot_3{
    width: 28%;
}
.foot_2{
    width: 17%;
}
.foot_z1{
    margin-top: 15px;
    margin-right: 48px;
}
.foot_z1 ul li{
    color: #DEDEDE;
    font-size: 13px;
    padding: 6px 0px;
}
.foot_z1 ul li a{
    color: #DEDEDE;
    padding-left: 12px;
}
.foot_z1 ul li a:hover{
    color: #FF9C00
}
.foot_y1{
    padding-top: 45px;
    
}
.foot_y2{
    padding-top: 30px;
}
.foot_y3{
    padding-top: 24px;
}
.foot_y4{
    text-align: center;
    color: #DEDEDE;
    font-size: 13px;
    padding-top: 15px;
}
@media(max-width:1600px){
.container-L{
    width: 1100px;
}
.foot_1{
    width: 59%;
}
.foot_3{
    width: 24%;
}
}
@media(max-width:1440px){
.container-L{
    width: 1000px;
}
.foot_1{
    width: 62%;
}
.foot_3{
    width: 22%;
}
.foot_2{
    width: 16%;
}
.foot_z1{
    margin-right: 30px;
}
}
@media(max-width:1366px){
.container-L{
    width: 950px;
}
.foot_z1{
    margin-right: 20px;
}
.foot_z1 ul li a{
    padding-left: 6px;
}
}