html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    margin: 0;
    padding: 0;
}

.logobg {
    width: 406px;
    height: 140px;
    position: absolute;
    z-index: 4;
    margin-left: -203px;
    left: 50%;
    margin-top: 250px;
}

.logo1bg {
    width: 523px;
    height: 64px;
    position: absolute;
    z-index: 4;
    margin-left: -262px;
    left: 50%;
    margin-top: 458px;
}

.logobg img {
    width: 406px;
    height: 140px;
}

.logo1bg img {
    width: 523px;
    height: 64px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#swiper-container2 .swiper-slide {
    height: auto;
}

.sec1 {
    position: relative;
    z-index: 3;
    height: 100vh;
    background: #fff;
}

.sec1 .ves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec1 .ves .videos {
    display: block;
    width: 100%;
}

.sec1 .firContent {
    width: 100%;
    height: 100%;
}

.sec1 .firContent .w1400 {
    position: relative;
    height: 100%;
}

.sec1 .firContent .firTop {
    position: relative;
    padding-top: 80px;
}

.sec1 .firContent .firTop .firLogo {
    width: auto;
    display: block;
}

.sec1 .firContent .firTop .firLogo img {
    display: block;
    width: 100%;
}

.sec1 .firContent .firTop .pos {
    position: absolute;
    left: 50%;
    top: 86px;
    margin-left: -130px;
    width: 260px;
    height: 64px;
}

.sec1 .firSearch {
    margin-top: 17px;
    width: auto;
}

.sec1 .firSearch p {
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 24px;
}

.sec1 .firSearch p em {
    padding: 0 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.sec1 .firSearch p i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    vertical-align: text-top;
}

.sec1 .firSearch .box {
    position: relative;
    width: 366px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.sec1 .firSearch .box input {
    width: 334px;
    height: 50px;
    padding-left: 27px;
    font-size: 18px;
    color: #94beee;
    background: none;
}

.sec1 .firSearch .box input::-moz-placeholder {
    color: #94beee;
}

.sec1 .firSearch .box input::-webkit-input-placeholder {
    color: #94beee;
}

.sec1 .firSearch .box input::-o-input-placeholder {
    color: #94beee;
}

.sec1 .firSearch .box input::-ms-input-placeholder {
    color: #94beee;
}

.sec1 .firSearch .box button {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
}

.sec1 .firSearch .serChange {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 40px;
    margin-top: 12px;
}

.sec1 .firSearch .serHot {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sec1 .secContent {
    position: absolute;
    left: 0;
    bottom: 147px;
    width: 100%;
}

.sec1 .secContent .w1200 {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding: 16px 0;
}

.sec1 .secContent .secItem {
    float: left;
    width: 20%;
}

.sec1 .secContent .secItem em {
    display: block;
    float: left;
    margin-left: 18px;
    width: 68px;
    height: 68px;
    border-radius: 24px;
}

.sec1 .secContent .secItem:nth-child(1) em {
    background: rgba(105, 137, 199, 0.9);
}

.sec1 .secContent .secItem:nth-child(2) em {
    background: rgba(141, 198, 250, 0.9);
    ;
}

.sec1 .secContent .secItem:nth-child(3) em {
    background: rgba(119, 177, 132, 0.9);
    ;
}

.sec1 .secContent .secItem:nth-child(4) em {
    background: rgba(232, 153, 108, 0.9);
    ;
}

.sec1 .secContent .secItem:nth-child(5) em {
    background: rgba(225, 124, 109, 0.9);
    ;
}

.sec1 .secContent .secItem em i {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}

.sec1 .secContent .secItem:nth-child(1) em i {
}

.sec1 .secContent .secItem:nth-child(2) em i {
}

.sec1 .secContent .secItem:nth-child(3) em i {
}

.sec1 .secContent .secItem:nth-child(4) em i {
}

.sec1 .secContent .secItem:nth-child(5) em i {
}

.sec1 .secContent .secItem .secLeft {
    margin-left: 15px;
    padding-top: 12px;
}

.sec1 .secContent .secItem .secLeft p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 4px;
    font-weight: bold;
}

.sec1 .secContent .secItem .secLeft a {
    display: initial;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.sec1 .secContent .secItem .secLeft a:hover {
    color: #4582be;
}

.sec1 .secContent .secItem .secLeft i {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000000;
    position: absolute;
    top: 3px;
    right: 0;
}

.sec1 .secContent .secItem .secItemLink a:nth-child(1) {
    padding-right: 6px;
}

.sec1 .secContent .secItem .secItemLink a:nth-child(2) {
    padding-left: 6px;
}

.sec1 .secContent .secItem:hover em i {
    transform: rotateY(180deg);
}

.sec1 .secContent .text_icon {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.sec1 .secContent .text_icon i {
    width: 25px;
    height: 20px;
    background-size: auto 18px;
}

.sec1 .go {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 3;
    margin-left: -62px;
    width: 124px;
    height: 34px;
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.sec1 .go i {
    padding-top: 39px;
    width: 124px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(/assets/img/v95.png) top center no-repeat;
    -webkit-animation: TopBots 1.2s ease-in-out infinite both;
    -moz-animation: TopBots 1.2s ease-in-out infinite both;
    -ms-animation: TopBots 1.2s ease-in-out infinite both;
    animation: TopBots 1.2s ease-in-out infinite both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logobg{
    animation: fadeInDown 1s ease-out;
}
.logo1bg{
    animation: fadeInUp 1s ease-out;
}
@keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@-moz-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@-ms-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-8px)
    }
}


/*绗簩灞�*/

.content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99999999;
    background: #f5f5f5;
}

.title {
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    color: #3476b7;
}

.title b {
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.title .color_box {
    color: rgba(1, 47, 167, 1);
}

.title i {
    float: left;
    margin: 32px 0 0 11px;
    width: 228px;
    height: 1px;
    background: #e0e0e0;
}

.ind01 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-size: 100% auto;
    background-color: #fff;
}

.ind01 .top {
    margin-bottom: 22px;
    background: #fff;
    border-bottom: #f5f5f5 2px solid;
}

.ind01 .top b a {
    padding: 27px 0 20px;
    font-size: 30px;
    color: #3476b7;
    text-align: center;
    font-weight: bold;
}

.ind01 .top .list_a {
    padding-bottom: 30px;
}

.ind01 .top .list_a a {
    float: left;
    padding: 0 1%;
    width: 31%;
    font-size: 20px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind01 .top .list_a a:hover {
    color: #3b88d3;
}

.ind01 .cen {
    float: left;
    width: 567px;
    height: 381px;
}

.ind01 .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 366px;
    overflow: hidden;
}

.ind01 .swiper-slide a i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.ind01 .swiper-slide a .pos {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, 0.7);
}

