body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
    margin:0;
    padding:0;
    }
h1, h2, h3, h4, h5, h6, th { 
    font-size: 100%; font-weight: normal; 
    }
.clearfix{
    clear: both;
}
li{
    list-style:none;
    }
a{ 
    text-decoration:none;
    outline:none;
    color: #333;
    }
a:hover{ 
    cursor:pointer;
    }
.container{
    margin: 0;
    padding: 0;
    width: 100%;
}
/*header*/
.header_bg{
    width: 100%;
    background-color: rgba(255,255,255,1);
    height: 80px;
}
.header{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header div{
    float:left;
    margin-top: 10px;
    }
.header ul{
    float:right;
    }
.header li{
    float:left;
    height:auto;
    height: 80px;
    line-height: 80px;
    }
.header li a{
    float:right;
    margin-right: 50px;
    height:55px;
    text-align:center;
    font-weight:bold;
    font-size:15px;
    }
.header li.cur a{
    color:#0068dd; 
    border-bottom:2px solid #0068dd;
    }
.header li a:hover{
    color:#0068dd;
    border-bottom:2px solid #0068dd;
    }
    
    /* 焦点图 */
.banner_bg{
    width: 100%;
    height: 580px;
}
.banner_top img{
    width: 100%;
}

    /* 产品中心 */
.pro_bg{
    width: 1200px;
    margin: 0 auto;
}
.pro_top{
    margin-top: 60px;
    margin-bottom: 30px;
}
.pro_left{
    float: left;
}
.pro_right{
    float: right;
    margin-top: 30px;
}
.pro_right a:hover{
    color:#0068dd;
    }
.pro_name{
    width: 285px;
    background-color: #292B36;
    color:#fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.pro li a:hover{
    color: #0068dd;
}
.pro li{
    float: left;
    width: 25%;
    margin-bottom: 80px;
}

/* 关于我们 */
.about_us_container{
    background-image: url(../img/about_us_bg.png); 
    background-repeat: no-repeat;
    overflow: hidden;
    height: 670px;
}
.about_us_bg{
    width: 1200px;
    margin: 0 auto;
}
.about_us_top{
    margin-top: 60px;
    margin-bottom: 30px;
}
.about_us_left{
    float: left;
    margin-right: 30px;
}
.about_us_right{
    line-height: 30px;
}
.about_us_more{
    background-color: #0068dd;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;  
    outline: none;
}
.about_us_more a{
    background-color:  #0068dd;
    color:#fff;
}
.about_us_more a:hover{
    background-color: #008BE8;
}

/* 新闻资讯 */
.news_container{
    background-image: url(../img/news_bg.png); 
    background-repeat: no-repeat;
    overflow: hidden;
    height: 600px;
}
.news_date,.news_cont{
    float: left;
}
.news_date{
    width: 110px;
    height: 100px;
    background-color:#2085C8 ;
    border-radius: 4px 0 0 4px;
}
.news_date h1{
   text-align: center;
   margin-top: 30px;
   color: #fff;
}
.news_cont{
    background-color:rgba(188,220,255,0.2);
    height: 100px;
    width: 480px;
}
.news_cont a:hover{
    color: #0174C1;
}
.news_cont h1,.news_cont h2{
    padding: 0 16px;
    font-size: 14px;

}
.news_cont a h1{
    font-size: 16px;
    font-weight:bold;
    margin-top: 16px;
}
.news_cont h2{
    margin-top: 8px;
}
.news_left{
    float: left;
}
.news_left1{
    margin-right: 20px;
}
.news_box{
    margin-bottom: 24px;
    height: 100px;
}

/* footer */
.footer_bg_container{
    background-color: #292B36;
}.footer_bg{
    width: 1200px;
    margin: 0 auto;
    background-color: #292B36;
    height: 300px;
}
.footer_left,.footer_right{
    float: left;
    color: #999999;
    margin-top: 50px;
}
.footer_right div a{
    color: #999999;
}
.footer_name{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_left{
    margin-right: 100px;
}
.footer_con,.footer_pro{
    margin-bottom: 10px;
}
.footer_pro a:hover{
    color: #fff;
}

/* copyright */
.copyright{
    width: 100%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #262731;
    color: #ffffff;
    font-size: 14px;
}