@charset "utf-8";
/* CSS Document */

/*html,body{width:100%; height:100%;}*/
body{ margin: 0; padding: 0;  background: #f0efee; color:#000;/*position: absolute;top:0;left: 0;right: 0;bottom: 0;font-size: 100px*/;min-width: 1218px;}
table{ margin:0 auto;border-spacing: 0}
table tr,table tr td{margin:0; padding:0;}
/*table tr td img{display:block;}*/
.slide-container{width:1200px; margin:0 auto;}
/*头部*/
.header{height: 100px;line-height: 100px;/*border-bottom: 4px solid #d64426;*/background: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    z-index: 100;

}
.hd-content{width: 1200px;margin: 0 auto;height: 100px;line-height: 100px;position: relative}
.logo{float: left;line-height: 92px}
.logo img{}
.nav{width:780px;height: 100px;line-height:100px;position: relative;margin:  0 auto;float: right;margin-right: 10px}
.nav ul{  float: right;}
.nav ul li{
    float: left;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
    color: #575757;
    padding:0 18px;
    line-height: 51px;
    height: 51px;
    margin-top: 25px;
}
.nav ul li a{color: #000;}
.nav ul li.active a,.nav ul li:hover a{color: #fff;}
.nav ul li.active,.nav ul li:hover{background: #d64426;background: url(../images/nav-bg.png) repeat-x ;}

/*.line{height: 2px;background: #056092}*/
/*@media screen and (max-width: 750px) and (max-height: 750px){
    .hd-content{width: 100%;margin: 0 auto;height: 80px;}
}*/
/*内容*/
.content{width:100%;position: absolute;top:0;left: 0;right: 0;bottom: 0;min-width: 1200px;overflow: auto;min-height: 580px;}
.content1{height: auto;max-width: 1920px;margin: 0 auto;position: relative;;background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    z-index: 99;
    overflow: auto;
    /*min-width: 1200px;*/
    /*height: 100%;*/
}
.item{
    min-width: 1200px;
    margin: 0 auto;
}
#a1{
     background: url(../images/company.jpg) no-repeat center top;
    height: 1368px;
}
#a2{
    background: url(../images/culture.jpg) no-repeat center top;
    height: 658px;
}
#a5{
    background: url(../images/contact.jpg) no-repeat center top;
    height: 917px;
}


.copyright1{color: white;text-align: center;font-size: 15px;line-height:50px;margin: 0 auto;min-width: 1200px;background: url(../images/bottom.jpg) repeat-y;height: 50px}

.content1>img{display: block;margin: 0 auto;}