.ind01 .swiper-slide a .pos p {
    transition: all 0.5s 0.2s;
    margin-top: 60px;
    margin-left: 2%;
    width: 60%;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind01 .swiper-slide-active a .pos p {
    transition: all 0.5s 0.2s;
    margin-top: 0rem;
}


/* .ind01 .swiper-slide-active a:hover i{transition:all 0.5s;transform: scale(1.06);} */

.ind01 .swiper-container-horizontal>.swiper-pagination-bullets {
    left: inherit;
    right: 2%;
    bottom: 15px;
    width: 36%;
    text-align: right;
    height: 46px;
    line-height: 46px;
}

.ind01 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.ind01 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 11px;
    opacity: 1;
    /*border: #fff 1px solid;*/
    background: none;
    background-color: #fff;
}

.ind01 .swiper-pagination-bullet-active {
    background: rgba(20, 67, 189, 1);
}

.ind01 .swiper-button-next {
    transition: all 0.4s;
    right: -31px;
    width: 31px;
    height: 45px;
}

.ind01 .swiper-container:hover .swiper-button-next {
    transition: all 0.4s;
    right: 0px;
}

.ind01 .swiper-button-prev {
    transition: all 0.4s;
    left: -31px;
    width: 31px;
    height: 45px;
}

.ind01 .swiper-container:hover .swiper-button-prev {
    transition: all 0.4s;
    left: 0px;
}

.ind01 .right {
    float: right;
    width: 613px;
}

.ind01 .right .tab_tit {
    background-color: rgba(241, 245, 248, 1);
}

.ind01 .right .tab_tit a {
    transition: all 0.3s;
    float: left;
    padding: 0 16px;
    line-height: 46px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    /*width: 153px;*/
    text-align: center;
}

.ind01 .right .tab_tit a.cur {
    transition: all 0.3s;
    color: #fff;
    background: rgba(1, 47, 167, 1);
}

.ind01 .right .tab_tit a:last-child {
    margin-right: 0;
}

.ind01 .tab_next {
    height: 320px;
    overflow: hidden;
}

.ind01 .tab_next1 {
    height: 300px;
    overflow: hidden;
    display: none;
}

.ind01 .list {
    position: relative;
    margin-top: 10px;
}

.ind01 .list a {
    line-height: 35px;
    height: 35px;
}

.ind01 .list i {
    float: left;
    margin-right: 0px;
    position: relative;
    z-index: 3;
    width: 15px;
    height: 35px;
    background: url(/assets/img/icon_1.png) left center no-repeat;
    /*height: 6.5px;*/
    /*width: 6.5px;*/
    /*background-color: rgba(148, 185, 212, 1);*/
    /*border-radius: 50%;*/
}

.ind01 .list p {
    float: left;
    margin-right: 2px;
    width: auto;
    max-width: 65%;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
}

.ind01 .list .tag {
    color: rgba(250, 34, 34, 1);
}

.ind01 .list span {
    float: left;
    width: 31px;
    height: 40px;
}

.ind01 .list em {
    float: right;
    font-size: 15px;
    color: #666;
}

.ind01 .list a:hover i {
    background: url(/assets/img/icon_1s.png) left center no-repeat;
}

.ind01 .list a:hover p {
    color: rgba(1, 47, 167, 1);
}

.ind01 .list a:hover em {
    color: rgba(1, 47, 167, 1);
}

.ind02 {
    margin-bottom: 20px;
    background: #fff;
}

.ind02 .w1200 {
    background: #f5f5f5;
}

.ind02 .work {
    float: left;
    margin-right: 20px;
    width: 386px;
    height: 256px;
    background: #fff;
}

.ind02 .work_01 {
    margin-bottom: 23px;
}

