/*html{max-width: 1920px;}*/
body{background-color:#FFFFFF ; min-width:auto !important;}
.header-warp{width: 100%;height: 933px;background: url(../images/whzb/header-bg.jpg) no-repeat top center;position: relative;max-width: 1920px; overflow: hidden !important;}
.header-warp>.logo{display: block; max-width: 1920px; margin: auto; animation: roll 1s forwards;padding-top: 610px;}
.header-warp>.logo>img{width: 100%;}
.footer-wrap{width: 100%;height: 376px;background: url(../images/whzb/zgdmdh.jpg) no-repeat top center;}
.Intermediate_content{width: 100%;height: 670px;margin: auto;max-width: 1920px;  background: url(../images/whzb/Intermediate-bg.jpg) no-repeat top center;border-bottom: 15px solid #bc3632;}
.Intermediate_left,.Intermediate_right{width: 47%;min-height: 610px;margin: auto; margin-top: 70px;}
.Intermediate_right{margin-right:10px;}
.Intermediate_left .title,.Intermediate_right .title{width: 100%;height: 88px;line-height: 88px;}
.Intermediate_left .title img,.Intermediate_right .title img{display: block;margin: auto;margin-top: 20px;}
.content_more{width: 84px;height: 33px;background: url(../images/whzb/icon_more.png) no-repeat;margin-top: -40px;}
.txt-list a,.txt-list li span{font-size: 24px;}
.footer-wrap>a{display: block;width: 100%;height: 100%;}
.content_Video{width: 95%;margin: auto;}

/*文化遗产*/
.whyc-wrap{width: 100%;height:460px;background: url(http://mzt.gxzf.gov.cn/material/images/whzb/gxdmwhyc.jpg) no-repeat top center;border-bottom: 15px solid #bc3632;max-width: 1920px;margin: auto;}
.whyc-wrap>.title img{display: block;padding-top: 10px;margin: auto;}
.whyc-list{overflow: hidden;padding: 10px  20px;box-sizing: border-box;}
.whyc-list li{width: 24%;float: left;}

@keyframes roll{
	from{transform: scale(5);opacity: 0;}
	70%{transform: scale(.8);opacity: 1;}
	100%{transform: scale(1);opacity: 1;}
}
@keyframes bigger{
	from{transform: scale(.95);}
	to{transform: scale(1);}
}
 