body{
    padding: 0;
    margin: 0;
    font-size:1rem ;
    overflow-x: hidden;
    background: url("../images/bg2.png");
}
.pic{
    height: 35em;
    width: 100%;
    overflow: hidden;
}
.pic img{
    width: 100%;
}
.info{
    width: 100%;
    height: 550px;
    background: url("../images/info_bg.png");
    background-size:100%;
    margin:0;
    padding:0;
}
.info_title{
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    font-size: 2.8rem;
}
.info_cont{
    padding: 10px 80px;
}
.info_cont_box{
    display: inline-block;
    width: 100%;
    margin-top: .8rem;
}
.info_cont_left{
    float: left;
    display: inline-block;
    margin-right:1.6rem ;
    height: 51px;
}
.info_cont_left img{
    width: auto;
    height:100%;
}
.info_cont_right{
    color: #595959;
    font-size: 2.4rem;
}
.jg{
    width: 100%;
    height: 1.2rem;
    background: url("../images/bg.png");
    background-size:100%;
}
.xq{
    width: 100%;
    background: url("../images/bg2.png");
    background-size:100%;
    height:600px;
}
.xq_title{
    padding-top:3rem;
    text-align: center;
}
.xq_cont{
    text-indent: 2em;
    padding: 30px 80px 90px;
    font-size: 2.4rem;
	color: #1f1f1f;
	line-height: 3.5rem;
}