
.aboutUs .aboutImg{
    height: 980px;
    background: url('../img/aboutbg.png');
    position: relative;
}
.aboutUs .aboutImg .aboutText{
    color: #fefefe;
    width: 41%;
    height: 125px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 24px;
    font-weight: bold;
}
.aboutUs .aboutImg .aboutText .aboutTitle{
    margin-bottom: 20px;
}
.aboutUs .aboutImg .aboutText .count{
    font-size: 18px;
    font-weight: normal;
    text-indent: 2rem;
    line-height: 48px;
}
.aboutCenter{
    position: relative;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    top: 10px;
}
.aboutCenter ul{
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    padding: 15px 0;
}
.aboutCenter ul li{
    display: inline-block;
    padding: 20px;
}
.aboutCenter ul li a{
    font-size: 12px !important;
    color: #838383 !important;
}
.aboutCenter ul li a:hover, .aboutCenter ul li a:focus{
    text-decoration: none !important;
    color: #303e4c !important;
}
.aboutFooter{
    position: relative;
    top: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutFooter .footerText{
    float: left;
    width: 31%;
    margin-left: 18%;
    margin-right: 18%;
}
.aboutFooter .footerText p{
    color: #333;
}
.aboutFooter .footerText .cont{
    font-size: 12px;
    color: #999999;
}
.aboutFooter .contactImg{
    display: inline-block;
    position: relative;
    top: 30px;
}
.aboutFooter .contactImg .weChat,.aboutFooter .contactImg .phone{
    display: inline-block;
    width: 80px;
    height: 55px;
}
.aboutFooter .contactImg .weChat{
    background: url(../img/about.png) no-repeat -74px -25px
}
.aboutFooter .contactImg .weChat:hover{
    background: url(../img/move.png) no-repeat -443px -289px;
}
.aboutFooter .contactImg .weChat span{
    width: 108px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    top: 60px;
    left: 4px;
}
.aboutFooter .contactImg .weChat span:hover{
    cursor: default;
}
.weChatImg{
    display: none;
    width: 140px;
    height: 181px;
    background: url(../img/index/code.png) no-repeat -21px -13px;
    position: absolute;
    top: -188px;
    left: -20px;
    box-shadow: #ddd 0 0 10px;
}
.triangle{
    display: none;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    top: -10px;
    left: 60%;
    margin-left: -10px;
}
.triangle:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    margin-left: -10px;
    z-index: -1;
    filter: blur(2px);
}
.aboutFooter .contactImg .phone{
    background: url(../img/about.png) no-repeat -178px;
}
.remark{
    height: 70px;
    /*background: url("../img/aboutFooter.png");*/
    text-align: center;
    line-height: 70px;
    position: relative;
    top: 10px;
    background: #D4DCE4;
    border-top: 1px solid #C9CED3;
    border-bottom: 1px solid #C9CED3;
}
.remark span{
    font-size: 12px;
    color: #838383;
}
.aboutText,.footerText,.remark{
    cursor: default;
}
