@charset "UTF-8";

#banner-root {
    height: calc(100vh - 102px)
}

.swiper-container {
    height: 100%
}

.swiper-container .swiper-slide {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: #e95019 !important;
    opacity: .5 !important
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 16px !important
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 36px !important
}

#wrap-content {
    padding: 0
}

.tongji {
    display: flex;
    justify-content: space-between;
    padding: 56px 0
}

.tongji img {
    width: 108px;
    height: 108px
}

.tongji li {
    display: flex
}

.tongji li .right {
    margin-left: 16px;
    padding: 7px 0
}

.tongji li .right h1 {
    color: var(---text-0, #0d131a);
    font-family: DIN Alternate;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px
}

.tongji li .right h1 span {
    color: var(---text-0, #0d131a);
    font-size: 18px;
    line-height: normal
}

.tongji li .right h1 span,
.tongji li .right span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400
}

.tongji li .right span {
    color: var(---text-2, #86909c);
    font-size: 14px;
    line-height: 22px
}

.chanpin {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 100px
}

.chanpin li {
    transition: all 1s ease 0s;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8px;
    width: 33.1%;
    background: #f4f4f4;
    overflow: hidden;
    cursor: pointer
}

.chanpin li .top {
    text-align: right;
    position: absolute;
    right: 1.25rem;
    top: 1.75rem
}

.chanpin li .top p {
    color: #7e7e80;
    font-size: 1.375rem;
    margin-bottom: 8px
}

.chanpin li .top span {
    color: #7e7e80;
    font-size: .875rem
}

.chanpin li .bottom {
    display: flex;
    align-items: center;
    justify-content: center
}

.chanpin li .bottom img {
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s
}

.chanpin li:hover .top p {
    color: #e95019
}

.chanpin li:hover img {
    transform: scale(1.05)
}

.news {
    margin: 0 100px
}

.news .contnet {
    display: flex;
    margin-top: 29px
}

.news .contnet .left {
    width: 48%;
    overflow: hidden;
    position: relative
}

.news .contnet .left img {
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s
}

.news .contnet .left:hover img {
    transform: scale(1.05)
}

.news .contnet .right {
    width: 48%;
    margin-left: auto;
    position: relative
}

.news .contnet .right .item {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #7e7e80
}

.news .contnet .right .item .title {
    font-size: 1.4rem;
    color: #7e7e80;
    margin-bottom: 1.12rem;
    margin-top: 1.5rem;
    cursor: pointer
}

.news .contnet .right .item .title:hover {
    color: #e95019
}

.news .contnet .right .item p {
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
    color: #7e7e80;
    line-height: 1.5rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    text-align: justify
}

.news .contnet .right .item:first-child .title {
    margin-top: 0
}

.news .contnet .right .item:last-child {
    padding: 0;
    border: none
}

.news .contnet .right .more {
    font-size: .875rem;
    color: #7e7e80;
    text-align: right;
    margin-top: 1.25rem;
    cursor: pointer;
    font-family: Microsoft YaHei, 微软雅黑
}

.news .contnet .right .more:hover {
    color: #e95019
}

.yingxiao {
    margin: 0 100px
}

.yingxiao img {
    width: 60%
}

.gdgn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gdgn li {
    box-sizing: border-box;
    width: 290px;
    padding: 24px;
    margin-bottom: 16px
}

.gdgn li img {
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.gdgn li .top {
    display: flex;
    margin-bottom: 16px
}

.gdgn li .top h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.gdgn li .top h2,
.gdgn li p {
    color: var(---text-5, #0d131a);
    font-family: PingFang SC;
    font-style: normal
}

.gdgn li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.tiyan {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tiyan h1 {
    color: var(---__1, #0d131a);
    font-family: PingFang SC;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 32px
}

.more_technology {
    font-size: 14px;
    width: 123px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #004ea2;
    border-radius: 22px;
    color: #004ea2;
    background-color: #fff;
    text-align: center;
    display: inline-block
}

.more_technology:hover {
    background-color: #004ea2;
    color: #fff
}

.join-us-bg {
    width: 100%;
    height: 704px;
    background-image: url(../../img/index/join_us_bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.join-us {
    width: 33%;
    height: 388px;
    float: left;
    text-align: center
}

.join-us-content {
    display: block;
    width: 78%;
    height: 100%;
    margin: 0 auto;
    margin-top: 160px;
    background-color: #fff;
    cursor: pointer
}

.join-us-content:hover {
    margin-top: 148px
}

.join-us-content:hover .detail {
    background-color: #004ea2;
    color: #fff
}

.join-us-content img {
    margin-top: 60px
}

.join-us-content p {
    margin-top: 24px;
    font-size: 18px;
    color: #191919
}

.join-us-content .divider {
    background-color: #004ea2;
    width: 40px;
    height: 4px;
    margin: 20px auto 0
}

.join-us-content .detail {
    font-size: 14px;
    width: 123px;
    height: 44px;
    line-height: 44px;
    margin: 40px auto 0;
    border: 1px solid #004ea2;
    border-radius: 22px;
    color: #004ea2;
    background-color: #fff
}

.icon-delay {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

@keyframes fadeInUpDiv {
    0% {
        opacity: 0;
        transform: translate3d(0, 184px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpDiv {
    animation-name: fadeInUpDiv
}