
.header {
    position: fixed;
    top: .4rem;
    left: 0;
    z-index: 188;
    width: 100%;
    transition: all ease .5s;
}

.h-a {
    width: 100%;
}

.h-cont {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.h-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.h-left {
    float: left;
    padding-left: .38rem;
}

.h-logo {
    display: block;
    cursor: pointer;
    height: .8rem;
    line-height: .8rem;
}

.h-logo img {
    max-width: none;
    height: .76rem;
}

.h-right {
    float: right;
}

.h-h {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.h-i {
    display: inline-block;
    cursor: pointer;
    padding: 0 .2rem;
}

.h-j {
    display: inline-block;
    position: relative;
    color: #111111;
    line-height: .8rem
}

.h-j:after {
    content: '';
    position: absolute;
    bottom: .15rem;
    left: 0;
    width: 0;
    transition: all ease .5s;
    height: .03rem;
    background-color: #1f64e1;
}

.h-i.active .h-j {
    color: #1f64e1;
}

.h-sub {
    position: absolute;
    top: .8rem;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hs-cont {
    width: 100%;
    text-align: center;
    padding: .6rem .4rem 1.2rem;
    font-size: 0;
}

.hs-left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 5rem);
    text-align: left;
}

.hs-titles {
    display: block;
    color: #222222;
    margin-bottom: .3rem;
}

.hs-textbox {
    color: #777777;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.hs-textbox * {
    line-height: inherit;
}

.hs-links {
    width: 100%;
}

.hs-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(33.33% - .37rem);
    padding: .18rem 10px .18rem 0;
    color: #222222;
    line-height: 1.4;
    margin-right: .55rem;
    border-bottom: .02rem solid #eeeeee;
}

.hs-link:nth-child(3n) {
    margin-right: 0;
}

.hs-link:before {
    content: '';
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 0;
    height: .02rem;
    transition: all ease .5s;
    background-color: #1f64e1;
}

.hs-link:after {
    content: '/';
    transition: all ease .5s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: #777777;
}

.hs-link.active {
    color: #1f64e1;
}

.hs-link.active:before {
    width: 100%;
}

.hs-link.active:after {
    content: '>';
    right: 3px;
    color: #1f64e1;
}

.hs-right {
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    padding-left: 1.85rem;
}

.hs-img {
    display: none;
    width: 100%;
}

.hs-img.show {
    display: block;
}

/* 搜索 */
.h-k {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.45rem;
}

.h-search {
    display: block;
    cursor: pointer;
    width: .8rem;
    height: .8rem;
    background-image: url('/static/home/images/m2.png');
    background-size: 1em auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1f64e1;
}

