@charset "utf-8";

/*移动门户banner图*/
.costControlBanner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.costControlBanner img{
    width:100%;
    height:100%;
}
.costControlBannerTxt{
    position: absolute;
    top:180px;
    left: 560px;
}
.costControlBannerTxt h1{
    color: #007AFF;
    font-size: 48px;
    padding-bottom: 24px;
}
.costControlBannerTxt span {
    width: 80px;
    height: 4px;
    display: block;
    background: #0071FF;
}
/*移动门户banner图*/


.mobilePortalBox{
    width:100%;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 150px;
}
.mobilePortalBox >div{
    width:1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.costControlTitle h2{
    height: 40px;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 14px;
}
.costControlTitle i{margin: 0 auto 40px;}
.costControlTitle i{
    display: block;
    width: 60px;
    height: 4px;
    background: #007AFF;
}


.mobilePortalCon{
    position: relative;
}
.mobilePortalList{position: absolute;}
.mobilePortalLeft{margin: 0 20px;}
.mobilePortalLeft h3{
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom:12px;
}
.mobilePortalLeft p{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.mobilePortalList_1{
    top:100px;
    left:101px;
}
.mobilePortalList_2{
    top:100px;
    right:49px;
}
.mobilePortalList_3{
    bottom: 130px;
    left: 85px;
}
.mobilePortalList_4{
    bottom:130px;
    right:49px;
}
.mobilePortalList_5{
    left: 50%;
    bottom:-100px;
    margin-left: -125px;
}
.mobilePortalList_5 img{
    display: block;
    margin: 0 auto;
}
