@charset "UTF-8";
/* 附加信息 */
.footer-information {
    height: 145px;
    background: #4b4c4d;
}

.infomation-content {
    width: 100%;
    height: 145px;
    position: relative;
}

.footer-information .logo-icon {
    float: left;
    width: 250px;
    height: 76px;
    background-image: url(/static/images/desktop/hk_starr/logo-white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 40px;
}

.footer-information .service-info {
    float: left;
    margin-left: 62px;
    margin-top: 46px;
}

.footer-information .tel-icon {
    width: 30px;
    height: 20px;
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-repeat: no-repeat;
    background-position: -4px -435px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.footer-information .tel-title {
    font-size: 16px;
    color: #fff;
    position: relative;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}

.footer-information .tel-number {
    font-size: 16px;
    color: #fd941d;
    margin-top: 5px;
}

.footer-information .notice-lists {
    float: right;
    margin-top: 24px;
    margin-right: 3px;
}

.footer-information .notice-lists li {
    float: left;
}

.footer-information .notice-lists li:nth-child(odd) {
    width:45%;
}

.footer-information .notice-lists li.nav-active a {
    color: #fff;
}

.footer-information .notice-lists li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 50px;
    line-height: 35px;
}
.info-text {
    line-height: 30px;
    position: absolute;
    bottom: 24px;
    left: 310px;
    font-size: 16px;
    color: #fff;
}
.ie8 .footer-information .notice-lists li a,
.ie9 .footer-information .notice-lists li a{
    padding: 0 42px;
}
.footer-information .notice-lists li a:hover{
    color: #fd941d;
}
body.en .footer-information .notice-lists li a {
    padding: 0 20px;
}
body.en .footer-information .notice-lists li:last-child a {
    padding-right: 0px;
}

.footer-information .notice-lists li:last-child a {
    padding-right: 0px;
}

/*底部*/
.footer {
    width: 100%;
    background: #4b4c4d;
    text-align: center;
    line-height: 53px;
    height: 70px;
}

.footer .support-company p {
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.footer .support-company p a {
    color: #fff;
}

.footer .support-company p a:hover {
    color: #fb840b;
}

.footer .support-company p span {
    margin-left: 24px;
}

.footer .support-company a:before {
    display: inline-block;
    content: " ";
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: -76px -4px;
    height: 25px;
    width: 25px;
    position: relative;
    top: 5px;
}
.footer .support-company a:hover:before {
    background-position: -103px -4px;
}
