/*.header*/
#header img{
  height:370px;
  width: 100%;
}
.header-order{
    background: #f1f1f1;
    background-image: linear-gradient(to bottom, #fdfdfd 0px, #f1f1f1 100%);
    background-image:-webkit-gradient(linear,left 0,left 100%,from(#fdfdfd),to(#f1f1f1));
    background-image:-webkit-linear-gradient(top,#fdfdfd 0,#f1f1f1 100%);
    background-image: -moz-linear-gradient(top,#fdfdfd 0,#f1f1f1 100%);
    background-image: linear-gradient(to bottom,#fdfdfd 0,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat:repeat-x;
    border-bottom: 1px solid #b3cbcf;
    height: 40px;
    line-height: 40px;
}
.header-order p{
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.header-order p a{
    color: #000;
}
/*.containor*/
.containor{
    margin: 0 auto;
    width: 1000px;
}
.index-middle-wrap{
    background: url("../images/b3_bg.jpg");
}
.index-middle-info{
    margin: 0 auto;
    width: 500px;
}
.index-middle-info h3{
    padding: 10px 0 10px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.index-middle-info h3 a{
    color: #000;
}
.index-middle-info .middle-info-p{
    margin: 0px auto 28px;
}
.index-middle-info p{
    color: #000;
    line-height: 28px;
    text-align: center;
}
.index-middle-news{
    padding-bottom: 20px;
}
.panel{
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: left;
    height: 280px;
    margin-right: 10px;
    overflow: hidden;
    width: 324px;
}
.panel .panel-heading{
    background: #eee;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
}
.panel .panel-heading h3{
    font-size: 16px;
}
.panel .panel-body{
    padding: 8px;
}
.panel .panel-body p{
    line-height: 26px;
}

.index-bottom-warp{
    background: url("../images/b1_bg.jpg");
}
.index-bottom-warp h3{
    font-size: 20px;
    padding: 20px 0 0;
    text-align: center;
}
.index-bottom-warp .index-bottom-p{
    margin: 0 auto 10px;
    padding: 15px 0 40px;
}
.index-bottom-p p{
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
}
.index-bottom-p p strong{
    font-weight: bold;
    font-size: 14px;
}
/*footer*/
#footer{
    margin: 10px auto 15px;
    width: 1000px;
}
#footer li{
    line-height: 30px;
}
#footer .f-master{
    position: relative;
}
#footer .f-master label{
    left: 13px;
    position: absolute;
    top: 4px;
}
.f-master img{
    width: 120px;
    height: 47px;
}