/** æÂÂŽé¹ÂÂ扬-v1.0.0 APP License By li.pengyang
*/
img {
width: 100%
}
table {
margin: 0 auto;
width: 100%;
}
.main_body {
background: #fafafa
}
.icon {
width: 24px;
margin-right: 16px;
}
.main_content {
padding: 80px 0 100px
}
.mobileHidden {
display: block
}
.mobileImage {
display: none
}
.webImage {
display: block
}
.aboutUsBanner {
position: relative
}
.aboutUsBanner p {
position: absolute;
color: #fff;
font-size: 56px;
left: 120px;
top: 50%;
margin-top: -40px;
}
.aboutUsBanner span {
font-size: 14px;
display: block;
margin-top: 6px
}
.content {
width: 1200px;
margin: 0 auto
}
.aboutUsLeft {
width: 600px;
background: url(aboutLeft.png) no-repeat;
background-size: 100% 100%
}
.moduleTitle {
text-align: center;
margin: 100px 0 68px
}
.moduleTitle .bigTitle {
width: 100%;
font-size: 60px;
line-height: 60px;
color: #F5F5F5;
position: relative
}
.moduleTitle .bigTitle span {
color: #333;
font-size: 32px;
line-height: 32px;
position: absolute;
display: inline-block;
left: 50%;
margin-left: -250px;
width: 500px;
bottom: 12px
}
.aboutUsLeft li {
line-height: 48px;
text-align: left;
width: 52%;
margin: 0 0 0 165px;
font-size: 16px;
}
.aboutUsLeft ul {
height: 500px
}
@media (max-width:768px) {
.main_body,
.navbar-default {
background: #fff
}
.navbar-default {
width: 100%;
height: 1rem;
}
.main_content {
width: 100%;
padding: 0
}
.mobileHidden,
.webImage {
display: none
}
.mobileImage {
display: block;
width: 100%;
}
.aboutUsBanner p {
left: .24rem;
font-size: .36rem;
top: 1.2rem
}
.aboutUsBanner span {
font-size: .2rem;
margin-top: .12rem
}
.aboutUsRight {
display: none
}
.moduleTitle {
margin: 1rem 0 .4rem
}
.moduleTitle .bigTitle {
font-size: .7rem;
line-height: .7rem
}
.moduleTitle .bigTitle span {
font-size: .32rem;
line-height: .32rem;
width: 3rem;
margin-left: -1.5rem;
bottom: .1rem
}
.aboutUsLeft ul {
padding: 0 0 3rem;
height: auto
}
.aboutUsLeft .icon {
width: auto;
margin-right: .16rem;
}
.aboutUsLeft li {
line-height: .8rem;
width: 62%;
margin-left: 1.5rem;
font-size: .24rem;
}
}