/* 列表 */
.hm-sec3 .jut {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
  }
  .hm-sec3 .jut .item {
    width: 50%;
  }
  .hm-sec3 .jut .item .list {
    width: 100%;
    display: block;
    position: relative;
  }
  .hm-sec3 .jut .item .list .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 62.5%;
  }
  .hm-sec3 .jut .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .jut .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.hm-sec3 .jut .item .list:hover .jut .font .tit, .hm-sec3 .jut .item .list:hover .jut .font .text {
    margin-left: 6px;
}
.hm-sec3 .jut .item .list:hover .jut .font .tit, .hm-sec3 .jut .item .list:hover .jut .font .text {
    margin-left: 6px;
}
.hm-sec3 .jut .item .list:hover .jut .font .but:before {
    width: 100%;
}
  .hm-sec3 .jut .item .list .jut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    padding: 75px 45px;
    box-sizing: border-box;
  }
  .hm-sec3 .jut .item .list .jut .font {
    max-width: 430px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 45px;
    padding-bottom: 0;
    width: 70%;
    position: relative;
  }
  .hm-sec3 .jut .item .list .jut .font .tit {
    color: #192e89;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 12px;
  }
  .hm-sec3 .jut .item .list .jut .font .text {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .jut .item .list .jut .font .but {
    width: 50px;
    height: 50px;
    background-color: #192e89;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.36rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
  }
  .hm-sec3 .jut .item .list .jut .font .but img,
  .hm-sec3 .jut .item .list .jut .font .but svg {
    display: block;
    width: 6px;
    float: left;
    position: relative;
  }
  .hm-sec3 .jut .item .list .jut .font .but img path,
  .hm-sec3 .jut .item .list .jut .font .but svg path {
    fill: #fff;
  }
  .hm-sec3 .jut .item .list .jut .font .but:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .cont {
    display: flex;
    flex-wrap: wrap;
  }
  .hm-sec3 .cont .item {
    border-right: 1px solid #fff;
    width: 33.333%;
    box-sizing: border-box;
  }
  .hm-sec3 .cont .item:last-child {
    border-right: none;
  }
  .hm-sec3 .cont .item .list {
    display: block;
    width: 100%;
    position: relative;
  }
  .hm-sec3 .cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
  }
  .hm-sec3 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/jianbianimgf1.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .cont .item .list .font {
    font-size: 30px;
    line-height: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem;
    color: #fff;
    z-index: 3;
  }
  .hm-sec3 .cont .item .list .font .text {
    opacity: 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .cont .item .list .font .but {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: 25px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hm-sec3 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.hm-sec3 .cont .item .list:hover .font .text {
    opacity: 0.8;
}
.hm-sec3 .cont .item .list:hover .font .but {
    transform: rotate(45deg);
    border-color: transparent;
    background-color: #fff;
}
.hm-sec3 .cont .item .list:hover .font .but img path, .hm-sec3 .cont .item .list:hover .font .but svg path {
    fill: #192e89;
}
  .hm-sec3 .cont .item .list .font .but img,
  .hm-sec3 .cont .item .list .font .but svg {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
  }
  .hm-sec3 .cont .item .list .font .but img:nth-child(2),
  .hm-sec3 .cont .item .list .font .but svg:nth-child(2) {
    display: none;
  }
  .hm-sec3 .cont .item .list .font .but img path,
  .hm-sec3 .cont .item .list .font .but svg path {
    fill: #fff;
  }
  .hm-sec3 .cont .item .list .font .but:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 0.3s linear;
    transform: rotate(-45deg);
  }



i,
em {
    font-style: normal;
}

.content {
    width: 70rem;
    margin: 0 auto;
}

.head.hea {
    width: 100%;
    position: fixed;
    top: 0;
}

/* .head.hea .hea-top {
    background: rgba(25, 46, 137, .9);
} */

.head {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    min-width: 1200px;
}

.head .hea-top {
    padding: 0 8rem;
    height: 7rem;
    background: rgba(25, 46, 137, .3);
    width: 100%;
    box-sizing: border-box;
}

.head .hea-top .logo {
    float: left;
    padding-top: 1.65rem;
}

.head .hea-top .logo .t_logo {
    width: 10.65rem;
    line-height: 0;
    overflow: hidden;
    float: left;
    margin-right: 1.15rem;
    margin-top: 0.6rem;
}

.head .hea-top .logo .t_logo img {
    width: 100%;
}

.head .hea-top .logo h2 {
    float: left;
    padding-left: 1.25rem;
    background: url(../images/hea-xt.png) no-repeat left 10px;
    /* background-size: 0.05rem 2.85rem; */
    background-size: contain;
}

.head .hea-top .logo h2 span {
    display: block;
    line-height: 2.1rem;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: normal;
}

.head .hea-top .logo h2 em {
    display: block;
    line-height: 1.75rem;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
}

.head .hea-top .rig {
    width: 48.85rem;
    float: right;
    margin-top: 2.5rem;
}

.head .hea-top .rig .menu ul{
    display: flex;
    justify-content: flex-end;
}

.head .hea-top .rig .rig-top {
    height: 3rem;
    text-align: right;
}

.head .hea-top .rig .rig-top span {
    display: inline-block;
    padding: 0.9rem 0 0 2.15rem;
    background: url(../images/hea-rig.png) no-repeat left top;
    background-size: 1.25rem 2.5rem;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 2.1rem;
    height: 3.65rem;
    box-sizing: border-box;
    font-family: "DINPro";
}

.head .hea-top .rig .menu ul>li {
    float: left;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    margin-left: 5.5%;
}

.head .hea-top .rig .menu ul>li:first-child {
    margin-left: 0;
}

.head .hea-top .rig .menu ul>li>a {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
}

.head .hea-top .rig .menu ul>li.cur>a {
    font-weight: bold;
}


.nav-con {
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, .95);
    position: absolute;
    left: 0;
    top: 7rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
}