.hs-a {
    display: none;
    z-index: 108;
    white-space: nowrap;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.hs-form {
    font-size: 0;
    display: inline-block;
}

.hs-text {
    border: none;
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    width: 6rem;
    height: 45px;
    background-color: #fff;
    color: #333;
}

.hs-submit {
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #1f64e1;
    background-image: url('/static/home/images/m2.png');
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.header.search-state .hs-a {
    display: block;
}

.header.search-state .h-opa {
    display: block;
}

.header.fixed {
    top: 0;
}

.header.fixed .h-cont {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.h-menu {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    background-image: url('/static/home/images/c-menu.png');
    background-size: .6rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}


@media(min-width: 1200px) {
    .h-i:hover .h-j {
        color: #1f64e1;
    }

    .h-i:hover .h-j:after {
        width: 100%;
    }

    .h-i.active .h-j:after {
        width: 100%;
    }
}

@media(max-width: 1200px) {

    .h-logo img {
        height: 50%;
    }

    .h-h {
        width: 260px;
        position: fixed;
        text-align: left;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        z-index: 1000;
        transform: translate(100%, 0);
        transition: transform .3s;
    }

    .h-i {
        width: 100%;
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
    }

    .h-j {
        padding: 0;
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 16px;
    }

    .h-i.has-links:after {
        content: "";
        background-image: url('/static/home/images/c-right.png');
        background-size: 18px auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #333;
    }

    .h-i.has-links.show:after {
        transform: rotate(90deg);
        background-image: url('/static/home/images/c-right2.png');
    }

    .hs-titles {
        display: none;
    }

    .hs-textbox {
        display: none;
    }

    .h-sub {
        position: relative;
        top: 0;
        background-color: #fff;
        box-shadow: none;
        left: 0;
        transform: translate(0, 0);
        width: 100% !important;
    }

    .hs-cont {
        padding: 20px 30px;
    }

    .hs-left {
        width: 100%;
    }

    .hs-right {
        display: none;
    }

    .hs-link {
        width: 100%;
        margin-right: 0;
        padding: 15px 10px 15px 0;
    }

    .h-right {
        margin-right: .8rem;
    }

    .h-k {
        margin-left: 0;
    }

    /* 菜单 */
    .h-menu {
        display: block;
    }

    .header.menu-state .h-h {
        transform: translate(0, 0);
    }

    .header.menu-state .h-opa {
        display: block;
    }
}

.header .h-k {
    display: inline-flex;
}

.header .h-lang {
    position: relative;
}

.header .h-lang:hover .bd {
    opacity: 1;
    pointer-events: auto;
}

.header .h-lang .hd {
    height: 100%;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
}

.header .h-lang .bd {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.header .h-lang .bi {
    display: block;
    background-color: #fff;
    padding: 0.15rem 0.1rem;
    text-align: center;
}

.header .h-lang .bi:hover {
    color: #1f64e1;
}

@media(max-width:750px) {
    body {
        padding-top: .8rem !important;
    }

    .header {
        top: 0;
    }

    .h-cont {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    }

    .h-left {
        padding-left: 10px;
    }

    .hs-text {
        width: 5rem;
        height: 35px;
    }

    .hs-submit {
        height: 35px;
    }

    .h-limg {
        display: none;
    }
}

.ia-a {
    width: 100%;
    position: relative;
}

.ia-b {
    width: 100%;
}

.ia-item {
    width: 100%;
}

.ia-link {
    display: block;
    width: 100%;
    cursor: pointer;
}

.ia-img {
  position: relative;
  padding-top: calc(940 / 1920 * 100%);
}

.ia-img img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.ia-text {
    position: absolute;
    top: 33.51%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14rem;
}

.ia-titles {
    width: 100%;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .4rem;
    line-height: 1.15;
}

.ia-titles:before {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 0;
    width: 1.22rem;
    height: .17rem;
    background-image: url('../images/m6.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ia-en {
    color: #ffffff;
    line-height: 1.41;
}

.ia-titles,
.ia-en {
    opacity: 0;
    transform: translate3d(150px, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.ia-item.swiper-slide-active .ia-titles {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.ia-item.swiper-slide-active .ia-en {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.ia-titles {
    transition-delay: .3s;
}

.ia-en {
    transition-delay: .6s;
}

.ia-pagination {
    position: absolute;
    bottom: .6rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: right;
    width: 14.2rem;
}

.ia-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin: 0 .1rem;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 1px #ffffff;
}

.ia-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

@media(max-width:750px) {
    .ia-text {
        top: 50%;
        transform: translate(-50%, -50%);
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .ia-titles {
        font-size: 22px;
        margin-bottom: .2rem;
    }

    .ia-en {
        font-size: 13px;
    }

    .ia-pagination {
        transform: translate(-50%, 0);
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        bottom: 10px;
    }

    .ia-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.ib-a {
    width: 100%;
    padding-top: .84rem;
    padding-bottom: .67rem;
    background-color: #f4f5f7;
}

.ib-main {
    width: 14rem;
    margin: 0 auto;
}

.ib-top {
    width: 100%;
    text-align: center;
    margin-bottom: .5rem;
}

.ib-en {
    color: #666666;
    margin-bottom: .2rem;
}

.ib-titles {
    color: #333333;
    font-weight: bold;
}

.ib-bottom {
    width: 100%;
    position: relative;
    font-size: 0;
}

.ib-item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    width: 31.9%;
    margin-right: 2.14%;
    margin-bottom: .3rem;
}

.ib-item:nth-child(3n) {
    margin-right: 0;
}

.ib-img {
    width: 100%;
    position: relative;
    padding-top: calc(300/445*100%);
    overflow: hidden;
}

.ib-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ib-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 .2rem;
    background-color: rgba(0, 0, 0, .5);
}

.ib-nub {
    position: absolute;
    left: .2rem;
    top: -.22rem;
    display: inline-block;
    width: .44rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    color: #ffffff;
    background-color: #1f64e1;
}

.ib-text .ib-name {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: .64rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ib-sub {
    opacity: 0;
    z-index: -1;
    transition: all ease .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .45rem .65rem .3rem;
    background-color: rgba(31, 100, 225, .8);
    overflow: auto;
    text-align: center;
}

.ib-sub .ib-name {
    color: #ffffff;
    line-height: 1.38;
    margin-bottom: .2rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ib-intro {
    text-align: left;
    color: #ffffff;
    line-height: 1.6;
    height: 4.8em;
    margin-bottom: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ib-more {
    display: inline-block;
    min-width: 1.4rem;
    padding: 0 .1rem;
    color: #1f64e1;
    line-height: .44rem;
    background-color: #ffffff;
}

.ib-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .15rem;
    width: .16rem;
    height: .16rem;
    background-image: url('../images/m7.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.ib-item:hover .ib-text {
    opacity: 0;
    z-index: -1;
}

.ib-item:hover .ib-sub {
    opacity: 1;
    z-index: 8;
}

@media(max-width:1150px) {
    .ib-sub {
        padding: .2rem 10px;
    }
}

@media(max-width:750px) {
    .ib-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ib-item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .ib-item:nth-child(3n) {
        margin-right: 10px;
    }

    .ib-item:nth-child(2n) {
        margin-right: 0;
    }
}

.ic-a {
    width: 100%;
    padding-top: 1.3rem;
    padding-bottom: .9rem;
}

.ic-main {
    width: 14rem;
    margin: 0 auto;
}

.ic-top {
    width: 100%;
    margin-bottom: .65rem;
}

.ic-top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.ic-left {
    float: left;
    width: 6.6rem;
}

.ic-b {
    display: inline-block;
    position: relative;
    margin-bottom: .9rem;
    padding-top: .35rem;
    padding-right: 1.48rem;
}

.ic-b:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1.97rem;
    height: 1.46rem;
    background-image: url('/static/home/images/m8.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.ic-en {
    position: relative;
    z-index: 8;
    margin-bottom: .2rem;
    color: #666666;
}

.ic-titles {
    position: relative;
    z-index: 8;
    font-weight: bold;
    color: #333333;
}

.ic-titles:after {
    content: '';
    position: absolute;
    bottom: -.34rem;
    left: 0;
    width: .48rem;
    height: .03rem;
    background-color: #1f64e1;
}

.ic-textbox {
    color: #555555;
    line-height: 2.1;
}

.ic-textbox * {
    line-height: inherit;
}

.ic-right {
    float: right;
    padding-right: .5rem;
}

.ic-img {
    width: 5.7rem;
    position: relative;
}

.ic-img:before {
    content: '';
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    width: calc(100% - .4rem);
    height: calc(100% - .4rem);
    border: .2rem solid #f5f5f5;
}

.ic-img:after {
    content: '';
    position: absolute;
    top: -.1rem;
    right: -.1rem;
    width: 73.15%;
    height: 100%;
    background-image: url('/static/home/images/m9.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.ic-img img {
    position: relative;
    z-index: 8;
    width: 100%;
}

.ic-bottom {
    width: 100%;
    font-size: 0;
    padding: .15rem .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url('/static/home/images/m10.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ic-item {
    display: block;
    padding: .15rem .1rem;
}

.ic-c {
    width: 100%;
    margin-bottom: .15rem;
}

.ic-nub {
    display: inline-block;
    vertical-align: top;
    margin-right: .1rem;
    color: #1f64e1;
    font-weight: bold;
}

.ic-unit {
    display: inline-block;
    vertical-align: top;
    margin-top: .08rem;
    color: #1f64e1;
    font-weight: bold;
}

.ic-intro {
    color: #555555;
    line-height: 1.58;
}

@media(max-width:750px) {
    .ic-a {
        padding-top: .8rem;
    }

    .ic-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ic-left {
        width: 100%;
        margin-bottom: 1.2rem;
    }

    .ic-right {
        width: 100%;
    }

    .ic-bottom {
        padding: .15rem .3rem;
    }

    .ic-item {
        width: 50%;
    }
}

.ie-a {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .97rem;
    background-image: url('/static/home/images/m9.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ie-main {
    width: 14rem;
    margin: 0 auto;
}

.ie-top {
    width: 100%;
    text-align: center;
    margin-bottom: .6rem;
}

.ie-en {
    color: #ffffff;
    margin-bottom: .2rem;
}

.ie-titles {
    color: #ffffff;
    font-weight: bold;
}

.ie-bottom {
    width: 100%;
}

.ie-item {
    width: 3.17rem;
    margin-right: .3rem;
    padding: .17rem 0;
}

.ie-item:last-child {
    margin-right: 0;
}

.ie-link {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: .5rem .35rem 1rem;
    background-color: #fff;
}

.ie-link:before {
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    top: -.17rem;
    left: 0;
    width: 100%;
    height: calc(100% + .34rem);
    background-color: #fff;
}

.ie-link:after {
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    top: -.1rem;
    left: .06rem;
    width: calc(100% - .12rem);
    height: calc(100% + .2rem);
    border: solid 1px rgba(31, 100, 225, .5);
}

.ie-c {
    position: relative;
    z-index: 8;
    width: 100%;
    min-height: 1rem;
}

.ie-nub {
    color: #333333;
    font-weight: bold;
}

.ie-icon {
    display: none;
    width: .8rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    background-color: #1f64e1;
    border-radius: .1rem;
}

.ie-icon img {
    max-width: 50%;
    max-height: 50%;
}

.ie-text {
    position: relative;
    z-index: 8;
    width: 100%;
}

.ie-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.6rem;
    width: .17rem;
    height: .17rem;
    background-image: url('/static/home/images/m12.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ie-name {
    width: 100%;
    margin-bottom: .15rem;
    color: #333333;
}

.ie-intro {
    color: #888888;
    line-height: 1.75;
    height: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ie-item:hover .ie-link {
    padding: .5rem .35rem .7rem;
}

.ie-item:hover .ie-link:before {
    opacity: 1;
    z-index: 2;
}

.ie-item:hover .ie-link:after {
    opacity: 1;
    z-index: 3;
}

.ie-item:hover .ie-c {
    text-align: center;
    min-height: 1.3rem;
}

.ie-item:hover .ie-nub {
    display: none;
}

.ie-item:hover .ie-icon {
    display: inline-block;
}

.ie-item:hover .ie-text:before {
    display: none;
}

.ie-item:hover .ie-name {
    text-align: center;
}

.ie-pagination {
    display: none;
    margin-top: .5rem;
    position: static;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ie-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin: 0 .1rem;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 1px #fff;
}

.ie-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}


@media(max-width:750px) {
    .ie-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ie-item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .ie-pagination {
        display: block;
    }

    .ie-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.ig-a {
    width: 100%;
    padding-top: .68rem;
    padding-bottom: 1.2rem;
    background-image: url('/static/home/images/m10.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ig-main {
    width: 14.4rem;
    margin: 0 auto;
}

.ig-top {
    width: 100%;
    margin-bottom: .3rem;
    padding: 0 .2rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ig-lt {
    flex: 1;
}

.ig-en {
    color: #666666;
    margin-bottom: .2rem;
}

.ig-titles {
    color: #333333;
    font-weight: bold;
}

.ig-navbox {
    font-size: 0;
}

.ig-nav {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .2rem;
    min-width: 1.6rem;
    padding: 0 .15rem;
    color: #555555;
    line-height: .55rem;
    text-align: center;
    background-color: #efefef;
}

.ig-nav:last-child {
    margin-right: 0;
}

.ig-nav.active {
    background-color: #1f64e1;
    color: #fff;
}

.ig-bottom {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ig-one {
    position: absolute;
    left: -19.2rem;
    top: 0;
    width: 100%;
}

.ig-one.show {
    position: relative;
    left: 0;
}

.ig-b {
    width: 100%;
    padding: .2rem;
}

.ig-item {
    display: block;
    width: 33.3%;
}

.ig-item:last-child .ig-link {
    border: none;
}

.ig-link {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: .6rem .4rem 1.5rem;
    border-right: 1px solid #d4d4d4;
}

.ig-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all ease .5s;
    height: .03rem;
    background-color: #1f64e1;
}

.ig-link:after {
    content: '';
    position: absolute;
    bottom: .65rem;
    left: .4rem;
    width: .49rem;
    height: .49rem;
    background-color: #d4d4d4;
    background-image: url('/static/home/images/m13.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ig-time {
    color: #888888;
    margin-bottom: .45rem;
}

.ig-name {
    color: #333333;
    line-height: 1.41;
    margin-bottom: .2rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ig-intro {
    color: #888888;
    line-height: 1.8;
    height: 3.6em;
    margin-bottom: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ig-img {
    width: 100%;
    position: relative;
    padding-top: calc(230/385*100%);
    overflow: hidden;
}

.ig-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}

.ig-link:hover:before {
    width: 100%;
}

.ig-link:hover:after {
    background-color: #1f64e1;
    background-image: url('/static/home/images/m13-b.png');
}

.ig-link:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px .24rem 0px rgba(153, 152, 153, 0.22);
}

.ig-link:hover .ig-time {
    color: #1f64e1;
}

.ig-link:hover .ig-name {
    color: #1f64e1;
}

.ig-link:hover .ig-img img {
    transform: scale(1.05);
}

.ig-b .ig-pagination {
    display: none;
    margin-top: .5rem;
    position: static;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ig-b .ig-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin: 0 .1rem;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 1px #1f64e1;
}

.ig-b .ig-pagination .swiper-pagination-bullet-active {
    background-color: #1f64e1;
}

@media(max-width:750px) {
    .ig-a {
        padding-bottom: .8rem;
    }

    .ig-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ig-top {
        padding: 0;
    }

    .ig-item {
        width: 50%;
    }

    .ig-link {
        padding: .3rem 10px 1.3rem;
    }

    .ig-link:after {
        bottom: .3rem;
        left: 10px;
    }

    .ig-b .ig-pagination {
        display: block;
    }

    .ig-b .ig-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.ih-a {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .6rem;
    background-image: url('/static/home/images/m20.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ih-main {
    width: 14.2rem;
    margin: 0 auto;
}

.ih-cont {
    width: 100%;
    position: relative;
}

.ih-b {
    width: 100%;
    font-size: 0;
}

.ih-item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 16.66%;
    padding: .1rem;
}

.ih-img {
    overflow: hidden;
    width: 100%;
    height: 1rem;
    text-align: center;
    ;
    line-height: 1rem;
    background-color: #ffffff;
}

.ih-img img {
    max-width: 70%;
    max-height: 70%;
    transform: scale(1.00);
    transition: all ease .5s;
}

.ih-item:hover .ih-img img {
    transform: scale(1.05);
}

.ih-pagination {
    display: none;
    margin-top: .5rem;
    position: static;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ih-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin: 0 .1rem;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 1px #fff;
}

.ih-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}


@media(max-width:750px) {
    .ih-main {
        width: 100%;
        max-width: 500px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ih-item {
        width: 33.33%;
        padding: 5px;
    }

    .ih-pagination {
        display: block;
    }

    .ih-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.footer {
    width: 100%;
    background-color: #121212;
}

.f-cont {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.f-left {
    display: block;
    width: 61.72%;
    padding: .75rem .6rem .25rem 2.6rem;
}

.f-right {
    display: block;
    width: 38.28%;
    background-color: #222222;
    padding: .75rem 2.6rem .25rem .75rem;
}

.f-main {
    width: 100%;
    margin: 0 auto;
}

.f-top {
    width: 100%;
    margin-bottom: 1.25rem;
}

.f-top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.f-lt {
    float: left;
    max-width: 3.5rem;
}

.f-phone {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .32rem;
}

.f-textbox {
    color: rgba(255, 255, 255, .5);
    line-height: 2.1;
    margin-bottom: .3rem;
}

.f-textbox * {
    line-height: inherit;
}

.f-sharebox {
    width: 100%;
}

.f-share {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-right: .24rem;
}

.f-icon {
    display: block;
    width: 1em;
    opacity: .3;
}

.f-icon img {
    width: 100%;
}

.f-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 15px;
}

.f-code {
    width: 1.05rem;
    min-width: 80px;
    position: relative;
}

.f-code:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.f-code img {
    width: 100%;
}

.f-share:hover .f-icon {
    opacity: 1;
}

.f-rt {
    float: right;
    width: 4.65rem;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-item {
    display: block;
    padding-right: .15rem;
}

.f-one {
    display: block;
    color: #ffffff;
    margin-bottom: .32rem;
}

.f-twobox {
    display: inline-block;
    vertical-align: top;
}

.f-two {
    display: block;
    cursor: pointer;
    color: rgba(255, 255, 255, .5);
    line-height: 2.1;
}

.f-two:hover {
    color: #fff;
}

.f-linkbox {
    display: block;
    width: 100%;
    font-size: 0;
}

.f-link {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-right: .12rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.71;
}

.f-link:hover {
    color: #fff;
}


.f-form {
    width: 100%;
}

.f-form input::-webkit-input-placeholder,
.f-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input:-moz-placeholder,
.f-form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input::-moz-placeholder,
.f-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input:-ms-input-placeholder,
.f-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-row {
    width: 100%;
    margin-bottom: .2rem;
}

.f-input {
    display: block;
    border: none;
    width: 100%;
    height: .42rem;
    padding: 0 .2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.f-textarea {
    display: block;
    border: none;
    width: 100%;
    height: .9rem;
    line-height: .24rem;
    padding: .1rem .2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.f-buttom {
    width: 100%;
}

.f-submit {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #ffffff;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    background-color: #1f64e1;
}

@media(max-width:1150px) {
    .f-input {
        height: 32px;
    }

    .f-textarea {
        height: 60px;
        padding: .1rem .2rem;
        line-height: 20px;
    }

    .f-submit {
        height: 32px;
        line-height: 32px;
    }
}

@media(max-width:900px) {
    .f-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .f-left {
        width: 100%;
        padding: .8rem 0;
    }

    .f-lt {
        width: 100%;
        margin-bottom: .5rem;
        text-align: center;
        max-width: 100%;
    }

    .f-item {
        padding: 0 .1rem;
    }

    .f-rt {
        width: 100%;
    }

    .f-linkbox {
        width: 100%;
        text-align: center;
    }

    .f-link {
        padding: 0 .15rem;
    }

    .f-right {
        width: 100%;
        padding: .8rem 0;
    }
}
