/*css reset*/
*{margin:0;padding:0;box-sizing:border-box;}
img{border:0;vertical-align:middle;}
ul,li{list-style: none;}
body{font-size:16px;font-family:"Arial",sans-serif;width:100%;}
.cb{clear:both;}
a{text-decoration: none;}
.dj_container{position:relative;}
/*nav*/
.header_box{position:fixed;top:0;width:100%;height:80px;background-color:#333;text-align:center;z-index:10000;}
.header_logo{position: absolute;top:0;left:40px;padding-top:15px;}
.header_logo img{height:50px;}
.header_phone{position: absolute;top:0;right:40px;height:80px;line-height:80px;}
.header_phone span{margin-left:5px;color:#fff;}
.header_nav{height:80px;width:900px;margin:auto;}
.header_nav li{float:left;font-size: 1em;line-height:77px;cursor:pointer;padding:0 30px;}
.header_nav li a{display:inline-block;border-bottom:3px solid transparent;line-height:77px;color:#fff;}
.header_nav li:hover a,.header_nav li a.on{border-color:#fccb11;color:#fccb11;}
.le{float:left;}
.page3{background: url('../images/05.jpg');background-size:100%;}
.page4{background: url('../images/06.jpg');background-size:100%;}
.page5{background: url("../images/08.jpg");
    background-size:100%;}
.page6{background: url('../images/03.jpg');background-size:100%;}
/*map*/
#allmap {width: 100%;height: 500px;overflow: hidden;margin:0;}

