
body {
	background: #fff
}


.about-f {
    width: 100%;
    height: 100%;
    background: url(../../images/about/about_01.jpg) no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 1080px;
    background-position: center;
}
.about-f .content-1100{
    width: 1100px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
}
.about-f .about-f-main{
    position: absolute;
    left: 0;
    top: 240px;
    width: 490px;
    height: 513px;
    background: url(../../images/about/banner-bg.png) no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.about-f .about-f-main span{
    font-size: 41px;
    display: inline-block;
    margin-top: 155px;
    margin-left: 72px;
}
.about-f .about-f-main p{
    margin-left: 76px;
    line-height: 30px;
    margin-top: 16px;
}
.about-s {
    width: 100%;
    height: 100%;
    background: url(../../images/about/about_02e.jpg) no-repeat;
    background-size: cover;
    height: 592px;
    background-position: center;
}
.about-t{
    width: 100%;
    height: 100%;
    background: url(../../images/about/about_03e.jpg) no-repeat;
    background-size: cover;
    height: 525px;
    background-position: center;
}




.aboutMb{display: none;}
.footerMB {display: none;}
@media (max-width:1023px) {

    body,html{
        overflow-x: hidden;
        -webkit-overflow-x:hidden;
    }



.aboutPc{display: none;}
.aboutMb{display: block;}
.aboutMb img{width: 100%;}
  /* footerMB*/
 	.footerMB{text-align: center;display:block;}
    .footerMB > h3 {
  	padding: 1rem 0px 1rem;
  	font-size: 24px;
  	line-height: 1
    }

.footerMB h3>.line{
	width: 50px;
    border: 1px solid #000;
    vertical-align: middle;
    display: inline-block;
    margin: 0 24px 0 24px;
}


}

@media (max-width:414px) {
	
}