.nav-con .left {
    width: auto;
    display: inline-block;
    padding-top: 1.7rem;
}

.nav-con .left .left-nav {
    float: left;
    width: 12rem;
    margin-left: 1.95rem;
}

.nav-con .left .left-nav:first-child {
    margin-left: 0;
}

.nav-con .left .left-nav h4 {
    line-height: 2.3rem;
    border-bottom: 1px solid #c2c2c6;
    margin-bottom: 1.65rem;
    text-align: left;
}

.nav-con .left .left-nav h4 a {
    font-size: 1.1rem;
    color: #333333;
}

.nav-con .left .left-nav p a {
    display: block;
    line-height: 1.9rem;
    padding-left: 1.1rem;
    background: url(../images/nav-dd.png) no-repeat left;
    background-size: 0.25rem 0.25rem;
    font-size: 0.8rem;
    color: #333333;
    text-align: left;
    box-sizing: border-box;
}

.nav-con .left .left-nav p a:hover {
    color: #192e89;
    font-weight: bold;
}

.nav-con .rigg {
    width: 25.0rem;
    height: 25.0rem;
    line-height: 0;
    padding: 4.0rem 0 0 3.0rem;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.nav-con .rigg img {
    width: 100%;
}

.head .hea-top .rig .menu ul>li.nav2:hover .nav-con {
    height: 25rem;
}

/* .nav-con .left .left-nav:nth-child(3) {
    width: 19.1rem;
} */

/* .nav-con .left .left-nav:nth-child(3) p a {
    width: 49.5%;
    float: left;
} */

/* .nav-con .left .left-nav:nth-child(3) p a:nth-child(2n) {
    float: right;
} */

@media screen and (max-width:1280px) {
    .head .hea-top .rig .menu ul>li {
        margin-left: 4.9%;
    }
    .hm-sec3 .jut .item .list .jut{
        padding: 50px 40px;
    }
    .hm-sec3 .jut .item .list .jut .font{
        padding: 30px;
    }
    .hm-sec3 .cont .item .list .font{
        font-size: 24px;
        padding: 20px;
    }
    .hm-sec3 .cont .item .list .font .but{
        margin-top: 10px;
    }
}

@media screen and (max-width:1200px) {
    .head .hea-top .rig {
        width: 61.85rem;
    }
}


.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    /* height: 100vh;
    object-fit: cover; */
    margin: 0 auto;
}