.ind02 .work_01 b {
    padding: 20px 10px;
    width: 21px;
    height: 101px;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #3b88d3;
}

.ind02 .work_01 .swiper-container {
    width: 317px;
    height: 141px;
    background: #f5f5f5;
}

.ind02 .work_01 a {
    padding: 17px 17px 3px;
    float: left;
}

.ind02 .work_01 a .pic {
    margin: 0 auto 10px;
    width: 66px;
    height: 66px;
    background: #3b88d3;
    border-radius: 10px;
}

.ind02 .work_01 a .pic i {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.ind02 .work_01 a p {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ind02 .work_01 a:hover .pic i {
    transform: rotateY(360deg);
}

.ind02 .work_01 a:hover p {
    color: #3076bc;
}

.ind02 .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
    bottom: 4px;
}

.ind02 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.ind02 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 11px;
    opacity: 1;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #3b88d3;
}

.ind02 .swiper-button-next {
    transition: all 0.4s;
    right: -31px;
    width: 31px;
    height: 45px;
}

.ind02 .work_02 {
    margin-bottom: 20px;
    position: relative;
    width: 356px;
    /* border: #eee 1px solid; */
}

.ind02 .work_02 .pos {
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    text-align: center;
}

.ind02 .work_02 .pos em {
    display: inline-block;
    padding: 0 10px 0 33px;
    font-size: 20px;
    color: #333;
}

.ind02 .work_02 .swiper-container {
    padding-bottom: 30px;
    margin: 33px 15px 0;
}

.ind02 .work_02 a {
    /* float: left;
    margin: 0 4px 10px;
    width: 155px;
    height: 52px;
    line-height: 52px; */
    text-align: center;
    color: #333;
    padding: 15px 5px;
}

.ind02 .work_02 a span {
    display: inline-block;
    padding-left: 32px;
}

.ind02 .work_02 a:nth-child(2n) {
    /* margin-right: 0; */
}

.ind02 .work_02 a:hover i {
    transform: rotateY(360deg);
}

.ind02 .work_02 a:hover {
    color: #fff;
    background: rgba(1, 47, 167, 1);
}

.ind02 .work_02 .a1 span {
}

.ind02 .work_02 .a1:hover span {
}

.ind02 .work_02 .a2 span {
}

.ind02 .work_02 .a2:hover span {
}

.ind02 .work_02 .a3 span {
}

.ind02 .work_02 .a3:hover span {
}

.ind02 .work_02 .a4 span {
}

.ind02 .work_02 .a4:hover span {
}

.swiper-pagination-bullet {
    background: #e6e6e6;
}

.swiper-pagination-bullet-active {
    background: #3b88d3;
}

.ind02 .work_02 .a5 span {
    background: url(../../zhongdian/1spypaq.png) left center no-repeat;
}

.ind02 .work_02 .a5:hover span {
    background: url(../../zhongdian/1spypaq_hov.png) left center no-repeat;
}

.ind02 .work_02 .a6 span {
    background: url(../../zhongdian/2hjbh.png) left center no-repeat;
}

.ind02 .work_02 .a6:hover span {
    background: url(../../zhongdian/2hjbh_hov.png) left center no-repeat;
}

.ind02 .work_02 .a7 span {
    background: url(../../zhongdian/3zdcq.png) left center no-repeat;
}

.ind02 .work_02 .a7:hover span {
    background: url(../../zhongdian/3zdcq_hov.png) left center no-repeat;
}

.ind02 .work_02 .a8 span {
    background: url(../../zhongdian/4jgsf.png) left center no-repeat;
}

.ind02 .work_02 .a8:hover span {
    background: url(../../zhongdian/4jgsf_hov.png) left center no-repeat;
}

.ind02 .work_04 {
    margin-bottom: 25px;
    position: relative;
    width: 358px;
}

.ind02 .work_04 a {
    cursor: pointer;
    float: left;
    margin-right: 4px;
    width: 86px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    border-radius: 6px;
}

.ind02 .work_04 .a4 {
    /* width: 109px; */
    margin-right: 0;
}

.ind02 .work_04 a span {
    padding-left: 17px;
}

.ind02 .work_04 a:hover {
    color: #fff;
    background: #3b88d3;
}

.ind02 .work_04 .a1 span {
    background-size: 22px;
}

.ind02 .work_04 .a1:hover span {
    background-size: 22px;
}

.ind02 .work_04 .a2 span {
    background-size: 22px;
}

.ind02 .work_04 .a2:hover span {
    background-size: 22px;
}

.ind02 .work_04 .a3 span {
    background-size: 25px;
}

.ind02 .work_04 .a3:hover span {
    background-size: 25px;
}

.ind02 .work_04 .a4 span {
    background-size: 24px;
}

.ind02 .work_04 .a4:hover span {
    background-size: 24px;
}

.swiper-pagination-bullet {
    background: #e6e6e6;
}

.swiper-pagination-bullet-active {
    background: #3b88d3;
}

.ind02 .work_03 {
    width: 358px;
}

.ind02 .work_03 .tab_tit {
    border-bottom: #ededed 1px dashed;
}

.ind02 .work_03 .tab_tit div {
    position: relative;
    cursor: pointer;
}

.ind02 .work_03 .tab_tit p,
.ind02 .work_03 .tab_tit a {
    padding: 0 20px;
    line-height: 52px;
    font-size: 20px;
    color: #333;
}

