.public-header {
    height: 260px;
}
body{
    background: #F4F4F4;
}
.index-banner-panel{
    background: #fff;
    box-shadow: 2px 2px 10px #909090;
    border-radius: 5px;
}
.public-container {
    position: relative;
    margin: 0 auto;
    width:1000px;
}
.index-banner-nav{
}
.banner-nav{

}
.banner-nav .item{
    width: 120px;
    height: 40px;
    float: left;
    text-align: center;
    margin-left: 65px;
    border-radius: 5px;
    border:2px solid #F0F0F0;
    cursor: pointer;
    line-height: 40px;
    color: #CA3628;
    font-weight: bolder;
    margin-top: 20px;
}

.banner-nav .item:hover{
    background-color: #CA3628;
    color: #fff;
}
.index-panel{
    margin-top: 30px;
}


.active {
    background-color: #2E61A1;
    color: #fff;
}
.index-panel{
    display: none;
}
.index-banner-img{
    height: 230px;
    background: url("/images/banner.jpg") no-repeat;
    border-radius: 5px;
    overflow: hidden;
}
.index-panel-header{
    font-weight: bolder;
    font-size:20px;
    color: #CA3628;
    border-radius: 5px;
    line-height: 50px;
    background: #fff;
    box-shadow: 2px 2px 10px #909090;
}
.index-panel-content{
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    box-shadow: 2px 2px 10px #909090;
}
.fr{
    float: right;
}
.index-panel-content ul li:hover{
      background: #BADBF5;
  }

.index-panel-content ul li{
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
}

.index-panel-content ul li a:link{
    color:#000;
}
.index-panel-content ul li a:visited{
     color:#000;
 }
.title{
    line-height: 30px;
    border-bottom: 2px solid #CA3628;
    margin-left: 20px;
}
.index-panel-banner{
    line-height: 46px;
    float: right;
}
.index-panel-banner ul li{
    float: left;
    margin-left: 5px;
    color:#CA3628;
}
.index-panel-banner ul li a{
    color:#CA3628;
}
.index-panel-work{
    display: none;
    min-height: 240px;
}
.index-panel-banner ul li:hover{
    border-bottom: 2px solid #CA3628;
}
.index-search{
    text-align: center;
    margin-top: 20px;

}
.index-search form{
    display: block;

}
.index-search input {
    border:2px solid #CA3628;
    border-radius:5px;
    background:transparent;
    top:0;
    right:0;
    height: 42px;
    width: 500px;
    margin-top: 30px;
}
.index-search input:focus{
    border:2px solid #FF4351;
    box-shadow: 0 0 15px #FF4351;
}
.index-search button {
    background:#ff4351;
    width:100px;
    border: none;
    height: 42px;
    border-radius:5px;
    cursor: pointer;
    color: #fff;
}
.index-search button:before {
    font-size:16px;
    color:#F9F0DA;
}
.index-imglink{

    margin: 0 auto;
    margin-top: 20px;
}
.iconlink{
    width: 270px;
    float: left;
    margin-left: 60px;
}
.icon{
    float: left;
    width: 50px;
    height: 50px;
}
.imglink{
     line-height: 48px;
     color: #CA3628;
     font-size: 16px;
 }
.imglink a{
    color: #CA3628;
    font-size: 20px;
    font-weight: bolder;
}
.public-footer{
    margin-top: 30px;
}
.work-item{
    cursor: pointer;
}
.work-place ul li{
    float: left;
    width: 90px;
}
.info-item{
    cursor: pointer;
}
.footer{
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    box-shadow: 2px 2px 10px #909090;
}
.footer a{
    padding-left: 10px;
}
.index-footer{
    margin-bottom: 30px;
}

.top{
    color: #fff;
    background: #2E61A1;
    font-size: 14px;
    border-radius: 5px;
}
li:odd{
    background: #2E61A1;
}

