body{
    position: relative;
}
.nav{
    width: 100%;
    height: 110px;
    background: url(../../images/public/nav-bj.png) 0 0 repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 666;
}
.com-box{
    position: absolute;
    top: 0;
    left: 0;
}
.nav-l{
    line-height: 100px;
}
.nav-l img{
    width: 100%;
}
.nav-c{
    overflow: hidden;
}
.nav-c li{
    float: left;
    padding: 0 45px;
}
.nav-c li a{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
	opacity: 0.7;
    padding: 40px 0;
    display: block;
}
.nav-c li:hover a{
    border-bottom: 5px solid  #e05746;
}
.nav-r{
    margin-top: 33px;
    background-color: #817b7a4a;
    border-radius: 20px;
    overflow: hidden;
    padding: 5px 10px;
}
.nav-r input{
    width: 80%;
    float: left;
    border: none;
    outline: none;
    text-indent: 1em;
    height: 26px;
    background: none; 
    color: #ffffff;
    font-size: 16px;
}
.sea-btn{
    width: 17%;
    height: 26px;
    background: url(../../images/public/search.png) 0 0 no-repeat;
    outline: none;
    border: none;
    float: left;
    margin-left: 3%;
}
.footer-tt1{
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.footer-tt2{
    text-align: center;
    font-size: 16px;
}
.footer-tt2 span{
    color: #333;
    margin: 0 10px;
}
.footer-share{
    overflow: hidden;
    text-align: center;
}
.footer-share a{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
}
.footer-share .weibo{
    background: url(../../images/public/weibo.png) center center no-repeat;
}
.footer-share .weixin{
    background: url(../../images/public/weixin.png) center center no-repeat;
}
.footer-share .tengxun{
    background: url(../../images/public/tengxun.png) center center no-repeat;
}
.top-banners img{
   width:100%;
}
.common-title-p p{
font-size: 30px;
    padding-left: 30px;
    border-left: 4px solid #000;
}