html {
    font-size: 100px;
}
header, footer, .header-m, main, .i-banner, .banner, .industry-head {
    transition: all .5s;
    -webkit-transition: all .5s
}

.bd_weixin_popup {
    height: auto !important
}

.i-banner {
    position: fixed;
    top: 0;
    left: 0
}

.i-banner .icon {
    bottom: 2%;
    width: 100%;
    font-size: 15px;
    animation: animation_icon .8s cubic-bezier(.445, .05, .55, .95) .2s infinite alternate;
    -webkit-animation: animation_icon .8s cubic-bezier(.445, .05, .55, .95) .2s infinite alternate
}

.i-banner .icon i {
    height: 16px;
    background: url(../images/banner_icon.png) no-repeat center
}

.i-banner .icon em {
    margin-top: 1.5%
}

.i-banner .slider1 .item {
    height: 100vh
}

.i-banner .slider2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25)
}

.i-banner .slider2::after {
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25)
}

.i-banner .slider2 .slick-slide {
    z-index: auto !important
}

.i-banner .slider2 .slick-slide:nth-child(2n) .item {
    transform: translate3d(15%, -15%, 0);
    -webkit-transform: translate3d(15%, -15%, 0)
}

.i-banner .slider2 .slick-slide:nth-child(3n) .item {
    transform: translate3d(15%, 15%, 0);
    -webkit-transform: translate3d(15%, 15%, 0)
}

.i-banner .slider2 .slick-slide:nth-child(4n) .item {
    transform: translate3d(-15%, 15%, 0);
    -webkit-transform: translate3d(-15%, 15%, 0)
}

.i-banner .slider2 .slick-slide .item {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-radius: 50%;
    padding-bottom: 100%;
    transform: translate3d(-15%, -15%, 0);
    -webkit-transform: translate3d(-15%, -15%, 0);
    transition: all 2s;
    -webkit-transition: all 2s
}

.i-banner .slider2 .slick-active.cur .item {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important
}

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

.i-banner .txt {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none
}

.i-banner .txt img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: inherit
}

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

.i-banner a {
    display: block;
    min-height: 85px
}

.i-banner .dn {
    display: none !important
}

@-webkit-keyframes animation_icon {
    0% {
        opacity: 0;
        transform: translateY(-30%)
    }
    100% {
        transform: none
    }
}

@keyframes animation_icon {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none
    }
}

body {
    padding-top: 100vh
}

.mauto {
    max-width: 1400px
}

.i-video {
    z-index: 1;
    height: 100vh;
    background: #333
}

.i-video video {
    object-fit: cover
}

.i-classification {
    z-index: 2
}

.i-classification .b-txt {
    padding: 1% 4%;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    font-size: 18px
}

.bg-slider .item {
    height: 100vh
}

.con-w {
    top: 0;
    left: 0
}

