*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    
}
body{
    background-color: #ECECEC;
}
#bigbox{
    width: 1000px;
    margin: 0 auto;
}
#banner{
    width: 1000px;
    font-size: 0px;
    overflow: hidden;
    height: 220px;
}
#banner img{
    width: 1000px;
}
#navMenu1{
    background-color:#FEF3F0 ;
    border-top: 1px solid #ccc;
    height: 60px;
}
#navMenu1 a{
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 58px;
    width: 80px;
    text-align: center;
    border-bottom: 2px solid #FEF3F0;
}
#navMenu1 a:hover{
    border-bottom: 2px solid #b75353;
    color: #b75353;
}
#main{
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
    background-color: #ffffff;
    padding-top: 10px;
}
#main_left{
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 250px;padding: 10px;

}
#main_left h3{
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
#main_left ul{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#main_left ul li a{
    text-decoration: none;
    color: #858585;
    line-height: 26px;
}#main_left ul li a:hover{
    color: #0b0e2f;
    font-weight: bold;
}
#main_main{
    box-sizing: border-box;
    display: inline-block;
    width: 500px;
    height: 500px;
    font-size: 0px;
}
#main_right{
    float: right;
    box-sizing: border-box;
    display: inline-block;
    width: 250px;
    padding: 10px;
}
#main_right{

}
#tijiao{
    text-align: center;

}
#tijiao textarea{
margin-top: 20px;
height: 70px;
}
#tijiao button{
    width: 100px;
    height: 30px;
    margin-top: 20px;

}
#tijiao h3{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 40px;
}
footer{
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    background-color: #FEF3F0;
    line-height: 60px;
    font-size: 12px;
    text-align: center;
}