@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}


.footerWrap{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 455px;
    background: #011549;
}
.footerInnerWrap{

}
.footerContent {
    padding-top: 78px;
    padding-bottom: 62px;
    border-bottom: 1px solid #39406F;
}
.footerLeftWrap{
    float: left;
    text-align: left;
}
.footerLeftWrap h2{
    font-weight: bold;
    font-size: 41px;
    color: #FFFFFF;
    line-height: 34px;
}
.footerLeftWrap p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 34px;
    margin-bottom: 50px;
}
.footerLeftWrap div a{
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 8px;
}
.footerLeftWrap div a:last-child{
    margin-right: 0px;
}
.footerLeftWrap div a.xIcon{
    background:url("../img/icon/xIcon.png") no-repeat center;
    background-size: 22px 20px;
}
.footerLeftWrap div a.fIcon{
    background: url("../img/icon/fIcon.png") no-repeat center;
    background-size: 26px;

}
.footerLeftWrap div a.vIcon{
    background: url("../img/icon/vIcon.png") no-repeat center;
    background-size: 28px 18px;
}

.footerLeftWrap div a.inIcon{
    background: url("../img/icon/inIcon.png") no-repeat center;
    background-size: 42px;
}
.footerLeftWrap div a.oIcon{
    background: url("../img/icon/oIcon.png") no-repeat center;
    background-size: 26px;
}
.footerRightWrap{
    float: left;
    display: flex;
    justify-content: flex-start;
    margin-left: 166px;
}
.footerRightTxt dt{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 14px
}
.footerRightWrap dl:last-child{
    margin-left: 163px;
}
.footerRightWrap dl:last-child dt,
.footerRightWrap dl:last-child dd{
    line-height: 24px;
}
.footerRightTxt dd{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
}
.footerRightTxt dd a{
    color: #FFFFFF;
    text-decoration: none;
}
.footerRightTxt dd:last-child a{
    color: #EC7E36;
    text-decoration: underline;
}
.footerRecord a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 94px;
    cursor: pointer;
    margin-left: 38px;
    text-decoration: none;

}
.footerRecord a:first-child{
    margin-left: 0;
}
.footerRecord a:last-child{
    position: absolute;
    right: 0;
}
.footerRecordWrap{
    height: 94px;
    background: #02072A;
    display: flex;
    justify-content: center;

}
.footerRecord {
    width: 1170px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.imgLogoWrap{
    width: 1170px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgLogoWrap a{
    margin-left: 45px;
}
.imgLogoWrap a:first-child{
    margin-left: 0;
}
.imgLogoWrap a img{
    height: auto;
}
.imgLogoWrap a:nth-child(1) img{
    width:201px;
}
.imgLogoWrap a:nth-child(2) img{
    width:40px;
}
.imgLogoWrap a:nth-child(3) img{
    width:106px;
}
.imgLogoWrap a:nth-child(4) img{
    width:90px;
}
.imgLogoWrap a:nth-child(5) img{
    width:87px;
}
a[href] {
    cursor: pointer;
}