body{
    margin: 0;
    padding: 0;
}

/* 头部 */

.banner{
    width: 100%;
    height: 240px;
    background: url(banner.png) center center no-repeat;
}

.BannerTxt {
    width: 1200px;
    margin: 0 auto;
    font-size: 48px;
    color: white;
    line-height: 240px;
}

.container{
    width: 100%;
    height: 100%;
    background: url(bj.png) bottom center no-repeat ;
}

/* 正文 */
.zw_box{
    width: 1200px;
    height: 100%;
    margin: 50px auto;
    box-shadow: 0px 2px 10px 0px #4C999999;
    padding: 32px 50px 80px 50px;
}

.title{
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-family: 'PingFangSC-Medium';
    font-weight: 400;
    height: 100px;
    line-height: 100px;
}

#zoom p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}