.con-slider {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.con-slider .slick-slide {
    z-index: auto !important
}

.con-slider .slick-slide:nth-child(2n) .item {
    transform: translate3d(15%, -15%, 0);
    -webkit-transform: translate3d(15%, -15%, 0)
}

.con-slider .slick-slide:nth-child(3n) .item {
    transform: translate3d(15%, 15%, 0);
    -webkit-transform: translate3d(15%, 15%, 0)
}

.con-slider .slick-slide:nth-child(4n) .item {
    transform: translate3d(-15%, 15%, 0);
    -webkit-transform: translate3d(-15%, 15%, 0)
}

.con-slider .slick-slide .item {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-radius: 50%;
    padding-bottom: 100%;
    transform: translate3d(-15%, -15%, 0);
    -webkit-transform: translate3d(-15%, -15%, 0);
    transition: all 2s;
    -webkit-transition: all 2s
}

.con-slider .slick-active .item {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important
}

.con-slider .slick-active .head::after {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.con-slider .slick-active h3 {
    visibility: visible;
    animation: slideInUp ease-out .6s forwards;
    -webkit-animation: slideInUp ease-out .6s forwards
}

.con-slider .slick-active em i {
    visibility: visible;
    animation: slideInUps ease-out .6s forwards;
    -webkit-animation: slideInUps ease-out .6s forwards
}

.con-slider .slick-active .icon {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.con-slider .dfccs {
    top: 0;
    left: 0;
    padding: 15% 20%
}

.con-slider .dfccs > div {
    width: 100%
}

.con-slider .head::after, .con-slider h3::after {
    position: absolute;
    content: '';
    background: #fff
}

.con-slider .head {
    padding-bottom: .35rem;
    margin-bottom: .2rem
}

.con-slider .head::after {
    visibility: hidden;
    opacity: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    transition: all 1.8s;
    -webkit-transition: all 1.8s
}

.con-slider h3 {
    font-size: 38px;
    padding-bottom: .7rem
}

.con-slider h3::after {
    left: 0;
    bottom: .4rem;
    width: .22rem;
    height: .04rem
}

.con-slider em {
    font-size: 22px
}

.con-slider em i {
    float: left;
    visibility: hidden;
    opacity: 0
}

.con-slider .icon {
    visibility: hidden;
    opacity: 0;
    padding: 0 10%;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.con-slider .icon img {
    width: auto;
    margin: 0 auto
}

.line {
    top: 0;
    left: 0
}

.line svg {
    transform: rotate(-156deg);
    -webkit-transform: rotate(-156deg)
}

.line svg.cur2 .c2 {
    stroke-dasharray: 85 1700
}

.line svg.cur3 .c2 {
    stroke-dasharray: 160 1700
}

.line svg.cur4 .c2 {
    stroke-dasharray: 275 1700
}

.line svg.cur5 .c2 {
    stroke-dasharray: 368 1700
}

.line svg.cur6 .c2 {
    stroke-dasharray: 465 1700
}

.line svg.cur7 .c2 {
    stroke-dasharray: 542.5 1700
}

.line svg.cur8 .c2 {
    stroke-dasharray: 620 1700
}

.line .c1 {
    opacity: .2;
    stroke-dasharray: 620 1700
}

.line .c2 {
    stroke-dasharray: 20 1700;
    transition: all 1s;
    -webkit-transition: all 1s
}

.number-w {
    width: 600px;
    height: 600px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5)
}

.number-w i {
    z-index: 1;
    position: absolute;
    cursor: pointer
}

.number-w i.cur {
    color: #fff
}

.number-w i:nth-child(1) {
    top: 28%;
    left: -5%
}

.number-w i:nth-child(2) {
    top: 13%;
    left: 1%
}

.number-w i:nth-child(3) {
    top: 0;
    left: 16%
}

.number-w i:nth-child(4) {
    top: -7%;
    left: 38%
}

.number-w i:nth-child(5) {
    top: -7%;
    right: 35%
}

.number-w i:nth-child(6) {
    top: 1%;
    right: 14%
}

.number-w i:nth-child(7) {
    top: 13%;
    right: 1%
}

.number-w i:nth-child(8) {
    top: 28%;
    right: -5%
}

.number-w .more {
    right: -35%;
    bottom: 3%;
    color: #fff;
    border-radius: 50%
}

.number-w .more a:hover .info {
    padding-left: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px)
}

.number-w .more a:hover span {
    animation: slideInLefts ease-out .6s forwards;
    -webkit-animation: slideInLefts ease-out .6s forwards
}

.number-w .more a:hover .circular-w .circular {
    visibility: visible;
    opacity: 1;
    stroke-dasharray: 500;
    -webkit-transition-property: stroke-dasharray;
    transition-property: stroke-dasharray
}

.number-w .more a:hover .icon {
    margin-left: -18px
}

.number-w .more .info {
    height: 138px;
    align-items: inherit;
    -webkit-align-items: inherit;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transition: all .8s;
    -webkit-transition: all .8s
}

.number-w .more em {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    text-indent: -3px
}

.number-w .more em::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #fff
}

.number-w .more span {
    font-size: 16px;
    float: left
}

.number-w .more .circular-w {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.number-w .more .circular-w .circular {
    visibility: hidden;
    opacity: 0;
    stroke-dasharray: 0 500;
    transition: all 1s;
    -webkit-transition: all 1s
}

.number-w .more .icon {
    width: 85px;
    height: 14px;
    margin-top: 10px;
    background: url(../images/circular_icon.png) no-repeat right center
}

.number-w .loog-icon {
    right: 4%;
    bottom: 5%
}

.link-slider {
    left: 0;
    bottom: 0
}

.link-slider .slick-active a {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.link-slider .item {
    padding-bottom: 100%;
    cursor: grab
}

.link-slider .item:active {
    cursor: grabbing
}

.link-slider em {
    left: 0;
    bottom: 13%;
    width: 100%;
    font-size: 12px
}

.link-slider a {
    visibility: hidden;
    opacity: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

@keyframes slideInUps {
    from {
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInUps {
    from {
        -webkit-transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none
    }
}

@keyframes slideInLefts {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translate3d(-25px, 0, 0)
    }
    to {
        visibility: visible;
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInLefts {
    from {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(-25px, 0, 0)
    }
    to {
        visibility: hidden;
        opacity: 1;
        -webkit-transform: none
    }
}

.banner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner2 {
    height: 5.55rem
}

main {
    position: relative;
    z-index: 1;
    background: #fff
}

.content {
    min-height: 400px;
    padding: 5% 0
}

.txt-info .con-l {
    width: 430px
}

.txt-info .con-r {
    width: calc(100% - 430px);
    padding-left: 6.5%
}

.news-list ul {
    margin-left: -0.44rem
}

.news-list li {
    padding-left: .45rem;
    margin-bottom: .35rem
}

.news-list li a {
    position: relative;
    padding: 12px;
    background: #fafafa
}

.news-list li a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #171c60;
    transition: all .5s;
    -webkit-transition: all .5s
}

.news-list li a:hover::after {
    width: 100%
}

.news-list li a:hover h3 {
    color: #171c60;
    text-decoration: underline
}

.news-list li a:hover i {
    color: #fff;
    background: #171c60
}

.news-list .date {
    color: #434343
}

.news-list h3 {
    font-size: 16px;
    color: #151515
}

.news-list .txt {
    line-height: 24px;
    color: #868686
}

.news-list i {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    color: #868686;
    background: #e9e9e9
}

.news-info {
    padding: 0;
    background: #f9f9f9
}

.news-info .con {
    margin-top: -1.3rem;
    padding: .4rem .54rem
}

.news-info .head {
    border-bottom: 2px solid #f1f1f1
}

.news-info .head .con-l {
    width: calc(100% - 140px);
    color: #7a7a7a
}

.news-info .head .con-l h3 {
    font-size: 30px;
    color: #363636
}

.news-info .head .con-r {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #919191;
    background: #f0f0f0
}

.news-info .head .con-r img {
    margin-right: 10px;
    vertical-align: -5px
}

.news-info .head .con-r:hover {
    text-decoration: underline
}

.news-info .edit {
    color: #363636;
    font-size: 16px;
    line-height: 36px
}

.page .con-l {
    width: calc(100% - 230px)
}

.page .con-l a {
    height: 26px;
    line-height: 26px;
    color: #4d4d4d;
    margin-top: 10px
}

.page .con-l a:hover {
    text-decoration: underline
}

.page .con-l i {
    width: 72px;
    height: 26px;
    line-height: 26px;
    color: #7d7d7d;
    background: #f9f9f9;
    margin-right: .1rem
}

.page .bdsharebuttonbox {
    display: table;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    height: 46px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    overflow: hidden
}

.page .bdsharebuttonbox a {
    float: none;
    display: inline-block;
    width: 36px !important;
    height: 44px !important;
    margin: 0 2px !important;
    padding: 0 !important
}

.page .bdsharebuttonbox a:first-child {
    width: 44px !important;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    margin-left: -1px !important
}

.contact h3 {
    color: #171c60
}

.contact .txt {
    font-size: 16px;
    color: #323232;
    line-height: 36px
}

.contact .add {
    height: 5.2rem;
    border-top: 5px solid #171c60
}

.contact .add img {
    max-width: inherit
}

.industry-head {
    /*height: 12.75rem;*/
}

.industry-head .info {
    top: 300px;
    right: 0;
    padding: 3.3% 9% 3.3% 4.2%;
    background: rgba(0, 0, 0, 0.57)
}

.industry-head h3 em {
    font-size: 38px
}

/*.industry-head h3 em::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.25rem;
    width: 22px;
    height: 3px;
    background: #fff
}*/

.industry-head h3 span {
    font-size: 28px;
    line-height: 38px
}

.industry-head .b-con {
    border-top: 3px solid #fff
}

.industry_txt {
    z-index: 1;
    margin-top: -2.5rem
}

.logo-bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../images/logo_bg.png) no-repeat center / 5rem 5rem
}

.industry {
    background: transparent
}

.in-industry1 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry1 .txt {
    font-size: 20px
}

.in-industry1 .row {
    line-height: 40px;
    color: #727171
}

.in-industry1 .row .con-l {
    width: 60%;
    padding-right: 5.7%
}

.in-industry1 .row .con-r {
    width: 40%
}

.in-industry2 {
    color: #727171
}

.in-industry2 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry2 .txt {
    font-size: 20px;
    line-height: 36px
}

.in-industry2 .row {
    margin-left: -0.18rem
}

.in-industry2 .row .lg-6 {
    padding-left: .18rem
}

.in-industry3 {
    color: #727171
}

.in-industry3 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry3 .txt {
    font-size: 20px;
    line-height: 36px
}

.in-industry3 .item1 {
    margin-top: 1.4rem;
    margin-bottom: .6rem
}

.in-industry3 .item1 .con-l {
    width: 41%;
    padding-right: 2%
}

.in-industry3 .item1 .con-r {
    width: 58.6%
}

.in-industry3 .item1 .txt {
    line-height: 52px
}

.in-industry3 .item1 .txt i {
    font-size: 36px
}

.in-industry3 .item2 .row {
    margin-left: -0.3rem
}

.in-industry3 .item2 .lg-6 {
    padding-left: .3rem
}

.in-industry4 .item1 {
    padding-top: 1.6rem
}

.in-industry4 .item1 .txt {
    padding: 0 4%;
    font-size: 20px;
    line-height: 36px;
    color: #727171
}

.in-industry4 .item1 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry4 .list .row {
    margin-left: -0.3rem
}

.in-industry4 .list .lg-6 {
    padding-left: .3rem;
    margin-bottom: .3rem
}

.in-industry4 .item2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.in-industry4 .item2 .dflr {
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.in-industry4 .item2 .txt {
    width: 200px;
    line-height: 60px;
    font-size: 30px;
    color: #535353;
    margin: 0 auto
}

.in-industry5 .industry_txt {
    margin-top: -2.6rem
}

.in-industry5 .item1 {
    padding-top: 1.6rem
}

.in-industry5 .item1 .txt {
    padding: 0 4%;
    font-size: 20px;
    line-height: 36px;
    color: #727171
}

.in-industry5 .item1 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry5 .list {
    margin-top: 1.25rem;
    margin-bottom: 1.2rem
}

.in-industry5 .list .row {
    margin-left: -0.32rem
}

.in-industry5 .list .lg-6 {
    padding-left: .32rem;
    margin-bottom: .32rem
}

.in-industry5 .list h3 {
    font-size: 24px;
    color: #956134
}

.in-industry6 {
    color: #727171
}

.in-industry6 h2 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry6 .txt {
    line-height: 40px;
    font-size: 20px
}

.in-industry6 .item1 .dflr {
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.in-industry6 .item2 {
    margin-top: 1.35rem;
    margin-bottom: 1.4rem
}

.in-industry6 .item2 .row {
    margin-left: -0.23rem
}

.in-industry6 .item2 .row .lg-6 {
    padding-left: .23rem;
    margin-bottom: .2rem
}

.in-industry6 .item5 .txt {
    max-width: 410px;
    margin: .25rem auto
}

.in-industry7 .industry_txt {
    margin-top: -3.2rem
}

.in-industry7 .txt-w {
    padding-left: 4%;
    padding-right: 4%
}

.in-industry7 .txt-w h3 {
    font-size: 30px;
    color: #2e2e2e
}

.in-industry7 .txt-w .txt {
    line-height: 36px;
    font-size: 20px;
    color: #727171
}

.in-industry7 .row {
    margin-left: -0.37rem
}

.in-industry7 .row .lg-6 {
    padding-left: .37rem
}

.in-industry7 .row .txt {
    font-size: 20px;
    line-height: 40px;
    color: #727171
}

.in-industry8 h2 {
    font-size: 72px;
    color: #2e2e2e
}

.in-industry8 h3 {
    font-size: 36px
}

.in-industry8 .txt {
    font-size: 20px;
    line-height: 40px;
    color: #727171
}

.in-industry8 .item1 {
    padding: 4.75rem 0
}

.in-industry8 .item1 .bg {
    left: 0;
    bottom: .3rem
}

.in-industry8 .item1 .info {
    max-width: 525px;
    z-index: 1
}

.in-industry8 .item1 h3 {
    font-size: 36px;
    color: #2e2e2e
}

.in-industry8 .item1 em {
    font-size: 30px;
    color: #c8a062
}

.in-industry8 .item1 .txt {
    font-size: 20px;
    line-height: 40px;
    color: #727171
}

.in-industry8 .item2 .dflr {
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.in-industry8 .item2 .con-l {
    width: 56%
}

.in-industry8 .item2 .con-r {
    width: 40%
}

.in-industry8 .item3 {
    margin-top: 1.4rem;
    margin-bottom: 1.5rem;
    background: #f7f7f7
}

.in-industry8 .item3 .txt {
    width: 390px
}

.in-industry8 .item5 {
    margin-top: 1.4rem
}

.in-industry8 .item5 .info {
    width: 490px;
    padding: 0 3.5%
}

.in-industry8 .item6 {
    margin: 1.5rem 0
}

.in-industry8 .item8 {
  /*  padding-top: 0.8rem;
    padding-bottom: 0.8rem*/
}

.in-industry8 .item8 em {
    font-size: 26px;
    margin-bottom: 5px;
    color: #2c2c2c
}

.in-industry8 .item8 .item {
    padding: 0 .13rem;
    transform: scale(1, .85);
    -webkit-transform: scale(1, .85);
    transition: all .3s;
    -webkit-transition: all .3s
}

.in-industry8 .item8 .img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s;
    -webkit-transition: all .3s
}

.in-industry8 .item8 .info {
    visibility: hidden;
    opacity: 0;
    padding: 8.5% 10%;
    transition: all .3s;
    -webkit-transition: all .3s
}

.in-industry8 .item8 .slick-current .item {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.in-industry8 .item8 .slick-current .img::after {
    visibility: hidden;
    opacity: 0
}

.in-industry8 .item8 .slick-current .info {
    visibility: visible;
    opacity: 1
}

.in-industry8 .item8 .slick-arrow {
    width: 17px;
    height: 29px
}

.in-industry8 .item8 .slick-prev {
    left: 2%;
    background: url(../images/industry8_l_icon.png) no-repeat center
}

.in-industry8 .item8 .slick-next {
    right: 2%;
    background: url(../images/industry8_r_icon.png) no-repeat center
}

.in-industry8 .item9 .slider {
    padding-bottom: 1.7rem
}

.in-industry8 .item9 .item a:hover .info {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.in-industry8 .item9 .info {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.76);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.in-industry8 .item9 em {
    width: 163px;
    height: 163px;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
    background: #c8a062
}

.in-industry8 .item9 .els2 {
    max-width: 325px;
    max-height: 300px;
    -webkit-line-clamp: 12
}

.in-industry8 .item9 .slick-dots {
    bottom: .93rem
}

.in-industry8 .item9 .slick-dots div {
    width: 17px;
    height: 17px;
    margin: 0 .1rem;
    background: #c2c2c2
}

.in-industry8 .item9 .slick-dots div.slick-active, .in-industry8 .item9 .slick-dots div:hover, .in-industry8 .item9 .slick-dots div:focus {
    background: #c8a062
}

.in-industry8 .item10 {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem
}

.in-industry8 .item10 li:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.in-industry8 .item10 .txt {
    padding: .3rem 0;
    font-size: 26px;
    line-height: 40px;
    color: #727171
}

.in-industry8 .item10 .txt em {
    color: #2c2c2c
}

.in-industry8 .item11 .sliders {
    padding-bottom: 1.7rem
}

.in-industry8 .item11 .slick-dots {
    bottom: 0
}

.in-industry8 .item12 {
    padding-top: 1.5rem;
    padding-bottom: 2.15rem;
    font-size: 20px;
    line-height: 40px;
    color: #727171
}

.in-industry8 .item a {
    position: relative;
}
.in-industry8 .item a .imagesinfo {
    position: absolute;
    width: 100%;
    padding: 10%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
.in-industry8 .item a:hover .imagesinfo {
    color: #fff;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
}

.slick-dots div.slick-active, .slick-dots div:hover, .slick-dots div:focus {
    background: #c8a062
}

.tab-head li {
    cursor: pointer
}

.tab-body li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
}

.tab-body li.cur {
    visibility: visible;
    opacity: 1;
    height: inherit
}

.edit {
    overflow: hidden
}

.edit span {
    display: inline
}

.edit img {
    width: auto !important;
    height: auto !important
}

.fix-wrap {
    display: none;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap, .fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap .hide, .fix-wrap circle {
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent
}

.fix-wrap .hide::before, .fix-wrap .hide::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide:hover circle {
    fill: none;
    stroke-dasharray: 145
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%
}

.fix-video video {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.fix-pics {
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider {
    color: #fff
}

.fix-pic-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent
}

.fix-pic-slider .item::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9)
}

.fix-pic-slider img, .fix-pic-slider em {
    position: absolute;
    left: 0;
    bottom: 0
}

.fix-pic-slider img {
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: inherit
}

.fix-pic-slider em {
    width: 100%;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 28px;
    font-family: 'SimSun', 'NSimSun', 'Serif', 'Georgia';
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9)
}

.fix-pic-slider .slick-prev {
    left: 1%;
    animation: slideInLeft .5s both;
    -webkit-animation: slideInLeft .5s both
}

.fix-pic-slider .slick-next {
    right: 1%;
    animation: slideInRight .5s both;
    -webkit-animation: slideInRight .5s both
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 15px
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

.fix-search {
    padding: 0 2.5%;
    background: #222
}

.fix-search:hover .search::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.fix-search .search {
    position: relative;
    width: 100%;
    height: 125px;
    color: #555;
    padding-left: 88px;
    font-size: 66px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center
}

.fix-search .search::before, .fix-search .search::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 1s;
    -webkit-transition: all 1s
}

.fix-search .search::before {
    background: #515151
}

.fix-search .search::after {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.fix-search .txt, .fix-search .btn {
    color: #555;
    background: transparent
}

.fix-search .txt {
    width: 100%;
    text-align: center;
    font-size: 66px;
    padding-right: 2%
}

.fix-search .btn {
    font-size: 24px
}

@media (max-width: 1400px) {
    .mauto {
        max-width: 92%
    }
}

@media (max-width: 1200px) {
    .header .logo {
        width: 360px
    }
}

@media (max-width: 1024px) {
    /*.header {
        display: none
    }*/

    .header-m {
        display: block !important;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before, .header-m .m-menu-b::after {
        position: absolute;
        top: 50%;
        left: calc(35px / 2);
        content: '';
        width: 25px;
        height: 1px;
        z-index: 999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #fff
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav > li {
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav > li > a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav > li > a::after {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav > li .sub-nav {
        display: none
    }

    .header-m .nav > li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav > li .sub-nav a::before, .header-m .nav > li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav > li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav > li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav > li.cur {
        position: relative
    }

    .header-m .nav > li.cur::after, .header-m .nav > li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav > li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav > li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav > li.active::after {
        background: #fff
    }

    .header-m .nav > li.active::before {
        height: 0
    }

    .header-m .nav > li.active > a {
        color: #fff;
        background: #c8a062
    }

    .header-m .nav > li.active > a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav > li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #ebebeb;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer, html.active main, html.active .i-banner, html.active .banner, html.active .industry-head {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media (max-width: 767px) {
    .i-banner .slider2 {
        width: 5.5rem;
        height: 5.5rem
    }

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

    .i-banner .txt {
        width: 5.5rem;
        height: 5.5rem
    }

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

    footer {
        padding: 0;
        text-align: center
    }

    .i-classification .b-txt {
        font-size: 15px;
        line-height: 22px;
        padding: .3rem .2rem
    }

    .con-slider {
        width: 320px;
        height: 320px
    }

    .con-slider .dfccs {
        transform: translateY(-5%);
        -webkit-transform: translateY(-5%)
    }

    .con-slider .head {
        margin-top: 10%
    }

    .con-slider h3 {
        font-size: 21px
    }

    .con-slider em {
        font-size: 16px
    }

    .line {
        width: 91%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .number-w {
        width: 320px;
        height: 320px;
        font-size: 15px
    }

    .news-info .con {
        padding: .35rem
    }

    .news-info .head .con-l h3 {
        font-size: 24px
    }

    .news-info .edit {
        font-size: 14px;
        line-height: 30px
    }

    .industry-head .info {
        top: 21%;
        max-width: 85%;
        padding: 8% 10% 8% 5%
    }

    .industry-head h3 em {
        font-size: 30px
    }

    .industry-head h3 span {
        font-size: 24px
    }

    .industry-head .b-con .icon1 {
        width: 80%
    }

    .industry-head .b-con .icon2 {
        width: 25%
    }

    .industry_txt {
        margin-top: -31%
    }

    .in-industry4 .item2 .txt {
        margin: .1rem 0;
        font-size: 24px;
        line-height: 180%
    }

    .in-industry6 .industry_txt {
        margin-top: -21%
    }

    .in-industry6 .select {
        width: 44%
    }

    .in-industry8 h2 {
        font-size: 40px
    }

    .in-industry8 .item1 {
        padding: 1.5rem 0
    }

    .in-industry8 .item1 .info {
        max-width: 525px;
        z-index: 1
    }

    .in-industry8 .item1 h3 {
        font-size: 36px;
        color: #2e2e2e
    }

    .in-industry8 .item1 em {
        font-size: 30px;
        color: #c8a062
    }

    .in-industry8 .item1 .txt {
        font-size: 20px;
        line-height: 40px;
        color: #727171
    }

    .in-industry8 .item6 {
        margin: 1rem 0
    }

    .in-industry8 .item8 {
        max-width: 92%;
        padding: 1rem 0 .8rem 0;
        margin: 0 auto
    }

    .in-industry8 .item8 .item {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .in-industry8 .item8 .img::after {
        visibility: hidden;
        opacity: 0
    }

    .in-industry8 .item8 .info {
        visibility: visible;
        opacity: 1;
        padding: .3rem 0
    }

    .in-industry8 .item10 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .in-industry8 .item10 .txt {
        font-size: 22px;
        line-height: 35px
    }

    .in-industry8 .item11 .sliders {
        padding-top: .5rem;
        padding-bottom: .7rem
    }

    .in-industry8 .item12 {
        padding-top: .5rem;
        padding-bottom: 1rem
    }

    .fix-video .video-wrap {
        max-width: 90%
    }

    .fix-search {
        padding: 0 15px
    }

    .fix-search .search {
        height: 65px;
        padding-left: 0;
        background: none
    }

    .fix-search .txt {
        font-size: 20px;
        text-align: left;
        padding: 0 10px
    }

    .fix-search .btn {
        font-size: 22px;
        color: #777
    }
}

@keyframes resize {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes resize {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}