.ind02 .work_03 .tab_tit i {
    position: absolute;
    right: 0;
    top: 16px;
    width: 2px;
    height: 21px;
    background: #adadad;
}

.ind02 .work_03 .tab_tit div:first-child p,
.ind02 .work_03 .tab_tit div:first-child a {
    padding-left: 0;
}

.ind02 .work_03 .tab_tit div.on p,
.ind02 .work_03 .tab_tit div.on a {
    color: #3b88d3;
}

.ind02 .work_03 .tab_tit div.on i {
    background: #b1cfed;
}

.ind02 .work_03 .tab_next {
    position: relative;
    height: 300px;
}

.ind02 .work_03 .tab_next .next {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}

.ind02 .work_03 .swiper-container {
    margin-top: 29px;
    height: 270px;
}

.ind02 .work_03 .icon_list a {
    float: left;
    width: 25%;
}

.ind02 .work_03 .icon_list a .pic {
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    background: #3b88d3;
    border-radius: 60px;
}

.ind02 .work_03 .icon_list a .pic i {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.ind02 .work_03 .icon_list a p {
    height: 52px;
    text-align: center;
    font-size: 15px;
    color: #555;
    overflow: hidden;
}

.ind02 .work_03 .icon_list a:hover .pic i {
    transform: rotateY(360deg);
}

.ind02 .work_03 .icon_list a:hover p {
    color: #3076bc;
}

.ind02 .work_03 .list .swiper-slide div {
    width: 368px;
}

.ind02 .work_03 .list a {
    transition-duration: 0.3s;
    float: left;
    margin: 0 9px 10px 0;
    width: 175px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 6px;
}

.ind02 .work_03 .list a p {
    transition-duration: 0.3s;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #555;
    overflow: hidden;
}

.ind02 .work_03 .list a:hover {
    transition-duration: 0.3s;
    background: #3076bc;
}

.ind02 .work_03 .list a:hover p {
    transition-duration: 0.3s;
    color: #fff;
}

.ind02 .work_03 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 11px;
}

.ind02 .interact {
    float: left;
    padding: 0 29px 0 28px;
    width: 329px;
    height: 256px;
    background: #fff;
}

.ind02 .interact .title i {
    width: 198px;
}

.ind02 .interact .top .pic {
    margin-bottom: 13px;
    width: 329px;
    height: 84px;
    overflow: hidden;
}

.ind02 .interact .top .pic i {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.5s;
}

