.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;
    margin:0 auto;
    background:#fff;
}
.content .back {
    font-size: 16px;
    color: #8a8947;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.art-title {
    text-align: center;
}
.art-title h2 {
    padding-bottom: 10px;
    line-height: 70px;
    font-size: 30px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ctime {
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 24px;
}
.line-d {
    width: 995px;
    height: 1px;
    margin: 0 auto;
    margin-top: 50px;
    background: #8c8384;
}
.art-cont{
	padding: 50px 70px;
}
.art-cont p{
	padding-bottom: 10px;
	line-height: 36px;
	color: #555555;
	font-size: 22px;
}
.art-cont p.center{
	text-align: center;
	text-indent: 0em;
}
.art-cont p.pic{
	margin-top: -10px;
}
.art-cont .alight{
	color: #e09c16;
}
.art-cont a{
	color: #e09c16;
	text-decoration: underline;
}

.art-cont img{
	max-width: 90%;
	margin: 0 auto 10px;
    display: block;
}
.art-cont table{
	max-width: 90%;
	margin: 0 auto 10px;
}
.art-cont th,.art-cont td{
	border: 1px solid #b59f74;
	padding: 5px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #555555;
}
.art-cont th{
	background-color: #b59f74;
	color: #fff;
	font-weight: 700;
}

.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;}
