
.bodyimg{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #eee;
}
/*大图详细信息开始*/
.add{
    width: 1200px;
    height: 496px;
    margin: 0 auto;
}
.add .pic1{
    width: 389px;
    height: 100%;
    background: url("../images/add/add-1200-h_03.jpg") no-repeat;
}
.add .pic1:hover{
    background: url("../images/add/add-1200_03.jpg") no-repeat;
}
.add .pic2{
    width: 389px;
    height: 100%;
    background: url("../images/add/add-1200-h_04.jpg") no-repeat;
}
.add .pic2:hover{
    background: url("../images/add/add-1200_04.jpg") no-repeat;
}
.add .pic3{
    width: 422px;
    height: 100%;
    color: #ffffff;
    background-color: #710430;
}
.add .pic3:hover{
     background-color: #a88212;
}
.pic3 .txt3{
    width: 422px;
    height: 100%;
   
}
.add .pic3 span:nth-child(1){
    position: absolute;
    font-size: 3em;
    font-weight: bold;
    top:29%;
    left:26%;
}

.add .pic3 span:nth-child(3){
    position: absolute;
    font-size: 2em;
    top:41%;
    left:30%;
}
.add .pic3 span:nth-child(5){
    position: absolute;
    font-size: 2em;
    top:48%;
    left:30%;
}
.add .pic3 span:nth-child(7){
    position: absolute;
    font-size: 1em;
    top:70%;
    left:22%;
}
.add .pic3 span:nth-child(9){
    position: absolute;
    font-size: 1em;
    top:75%;
    left:22%;
}
/*大图详细信息结束*/

.food_head{
    width: 1200px;
    height:90px;
}
.food_head img{
    width: 312px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 40%;
}
.food_list{
    width: 843px;
    height:386px;
    margin: 0 auto;
}

.food_u1{
    width: 843px;
    height:auto;
    left: 0;
}

.food_u1 li{
    width: 194px;
    height: 297px;
    float: left;
    border: 1px solid #e0e0e0;
    box-shadow:0px -1px 0px #ccc inset;
    margin-left: 127px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}
.food_u1 li:nth-child(1){
     background-color: #0b4771;
     margin-left: -40px;
 }
.food_u1 li:nth-child(2){
    background-color: #710430;

}
.food_u1 li:nth-child(3){
    background-color: #0b7169;

}
.food_u1 li:hover{
    background-color: #a88212;
}
.food_list li span:nth-child(2){
    position: relative;
    top:4px;
    font-size:1.3em ;
    font-weight:bold;
    font-stretch:condensed;
}
.food_list li span:nth-child(4){
    position: relative;
    bottom:-7px;
}
.img2{
    width: 1200px;
    height: 85px;
    background: url("../images/add/add_26.jpg") no-repeat;
}
/*底部团队开始*/
.t_t{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.t_head{
    width: 100%;
    height:90px;
}
.t_head img{
    width: 445px;
    height: 44px;
    position: absolute;
    top: 30%;
    left: 32%;
}
.t_list{
    width: 841px;
    height: 400px;
    margin: 0 auto;

}
/*员工福利*/
.t_ul{
    width: 843px;
    height: 350px;
    /*left:33px;*/
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;

}
.t_ul li{
    float: left;
    font-size: 12px;
    text-align: center;
}
.t_ul li img{
    width: 310px;
    height: 310px;
}
.t_ul li:nth-child(1){
    margin-left: 0px;
    width: 307px;
    height: 310px;

}
.t_ul li:nth-child(2){
    width: 220px;
    height: 310px;

}
.t_ul .top_box{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px dashed #3c3c3c;
    margin-top: 45px;
}
.t_ul .txt_box {
    width: 100%;
    height: 120px;
    line-height: 30px;
    font-size: 1.2em;
}

.t_ul .bottom_box{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-top: 1px dashed #3c3c3c;
    bottom: -21px;
}

.t_ul li:nth-child(3){
    margin-left: 0px;
    width: 310px;
    height: 319px;
    margin-right: 0px;


}
.t_list li span:nth-child(2){
    position: relative;
    top:8px;
    font-size:1.3em ;
    font-weight:bold;
    font-stretch:condensed;
}

/*员工福利结束*/