.banner .slick-arrow {
    display: none !important;
}

.slick-dots {
    position: absolute;
    left: 0;
    font-size: 0;
    bottom: 5%;
    width: 100%;
    text-align: left;
    outline: none;
    padding-left: 7.9rem;
}

.slick-dots li {
    display: inline-block;
    margin-right: 12px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 28px;
    height: 28px;
    background: url(../images/ban-dd.png) no-repeat center;
    outline: none;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: url(../images/ban-dd_h.png) no-repeat center;
}


.footer {
    height: 26rem;
    background: url(../images/foot.jpg) no-repeat center;
    background-size: 100% 26rem;
    padding-top: 4rem;
    box-sizing: border-box;
    overflow: hidden;
}

.foot {
    height: 18.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
}

.foot .left {
    width: 20rem;
    float: left;
}

.foot .left h2 {
    height: 3.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: 0;
    margin-bottom: 1.75rem;
    box-sizing: border-box;
}

.foot .left h2 img {
    width: 10.65rem;
}

.foot .left .ft-xx span {
    display: block;
    width: 6.45rem;
    line-height: 0;
    overflow: hidden;
    float: left;
    margin-top: 0.2rem;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}

.foot .left .ft-xx span img {
    width: 100%;
}

.foot .left .ft-xx ul {
    float: left;
    /* margin-left: 1.55rem; */
}

.foot .left .ft-xx ul li i {
    display: block;
    line-height: 1.75rem;
    font-size: 1rem;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: bold;
}

.foot .left .ft-xx ul li em {
    display: block;
    line-height: 1.45rem;
    font-size: 0.8rem;
    color: #94a0dc;
}

.foot .left .ft-xx ul li:nth-child(3) {
    margin-top: 7px;
}

.foot .rig {
    width: 50rem;
    float: right;
}

.foot .rig ul li {
    width: 20%;
    float: left;
}

/* .foot .rig ul li.ft1 {
    width: 14.05rem;
}

.foot .rig ul li.ft2 {
    width: 18.95rem;
}

.foot .rig ul li.ft3 {
    width: 8.0rem;
} */

.foot .rig ul li h4 {
    height: 3.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
    line-height: 2.8rem;
    margin-bottom: 1.55rem;
    font-weight: 300;
    text-align: right;
}

.foot .rig ul li h4 a {
    font-size: 0.9rem;
    color: #ffffff;
}

.foot .rig ul li p a {
    display: block;
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: #94a0dc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.footer .ft-link {
    height: 3.95rem;
}

.footer .ft-link span {
    display: block;
    float: left;
}

.footer .ft-link span em {
    display: block;
    line-height: 3.95rem;
    float: left;
    font-size: 0.8rem;
    color: #94a0dc;
    margin-right: 0.5rem;
}

.footer .ft-link span em a {
    font-size: 0.8rem;
    color: #94a0dc;
}

.footer .ft-link strong {
    display: block;
    float: right;
}

.footer .ft-link strong i,
.footer .ft-link strong a {
    display: block;
    line-height: 3.95rem;
    float: left;
    font-size: 0.7rem;
    color: #94a0dc;
    font-weight: normal;
}

.footer .ft-link strong a {
    margin-left: 1.5rem;
}

.footer .ft-link strong a.f1 {
    margin-left: 0;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}


.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #192e89;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #192e89;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}