.ind02 .interact .top .pic:hover i {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.ind02 .interact .top .next a {
    float: left;
    margin: 0 10px 10px 0;
    width: 102px;
    height: 170px;
    border-radius: 6px;
    background: #f8f8f8;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.ind02 .interact .top .next span {
    transition: all 0.5s;
    width: 100%;
    margin: 16px 0 6px;
    height: 35px;
}

.ind02 .interact .top .next .a_1 span {
}

.ind02 .interact .top .next .a_2 span {
}

.ind02 .interact .top .next .a_3 span {
}

.ind02 .interact .top .next .a_4 span {
}

.ind02 .interact .top .next .a_5 span {
}

.ind02 .interact .top .next .a_6 span {
}

.ind02 .interact .top .next p {
    font-size: 16px;
    color: rgba(1, 47, 167, 1);
    text-align: center;
}

.ind02 .interact .top .next .a_3,
.ind02 .interact .top .next .a_6 {
    margin-right: 0;
}

.ind02 .interact .top .next .a_7 {
    transition-duration: 0.5s;
    margin-right: 0;
    width: 100%;
    height: 70px;
}

.ind02 .interact .top .next .a_7 p {
    transition-duration: 0.5s;
    display: inline-block;
    padding-left: 50px;
    line-height: 70px;
}

.ind02 .interact .top .next a:hover span {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.ind02 .interact .top .next a:hover p {
    color: #3076bc;
}

.ind02 .interact .top .next .a_7:hover {
    transition-duration: 0.5s;
    background: #3b88d3;
}

.ind02 .interact .top .next .a_7:hover p {
    transition-duration: 0.5s;
    color: #fff;
}

.ind02 .interact .bot .title_box {
    line-height: 51px;
    font-size: 20px;
    color: #3b88d3;
    border-bottom: #ededed 1px dashed;
}

.ind02 .interact .bot .recommended {
    margin: 16px 0 20px 0;
}

.ind02 .interact .bot .recommended span {
    float: left;
    padding: 3px 9px;
    width: 37px;
    height: 49px;
    font-size: 18px;
    line-height: 24px;
    color: #cc352c;
    border: #d66356 1px solid;
    border-radius: 4px;
}

.ind02 .interact .bot .recommended p {
    float: left;
    margin: 4px 0 0 10px;
    width: 256px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.ind02 .interact .bot .recommended:hover p {
    color: #3b88d3;
}

.ind02 .interact .bot li i {
    float: left;
    margin: 9px 12px 0 0;
    width: 58px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 20px;
    background: #ccc;
}

.ind02 .interact .bot li p {
    float: left;
    width: 256px;
    font-size: 16px;
    line-height: 44px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind02 .interact .bot li.on i {
    background: #39c394;
    color: #fff;
}

.ind02 .interact .bot li a:hover p {
    color: #3b88d3;
}

.ind02 .government {
    padding-left: 30px;
    width: 356px;
    height: 256px;
    background: #fff;
}

.ind02 .government .title i {
    width: 156px;
}

.ind02 .government .tab {
    height: 330px;
}

.ind02 .government .tab_tit {
    border-bottom: #ededed 1px dashed;
}

.ind02 .government .tab_tit div {
    position: relative;
    cursor: pointer;
}

.ind02 .government .tab_tit a,
.ind02 .government .tab_tit p {
    padding: 0 19px 16px;
    font-size: 20px;
    color: #333;
}

.ind02 .government .tab_tit i {
    position: absolute;
    right: 0;
    top: 4px;
    width: 2px;
    height: 21px;
    background: #adadad;
}

.ind02 .government .tab_tit div:first-child p,
.ind02 .government .tab_tit div:first-child a {
    padding-left: 0;
}

.ind02 .government .tab_tit div:last-child p,
.ind02 .government .tab_tit div:last-child a {
    padding-right: 0;
}

.ind02 .government .tab_tit div.on p,
.ind02 .government .tab_tit div.on a {
    color: #3b88d3;
}

.ind02 .government .tab_tit div.on i {
    background: #b1cfed;
}

.ind02 .government .list {
    position: relative;
    margin: 0px 0 12px;
}

.ind02 .government .list a {
    line-height: 35px;
}

.ind02 .government .list i {
    float: left;
    margin-right: 0px;
    width: 15px;
    height: 41px;
    background: url(/assets/img/icon_1.png) left center no-repeat;
}

.ind02 .government .list p {
    float: left;
    width: 350px;
    font-size: 15px;
    color: #333;
}

.ind02 .government .list a:hover i {
    background: url(/assets/img/icon_1s.png) left center no-repeat;
}

.ind02 .government .list a:hover p {
    color: rgba(1, 47, 167, 1);
}

.ind02 .government .pic {
    margin-bottom: 17px;
    width: 358px;
    height: 97px;
    overflow: hidden;
}

.ind02 .government .pic i {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.5s;
}

.ind02 .government .pic:hover i {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.ind02 .government .icon_box {
    margin-top: 22px
}

.ind02 .government .icon_box a {
    float: left;
    margin: 0 10px 10px 0;
    width: 172px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    border-radius: 4px;
}

.ind02 .government .icon_box a i {
    transition: all 0.5s;
    display: inline-block;
    margin-right: 8px;
    width: 30px;
    height: 66px;
    text-indent: -9999999px;
}

.ind02 .government .icon_box .i_1 i {
}

.ind02 .government .icon_box .i_2 i {
}

.ind02 .government .icon_box .i_3 i {
}

.ind02 .government .icon_box .i_4 i {
}

.ind02 .government .icon_box .i_5 i {
}

.ind02 .government .icon_box .i_6 i {
}

.ind02 .government .icon_box a span {
    display: inline-block;
}

.ind02 .government .icon_box a:nth-child(2n) {
    margin-right: 0;
}

.ind02 .government .icon_box a:hover i {
    transform: rotateY(360deg);
}

.ind03 {
    padding-bottom: 1px;
    background: #fff;
}

.ind03 .title i {
    width: 1069px;
}

.ind03 .swiper-container {
    margin: 0 auto 30px;
    width: 1200px;
}

.ind03 .swiper-container:hover .swiper-button-next {
    right: 0;
}

.ind03 .swiper-container:hover .swiper-button-prev {
    left: 0;
}

.ind03 .swiper-container .swiper-slide {
    width: 202px;
}

.ind03 .swiper a {
    float: left;
    margin-right: 12px;
    width: 190px;
    height: 104px;
    overflow: hidden;
}

.ind03 .swiper a i {
    transition: all 0.3s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.ind03 .swiper a:hover i {
    transition: all 0.3s;
    transform: scale(1.1);
}

.ind03 .swiper .swiper-button-next {
    right: -40px;
    margin-top: -10px;
    width: 21px;
    height: 20px;
    background-size: 20px auto;
    transition: all 0.5s;
}

.ind03 .swiper .swiper-button-prev {
    left: -40px;
    margin-top: -10px;
    width: 21px;
    height: 20px;
    background-size: 20px auto;
    transition: all 0.5s;
}

.ind03 .wx {
    margin: 23px 0 40px;
    height: 162px;
    background-size: 100% auto;
}

.ind03 .wx .next {
    padding: 22px 0 0 123px;
}

.ind03 .wx .pic {
    float: left;
    margin: 0 15px 0 15px;
    width: auto;
    height: auto;
}

.ind03 .wx .pic .bor_box {
    margin-bottom: 6px;
    width: 86px;
    height: 85px;
    text-align: center;
    border: #4587e7 4px solid;
    background: #4587e7;
}

.ind03 .wx .pic .bor_box img {
    transition: all 0.5s;
    display: inline-block;
    max-width: 85px;
    max-height: 85px;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.ind03 .wx .pic .bor_box span {
    display: inline-block;
    height: 85px;
    width: 1px;
    vertical-align: middle;
}

.ind03 .wx .pic .text {
    margin: 0 auto;
    height: 19px;
    color: white;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:1201px) {
    .ind01 .swiper-container-horizontal>.swiper-pagination-bullets{
        height: auto;
        line-height: 0px;
    }
    body {
        overflow-y: auto !important;
    }
    .title {
        line-height: 7.2rem;
        font-size: 2.5rem;
    }
    .title i {
        float: right;
        margin: 3.6rem 0 0 0.5rem;
        width: calc(100% - 11rem);
    }
    .m_index {
        position: relative;
        z-index: 99999999;
        background: #f5f5f5;
    }
    .w1200 {
        width: 92%;
    }
    .ind01 {
        margin-bottom: 0.5rem;
    }
    .ind01 .top {
        margin-bottom: 2.3rem;
    }
    .ind01 .top b a {
        padding: 1.6rem 0 0.4rem;
        font-size: 1.8rem;
    }
    .ind01 .top .list_a {
        padding-bottom: 1.5rem;
    }
    .ind01 .top .list_a a {
        width: 48%;
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    /* .ind01 .top .list_a a:last-child, */
    .ind01 .top .list_a a:first-child {
        padding: 0;
        width: 100%;
    }
    .ind01 .cen {
        margin-bottom: 1.3rem;
        width: 100%;
        height: 19.4rem;
    }
    .ind01 .swiper-slide a {
        height: 19.4rem;
    }
    .ind01 .swiper-slide a .pos {
        height: 3.1rem;
        line-height: 3.1rem;
    }
    .ind01 .swiper-slide a .pos p {
        margin-top: 3.1rem;
        width: 60%;
        font-size: 1.3rem;
    }
    .ind01 .swiper-slide-active a .pos p {
        margin-top: 0rem;
    }
    .ind01 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: calc(1.55rem - 7px);
        width: 36%;
    }
    .ind01 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.3rem;
    }
    .ind01 .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 0.6rem;
    }
    .ind01 .right {
        padding-bottom: 0rem;
        width: 100%;
    }
    .ind01 .right .tab_tit a {
        padding: 0 0.5rem;
        line-height: 2.9rem;
        font-size: 1.3rem;
    }
    .ind01 .right .tab_tit span {
        margin-right: 0.5rem;
        padding: 0 0.5rem;
        height: 2.9rem;
        line-height: 2.9rem;
        font-size: 1.3rem;
        border-radius: 0.3rem;
    }
    .ind01 .tab_next {
        height: auto;
    }
    .ind01 .list {
        margin-top: 10px;
    }
    .ind01 .list a {
        height: 2.9rem;
        line-height: 2.9rem;
        /*display: flex;*/
    }
    .ind01 .list i {
        width: 0.9rem;
        height: 2.9rem;
        background: url(/assets/img/icon_1.png) left center no-repeat;
    }
    .ind01 .list .tag {
        color: rgba(250, 34, 34, 1);
        font-size: 15px;
    }
    .ind01 .list p {
        max-width: calc(100% - 11.5rem);
        font-size: 1.4rem;
    }
    .ind01 .list span {
        width: 2.5rem;
        height: 2.9rem;
        background-size: 2.5rem auto;
    }
    .ind01 .list em {
        font-size: 1.4rem;
    }
    .ind02 {
        margin-bottom: 1.5rem;
        background: #f5f5f5;
    }
    .ind02 .w {}
    .ind02 .work {
        float: none;
        margin-right: 0;
        margin-bottom: 1.5rem;
        width: 100%;
        height: auto;
    }
    .ind02 .work_01 {
        margin-bottom: 3.6rem;
    }
    .ind02 .work_01 b {
        padding: 1.6rem 0.5rem;
        width: 2.5rem;
        height: 8.8rem;
        line-height: 2.2rem;
        font-size: 1.7rem;
        text-align: center;
        font-weight: normal;
    }
    .ind02 .work_01 .right {
        width: calc(100% - 3.5rem);
    }
    .ind02 .work_01 .swiper-container {
        width: 100%;
        height: 12rem;
    }
    .ind02 .work_01 a {
        padding: 1.5rem 0 3px;
        width: 33.333%;
    }
    .ind02 .work_01 a .pic {
        margin: 0 auto 0.8rem;
        width: 5.6rem;
        height: 5.6rem;
        border-radius: 0.4rem;
    }
    .ind02 .work_01 a p {
        font-size: 1.3rem;
    }
    .ind02 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.6rem;
    }
    .ind02 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.35rem;
    }
    .ind02 .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 0.6rem;
    }
    .ind02 .work_02 {
        margin-bottom: 20px;
        width: 100%;
    }
    .ind02 .work_02 .pos {
        top: -1.125rem;
    }
    .ind02 .work_02 .pos em {
        padding: 0 1.5rem 0 3.6rem;
        font-size: 1.7rem;
        background-size: 1.45rem auto;
    }
    .ind02 .work_02 .swiper-container {
        padding-bottom: 2.55rem;
        margin: 2.8rem 1.6rem 0;
    }
    .ind02 .work_02 a {
        margin: 0 0.8rem 0.85rem;
        width: calc(100% - 1.6rem);
        height: 4.5rem;
        line-height: 4.5rem;
        font-size: 13px;
        border-radius: 0.3rem;
        width: 10rem;
    }
    .ind02 .work_02 a span {
        padding-left: 2.7rem;
    }
    .ind02 .work_02 a:nth-child(2n) {
        margin-right: 0;
    }
    .ind02 .work_02 .a1 span {
        background-size: 1.85rem auto;
    }
    .ind02 .work_02 .a1:hover span {
        background-size: 1.85rem auto;
    }
    .ind02 .work_02 .a2 span {
        background-size: 1.9rem auto;
    }
    .ind02 .work_02 .a2:hover span {
        background-size: 1.9rem auto;
    }
    .ind02 .work_02 .a3 span {
        background-size: 1.6rem auto;
    }
    .ind02 .work_02 .a3:hover span {
        background-size: 1.6rem auto;
    }
    .ind02 .work_02 .a4 span {
        background-size: 2.1rem auto;
    }
    .ind02 .work_02 .a4:hover span {
        background-size: 2.1rem auto;
    }
    .ind02 .work_02 .a5 span {
        background-size: 1.85rem auto;
    }
    .ind02 .work_02 .a5:hover span {
        background-size: 1.85rem auto;
    }
    .ind02 .work_02 .a6 span {
        background-size: 1.9rem auto;
    }
    .ind02 .work_02 .a6:hover span {
        background-size: 1.9rem auto;
    }
    .ind02 .work_02 .a7 span {
        background-size: 1.6rem auto;
    }
    .ind02 .work_02 .a7:hover span {
        background-size: 1.6rem auto;
    }
    .ind02 .work_02 .a8 span {
        background-size: 2.1rem auto;
    }
    .ind02 .work_02 .a8:hover span {
        background-size: 2.1rem auto;
    }
    .ind02 .work_02 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }
    .ind02 .work_03 {
        width: 100%;
    }
    .ind02 .work_03 .tab_tit p,
    .ind02 .work_03 .tab_tit a {
        padding: 0 1.6rem;
        line-height: 4.4rem;
        font-size: 1.7rem;
    }
    .ind02 .work_03 .tab_tit i {
        top: 1.35rem;
        height: 1.7rem;
    }
    .ind02 .work_03 .tab_tit div:first-child p,
    .ind02 .work_03 .tab_tit div:first-child a {
        padding-left: 0;
    }
    .ind02 .work_03 .tab_next {
        height: 25.4rem;
    }
    .ind02 .work_03 .swiper-container {
        margin-top: 2.5rem;
        height: 23rem;
    }
    .ind02 .work_03 .icon_list a {
        width: 25%;
    }
    .ind02 .work_03 .icon_list a .pic {
        margin: 0 auto 0.9rem;
        width: 5.2rem;
        height: 5.2rem;
        border-radius: 5.2rem;
    }
    .ind02 .work_03 .icon_list a p {
        height: 4rem;
        font-size: 1.3rem;
    }
    .ind02 .work_03 .list .swiper-slide div {
        width: auto;
    }
    .ind02 .work_03 .list a {
        margin: 0 0.8rem 0.8rem 0;
        width: calc(50% - 0.4rem);
        height: 4rem;
        border-radius: 0.4rem;
    }
    .ind02 .work_03 .list a:nth-child(2n) {
        margin-right: 0;
    }
    .ind02 .work_03 .list a p {
        line-height: 4rem;
        font-size: 1.3rem;
    }
    .ind02 .work_03 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1.1rem;
    }
    .ind02 .work_04 {
        width: 100%;
    }
    .ind02 .work_04 a {
        margin-right: 2%;
        width: 23%;
    }
    .ind02 .work_04 a span {
        padding-left: 0.7rem;
    }
    .ind02 .work_04 .a1 span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a1:hover span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a2 span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a2:hover span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a3 span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a3:hover span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a4 span {
        background-size: 1.5rem auto;
    }
    .ind02 .work_04 .a4:hover span {
        background-size: 1.5rem auto;
    }
    .ind02 .interact {
        float: none;
        margin-bottom: 1.5rem;
        padding: 0 0 1.5rem 0;
        width: 100%;
        height: auto;
    }
    .ind02 .interact .title i {
        width: calc(100% - 11rem);
    }
    .ind02 .interact .top .pic {
        margin-bottom: 1.1rem;
        width: 100%;
        height: 7.2rem;
    }
    .ind02 .interact .top .next a {
        margin: 0 3.35% 1rem 0;
        width: 31.1%;
        height: 8.4rem;
        border-radius: 0.3rem;
    }
    .ind02 .interact .top .next a:nth-child(3n) {
        margin-right: 0;
    }
    .ind02 .interact .top .next span {
        margin: 1.5rem 0 0.4rem;
        height: 4rem;
    }
    .ind02 .interact .top .next p {
        font-size: 1.3rem;
    }
    .ind02 .interact .top .next a:last-child {
        margin-right: 0;
        width: 100%;
        height: 6rem;
        text-align: center;
    }
    .ind02 .interact .top .next a:hover:last-child {
        background: #3076bc;
    }
    .ind02 .interact .top .next a:last-child p {
        display: inline-block;
        padding-left: 4.3rem;
        line-height: 6rem;
        background-size: 2.55rem auto;
    }
    .ind02 .interact .top .next a:hover:last-child p {
        color: #fff;
        background-size: 2.55rem auto;
    }
    .ind02 .interact .bot .title_box {
        line-height: 4.5rem;
        font-size: 1.7rem;
    }
    .ind02 .interact .bot .recommended {
        margin: 1.358rem 0 1rem 0;
    }
    .ind02 .interact .bot .recommended span {
        padding: 0.4rem 0.8rem;
        width: 3.2rem;
        height: 4rem;
        font-size: 1.5rem;
        line-height: 2rem;
        border-radius: 0.3rem;
    }
    .ind02 .interact .bot .recommended p {
        margin: 0.4rem 0 0 0.8rem;
        width: calc(100% - 5.8rem);
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .ind02 .interact .bot li i {
        margin: 0.725rem 1.2rem 0 0;
        width: 5rem;
        height: 1.9rem;
        line-height: 1.8rem;
        font-size: 1.2rem;
        border-radius: 0.8rem;
    }
    .ind02 .interact .bot li p {
        width: calc(100% - 6.3rem);
        font-size: 1.3rem;
        line-height: 3.35rem;
    }
    .ind02 .government {
        float: none;
        padding: 0 0 1.2rem;
        width: 100%;
        height: auto;
    }
    .ind02 .government .title i {
        width: calc(100% - 11rem);
    }
    .ind02 .government .tab {
        height: auto;
    }
    .ind02 .government .tab_tit p,
    .ind02 .government .tab_tit a {
        padding: 0 1.5rem 1rem;
        font-size: 1.7rem;
    }
    .ind02 .government .tab_tit i {
        top: 0.275rem;
        height: 1.7rem;
    }
    .ind02 .government .list {
        margin: 0.5rem 0 0.6rem;
    }
    .ind02 .government .list a {
        line-height: 3.1rem;
    }
    .ind02 .government .list i {
        width: 0.8rem;
        height: 3.1rem;
    }
    .ind02 .government .hitom .list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ind02 .government .hitom .list a {
        /* float: left; */
        margin: 0 10px 10px 0;
        border-radius: 6px;
        background: #f8f8f8;
        text-align: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        width: 30%;
    }
    .ind02 .government .hitom .list .cur {
        background-color: rgba(1, 47, 167, 1);
        color: #fff;
        border-radius: 6px;
    }
    
    .ind02 .government .list p {
        display: flex;
        flex-flow: wrap;
    /*justify-content: center;*/
    align-items: center;
        /*padding-left: 1rem;*/
        width: 30rem;
        text-align: center;
    }
    .ind02 .government .pic {
        margin-bottom: 1.15rem;
        width: 100%;
        height: 7.8rem;
    }
    .ind02 .government .icon_box {
        margin-top: 1.7rem
    }
    .ind02 .government .icon_box a {
        margin: 0 3.48% 0.8rem 0;
        width: 48.26%;
        height: 5.3rem;
        line-height: 5.3rem;
        font-size: 1.3rem;
        border-radius: 0.2rem;
    }
    .ind02 .government .icon_box a i {
        margin-right: 0.7rem;
        width: 2.5rem;
        height: 5.3rem;
    }
    .ind03 {
        padding-bottom: 1px;
    }
    .ind03 .title i {
        width: calc(100% - 11rem);
    }
    .ind03 .swiper-container {
        margin: 0 auto 1.7rem;
        width: 100%;
    }
    .ind03 .swiper-container .swiper-slide {
        width: 14.2rem;
    }
    .ind03 .swiper a {
        margin-right: 0.9rem;
        width: 13.3rem;
        height: 6.4rem;
    }
    .ind03 .wx {
        margin-bottom: 2.2rem;
        height: auto;
        background-size: 100% auto;
    }
    .ind03 .wx .tit {
        margin: 0 auto;
        padding: 2.35rem 0 2.5rem;
        width: 63.18%;
        max-width: 436px;
    }
    .ind03 .wx .next {
        padding: 0 2.1rem;
    }
    /* .ind03 .wx .pic{ margin-bottom:2.2rem;margin-right: calc((100% - 22.8rem)*0.25); width: auto;height:auto;} */
    .ind03 .wx .pic {
        margin: 0 0 2.2rem 0;
        width: 33%;
        height: auto;
    }
    .ind03 .wx .pic:nth-child(4n) {
        margin-right: 0;
    }
    .ind03 .wx .pic .bor_box {
        margin: auto;
        width: 5rem;
        height: 5rem;
        text-align: center;
        border: #4587e7 0.35rem solid;
    }
    .ind03 .wx .pic .bor_box img {
        transition: all 0.5s;
        display: inline-block;
        width: calc(100% - 1px);
        max-width: 100%;
        max-height: 5rem;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }
    .ind03 .wx .pic .bor_box span {
        display: inline-block;
        height: 5rem;
        width: 1px;
        vertical-align: middle;
    }
    .ind03 .wx .pic .text img {
        max-width: 100%;
        max-height: 1.35rem;
    }
    .m_suspension {
        position: fixed;
        right: 0;
        bottom: 30%;
        width: 6rem;
        height: 6rem;
        background-size: 2.75rem auto;
        border-radius: 0.5rem;
    }
}



@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(800px, 0, 0);
        transform: translate3d(800px, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(800px, 0, 0);
        transform: translate3d(800px, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-800px, 0, 0);
        transform: translate3d(-800px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-800px, 0, 0);
        transform: translate3d(-800px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}