@charset "utf-8";
.banner {
    width: 1208px;
    height: 272px;
    margin: 0 auto;
    margin-bottom: 68px;
    background: url(../images/updateBanner.jpg);
    text-align: center;
}
.titleBanner{
    text-align: center;
    font-size: 48px;
    line-height: 251px;
    color: #fff;
}
.wrap{
    background: url(../images/bj2.gif) repeat-y;
    // height: 2000px;
    width: 1246px;
    margin: 0 auto;
    padding-top: 70px;
}
.updateOne{
    width: 466px;
    height: 280px;
    padding: 30px;
    margin-bottom: 55px;
    box-shadow: 0 5px 10px rgba(169, 169, 169, 0.2);
    border: 1px solid rgba(169, 169, 169, 0.1);
    overflow: hidden;
}
.updateOne h3{
    padding: 0 !important;
    margin: 0 !important;
}
.updateOneB{
    // width:436px;
       height: 227px;
    overflow: hidden;
}

h5{
    color:#757474;
    line-height: 24px;
}

.updateLeft{
    float: left;
    display: inline-block;
    margin-top: 41px;
}
.updateRight{
    float: left;
    margin-top: 116px;
}
.wrap .container{
    width: 1040px;
    overflow: hidden;
}
.updateCenter{
    text-align:center;
    width:78px;
    position: relative;
    float: left;
    height: 100%;

}
.colLine{
    // height: 100px;
    width: 5px;
    background: #f5f5f5;
    display: inline-block;
}
.iconL div{
    position: absolute;

}
.iconR div{
    position: absolute;

}
.iconL {
    position: absolute;
    top: 195px;
    left: 2px;
}

.iconR {
    position: absolute;
    top: 236px;
    left: 30px;
}
.iconL2 {
    top: 365px;
}
.iconL3 {
    top: 744px;
}

.iconR2 {
    top: 400px;
}
.iconR3 {
    top: 786px;
}
h1{
    margin: 0;
    padding:0;
}
/*导航栏优化开始*/
.header {
    background: rgba(0,0,0,0.0);
}
.navRight ul li {
    color: #000;
}

.navRight ul li:hover {
    color:#fff;
}
.navRight .drapDownMenu  a{
    color:#fff !important;
}

.navRight .drapDownMenu li {
    color: #fff;
}
.header .container {
    width: 1105px;
}
/*导航栏优化结束*/