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;
    }
body{
    background-color: #F8F8F8;
}
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%;
}
.banner_top img{
    width: 100%;
}
/* 子导航 */
.z_nav{
    width: 1200px;
    margin: 20px auto;
}
.z_nav a:hover{
    color: #0068dd;
}
/* 选项卡 */
.o-m{
    background:#fff;
    width:1200px;
    margin:10px auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.o-m .ul-o{
    float:left;
    width:200px;
    position:relative;
    background:#E0E6E9;
}
.o-m .ul-o li a{
    text-align: center;
    float:left;
    line-height:68px;
    color:#656565;
    font-size:18px;
    width:200px;
    border-bottom:1px solid #cccbc8;
}
.o-m .ul-o li a:hover{
    color: #0068dd;
}

.ul-o{
    margin-top: 10px;
    margin-left: 10px;
}
.o-m .ul-o .li-o a{
    color: #fff;
    background-color: #008be8;
}

/* 产品中心 */
.ul-t{
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 930px;
}
.ul-t .con_b{
    margin-top: 30px;
}
.ul-t .con{
    float: left;
    width: 30%;
    margin-left: 20px;
}
.ul-t .con img{
    margin-left: 70px;
}
.ul-t .map{
    margin-top: 30px;
}
.con_tel{
    margin-left: 44px;
}
.com_mail{
    margin-left: 20px;
}
.con_add{
    margin-left: 8px;
}
/* 地图 */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

/* 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;
}