.header{
    width: 100%;
    height: 98px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .logo{
    /* margin-top: 21px; */
}
.header .logo img{
    margin-top: 24px;
    height: 49px;
}
.header .nav .menu li{
    float: left;
    width: 120px;
    height: 98px;
    text-align: center;
    position: relative;
}
.header .nav .menu li a{
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 550;
    line-height: 98px;
    position: relative;
}
.header .nav .menu li a.active{
    color: #C80D08;
}
.header .nav .menu li a:hover{
    color: #C80D08;
    transition: all .5s;
}
.header .nav .menu li .list{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 98px;
    left: 0;
}
.header .nav .menu li .list div{
    height: 48px;
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
}
.header .nav .menu li .list div a{
    width: 100px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    line-height: 47px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;

}
.header .nav .menu li .list div a:hover{
    color: #457ff6;
    background: #f2f2f2;
    border: none;
}

.s1{
    height: 390px;
    background: url(../images/projectShow/xmzs-img1.png) no-repeat center,linear-gradient(180deg, #4E94DE 0%, #5AA0E3 100%);
    margin: 98px auto 0;
    /* max-width: 100%;
    min-width: 1200px;   */
    background-size: 100% 100%;
}
.s1 .left .wz1{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 54px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.s1 .left .wz2{
    font-size: 20px;
    line-height: 36px;
    border-top: 1px solid #fff;
    display: inline-block;
    color: #fff;
}
.s1 .right{
    height: 350px;
}

.s2{
    background-color: #fff;
    box-sizing: content-box;
    padding-top: 128px;
    padding-bottom: 36px;
}
.s2 .nr{
    position: relative;
}
.s2 .paging{
    width: 100%;
    text-align: center;
}
.s2 .paging>div,
.s2 .paging>span{
    display: inline-block;
    font-size: 12px;
}
.s2 .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s2 .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s2 .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}
.s2 .nr .projectesInfo{
    min-height: 648px;
}
.s2 .nr .projectesInfo .item{
    position: relative;
    width: 25%;
    height: 180px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 36px;
}
.s2 .nr .projectesInfo .item img{
    width: 280px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.s2 .nr .projectesInfo .item .title{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    width: 280px;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 10px;
}
.s2 .nr .projectesInfo .item .wz{
    width: 280px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    padding: 4px 10px 38px;
    opacity: 0;
}
.s2 .nr .projectesInfo .item:hover .wz{
    opacity: 1;
    transition: all .5s;
}
.s2 .nr .projectesInfo .item .wz p{
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    height: 134px;
}


.footer{
    width: 100%;
    height: 100px;
    background: #F2F2F2;
    padding-top: 30px;
}
.footer p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.footer p a{
    font-size: 14px;
    color: #333 !important;
}
.footer p img{
    margin-top: 8px;
    margin-right: 5px;
}

.nobor {
    border: none!important;
}

.pr {
    position: relative;
}
.hide {
    display: none;
}
.marginR0{
    margin-right: 0 !important;
}
.marginB0{
    margin-bottom: 0 !important;
}