@charset "utf-8";
.container {
    position: relative;
    width: 100%;
}

@-webkit-keyframes godown {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes godown {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

.section {
    position: relative;
    width: 100%;
    height: 1rem;
    overflow: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner .bd {
    position: relative;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 600px) {
    .banner {
        display: none;
    }
}


/*banner结束 */

.ind_banner_box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ind_banner_box .swiper-container .swiper-slide.active {
    pointer-events: all;
}

.ind_banner_box .swiper-pagination {
    color: rgba(255, 255, 255, 0.2);
    font-size: .16rem;
    font-family: 'Conv_Gotham-Black';
}

.ind_banner_box .swiper-pagination .on {
    color: white;
}

.ind_banner_box .swiper-pagination .ban_pag_sty {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: .7rem;
    margin: 0 .08rem;
    background-color: #fff;
}

.ind_bottom_box {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0.6rem;
    height: 0.46rem;
    text-align: center;
    font-size: 0;
    width: 100%;
    z-index: 1;
}

.ind_bottom_box:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0.13rem;
    height: 1px;
    background: #fff;
    content: "";
}

.ind_bottom_box>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.08rem;
    font-size: .16rem;
}

.ind_bottom_box .swiper-pagination {
    position: relative;
    width: 100%;
    height: 0.47rem;
    bottom: 0;
    text-align: left;
    padding-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ind_bottom_box .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff;
    margin-right: 1rem !important;
    position: relative;
}

.ind_bottom_box .swiper-pagination-bullet-active {
    width: 1.65rem;
    height: 0.44rem;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 0.44rem;
    background: #fff;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #111111;
    left: 0;
    top: 0;
}

.ind_banner_box .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.ind_banner_box .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(1)::after {
    content: "企业视频";
    line-height: 0.44rem;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(2)::after {
    content: "公司使命";
    line-height: 0.44rem;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(3)::after {
    content: "公司愿景";
    line-height: 0.44rem;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(4)::after {
    content: "企业精神";
    line-height: 0.44rem;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(5)::after {
    content: "价值观";
    line-height: 0.44rem;
}

.ind_banner_box .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ind_banner_box .swiper-slide img {
    width: 100%;
}


/*banner结束 */


/* 第一屏 */

.ind_src4 {
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0 5%;
}


/* .ind_src4 .ind_src4_case {
    display: flex;
    align-items: center;
} */

.ind_src4 .ind_src4_left {
    width: 50%;
    position: relative;
    height: 100vh;
    padding: 12% 5% 0 0;
    background-size: cover;
    box-sizing: border-box;
}

.ind_src4 .ind_src4_title p {
    width: 2rem;
    float: left;
}

.ind_src4 .ind_src4_title span {
    width: calc(97% - 2rem);
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-left: 3%;
    float: left;
    padding-top: 0.1rem;
}

.ind_src4 .ind_src4_left .ind_src4_title {
    font-size: 0.48rem;
    line-height: 1.375;
    font-weight: 700;
}

.ind_src4 .ind_src4_left .ind_src4_info {
    font-size: 0.16rem;
    margin-top: 0.7rem;
    color: #555555;
    line-height: 0.3rem;
    margin-bottom: 0.6rem;
}

.ind_src4 .ind_src4_left .ind_src4_info span {
    display: inline-block;
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.5rem;
}

.ind_src4 .ind_src4_left .down_hint {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.18rem;
    position: relative;
}

.ind_src4 .ind_src4_left .down_hint>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}

.ind_src4 .ind_src4_left .down_hint:hover>img {
    opacity: 1;
    transform: translateY(-30%);
    pointer-events: all;
}

.ind_src4 .ind_src4_left .down_hint span {
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url(../images/more.png) no-repeat;
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 15px;
    display: inline-block;
    font-size: 0.18rem;
    background-size: cover;
}

.ind_src4 .ind_src4_left a {
    color: #474747;
}

.ind_src4 .ind_src4_left .down_hint span i {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0;
}

.ind_src4 .ind_src4_right {
    width: 46%;
    position: relative;
    box-sizing: border-box;
    padding-top: 12%;
}

.ind_src4 .ind_src4_right img {
    display: block;
    width: 100%;
}

.ind_src4 .ind_src4_right video {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}

.video-ibox {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.video-ibox .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease-out 0s;
    -webkit-transition: -webkit-transform 1s ease-out 0s;
    overflow: hidden;
    position: relative;
}

.video-ibox .bg video {
    height: 5.15rem;
}

.video-ibox .vico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 1;
    transition: .3s;
    -webkit-transition: .3s;
}

.video-ibox:hover .vico {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.video-ibox video {
    width: 100%;
    display: block;
}

.ind_src4 .ind_src4_right .swiper-container {
    height: 100%;
}

.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper {
    height: 100%;
}

.about-nub {
    margin-bottom: 1rem;
}

.about-nub li {
    width: 33.333%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 0.16rem;
    color: #555555;
}

.about-nub li span {
    font-size: 0.48rem;
    color: #0f3192;
}


/* 第一屏 */


/* 第二屏 */

.ind_show_1 {
    position: relative;
}

.ind_show_1 .more {
    height: 0.51rem;
    position: absolute;
    right: 0;
    background: url(../images/more.png) no-repeat left center;
    padding-left: 0.65rem;
    font-size: 0.2rem;
    line-height: 0.51rem;
    color: #fff;
    top: 0.15rem;
}

.ind_src2 .ind_show_box {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.ind_show_1>div a {
    font-weight: 700;
    font-size: 0.5rem;
    line-height: 1.5;
    display: block;
    color: #fff;
}

.ind_src2 .ind_show_box>div span {
    font-size: 0.18rem;
    font-weight: normal !important;
    padding-left: 0.2rem;
    display: inline-block;
}


/* 产业list */

.cy-box {
    width: 100%;
    overflow: hidden;
    padding-top: 0.4rem;
}

.cy-box ul {
    width: 100%;
}

.cy-box li {
    display: flex;
    float: left;
    margin-right: 0.28%;
    width: 13.97%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 5rem;
    transition-duration: 1s;
    background: #000;
}

.cy-box li .dw {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.21rem;
    color: #fff;
    line-height: 0.2rem;
    height: 0.66rem;
    background: url(../images/wd-dw.png) repeat-x bottom center;
    padding-top: 0.15rem;
    transition-duration: 1s;
}

.cy-box li.hover .dw {
    opacity: 0;
}

.cy-box li .dw span {
    font-size: 0.14rem;
    color: #777779;
    font-family: "Arial";
    display: inline-block;
    width: 100%;
}

.cy-box li:last-child {
    margin-right: 0;
}

.cy-box li.hover1 {
    width: 10.5%;
}

.cy-box li.hover {
    width: 32.6%;
}

.cy-box li.hover img {
    left: 0;
    opacity: 0.7;
}

.cy-box li img {
    position: absolute;
    top: 0;
    display: block;
    left: -40%;
    width: 5.28rem;
    height: 5rem;
    transition-duration: 1s;
}

.cy-box li .cy-intro {
    position: absolute;
    width: 100%;
    padding: 20% 5% 0 5%;
    text-align: center;
    opacity: 0;
    transition-duration: .5s;
}

.cy-box li.hover .cy-intro {
    opacity: 1;
}

.cy-box li .cy-intro h1 {
    font-size: 0.36rem;
    text-shadow: 0 5px 10px #333;
    line-height: 0.3rem;
    color: #fff;
}

.cy-box li .cy-intro h1 span {
    display: inline-block;
    width: 100%;
    font-size: 0.14rem;
    padding-left: 0;
}

.cy-box li .cy-intro .tr {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    margin: 0.2rem 0;
}

.cy-box li .cy-intro .cy-list dl {
    display: inline-block;
    padding: 0 0.2rem;
    margin: 0 0.05rem;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    color: #555;
    margin-bottom: 0.1rem;
    transition-duration: 1s;
}

.cy-box li .cy-intro .cy-list dl:hover {
    background: #0059ad;
    color: #fff;
}

.cy-box li .cy-intro .cy-list dl:hover a {
    color: #fff;
}

.ibox-news {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-46%);
    z-index: 10;
}


/* 第二屏 */


/* 第三屏 */


/* news */

.ind_src3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../images/news-bg.jpg) repeat-x bottom #fff;
}

.news-warp {
    width: 90%;
    margin: 0 auto;
    padding-top: 9%;
}

.news-bit {
    font-weight: 700;
    font-size: 0.5rem;
    line-height: 1.5;
    display: block;
    position: relative;
}

.news-bit span {
    font-size: 0.18rem;
    font-weight: normal !important;
    padding-left: 0.2rem;
    display: inline-block;
}

.news-box {
    padding-top: 0.2rem;
    clear: both;
}

.news-left {
    width: 46.84%;
    float: left;
}

.news-left .swiper-slide img {
    display: block;
    width: 100%;
}

.news-left .swiper-slide .dw {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0.65rem 0 0.17rem;
    font-size: 0.18rem;
    z-index: 2;
    line-height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-left .swiper-pagination {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0.1rem;
    padding-right: 0.15rem;
}

.news-left .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: #c3c2c1;
    outline: none;
    opacity: 1;
}

.news-left .swiper-pagination-bullet-active {
    background: #0059ad;
}

.ind_banner_box .swiper-slide img {
    display: block;
    width: 100%;
    animation: changeScale 1 2.5s;
}

.ind_banner_box .swiper-slide {
    overflow: hidden;
}

.ind_banner_box .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.ind_banner_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.ind_banner_box .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.news-right {
    width: 50%;
    float: right;
}

.cn1 {
    width: 100%;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0px;
}

.cn1 li {
    display: inline-block;
    background: #fff;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    height: 0.41rem;
    line-height: 0.41rem;
    font-size: 0.2rem;
    color: #333333;
    position: relative;
    margin-right: 0.16rem;
    width: 1.3rem;
    margin-left: 0.04rem;
    border-radius: 0.5rem;
    text-align: center;
    font-weight: normal;
}

.cn1 li.hover {
    background: #234abc;
    color: #fff;
}

.cn1 li.hover a,
.cn1 li:hover a {
    color: #fff;
}

.cn-box {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
}

.c-CbContainer1 h1 {
    font-size: 0.24rem;
    display: inline-block;
    width: 100%;
}

.c-Contentbox1 {
    clear: both;
    width: 100%;
    min-height: 1.96rem;
    overflow: hidden;
}

.in-news1 {
    width: 100%;
    padding-bottom: 0.1rem;
}

.in-news1 h1 {
    font-size: 0.22rem;
    color: #333333;
    height: 0.36rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-news1 p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #adadad;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.in-news2 {
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

.in-news2 li {
    position: relative;
    line-height: 0.6rem;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 0.25rem;
    font-size: 0.18rem;
    color: #000000;
    padding-right: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition-duration: 0.5s;
    cursor: pointer;
}

.in-news2 li:after {
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background: #a0a0a0;
    border-radius: 50%;
    left: 6px;
    top: 0.26rem;
    content: ""
}

.in-news2 li a {
    color: #000;
}

.in-news2 li a:hover {
    color: #bd2229;
}

.in-news2 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    text-align: center;
    display: inline-block;
    font-size: 0.16rem;
    color: #999999;
}

.in-news2 li:hover {
    padding-left: 0.3rem;
}

.news-bit {
    font-weight: 700;
    font-size: 0.5rem;
    line-height: 1.5;
    display: block;
    position: relative;
}

.news-bit span {
    font-size: 0.18rem;
    font-weight: normal !important;
    padding-left: 0.2rem;
    display: inline-block;
}

.cy-mobile {
    display: none;
}

.cy-mobile img {
    display: block;
    width: 100%;
}

.cy-mobile .swiper-slide {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.cy-mobile .swiper-slide .dw {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    top: 30%;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 5px #000;
}

.cy-mobile .swiper-slide .dw span {
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
.banner-pc{display: block;}
.banner-mobile{display: none;}

/* 第三屏 */

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .ind_banner_box {
        height: 280px;
    }
    .page {
        min-height: 280px;
    }
    .ind_src4 {
        padding: 0 3% 30px 3%;
    }
    .ind_src4 .ind_src4_left {
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
    }
    .ind_src4 .ind_src4_case {
        display: block;
    }
    .ind_src4 .ind_src4_right {
        width: 100%;
    }
    #ibox3 {
        padding: 30px 0;
    }
    .ibox-news {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .ind_src2 .ind_show_box {
        width: 100%;
    }
    .ind_show_1 .more {
        background-size: contain;
    }
    .ind_src2 .ind_show_box>div span {
        font-size: 15px;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .ind_show_1 .more {
        font-size: 16px;
        top: 3px;
    }
    .ind_src4 .ind_src4_title span {
        font-size: 15px;
        line-height: 24px;
    }
    .ind_src4 .ind_src4_left .ind_src4_info {
        font-size: 15px;
        margin-top: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about-nub {
        margin-bottom: 20px;
    }
    .about-nub li {
        width: 50%;
        font-size: 15px;
    }
    .news-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .news-right {
        width: 100%;
    }
    .news-bit span,
    .ind_src4 .ind_src4_left .down_hint {
        font-size: 16px;
        padding-left: 0;
    }
    .news-left .swiper-slide .dw {
        font-size: 16px;
        line-height: 40px;
    }
    .cn1 li {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        margin-right: 2px;
        width: 100px;
        margin-left: 2px;
    }
    .in-news1 h1 {
        font-size: 18px;
        height: 32px;
    }
    .in-news1 p {
        font-size: 15px;
        line-height: 24px;
    }
    .in-news2 li {
        line-height: 42px;
        padding-left: 20px;
        font-size: 15px;
        padding-right: 28%;
    }
    .in-news2 span {
        font-size: 15px;
    }
    .in-news2 li:after {
        width: 6px;
        height: 6px;
        top: 17px;
    }
    .cy-box {
        display: none;
    }
    .cy-mobile {
        display: block;
    }
    .ind_bottom_box {
        bottom: 20px;
    }
    .ind_bottom_box .swiper-pagination-bullet {
        margin-right: 20px !important;
    }
    .ind_banner_box .swiper-pagination .swiper-pagination-bullet:after {
        font-size: 15px;
    }
    .ind_bottom_box .swiper-pagination-bullet-active {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .ind_bottom_box:after {
        top: 2px;
    }
	.banner-pc{display: none;}
	.banner-mobile{display: block;}
	.ind_banner_box .swiper-pagination .swiper-pagination-bullet:after{display: none;}
	.ind_bottom_box .swiper-pagination-bullet-active {
	    width: 20px;
	    height: 20px;
	}
}