.imgBig {
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.imgTrSmoll {
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.banner {
    width: 100%;
    height: 600px
}

.banner .indexBanner {
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .swiper-container {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    position: relative
}

.banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    z-index: 10
}

.banner .swiper-slide p {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 2;
    color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    will-change: transform
}

.banner .swiper-slide-active p, .banner .swiper-slide-duplicate-active p {
    -webkit-animation: line 7s;
    animation: line 7s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes line {
    0% {
        -webkit-transform: matrix3d(.99027, -.13917, 0, 0, -.0349, .99939, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1);
        transform: matrix3d(.99027, -.13917, 0, 0, -.0349, .99939, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1)
    }
    50% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
    60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes line {
    0% {
        -webkit-transform: matrix3d(.99027, -.13917, 0, 0, -.0349, .99939, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1);
        transform: matrix3d(.99027, -.13917, 0, 0, -.0349, .99939, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1)
    }
    50% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
    60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.banner .swiper-slide p span {
    display: inline-block;
    will-change: transform, opacity, text-shadow
}

.banner .swiper-slide-active p .even, .banner .swiper-slide-duplicate-active p .even {
    -webkit-animation: letterL 7s;
    animation: letterL 7s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.banner .swiper-slide-active p .odd, .banner .swiper-slide-duplicate-active p .odd {
    -webkit-animation: letterR 7s;
    animation: letterR 7s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes letterL {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(1.53209, -1.28558, 0, 0, -1, 1.73205, 0, 0, 0, 0, 1, 0, 18, -8, 0, 1);
        transform: matrix3d(1.53209, -1.28558, 0, 0, -1, 1.73205, 0, 0, 0, 0, 1, 0, 18, -8, 0, 1);
        text-shadow: #fff 0 0 40px
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
}

@keyframes letterL {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(1.53209, -1.28558, 0, 0, -1, 1.73205, 0, 0, 0, 0, 1, 0, 18, -8, 0, 1);
        transform: matrix3d(1.53209, -1.28558, 0, 0, -1, 1.73205, 0, 0, 0, 0, 1, 0, 18, -8, 0, 1);
        text-shadow: #fff 0 0 40px
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
}

@-webkit-keyframes letterR {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(1.14907, -.96418, 0, 0, 1.40954, -.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
        transform: matrix3d(1.14907, -.96418, 0, 0, 1.40954, -.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
        text-shadow: #fff 0 0 40px
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
}

@keyframes letterR {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(1.14907, -.96418, 0, 0, 1.40954, -.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
        transform: matrix3d(1.14907, -.96418, 0, 0, 1.40954, -.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
        text-shadow: #fff 0 0 40px
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-shadow: #fff 0 0 0
    }
}

.banner .swiper-slide p span:nth-child(22) {
    -webkit-animation-delay: 770ms;
    animation-delay: 770ms
}

.banner .swiper-slide p span:nth-child(21) {
    -webkit-animation-delay: 735ms;
    animation-delay: 735ms
}

.banner .swiper-slide p span:nth-child(20) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.banner .swiper-slide p span:nth-child(19) {
    -webkit-animation-delay: 665ms;
    animation-delay: 665ms
}

.banner .swiper-slide p span:nth-child(18) {
    -webkit-animation-delay: 630ms;
    animation-delay: 630ms
}

.banner .swiper-slide p span:nth-child(17) {
    -webkit-animation-delay: 595ms;
    animation-delay: 595ms
}

.banner .swiper-slide p span:nth-child(16) {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms
}

.banner .swiper-slide p span:nth-child(15) {
    -webkit-animation-delay: 525ms;
    animation-delay: 525ms
}

.banner .swiper-slide p span:nth-child(14) {
    -webkit-animation-delay: 490ms;
    animation-delay: 490ms
}

.banner .swiper-slide p span:nth-child(13) {
    -webkit-animation-delay: 455ms;
    animation-delay: 455ms
}

.banner .swiper-slide p span:nth-child(12) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.banner .swiper-slide p span:nth-child(11) {
    -webkit-animation-delay: 385ms;
    animation-delay: 385ms
}

.banner .swiper-slide p span:nth-child(10) {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms
}

.banner .swiper-slide p span:nth-child(9) {
    -webkit-animation-delay: 315ms;
    animation-delay: 315ms
}

.banner .swiper-slide p span:nth-child(8) {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms
}

.banner .swiper-slide p span:nth-child(7) {
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms
}

.banner .swiper-slide p span:nth-child(6) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.banner .swiper-slide p span:nth-child(5) {
    -webkit-animation-delay: 175ms;
    animation-delay: 175ms
}

.banner .swiper-slide p span:nth-child(4) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms
}

.banner .swiper-slide p span:nth-child(3) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms
}

.banner .swiper-slide p span:nth-child(2) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms
}

.banner .swiper-slide p span:nth-child(1) {
    -webkit-animation-delay: 35ms;
    animation-delay: 35ms
}

.banner .swiper-slide .txt1, .banner .swiper-slide .txt2 {
    margin-top: -70px;
    left: 50%;
    margin-left: -90px
}

.banner .swiper-slide .txt3 {
    margin-top: -270px;
    left: 50%;
    margin-left: -90px
}

.banner .swiper-slide .txt4 {
    margin-top: -120px;
    left: 180px
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transition: 1s linear 2s;
    transition: 1s linear 2s
}

.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img {
    -webkit-transition: 16s linear;
    transition: 16s linear;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.banner .swiper-pagination {
    bottom: 30px !important;
    text-indent: 100px
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    opacity: 1;
    border-radius: 0;
    background: #fff
}

.banner .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    background: #069191
}

.about {
    background-image: url(../images/about.png);
    padding-top: 80px;
    height: 820px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 31px;
    padding-bottom: 50px;
    padding-top: 20px
}

.about .con_l {
    width: 560px;
    height: 240px;
    float: left;
    background-color: #fff
}

.about .con_l > div {
    width: 560px;
    height: 50px;
    background: #069191;
    font-size: 16px;
    font-weight: 400;
    color: #fcfbfb;
    line-height: 50px;
    text-align: center
}

.about .con_l ul {
    width: 470px;
    margin: 23px auto
}

.about .con_l ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    line-height: 36px
}

.about .con_l ul li span {
    float: right
}

.about .con_r {
    float: right
}

.about .con_button {
    text-align: center;
    padding-top: 65px
}

.about .con_button a {
    display: inline-block;
    text-align: left;
    text-indent: 28px;
    background: #069191;
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    background-image: url(../images/button_left_b.png);
    background-repeat: no-repeat;
    background-position: 95px center;
    width: 120px;
    height: 35px;
    line-height: 38px;
    color: #fff
}

.project {
    background-image: url(../images/project_bg.png);
    height: 1057px;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project .content {
    width: 1435px
}

.project .project_list {
    width: 1180px;
    margin: 0 auto
}

.project .project_list_1 {
    width: 457px;
    float: left
}

.project .project_list_2 {
    width: 706px;
    float: right
}

.project .project_list_1_img_box {
    width: 457px;
    height: 256px;
    overflow: hidden;
    margin-top: 40px
}

.project .project_list_1_img {
    display: block;
    width: 457px;
    height: 256px
}

.project .project_test h5 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    padding-top: 15px
}

.project .project_test p {
    width: 414px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.project .project_test a {
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
    width: 80px;
    height: 28px;
    border: 1px solid #222;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 45px
    -webkit-animation: imgC00 .8s linear infinite alternate;
    animation: imgC00 .8s linear infinite alternate
}

.project .project_test a img {
    display: block;
    margin: 0 auto;
    padding-top: 12px
}

.project .project_test.project_test_right {
    text-align: right
}

.project .project_test.project_test_right p {
    float: right
}

.project .project_test.project_test_right a {
    float: right
}

.project .project_list_2_img_box {
    width: 706px;
    height: 395px;
    overflow: hidden
}

.project .project_list_3_img_box {
    width: 360px;
    height: 250px;
    overflow: hidden;
    float: left
}

.project .project_list_2_com {
    width: 100%;
    padding-top: 10px;
    float: left
}

.project .project_list_2_com .project_list_2_img {
    float: left;
    width: 360px;
    height: 250px
}

.project .project_list_2_com .project_test {
    float: right;
    width: 334px
}

.project .project_list_2_com .project_test p {
    width: 334px
}

.project .project_test_left a {
    float: right
}

.project .swiper-container-project {
    margin-top: 75px
}

.project .swiper-slide:nth-child(2n) .project_list_2 {
    float: left
}

.project .swiper-slide:nth-child(2n) .project_list_2 .project_test {
    float: left;
    text-align: right
}

.project .swiper-slide:nth-child(2n) .project_list_2 .project_test h5 {
    text-align: right
}

.project .swiper-slide:nth-child(2n) .project_list_2 .project_test a, .project .swiper-slide:nth-child(2n) .project_list_2 .project_test p {
    float: right
}

.project .swiper-slide:nth-child(2n) .project_list_2 .project_list_2_img {
    float: right
}

.project .swiper-slide:nth-child(2n) .project_list_1 {
    float: right
}

.project .swiper-slide:nth-child(2n) .project_list_1 .project_test_right {
    text-align: left
}

.project .swiper-slide:nth-child(2n) .project_list_1 .project_test_right a, .project .swiper-slide:nth-child(2n) .project_list_1 .project_test_right p {
    float: left
}

.project .swiper-slide:nth-child(2n) .project_list_3_img_box {
    float: right
}

.project .text-hover {
    color: #069191 !important
}

.project a.text-hover {
    background-image: url(../images/jt_open.png) !important;
    border: 1px solid #069191 !important
}

.project .project_test_right a, .project .project_test_right h5, .project .project_test_right p {
    -webkit-transform-origin: right 0;
    -ms-transform-origin: right 0;
    transform-origin: right 0
}

.project .project_test_left a, .project .project_test_left h5, .project .project_test_left p {
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0
}

.project .swiper-slide:nth-child(2n) .project_test_right a, .project .swiper-slide:nth-child(2n) .project_test_right h5, .project .swiper-slide:nth-child(2n) .project_test_right p {
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0
}

.project .swiper-slide:nth-child(2n) .project_test_left a, .project .swiper-slide:nth-child(2n) .project_test_left h5, .project .swiper-slide:nth-child(2n) .project_test_left p {
    -webkit-transform-origin: right 0;
    -ms-transform-origin: right 0;
    transform-origin: right 0
}

.project .swiper-slide:nth-child(2n) .project_list_1 .project_test_left a, .project .swiper-slide:nth-child(2n) .project_list_1 .project_test_left h5, .project .swiper-slide:nth-child(2n) .project_list_1 .project_test_left p {
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0
}

.honor {
    height: 900px;
    padding-top: 80px;
    background-image: url(../images/honor.png);
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.honor .honor_con {
    width: 1175px;
    margin: 0 auto;
    margin-top: 50px
}

.honor .bit_title {
    color: #fff
}

.honor .bit_title span {
    border-bottom: 2px solid #fff
}

.honor .honor_1 {
    width: 575px
}

.honor .honor_1 .honor_1_1 {
    width: 280px;
    height: 201px;
    margin-bottom: 15px;
    background: #fefefe;
    -webkit-box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74);
    box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74);
    text-align: center
}

.honor .honor_1 .honor_1_1 i {
    display: block;
    width: 100%;
    height: 110px;
    background-image: url(../images/honor_1.png);
    background-repeat: no-repeat;
    background-position: center
}

.honor .honor_1 .honor_1_1 h5 {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px
}

.honor .honor_1 .honor_1_1 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    line-height: 24px
}

.honor .honor_1 .honor_1_2 i {
    background-image: url(../images/honor_3.png)
}

.honor .honor_1 .honor_1_3 {
    width: 180px;
    height: 258px;
    margin-right: 17px;
    background-color: #c4fafa
}

.honor .honor_1 .honor_1_3 i {
    height: 138px;
    background-image: url(../images/honor_2.png)
}

.honor .honor_1 .honor_1_3 span {
    line-height: 18px
}

.honor .honor_1 .honor_1_3:last-child {
    margin: 0
}

.honor .honor_2 {
    width: 322px;
    padding-top: 120px;
    margin-left: 15px
}

.honor .honor_2 .honor_1_1 {
    width: 322px;
    height: 229px;
    background: #1be9e9;
    -webkit-box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74);
    box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74)
}

.honor .honor_2 .honor_1_1 i {
    height: 90px;
    background-image: url(../images/honor_4.png)
}

.honor .honor_3 {
    width: 250px;
    padding-top: 55px
}

.honor .honor_3 .honor_1_1 {
    width: 250px;
    height: 170px;
    background: #81fbfb;
    -webkit-box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74);
    box-shadow: 0 2px 7px 0 rgba(25, 25, 25, .74)
}

.honor .honor_3 .honor_1_1 i {
    height: 110px;
    background-image: url(../images/honor_5.png)
}

.honor .honor_3 .honor_1_1:nth-child(2) i {
    background-image: url(../images/honor_6.png)
}

.honor button {
    display: block;
    width: 143px;
    height: 40px;
    background: #f8fafc;
    -webkit-box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    border-radius: 8px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 700;
    color: #069191;
    line-height: 38px;
    margin: 60px auto
}

.news {
    height: 960px;
    padding-top: 100px;
    background-color: #fcfafc;
    background-image: url(../images/news.png);
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news .swiper_box {
    width: 1400px;
    position: relative;
    margin: 0 auto
}

.news .more {
    display: block;
    width: 143px;
    height: 40px;
    background: #069191;
    -webkit-box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    box-shadow: 2px 4px 7px 0 rgba(12, 123, 194, .65);
    background-image: url(../images/button_left_b.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fdfbfb;
    line-height: 30px;
    margin: 80px auto;
    text-indent: 25px;
    text-align: left;
}

.news .swiper-container-new {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px
}

.news a {
    width: 380px;
    display: inline-block
}

.news a img {
    width: 380px;
    height: 228px;
    object-fit: cover;
}

.news a h5 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 48px;
    border-bottom: 2px solid #069191;
    opacity: 0;
}

.news a p {
    width: 380px;
    height: 43px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    opacity: 0;
}

.news a button {
    width: 54px;
    height: 20px;
    background-image: url(../images/go.png);
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #fcfafc;
    margin-top: 67px;
    opacity: 0;
}

.tr_img_1 {
    width: 706px;
    height: 395px;
    object-fit: cover;
}

.tr_img_2 {
    width: 457px;
    height: 260px;
    object-fit: cover;
}

.tr_img_3 {
    width: 360px;
    height: 250px;
    object-fit: cover;
}


@keyframes imgC00 {
    from {
        background-position: 20px center
    }
    to {
        background-position: 30px center
    }
}

@-webkit-keyframes imgC00 {
    from {
        background-position: 20px center
    }
    to {
        background-position: 30px center
    }
}
.mack{
    width: 380px;
    height: 228px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.swiper-slide-active .mack{
    display: none;
}
.news .swiper-slide-active  h5 {
    opacity: 1;
    /*transition: opacity 1s;*/
    animation:bounceInUp 1s;
}

.news .swiper-slide-active p {
    opacity: 1;
    animation:bounceInUp 1s;
}

.news .swiper-slide-active button{
    opacity: 1;
    animation:bounceInUp 1s;
}
.swiper-container-project .swiper-slide-active .project_test_right{
    animation:bounceInUp 1s;
}
.swiper-container-project .swiper-slide-active .project_list_1_img_box{
    animation:bounceInUp 1.25s;
}
.swiper-container-project .swiper-slide-active .project_test_left_1{
    animation:bounceInUp 1.5s;
}
.swiper-container-project .swiper-slide-active .project_list_2_img_box{
    animation:bounceInUp 1.75s;
}
.swiper-container-project .swiper-slide-active .project_list_3_img_box{
    animation:bounceInUp 2s;
}
.swiper-container-project .swiper-slide-active .project_test_left_2{
    animation:bounceInUp 2.25s;
}
