.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #2C3E51;
    margin: 0 auto;
    z-index: 99;
}
.tab {
    margin: 0 auto;
}
.layout {
    width: 1270px;
}
.logo {
    display: inline-block;
    height: 90px;
    width:140px;
}
.logo img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 5px 0;
}
.logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: 700;
}
.seledtab{
    width:120px;
    margin-left: 260px;
    position: relative;
    top:-90px;
}
.tabList {
    display: inline-block;
    vertical-align: middle;
    margin-left: 209px;
}
.tabList li {
    float: left;
    width: 120px;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.tabList .cur {
    color: rgba(186,211,249,1);
}
.curtab{
    width:120px;
    height:90px;
    text-align: center;
    line-height: 90px;
    color: rgba(186,211,249,1);
    font-size: 20px;
    cursor: pointer;
}
.listTab{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top:90px;
    display: none;
}
.listTab div{
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.listTab div.selct{
    color: rgba(186,211,249,1); 
    background: #2C3E51;   
}
.banner{
    max-width: 1920px;
    height: 845px;
    margin:0 auto;
    background: url('/sm/web/images/tback.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top:390px;
}
.logotext{
    width:810px;
    height:262px;
    margin:0 auto;
}
.logotext img{
    width:100%;
    height:100%;
}
.downs{
    width: 595px;
    height: 254px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 185px;
    background: url(http://www.zgzcw.com/sm/web/images/ewm_back.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 110px;
    align-items: center;
}
.downs .leftewm{
    width: 180px;
    height: 180px;
}
.downs .leftewm img{
    width:100%;
    height:100%;
}
.downs .rightdown{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 180px;
    margin-left: 75px;
}
.rightdown div{
    width:172px;
    height:51px;
}
.rightdown div img{
    width:100%;
    height:100%;
}
.content{
    width:1200px;
    height:1300px;
    margin:0 auto;
    background:#fff;
}
.content .back {
    font-size: 16px;
    color: #8a8947;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.content .nav-head {
    width: 780px;
    margin: 0 auto;
    height: 49px;
    padding-top: 40px;
}
.content .nav-head a {
    display: block;
    float: left;
    width: 94px;
    height: 49px;
    margin-left: 80px;
    text-align: center;
    line-height: 49px;
    font-size: 22px;
    color: #000;
}
.content .nav-head a.active {
    color: #8a8947;
    font-size:30px;
}
.line-d {
    width: 995px;
    height: 1px;
    margin: 0 auto;
    background: #8c8384;
}
.newlist {
    width: 995px;
    min-height: 840px;
    padding-bottom: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

li {
    list-style: none;
}
li, img {
    vertical-align: top;
}

.clearfix li {
    float: left;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 14px;
    color: #959595;
    border-bottom: 1px dashed #dbdbdb;
}
.clearfix li a {
    float: left;
    display: block;
    width: 826px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 85px;
    font-size: 22px;
    color: #414141;
}
.clearfix li a span {
    color: #8d8d8d;
    display: inline-block;
    width: 95px;
    text-align: left;
}
.clearfix li .time {
    float: right;
    text-align: right;
}
.page {
    text-align: center;
    color: #8a8947;
    margin-top: 170px;
}
.page a {
    padding: 0 6px;
    line-height: 28px;
    color: #8a8947;
    font-size: 14px;
    margin: 0 4px;
}










.footer{background-color: #171c22;margin-top:50px;}
.footer .wrap{height:183px;padding-left: 290px;width: 910px;position: relative;margin: 0 auto;}
.footer-con{position:relative;}
.footer-logo{padding-top:54px;float:left;}
.footer-text{float:left;padding-left:86px;width:510px;height:75px;padding-top:32px;font-size:14px;line-height:24px;color:#727272}
.footer-text a{color:#727272;}
