.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    background-color: #f2f3f4;
    color: #02152d;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-box table td,
.table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #EEEEEE !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        font-size: 14px;
    }
}
.table-box table tr p,
.table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}
.banner {
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    .banner {
        padding-top: 60px;
    }
}
.banner .slickbanner .slick-list {
    margin-bottom: -5px;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
.banner .slickbanner .slick-list .slick-current img {
    -webkit-animation: narrow 8s 0s ease both;
    animation: narrow 8s 0s ease both;
}
.banner .slickbanner .slick-list .item .img-box {
    padding-bottom: 56.25%;
}
.banner .banner-txt {
    overflow: hidden;
    position: absolute;
    left: 45%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media screen and (max-width: 1550px) {
    .banner .banner-txt {
        left: 55%;
    }
}
@media screen and (max-width: 767px) {
    .banner .banner-txt {
        left: 0;
        top: 0;
        transform: translate(0, 0);
        height: 100%;
        padding: calc(60px + 5%) 0 0;
    }
}
.banner .banner-txt .title {
    overflow: initial;
    white-space: initial;
    padding: 0px 40% 0 0;
}
.banner .banner-txt .title b {
    display: block;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 3.6vw;
    line-height: 1.4;
    font-family: 'BEBAS';
}
.banner .banner-txt .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    width: 60%;
}
.banner .banner-txt .txt p {
    font-size: 1.04vw;
    line-height: 1.4;
    color: #333;
}
.index-product {
    overflow: hidden;
    padding: 5% 0 5%;
    background-attachment: fixed;
}
.index-product .title {
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .index-product .title {
        padding-bottom: 0;
    }
}
.index-product .title b {
    display: block;
    float: left;
    width: 300px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 50px;
    color: #333;
    font-family: 'tungsten';
}
@media screen and (max-width: 767px) {
    .index-product .title b {
        font-size: 18px;
        float: none;
        width: 100%;
    }
}
.index-product .title .icon-font {
    float: left;
    width: calc(100% - 300px);
    margin-top: -20px;
    padding: 0 0 0 40px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 40px;
    color: #111;
    font-family: 'BEBAS';
}
@media screen and (max-width: 767px) {
    .index-product .title .icon-font {
        float: none;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        font-size: 14px;
    }
}
.index-product .title a {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'tungsten';
    color: #d90000;
    border: 1px solid #d90000;
}
@media screen and (max-width: 767px) {
    .index-product .title a {
        display: block;
    }
}
.index-product ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.index-product ul li a {
    display: block;
}
.index-product ul li a .pic {
    position: relative;
}
.index-product ul li a .pic .img-box {
    padding-bottom: 56.25%;
}
.index-product ul li a .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.index-product ul li a .pic i::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.index-product ul li a .txt-box {
    padding-top: 1.5625vw;
}
.index-product ul li a .txt-box h3 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 0;
}
.index-product ul li a .txt-box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 6px 0;
    height: 44px;
}
@media screen and (max-width: 767px) {
    .index-product ul li a .txt-box .txt {
        height: auto;
    }
}
.index-product ul li a .txt-box .txt P {
    font: 14px;
    line-height: 1.6;
    color: #333;
}
.index-service {
    overflow: hidden;
    padding-bottom: 3%;
    background-attachment: fixed;
}
@media screen and (max-width: 767px) {
    .index-service {
        padding: 15px 0 0;
    }
}
.index-service .content .pic,
.index-service .content .txt-box {
    width: 50%;
}
@media screen and (max-width: 991px) {
    .index-service .content .pic,
    .index-service .content .txt-box {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .index-service .content .pic,
    .index-service .content .txt-box {
        float: right;
    }
}
.index-service .content .pic {
    float: left;
    margin-top: 9%;
}
@media screen and (max-width: 767px) {
    .index-service .content .pic {
        padding-bottom: 15px;
    }
}
.index-service .content .pic .img-box {
    padding-bottom: 56.25%;
}
.index-service .content .txt-box {
    float: right;
    padding: 10% 0 2% 30px;
}
@media screen and (max-width: 767px) {
    .index-service .content .txt-box {
        float: left;
    }
}
.index-service .content .txt-box .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .index-service .content .txt-box .title {
        font-size: 18px;
        line-height: 1.4;
        height: auto;
        margin-bottom: 0;
    }
}
.index-service .content .txt-box .title a {
    font-size: 50px;
    word-spacing: 5px;
    text-transform: uppercase;
    font-family: 'BEBAS';
}
@media screen and (max-width: 767px) {
    .index-service .content .txt-box .title a {
        font-size: 18px;
        line-height: 1.4;
    }
}
.index-service .content .txt-box .txt {
    padding: 10px 0;
}
.index-service .content .txt-box .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.index-service .content .txt-box>a {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 12%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .index-service .content .txt-box>a {
        display: none;
    }
}
@media screen and (min-width: 1026px) {
    .index-service .content .txt-box>a:hover {
        opacity: 0.6;
    }
}
.index-service .info {
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
    .index-service .info {
        padding-top: 0;
    }
}
.index-service .info li {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .index-service .info li {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.index-service .info li .num {
    position: relative;
    width: 66px;
    height: 41px;
    margin-bottom: 31px;
    background-color: #ffaa06;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .index-service .info li .num {
        display: inline-block;
    }
}
.index-service .info li .num::before,
.index-service .info li .num::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffaa06 transparent;
    border-width: 0 33px 16.5px 33px;
}
.index-service .info li .num::before {
    top: 0;
    transform: translate(-50%, -100%);
}
.index-service .info li .num::after {
    bottom: 0;
    transform: translate(-50%, 100%) rotateX(180deg);
}
.index-service .info li .num span {
    font-size: 30px !important;
    font-family: 'Impact';
    color: #fff;
}
.index-service .info li h4 {
    margin: 0;
    font-size: 24px;
    padding: 15px 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 5px;
    font-family: 'BEBAS';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .index-service .info li h4 {
        font-size: 16px;
        padding: 0;
    }
}
.index-service .info li .txt p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.index-about {
    position: relative;
    padding-bottom: 200px;
    background-color: #333645;
}
@media screen and (max-width: 767px) {
    .index-about {
        padding-bottom: 56.25%;
        background-color: #fff;
    }
}
.index-about .container {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .index-about .pic-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
.index-about .pic-box .img-box {
    padding-bottom: 56.25%;
}
.index-about .content {
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
@media screen and (max-width: 767px) {
    .index-about .content {
        position: relative;
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }
}
@media screen and (max-width: 1024px) {
    .index-about .content .left {
        width: 100%;
    }
}
.index-about .content .left .title {
    padding: 50px 0;
}
@media screen and (max-width: 1024px) {
    .index-about .content .left .title {
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .left .title {
        padding: 15px 0 0;
    }
}
.index-about .content .left .title a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 50px;
    height: 65px;
    color: #fff;
    word-spacing: 5px;
    font-family: 'BEBAS';
}
@media screen and (max-width: 1024px) {
    .index-about .content .left .title a {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .left .title a {
        font-size: 16px;
        color: #ffaa06;
        height: auto;
    }
}
.index-about .content .left ul li {
    float: left;
    width: 33.3%;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .index-about .content .left ul li {
        float: none;
        width: 100%;
    }
}
.index-about .content .left ul li b {
    display: block;
    font-weight: 400;
    font-size: 54px;
    color: #ffaa06;
    font-family: 'Impact';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
    .index-about .content .left ul li b {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .left ul li b {
        font-size: 16px;
    }
}
.index-about .content .left ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .index-about .content .left ul li p {
        color: #333;
    }
}
@media screen and (max-width: 1024px) {
    .index-about .content .right {
        width: 100%;
    }
}
.index-about .content .right .txt-box {
    height: 310px;
    overflow-y: auto;
    background-color: #f2f6fe;
    padding: 25px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .index-about .content .right .txt-box {
        padding: 0;
        height: auto;
        background-color: #F8F8F8;
    }
}
.index-about .content .right .txt-box .title h1 {
    display: block;
    font-weight: 400;
    font-size: 26px;
    color: #1f315c;
    word-spacing: 5px;
    font-family: 'BEBAS';
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .index-about .content .right .txt-box .title h1 {
        color: #333;
        font-size: 16px;
    }
}
.index-about .content .right .txt-box .txt {
    padding: 10px 0;
}
.index-case {
    overflow: hidden;
    padding: 4% 0 10% 0;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media screen and (max-width: 767px) {
    .index-case {
        background-image: none !important;
    }
}
.index-case .title {
    position: relative;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .index-case .title {
        padding: 0;
    }
}
.index-case .title b {
    display: block;
    float: left;
    width: 300px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 50px;
    color: #333;
    font-family: 'tungsten';
}
@media screen and (max-width: 767px) {
    .index-case .title b {
        font-size: 18px;
        float: none;
        width: 100%;
    }
}
.index-case .title .icon-font {
    float: left;
    width: calc(100% - 300px);
    margin-top: -20px;
    padding: 0 0 0 40px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 40px;
    color: #111;
    font-family: 'BEBAS';
}
@media screen and (max-width: 767px) {
    .index-case .title .icon-font {
        float: none;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        font-size: 14px;
    }
}
.index-case .title a {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'tungsten';
    color: #d90000;
    border: 1px solid #d90000;
}
@media screen and (max-width: 767px) {
    .index-case .title a {
        display: block;
    }
}
.index-case .index-case-slick {
    position: relative;
}
@media screen and (max-width: 767px) {
    .index-case .index-case-slick {
        padding: 10px 0;
    }
}
.index-case .index-case-slick .slick-list {
    margin: 0 -15px;
}
.index-case .index-case-slick .slick-list .item {
    padding: 0 15px;
}
.index-case .index-case-slick .slick-list .item .pic {
    position: relative;
    display: block;
}
.index-case .index-case-slick .slick-list .item .pic .img-box {
    padding-bottom: 56.25%;
}
.index-case .index-case-slick .slick-list .item .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.index-case .index-case-slick .slick-list .item .pic i::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.index-case .index-case-slick .slick-list .item .txt-box {
    padding-top: 1.5625vw;
}
.index-case .index-case-slick .slick-list .item .txt-box .case-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .index-case .index-case-slick .slick-list .item .txt-box .case-name {
        font-size: 16px;
        font-weight: 600;
    }
}
.index-case .index-case-slick .slick-list .item .txt-box .case-name a {
    color: #333;
    word-spacing: 5px;
    font-family: 'BEBAS';
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
    .index-case .index-case-slick .slick-list .item .txt-box .case-name a:hover {
        color: #d90000;
    }
}
.index-case .index-case-slick .slick-list .item .txt-box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 6px 0;
    height: 44px;
}
.index-case .index-case-slick .slick-list .item .txt-box .txt p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.index-case .index-case-slick .slick-arrow {
    position: absolute;
    top: 28%;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    font-size: 0;
    z-index: 2;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
    .index-case .index-case-slick .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: rgba(255, 170, 6, 0.6);
    }
}
@media screen and (max-width: 767px) {
    .index-case .index-case-slick .slick-arrow {
        top: 35%;
        width: 20px;
        height: 35px;
        border-radius: 10px;
    }
}
@media screen and (min-width: 1025px) {
    .index-case .index-case-slick .slick-arrow:hover {
        background-color: #ffaa06;
    }
}
.index-case .index-case-slick .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9b5';
    font-size: 16px;
    color: #fff;
}
.index-case .index-case-slick .slick-prev {
    left: 0;
    transform: translateX(-100px);
}
@media screen and (max-width: 1024px) {
    .index-case .index-case-slick .slick-prev {
        transform: translateX(0);
    }
}
.index-case .index-case-slick .slick-next {
    right: 0;
    transform: translateX(100px);
}
@media screen and (max-width: 1024px) {
    .index-case .index-case-slick .slick-next {
        transform: translateX(0);
    }
}
.index-case .index-case-slick .slick-next::before {
    content: '\e72f';
}
.list_link_artboard {
    z-index: 10;
}
.common-page {
    overflow: hidden;
}
.common-page .content {
    padding: 4% 0;
}
.common-page .content .common-list {
    margin: 0 -7.5px;
}
.common-page .content .common-list li {
    float: left;
    width: 24%;
    border: 1px solid #ccc;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .common-page .content .common-list li {
        width: 100%;
    }
}
.common-page .content .common-list li .pic {
    display: block;
    position: relative;
}
.common-page .content .common-list li .pic .img-box {
    padding-bottom: 56.25%;
}
.common-page .content .common-list li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.common-page .content .common-list li .pic i::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.common-page .content .common-list li .txt-box {
    padding: 20px 0;
}
@media screen and (max-width: 1024px) {
    .common-page .content .common-list li .txt-box {
        padding: 10px 0;
    }
}
.common-page .content .common-list li .txt-box a {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    word-spacing: 5px;
    font-family: 'BEBAS';
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
    .common-page .content .common-list li .txt-box a {
        font-size: 16px;
    }
}
.common-page .content .common-list li .txt-box .txt {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    margin: 10px 0;
    color: #555;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
    .common-page .content .common-list li .txt-box .txt {
        height: auto;
        opacity: 0.8;
        margin: 5px 0;
    }
}
.common-page .content .common-list li .txt-box .date p {
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
}
.common-page-details {
    overflow: hidden;
    position: relative;
    padding-top: 165px;
}
@media screen and (max-width: 1024px) {
    .common-page-details {
        padding-top: 60px;
    }
}
.common-page-details::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 142px;
    content: '';
    background-color: #1F315C;
}
@media screen and (max-width: 1024px) {
    .common-page-details::before {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .common-page-details .container {
        width: 100% !important;
        max-width: none !important;
        padding-right: 48px;
        padding-left: 48px;
    }
}
.common-page-details .info {
    overflow: hidden;
    display: -webkit-flex;
    align-content: center;
    align-items: stretch;
    background-color: #3c3c3c;
}
@media screen and (max-width: 1024px) {
    .common-page-details .info {
        margin-top: 3%;
    }
}
.common-page-details .info .left {
    float: left;
    width: calc(100% - 400px);
    background: #333;
}
@media screen and (max-width: 767px) {
    .common-page-details .info .left {
        float: none;
        width: 100%;
    }
}
.common-page-details .info .left .pic {
    position: relative;
}
.common-page-details .info .left .pic .img-box {
    padding-bottom: 56.25%;
}
.common-page-details .info .left .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.common-page-details .info .left .pic i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e654';
    color: #fff;
    font-size: 45px;
    background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1600px) {
    .common-page-details .info .left .pic i::before {
        width: 130px;
        height: 130px;
        line-height: 130px;
        font-size: 40px;
    }
}
@media screen and (max-width: 1400px) {
    .common-page-details .info .left .pic i::before {
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 35px;
    }
}
@media screen and (max-width: 1300px) {
    .common-page-details .info .left .pic i::before {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .common-page-details .info .left .pic i::before {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .common-page-details .info .left .pic i::before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}
.common-page-details .info .left .txt-box {
    padding: 15px;
}
.common-page-details .info .left .txt-box h3 {
    font-size: 22px;
    color: #fff;
    word-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BEBAS';
    margin: 0.67em 0;
}
@media screen and (max-width: 767px) {
    .common-page-details .info .left .txt-box h3 {
        margin-top: 0;
    }
}
.common-page-details .info .left .txt-box .txt {
    padding: 16px 0 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .common-page-details .info .left .txt-box .txt {
        padding: 0;
    }
}
.common-page-details .info .left .txt-box .date {
    padding-top: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    opacity: 0.8;
}
.common-page-details .info .right {
    float: right;
    width: 400px;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #3c3c3c;
}
@media screen and (max-width: 767px) {
    .common-page-details .info .right {
        display: none;
    }
}
.common-page-details .info .right .right-box {
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    padding-top: 30px;
}
.common-page-details .info .right .right-box .right-scroll {
    height: calc(100% - 30px);
    overflow-y: auto;
}
.common-page-details .info .right .right-box .right-scroll::-webkit-scrollbar {
    width: 6px;
}
.common-page-details .info .right .right-box .right-scroll::-webkit-scrollbar-thumb {
    background: rgba(133, 133, 133, 0.9);
    border-radius: 0px;
}
.common-page-details .info .right .right-box .right-scroll::-webkit-scrollbar-track {
    background: rgba(133, 133, 133, 0.4);
    border-radius: 4px;
}
.common-page-details .info .right .title b {
    display: block;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-family: 'BEBAS';
    word-spacing: 5px;
}
.common-page-details .info .right .title a {
    display: block;
    margin: 30px 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border: 1px solid transparent;
    color: #d90000;
    background-color: #fff;
}
@media screen and (min-width: 1025px) {
    .common-page-details .info .right .title a:hover {
        opacity: 0.8;
    }
}
.common-page-details .info .right ul li {
    margin: 30px 0 13px;
}
.common-page-details .info .right ul li b {
    display: block;
    color: #fff;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.common-page-details .info .right ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.common-page-details .info .right ul li p a {
    opacity: 0.8;
}
@media screen and (min-width: 1025px) {
    .common-page-details .info .right ul li p a:hover {
        color: #d90000;
    }
}
.common-page-details .info .right ul li p .icon-logo-whatsapp {
    position: relative;
    display: inline-block;
    color: inherit;
    border: 1px solid #25D366;
    padding: 5px;
    padding-left: 30px;
    border-radius: 6px;
}
.common-page-details .info .right ul li p .icon-logo-whatsapp::before {
    position: absolute;
    top: 60%;
    left: 5px;
    transform: translateY(-50%);
    color: #25D366;
    font-size: 22px;
}
.common-page-details .details {
    padding: 30px 0;
}
.common-page-details .details p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.42857143;
}
.common-page-details .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.common-page-details .tag-list a {
    display: inline-block;
    align-items: center;
    max-width: 220px;
    margin: 0 16px 16px 0;
    padding: 0 30px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px #d90000 solid;
    color: #d90000;
}
.common-page-details .inquire {
    overflow: hidden;
    padding: 3% 0;
    margin: 2.8125vw 0;
    background-color: #333645;
}
@media screen and (max-width: 767px) {
    .common-page-details .inquire {
        margin: 0;
    }
}
.common-page-details .inquire .title b {
    display: block;
    word-spacing: 5px;
    font-size: 48px;
    color: #333;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .common-page-details .inquire .title b {
        font-size: 14px;
    }
}
.common-page-details .inquire .title p {
    padding: 10px 0 2.5vw;
    font-size: 16px;
    color: #455d58;
}
@media screen and (max-width: 767px) {
    .common-page-details .inquire .title p {
        padding: 2vw 0 3vw;
        font-size: 14px;
    }
}
.common-page-details .inquire form ul li {
    position: relative;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .common-page-details .inquire form ul li {
        margin-bottom: 20px;
    }
}
.common-page-details .inquire form ul li input,
.common-page-details .inquire form ul li textarea {
    display: block;
    width: 100%;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    line-height: 1.42857143;
    background-color: #7d808c;
}
.common-page-details .inquire form ul li input::-webkit-input-placeholder,
.common-page-details .inquire form ul li textarea::-webkit-input-placeholder {
    color: #7d808c;
}
.common-page-details .inquire form ul li input:-o-placeholder,
.common-page-details .inquire form ul li textarea:-o-placeholder {
    color: #7d808c;
}
.common-page-details .inquire form ul li input::-moz-placeholder,
.common-page-details .inquire form ul li textarea::-moz-placeholder {
    color: #7d808c;
}
.common-page-details .inquire form ul li input:-ms-input-placeholder,
.common-page-details .inquire form ul li textarea:-ms-input-placeholder {
    color: #7d808c;
}
.common-page-details .inquire form ul li input:focus::-webkit-input-placeholder,
.common-page-details .inquire form ul li textarea:focus::-webkit-input-placeholder {
    color: #C3C4CA;
}
.common-page-details .inquire form ul li input:focus::-o-placeholder,
.common-page-details .inquire form ul li textarea:focus::-o-placeholder {
    color: #C3C4CA;
}
.common-page-details .inquire form ul li input:focus::-moz-placeholder,
.common-page-details .inquire form ul li textarea:focus::-moz-placeholder {
    color: #C3C4CA;
}
.common-page-details .inquire form ul li input:focus::-ms-input-placeholder,
.common-page-details .inquire form ul li textarea:focus::-ms-input-placeholder {
    color: #C3C4CA;
}
.common-page-details .inquire form ul li textarea {
    height: 92px;
}
.common-page-details .inquire form ul li b {
    display: block;
    position: absolute;
    left: 27px;
    top: 7px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    pointer-events: none;
    transition: 0.1s;
    opacity: 0.8;
}
.common-page-details .inquire form ul li b span {
    color: #d90000;
}
.common-page-details .inquire form ul li button {
    padding: 15px 25px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .common-page-details .inquire form ul li button {
        padding: 10px;
        width: 100%;
        font-size: 14px;
    }
}
.common-page-details .inquire form ul li button:hover {
    color: #fff;
    opacity: 0.8;
    background-color: #666;
}
.common-page-details .inquire form ul li:nth-child(6) {
    margin-bottom: 0;
    text-align: center;
}
.common-page-details .recommend {
    padding: 5% 0;
    background-attachment: fixed;
}
.common-page-details .recommend h3 {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 1.4;
    color: #333;
    font-family: 'tungsten';
    word-spacing: 5px;
}
@media screen and (max-width: 767px) {
    .common-page-details .recommend h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }
}
.common-page-details .recommend ul li {
    padding: 0 2px;
}
.common-page-details .recommend ul li .pic {
    display: block;
    position: relative;
}
.common-page-details .recommend ul li .pic .img-box {
    padding-bottom: 56.25%;
}
.common-page-details .recommend ul li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #000;
    cursor: pointer;
    display: block;
    z-index: 2;
}
.common-page-details .recommend ul li .pic i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e654';
}
.common-page-details .recommend ul li .txt {
    padding: 10px 0 20px;
}
.common-page-details .recommend ul li .txt a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000;
    word-spacing: 5px;
    font-family: 'BEBAS';
    text-transform: uppercase;
}
.recommended-summary {
    overflow: hidden;
    position: relative;
    padding-top: 134px;
}
@media screen and (max-width: 1024px) {
    .recommended-summary {
        padding-top: 60px;
    }
}
.recommended-summary::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 134px;
    content: '';
    background-color: #1F315C;
}
@media screen and (max-width: 1024px) {
    .recommended-summary::before {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .recommended-summary .container {
        width: 100% !important;
        max-width: none !important;
        padding-right: 48px;
        padding-left: 48px;
    }
}
.recommended-summary .title h2 {
    margin: 0;
    padding: 60px 0 40px;
    font-size: 48px;
    font-weight: 700;
    color: #455d58;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .recommended-summary .title h2 {
        font-size: 30px;
        padding: 40px 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .recommended-summary .title h2 {
        font-size: 20px;
        padding: 20px 0;
    }
}
.recommended-summary .title .txt {
    padding: 0 10px 50px;
    line-height: 24px;
    font-size: 14px;
    color: #455d58;
}
@media screen and (max-width: 1024px) {
    .recommended-summary .title .txt {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .recommended-summary .title .txt {
        padding-bottom: 15px;
    }
}
.recommended-summary .recommended-summary-list {
    margin: 0 -7.5px;
    margin-bottom: 4%;
}
.recommended-summary .recommended-summary-list li {
    float: left;
    width: 24%;
    border: 1px solid #ccc;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .recommended-summary .recommended-summary-list li {
        width: 100%;
    }
}
.recommended-summary .recommended-summary-list li .pic {
    display: block;
    position: relative;
}
.recommended-summary .recommended-summary-list li .pic .img-box {
    padding-bottom: 56.25%;
}
.recommended-summary .recommended-summary-list li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.recommended-summary .recommended-summary-list li .pic i::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.recommended-summary .recommended-summary-list li .txt-box {
    padding: 20px 0;
}
@media screen and (max-width: 1024px) {
    .recommended-summary .recommended-summary-list li .txt-box {
        padding: 10px 0;
    }
}
.recommended-summary .recommended-summary-list li .txt-box a {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    word-spacing: 5px;
    font-family: 'BEBAS';
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
    .recommended-summary .recommended-summary-list li .txt-box a {
        font-size: 16px;
    }
}
.recommended-summary .recommended-summary-list li .txt-box .txt {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    margin: 10px 0;
    color: #555;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
    .recommended-summary .recommended-summary-list li .txt-box .txt {
        height: auto;
        opacity: 0.8;
        margin: 5px 0;
    }
}
.about .content {
    padding: 5vw 0;
}
@media screen and (max-width: 1024px) {
    .about .content {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .about .content {
        padding: 10px 0 15px;
    }
}
.about .content .container {
    overflow: hidden;
}
.about .content .items-box {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .about .content .items-box {
        display: block;
    }
}
.about .content .items-box .left,
.about .content .items-box .right {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .about .content .items-box .left,
    .about .content .items-box .right {
        width: 100%;
    }
}
.about .content .items-box .left .img-box {
    padding-bottom: 56.25%;
}
.about .content .items-box .right {
    padding-left: 64px;
}
@media screen and (max-width: 1024px) {
    .about .content .items-box .right {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about .content .items-box .right {
        padding-left: 0;
        padding-top: 6px;
    }
}
.about .content .items-box .right .title b {
    display: block;
    padding-bottom: 15px;
    font-size: 42px;
    line-height: 58px;
    font-weight: 400;
    font-family: 'tungsten';
    color: #333;
    word-spacing: 5px;
}
@media screen and (max-width: 1024px) {
    .about .content .items-box .right .title b {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .about .content .items-box .right .title b {
        font-size: 30px;
        padding-bottom: 0;
    }
}
.about .content .items-box .right .title p {
    font-size: 14px;
    line-height: 1.4;
    color: #455d58;
}
.about .content .items-box .right .txt {
    margin: 10px 0;
    padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
    .about .content .items-box .right .txt {
        margin: 0;
    }
}
.about .content .items-box .right .txt p {
    line-height: 26px;
    font-size: 14px;
    color: #000;
    opacity: 0.9;
}
@media screen and (max-width: 1024px) {
    .about .content .items-box .right .txt p {
        font-size: 12px;
    }
}
.about .about-txt {
    padding: 5% 0;
    background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .about .about-txt {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
}
.about .about-txt .title {
    position: relative;
}
.about .about-txt .title b {
    display: block;
    float: left;
    width: 300px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 50px;
    color: #333;
    font-family: 'tungsten';
}
@media screen and (max-width: 767px) {
    .about .about-txt .title b {
        font-size: 18px;
        float: none;
        width: 100%;
    }
}
.about .about-txt .title .icon-font {
    float: left;
    width: calc(100% - 300px);
    margin-top: -20px;
    padding: 0 0 0 40px;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 40px;
    color: #111;
    font-family: 'BEBAS';
}
@media screen and (max-width: 767px) {
    .about .about-txt .title .icon-font {
        float: none;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        font-size: 14px;
    }
}
.about .info {
    padding: 5vw 0 3vw;
}
.about .info .row {
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .about .info .col-md-6 {
        width: 100%;
    }
}
.about .info .title b {
    display: block;
    color: #333;
    font-size: 50px;
    font-weight: 400;
}
@media screen and (max-width: 1024px) {
    .about .info .title b {
        font-size: 16px;
        line-height: 24px;
    }
}
.about .info .title p {
    padding: 10px 0;
    font-size: 14px;
    color: #455d58;
}
@media screen and (max-width: 1024px) {
    .about .info ul {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about .info ul {
        padding-bottom: 25px;
    }
}
.about .info ul li {
    float: left;
    width: 50%;
    padding: 15px 5px;
}
@media screen and (max-width: 767px) {
    .about .info ul li {
        padding: 10px 0;
        width: 100%;
    }
}
.about .info ul li .item {
    position: relative;
    padding-top: 10px;
    padding-left: 70px;
}
@media screen and (max-width: 767px) {
    .about .info ul li .item {
        padding-left: 55px;
    }
}
.about .info ul li .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e677';
    color: #fff;
    font-size: 25px;
    background-color: #333;
}
@media screen and (max-width: 1024px) {
    .about .info ul li .item::before {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .info ul li .item::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.about .info ul li .item b {
    display: block;
    word-spacing: 5px;
    font-weight: 400;
    font-family: 'BEBAS';
    color: #455d58;
    font-size: 14px;
    line-height: 1.4;
}
.about .info ul li .item p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    word-break: break-word;
}
@media screen and (min-width: 1025px) {
    .about .info ul li .item p a:hover {
        color: #d90000;
    }
}
.about .info ul li:nth-child(2) .item::before {
    content: '\e7c8';
}
.about .info ul li:nth-child(3) .item::before {
    content: '\e62e';
}
.about .info ul li:nth-child(4) .item::before {
    content: '\e679';
}
.about .info ul li:nth-child(5) {
    width: 100%;
}
.about .info ul li:nth-child(5) .item::before {
    content: '\e62a';
}
.about .info ul li:nth-child(5) .item p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}
.about .info .map {
    position: relative;
    width: 100%;
    height: 383px;
}
@media screen and (max-width: 767px) {
    .about .info .map {
        height: auto;
        padding-bottom: 49.93481095%;
        min-height: 200px;
    }
}
.about .info .map .map-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about .common-contact .title h4,
.about .common-contact .title p {
    color: #34446b;
}
.search-page {
    overflow: hidden;
    position: relative;
    padding-top: 165px;
}
@media screen and (max-width: 1024px) {
    .search-page {
        padding-top: 60px;
    }
}
.search-page::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 142px;
    content: '';
    background-color: #1F315C;
}
@media screen and (max-width: 1024px) {
    .search-page::before {
        display: none;
    }
}
.search-page .title-box {
    overflow: hidden;
    background-color: rgba(222, 222, 222, 0.2);
    position: relative;
    padding-top: 48px;
    font-size: 14px;
}
.search-page .title-box form {
    position: relative;
    padding-bottom: 18px;
}
.search-page .title-box form input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    outline: 0;
    padding: 0 20px;
    border: 1px solid;
    border-color: #eee;
    color: #333;
    border-radius: 20px;
    padding-right: 140px;
}
.search-page .title-box form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: all 0.3s;
    font-style: initial;
    border-radius: 20px;
    padding: 0 20px;
    border: none;
    color: #fff;
    background-color: #404040;
}
@media screen and (min-width: 1200px) {
    .search-page .title-box form button:hover {
        box-shadow: 0px 2px 12px rgba(122, 122, 122, 0.6);
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8);
    }
}
.search-page .title-box .txt P {
    color: #455d58;
}
.search-page .title-box .search-nav-bar {
    font-size: 16px;
    position: relative;
    padding-top: 30px;
    border-bottom: 1px solid rgba(166, 166, 166, 0.2);
}
.search-page .title-box .search-nav-bar li {
    float: left;
    opacity: 0.8;
    padding-bottom: 12px;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.search-page .title-box .search-nav-bar .active {
    opacity: 1;
}
.search-page .title-box .search-nav-bar .active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 3px;
    background-color: #D90000;
}
.search-page .content {
    overflow: hidden;
    padding-bottom: 40px;
}
.search-page .content .search-items-box {
    padding: 20px 0;
}
.search-page .content .search-items-box .item {
    display: none;
}
.search-page .content .search-items-box .item .info p {
    color: #455d58;
}
.search-page .content .search-items-box .item .lis-list li {
    position: relative;
    padding: 20px 0;
}
@media screen and (min-width: 1024px) {
    .search-page .content .search-items-box .item .lis-list li:hover {
        background-color: rgba(222, 222, 222, 0.2);
    }
}
.search-page .content .search-items-box .item .lis-list li .pic {
    overflow: hidden;
    display: block;
    width: 185px;
    float: left;
    border: 1px solid #E7E7E7;
    position: relative;
    min-width: 185px;
}
.search-page .content .search-items-box .item .lis-list li .pic .img-box {
    padding-bottom: 56.25%;
}
.search-page .content .search-items-box .item .lis-list li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.search-page .content .search-items-box .item .lis-list li .pic i::before {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.search-page .content .search-items-box .item .lis-list li .txt-box {
    float: right;
    width: calc(100% - 185px);
    padding-left: 15px;
}
.search-page .content .search-items-box .item .lis-list li .txt-box h6 {
    word-spacing: 5px;
    margin: 0 0 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'BEBAS';
    color: #455d58;
}
@media screen and (min-width: 1024px) {
    .search-page .content .search-items-box .item .lis-list li .txt-box h6 a:hover {
        color: #d90000;
    }
}
.search-page .content .search-items-box .item .lis-list li .txt-box .txt {
    font-size: 14px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #455d58;
}
.search-page .content .search-items-box .item .lis-list li .txt-box .from {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 16px;
    color: #455d58;
}
.search-page .content .search-items-box .active {
    display: block;
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    background-color: #d90000;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #780000;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #31439c;
    border-radius: 0;
    outline: none;
    display: none;
    background-color: #31439c;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap {
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;

    background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
.online-wrap .online a:last-child {
    border-bottom: none;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #0b1f83;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-left: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #0b1f83;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e908';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    font-size: 20px !important;

    content: '\e637';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e614';
}

.wrap-contact {
    padding-top: 70px;
}

.wrap-contact .title {
    text-align: center;
}
.wrap-contact .title b {
    display: block;

    font-size: 50px;
    color: #333;
    font-family: 'tungsten';
}
@media screen and (max-width: 767px) {
    .wrap-contact .title b {
        font-size: 18px;
        float: none;
        width: 100%;
    }
}

.wrap-contact .title h2:before,
.wrap-contact .title h2:after {
    display: none;
}
.wrap-contact .title-contact h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
.wrap-contact .title-contact h3:after {
    display: inline-block;

    width: 16px;
    height: 4px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #31439c;
}
@media (max-width: 991px) {
    .wrap-contact .title-contact h3 {
        font-size: 20px;
    }
}
.wrap-contact .contact {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        margin-top: 30px;
    }
}
.wrap-contact .contact .text .item {
    position: relative;

    min-height: 74px;
    margin-top: 30px;
    padding-left: 90px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item {
        min-height: 60px;
        margin-top: 20px;
        padding-left: 70px;
    }
}
.wrap-contact .contact .text .item .iconfont {
    font-size: 30px;
    line-height: 62px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 74px;
    height: 74px;

    text-align: center;

    color: #fff;
    border: 6px solid #e6e8f3;
    border-radius: 50%;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .iconfont {
        font-size: 24px;
        line-height: 52px;

        width: 60px;
        height: 60px;

        border-width: 4px;
    }
}
.wrap-contact .contact .text .item b {
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding-top: 8px;

    text-transform: capitalize;

    color: #31439c;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item b {
        font-size: 18px;

        padding-top: 0;
    }
}
.wrap-contact .contact .text .item p {
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .item a:hover {
    text-decoration: underline;
}
.wrap-contact .contact .share {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .share {
        margin-top: 20px;
    }
}
.wrap-contact .contact .share p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-contact .contact .share ul {
    font-size: 0;

    display: inline-block;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .share ul {
        margin-top: 10px;
    }
}
.wrap-contact .contact .share ul li {
    display: inline-block;

    margin-right: 14px;
}
.wrap-contact .contact .share ul li a {
    font-size: 18px;
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #3b3b3b;
    border: 1px solid #393939;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .share ul li a {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-contact .contact .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.wrap-contact .contact .share ul li.twitter a:before {
    content: '\e9b2';
}
.wrap-contact .contact .share ul li.linkedin a:before {
    content: '\e6f0';
}
.wrap-contact .contact .share ul li.instagram a:before {
    content: '\e607';
}
.wrap-contact .contact .share ul li.youtube a:before {
    content: '\e618';
}
.wrap-contact .contact .share ul li.google a:before {
    content: '\e645';
}
.wrap-contact .contact .share ul li.amazon a:before {
    content: '\e6c1';
}
.wrap-contact .contact .share ul li:hover a {
    color: #fff;
    border-color: #31439c;
    background-color: #31439c;
}
.wrap-contact .wrap-map .map-content {
    height: 450px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-contact .wrap-map .map-content {
        height: 300px;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .wrap-message {
        margin-top: 30px;
    }
}
.wrap-message form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    margin: 20px 0 0 0;
    padding-left: 14px;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-message form p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-message form p {
        font-size: 16px;
    }
}
.wrap-message form p:before {
    position: absolute;
    top: 7px;
    left: 0;

    display: block;

    width: 3px;
    height: 14px;

    content: '';

    background-color: #31439c;
}
.wrap-contact .wrap-message form input,
.wrap-contact .wrap-message form textarea {
    font-size: 16px;
    line-height: 28px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #dcdcdc;
    background: none;
}
@media (max-width: 767px) {
    .wrap-contact .wrap-message form input,
    .wrap-contact .wrap-message form textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-contact .wrap-message form input::-webkit-input-placeholder,
.wrap-contact .wrap-message form textarea::-webkit-input-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:-o-placeholder,
.wrap-contact .wrap-message form textarea:-o-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input::-moz-placeholder,
.wrap-contact .wrap-message form textarea::-moz-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:-ms-input-placeholder,
.wrap-contact .wrap-message form textarea:-ms-input-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:focus::-webkit-input-placeholder,
.wrap-contact .wrap-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-o-placeholder,
.wrap-contact .wrap-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-moz-placeholder,
.wrap-contact .wrap-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-ms-input-placeholder,
.wrap-contact .wrap-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-message form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    margin-top: 30px;
    padding: 0 60px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #31439c;
}
.wrap-message form .submit:hover {
    background-color: #0b1f83;
}
.wrap-message form .send {
    text-align: center;
}

.fszero {
    display: none;
}

.wrap-sitemap {
    padding: 60px 0;
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #005bac;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #005bac;
}
.wrap-sitemap .sitemap>ul>li>ul {

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;
    display: block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #005bac;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #005bac;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #005bac;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #005bac;
}
.index-case .title .icon-font {
    margin-bottom: 0;
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    color: #ffffff;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}
.cookie-bar p {
    line-height: 24px;
}
.cookie-bar p a {
    color: #ffaa06;
}
.cookie-bar p a:hover {
    opacity: .8;
}
.cookie-bar .accept-cookie {
    color: #ffffff;
    background-color: #ffaa06;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
}
.cookie-bar .accept-cookie:hover {
    color: #333333;
    background-color: rgb(255, 255, 255, .9);
}

.cookie-bar .refuse-cookie {
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
    margin-left: 20px;
}
.cookie-bar .refuse-cookie:hover {
    color: #333333;
    background-color: rgb(255, 255, 255, .9);
}