/*通用样式*/
body,ul,li,p,h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
    font-size:100%;
}
body{
    font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 14px;
   
}
img{
    border:0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.center{
    width: 1000px;
    margin: 0 auto 0;
}
/*content*/
.content{
   position: relative;
    width: 1100px;
    height: 800px;
    padding: 30px 0;
    margin: 0 auto;
}
.l-pic-index{
	/*display:none;*/
    position: absolute;
    left: 520px;
    top: 35px;
    z-index: 2;
    width: 32px;
    height: 772px;
    background: url(zyxb_jzpngj1.png) no-repeat right 0;
}
.r-pic-index{
	/*display:none;*/
    position: absolute;
    right: 514px;
    top: 35px;
    z-index: 2;
    width: 32px;
    *width: 82px;
    height: 772px;
    background: url(zyxb_jzpngj4.png) no-repeat left 0;
}
.l-bg-index{
    position: absolute;
    top: 93px;
    left: 538px;
    z-index: 1;
    width: 15px;
    height: 653px;
    background: url(zyxb_jzpngj2.png) right 0 no-repeat;
}
.r-bg-index{
    position: absolute;
    top: 93px;
    right: 532px;
    z-index: 1;
    width: 15px;
    height: 653px;
    background: url(zyxb_jzpngj3.png) 0 0 no-repeat;
}
.main-index {
    display: none;
   overflow: hidden;
    zoom: 1;
    position: absolute;
    z-index: 5;
    width: 1015px;
    height: 532px;
    left: 42px;
    top: 18%;
    color: #2e2e2e;
}
.intro-text{
   
}
.intro-text img{
	
	width: 100%;
	height: 100%;
}