body{
    /*position: relative;*/
}
/***********导航栏****************/
.nav-bar{
    min-width:1050px;
    background-color: #b81b03;
    width: 100%;
    height: 61px;
    top: 0;
    left: 0;
}
.container{
    margin: 0 auto;
}
.nav-left li{
    float: left;
    padding: 17px 8px;
    color: #fff;
}
.nav-left li img{
    height:33px;
}
.nav-left li a{
    color: #fff;
    font-size: 21px;
    padding-right: 5px;
}
.nav-right li{
    float: right;
    padding: 16px 2px 8px;
    color: #fff;
}
.nav-right li a{
    color: #fff;
    font-size: 17px;
    padding-right: 4px;
}
.divider{
    min-width:1050px;
    max-width: 100%;
    height:6px;
    background-color: #b68315;
}
/********logo****************/
.logo{
    display:inline-block;
	padding:12px 0px;
    margin:2px 0;
}
.tel{
    float:right;
    margin:2px 0;
    padding-top:22px;
}
.tel img{display: inline-block;width:50px;}
.tel-right{text-align: right;margin-left:4px;font-size:18px;font-family: '宋体';display: inline-block;line-height: 34px;  font-weight: bold;letter-spacing: 0.2px;}
.tel-right p{display: inline-block;color:#d6211f;font-weight:700;}
.tel-right span{display: inline-block;color:#715e45;font-size:18px;}

/********搜索区域*********************/
.search{
    min-width:1200px;
    clear:both;
    width: 100%;
    background-color: #FFF6CB;
    height: 45px;
}
.btn-sele {
    color: #fff;
    border: none;
    width:100px;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    height:35px;
    float:left;
}
.btn-sele option{background-color: #e75952;}

.search-input{
    display: inline-block;
    background-color: #fff;
    width: 157px;
    height: 33px;
    color: #333;
    font-size: 16px;
    margin-left:2px;
    border: 1px solid #da857e;
    margin-top:5px;
    float:left;
}
.input-data{height:33px;display: inline-block;float:left;width:115px;outline: none;border:none;color:#646464;font-size:13px;}
.btn-search{
    background: url("../images/index/reseach.png") no-repeat center center;
   
    border: none;
    width: 40px;
    height: 33px;
    font-size: 16px;
    background-color: #c12d20;
    float:right;
    margin-right:2px;
    margin-top:1px;
    outline: none;
	background-size:20px auto;
}
.sousuo form{
    display: inline-block;
    position: relative;
}
.hot{
    display: inline-block;
    height: 26px;
    background: url("../images/index/hot.png") no-repeat 0 -2px;
    padding-left: 30px;
    margin-left: 12px;
    float:left;
    margin-top:20px;
}
.hot a{
    color:#b81b03;
    font-size:14px;
    margin:0 1px;
}
.sousuo{
    margin: 0 auto;
    float:left;
}
.sou-right{
    float:right;
}
.now {
    display: inline-block;
    text-align: center;
    color: #5a5a5a;
    font-size:15px;
    line-height:45px;
    letter-spacing: 1px;
	height:45px;
}
.now b{
    font-size: 20px;
    color: #b81b03;
    font-weight: normal;
}
.now span i{
    padding:9px 0;
    border:1px solid red;
}

