header {
    position: relative;
    width: 100%;
    height: auto
}

header .head-banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

header .head-banner .swiper-slide {
    width: 100%;
    height: auto
}

header .head-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%
}

header .head-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden
}

header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: auto
}

header .head-banner .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden
}

header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%
}

header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: none
}

header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.4rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: .98rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s .6s;
    -o-transition: all .5s .6s;
    -moz-transition: all .5s .6s;
    -webkit-transition: all .5s .6s
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: .48rem;
    line-height: .95rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s .6s;
    -o-transition: all .5s .6s;
    -moz-transition: all .5s .6s;
    -webkit-transition: all .5s .6s
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    font-size: .72rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s .8s;
    -o-transition: all .5s .8s;
    -moz-transition: all .5s .8s;
    -webkit-transition: all .5s .8s
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
    font-size: .8rem;
    line-height: .95rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s .8s;
    -o-transition: all .5s .8s;
    -moz-transition: all .5s .8s;
    -webkit-transition: all .5s .8s
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: .25rem;
    
    font-size: .3rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s 1s;
    -o-transition: all .5s 1s;
    -moz-transition: all .5s 1s;
    -webkit-transition: all .5s 1s
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-heng {
    width: 30px;
    height: 3px;
    margin-top: .7rem;
    background: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all .5s 1.2s;
    -o-transition: all .5s 1.2s;
    -moz-transition: all .5s 1.2s;
    -webkit-transition: all .5s 1.2s
}

header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2 {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important
}

header .head-banner .banner-pic {
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%
}

header .head-banner .banner-pic img {
    width: 100%;
    opacity: 0
}

header .head-banner .banner-pic2 {
    width: 100%;
    height: auto;
    overflow: hidden
}

header .head-banner .banner-pic2 img {
    width: 100%;
    height: auto
}

header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

header .head-banner .banner-cent .cent-title {
    font-size: .48rem;
    font-weight: bold;
    color: #fff
}

header .head-banner .banner-cent .cent-text {
    margin-top: .4rem;
    font-size: 18px;
    text-align: center;
    color: #fff
}

header .head-banner .banner-cent .cent-English {
    
    font-size: 18px;
    color: #fff
}

header .head-banner .banner-cent .cent-cont {
    width: 4.6rem;
    height: auto;
    padding: .9rem .8rem .8rem .6rem;
    background: #ffffff
}

header .head-banner .banner-cent .cent-cont .cont-English {
    
    font-size: .36rem;
    font-weight: bold;
    color: #000
}

header .head-banner .banner-cent .cent-cont .cont-title {
    font-size: .36rem;
    font-weight: bold;
    color: #000
}

header .head-banner .banner-cent .cent-cont .cont-text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

header .head-banner .banner-cent2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14.4rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

header .head-banner .banner-cent2 .cent-title {
    font-size: .6rem;
    font-weight: bold;
    text-align: center;
    color: #fff
}

header .head-banner .banner-cent2 .cent-title2 {
    font-size: .6rem;
    font-weight: bold;
    text-align: center;
    color: #074C9C
}

header .head-banner .banner-cent2 .cent-text {
    margin-top: .3rem;
    font-size: .3rem;
    text-align: center;
    color: #074C9C
}

header .head-banner .banner-cent2 .cent-text2 {
    margin-top: .3rem;
    font-size: .3rem;
    text-align: center;
    color: #fff
}

header .head-banner .banner-cent2 .cent-button {
    display: block;
    width: 180px;
    height: 50px;
    margin: .75rem auto 0;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 45px
}

header .head-banner .banner-cent2 .cent-button:hover {
    color: #074C9C;
    background: #fff
}

header .head-banner .banner-cent2 .cent-button2 {
    display: block;
    width: 180px;
    height: 50px;
    margin: .75rem auto 0;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #074C9C;
    border: solid 1px #074C9C;
    border-radius: 45px
}

header .head-banner .banner-cent2 .cent-button2:hover {
    color: #fff;
    background: #074C9C
}

header .head-banner .swiper-pagination {
    bottom: .55rem;
    left: 50%;
    width: 15.37rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 18px;
    background: #fff;
    opacity: .8;
    border-radius: 50%
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
    width: 30px;
    height: 30px
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
    opacity: 0
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
    stroke-dasharray: 182 182;
    stroke-dashoffset: 182
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
    opacity: .2 !important
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
    stroke-dashoffset: 0 !important;
    transition: all 10.5s;
    -o-transition: all 10.5s;
    -moz-transition: all 10.5s;
    -webkit-transition: all 10.5s
}

header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f6f6f6;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: auto;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
    opacity: 0
}

header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
    border: solid 1px #074C9C;
    background: #074C9C
}

header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
    opacity: 1
}

header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
    opacity: 0
}

header .head-banner .banner-swiper-button-prev {
    left: 0
}

header .head-banner .banner-swiper-button-next {
    right: 0
}

header .head-banner .scroll-on {
    position: absolute;
    bottom: .4rem;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

header .head-banner .scroll-on .scroll-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}

header .head-banner .scroll-on .scroll-icon {
    width: 20px;
    height: auto;
    margin: 16px auto 0;
    overflow: hidden
}

header .head-banner .scroll-on .scroll-icon img {
    width: 100%;
    animation: run 1.5s infinite linear
}

header .head-banner:hover .banner-swiper-button-prev {
    left: .9rem;
    opacity: 1
}

header .head-banner:hover .banner-swiper-button-next {
    right: .9rem;
    opacity: 1
}

header .head-strip {
    position: relative;
    width: 100%;
    height: .8rem;
    background: #f8f8f8;
    border-bottom: solid 1px #ebebeb;
    z-index: 29
}

header .head-strip .strip-box {
    display: flex;
    justify-content: space-between;
    width: 15.38rem;
    height: 100%;
    margin: 0 auto
}

header .head-strip .strip-box .box-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%
}

header .head-strip .strip-box .box-left .left-list {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 .4rem;
    margin-right: .3rem;
    font-size: 16px;
    line-height: .8rem;
    z-index: 9;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

header .head-strip .strip-box .box-left .left-list:last-of-type {
    margin-right: 0
}

header .head-strip .strip-box .box-left .left-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #909090
}

header .head-strip .strip-box .box-left .left-list:hover {
    background: #fff
}

header .head-strip .strip-box .box-left .left-list:hover a {
    color: #074C9C
}

header .head-strip .strip-box .box-left .left-list-active {
    background: #fff
}

header .head-strip .strip-box .box-left .left-list-active a {
    color: #074C9C
}

header .head-strip .strip-box .box-right {
    display: flex;
    justify-content: flex-end;
    width: 28%;
    text-align: right;
    line-height: .8rem
}

header .head-strip .strip-box .box-right .right-icon1 {
    width: 15px
}

header .head-strip .strip-box .box-right .right-icon1 img {
    margin-top: -0.04rem
}

header .head-strip .strip-box .box-right .right-icon1 a {
    transition: none;
    -webkit-transition: none
}

header .head-strip .strip-box .box-right .right-text {
    width: auto;
    font-size: 14px
}

header .head-strip .strip-box .box-right .right-text a {
    color: #6f7275
}

header .head-strip .strip-box .box-right .right-text a:hover {
    color: #074C9C;
    text-decoration: underline
}

header .head-strip .strip-box .box-right .right-text img {
    width: 3px;
    margin: -0.04rem .1rem 0
}

header .head-strip .strip-box .box-right .right-text span {
    color: #074C9C
}

header .background {
    background: #f5f7f9
}

header .head-Wnav {
    display: none
}


.container {
    width: 100%;
    height: auto
}

.container .cont-plate1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container .cont-plate1 .plate1-top {
    width: 100%;
    height: auto;
    padding: .6rem 0 .56rem
}

.container .cont-plate1 .plate1-top .top-box {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    width: 15.36rem;
    height: auto;
    margin: 0 auto
}

.container .cont-plate1 .plate1-top .top-box .box-cent {
    width: auto;
    height: auto
}

.container .cont-plate1 .plate1-top .top-box .box-cent .cent-title {
    font-size: .32rem;
    color: #333
}

.container .cont-plate1 .plate1-top .top-box .box-cent .cent-English {
    margin-top: .1rem;
    font-weight: lighter;
    
    font-size: .2rem;
    text-transform: uppercase;
    color: #999
}

.container .cont-plate1 .plate1-top .top-box .box-list {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item {
    width: 1.5rem;
    height: 1.2rem;
    margin-left: .1rem;
    padding-top: .3rem;
    border-radius: .1rem;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon {
    position: relative;
    width: 0.29rem;
    height: 0.28rem;
    margin: 0 auto
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img2,
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img3 {
    opacity: 0
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-title {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    color: #333;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-des{
    display: block;
    text-align: center;
    font-size: 0.12rem;
    margin-top: 0.05rem;
    font-weight: lighter;
    color: #a8a8a8;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover {
    box-shadow: .05rem .1rem .25rem rgba(0, 0, 0, 0.07)
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img1 {
    opacity: 0
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img2 {
    opacity: 1
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-title {
    /* font-weight: bold; */
    color: #074C9C
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-des {
    /* font-weight: bold; */
    color: #074C9C
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active {
    box-shadow: .05rem .1rem .25rem rgba(0, 0, 0, 0.07)
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img1 {
    opacity: 0
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img2 {
    opacity: 1
}

.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-title {
    /* font-weight: bold; */
    color: #074C9C;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-des{
    color: #074C9C;
}

.container .cont-plate1 .plate1-box {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    background: #f2f2f2
}

.container .cont-plate1 .plate1-box .box-cont {
    position: relative;
    width: 15.36rem;
    height: auto;
    margin: 0 auto
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translatey(.4rem);
    -o-transform: translatey(.4rem);
    -moz-transform: translatey(.4rem);
    -webkit-transform: translatey(.4rem)
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item {
    width: 3.65rem;
    height: 6.1rem;
    background: #ffffff;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin-right: 0.253rem;
    /* box-shadow: .05rem .1rem .25rem rgba(0, 0, 0, 0.07); */
    
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item:last-child {
    margin-right: 0;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item .product-title-box {
    font-weight: bold;
    color: #333;
    font-size: .2rem;
    margin-top: .4rem;
    width: 100%;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item .product-title-box .product-title{
    padding: 0 15px;
    /**超出隐藏*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item .product-title-box .product-model{
    margin-top: 10px;
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item .detail-btn {
    display: block;;
    color: #074C9C;
    border: 1px solid #074C9C;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.4rem;
    font-size: .14rem;
    cursor: pointer;
    margin-bottom: .4rem;
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item:hover .detail-btn {
    color: #1c8ae5;
    border: 1px solid #1c8ae5;
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item .product-thumb {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .rem-product-box .rem-product-item:hover .product-thumb {
    transform: scale(1.02, 1.02) translateZ(0);
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 2px #074C9C;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link:hover {
    color: #074C9C
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right {
    width: 3.35rem;
    height: auto
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-title {
    font-size: 18px;
    color: #333
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-heng {
    width: 20px;
    height: 3px;
    margin: .25rem 0 .3rem;
    background: #074C9C
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    --swiper-theme-color: #074C9C
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide {
    width: 100%;
    height: auto
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    padding: .23rem .18rem;
    overflow: hidden
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-title {
    width: 100%;
    height: auto;
    padding: .4rem .18rem;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-top: solid 1px #eeeeee;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0))
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box:hover .box-title {
    color: #074C9C
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box,
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-title,
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-heng {
    display: none
}

.container .cont-plate1 .plate1-box .box-cont .cont-lump-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s
}

.container .cont-plate2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15.36rem;
    height: auto;
    margin: 0 auto;
    padding: .8rem 0
}

.container .cont-plate2 .plate2-top .top-cent {
    width: auto;
    height: auto
}

.container .cont-plate2 .plate2-top .top-cent .cent-title {
    font-size: .32rem;
    color: #333
}

.container .cont-plate2 .plate2-top .top-cent .cent-English {
    margin-top: .1rem;
    font-weight: lighter;
    font-size: .2rem;
    text-transform: uppercase;
    color: #999
}

.container .cont-plate2 .plate2-top a {
    width: auto;
    height: auto;
    
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333
}

.container .cont-plate2 .plate2-top a em {
    font-size: 16px
}

.container .cont-plate2 .plate2-top a:hover {
    color: #074C9C
}

.container .cont-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto
}

.container .cont-plate2 .plate2-main .swiper-slide {
    width: 20%;
    height: auto
}

.container .cont-plate2 .plate2-main .main-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    background: #999;
    overflow: hidden
}

.container .cont-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    opacity: .9;
    object-fit: cover
}

.container .cont-plate2 .plate2-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem 0;
    z-index: 9;
    text-align: center;
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon {
    width: 40px;
    height: 47px;
    margin: 0 auto;
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon img {
    width: 100%
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
    font-weight: normal;
    margin-top: .5rem;
    font-size: 18px;
    color: #051323
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-English {
    font-weight: lighter;
    margin-top: .2rem;
    font-size: 16px;
    text-transform: uppercase;
    color: #666
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-symbol {
    margin-top: .6rem;
    font-size: .32rem;
    font-weight: bold;
    color: #c8c8c8
}

.container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
    display: none;
    margin-top: .35rem;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-title {
    color: #fff
}

.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-English {
    color: #fff
}

.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-text {
    color: #fff
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2 img,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2 .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 .img2 {
    opacity: 0
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover {
    background: #fff
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover .img1,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover .img1 {
    opacity: 0
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover .img2 {
    opacity: 1
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2 {
    left: .3rem
}

.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 {
    right: .3rem
}

.container .cont-plate2 .plate2-web-main {
    display: none
}

.container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.2rem;
    background: url(../images/index/plate3-bg.jpg) no-repeat top center;
    background-size: cover
}

.container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-left: 10%
}

.container .cont-plate3 .plate3-main .main-cent {
    width: 37%;
    height: auto
}

.container .cont-plate3 .plate3-main .main-cent .cent-title {
    font-size: .32rem;
    color: #fff
}

.container .cont-plate3 .plate3-main .main-cent .cent-English {
    margin-top: .1rem;
    font-weight: lighter;
    font-size: .2rem;
    text-transform: uppercase;
    color: #fff
}

.container .cont-plate3 .plate3-main .main-cent .cent-subtitle {
    margin-top: .5rem;
    font-size: .2rem;
    color: #fff
}

.container .cont-plate3 .plate3-main .main-cent .cent-text {
    margin-top: .3rem;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    opacity: .8;
    text-align: justify;
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: .35rem;
    background: rgba(78, 87, 100, 0.7);
    border-radius: 10px;
    overflow: hidden
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .about-item-right-border {
    border-right: 1px solid #a0a0a0;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 1.8rem;
    padding: 0 .5rem 0 .6rem
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left {
    width: auto
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .left-title {
    font-size: 18px;
    color: #fff
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-English {
    margin-top: .1rem;
    font-weight: lighter;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .6
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon {
    width: 24px;
    height: 24px;
    margin-top: .2rem
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon img {
    width: 100%
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-right {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: url(../images/index/icon-plate3-arrow.png) no-repeat center center;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item:hover {
    background: rgba(61, 69, 81, 0.7);
}

.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item:hover .item-right {
    border: solid 1px #fff;
    background:  url(../images/index/icon-plate3-arrow-active.png) no-repeat center center
}

.container .cont-plate3 .plate3-main .main-map {
    position: relative;
    width: 53%;
    height: auto
}

.container .cont-plate3 .plate3-main .main-map .map-pic {
    width: 9.25rem;
    height: auto
}

.container .cont-plate3 .plate3-main .main-map .map-pic img {
    width: 100%
}

.container .cont-plate3 .plate3-main .main-map .right-item {
    position: absolute;
    top: 1.8rem;
    right: 1.6rem;
    width: 22px;
    height: auto;
    cursor: pointer
}

.container .cont-plate3 .plate3-main .main-map .right-item .item-add {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1
}

.container .cont-plate3 .plate3-main .main-map .right-item .item-add img {
    width: 100%
}

.container .cont-plate3 .plate3-main .main-map .right-item .item-add::after {
    content: '';
    position: absolute;
    top: .2rem;
    left: 50%;
    width: .57rem;
    height: .28rem;
    background: url(../images/icon-plate3-map-mask.png) no-repeat center;
    background-size: 100%;
    z-index: -1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.container .cont-plate3 .plate3-main .main-map .right-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 130%;
    width: max-content;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 19
}

.container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add img {
    animation: DW .8s linear infinite
}

.container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add::after {
    animation: isScale .8s linear infinite
}

.container .cont-plate3 .plate3-main .main-web-bottom,
.container .cont-plate3 .plate3-main .main-wen-map,
.container .cont-plate3 .plate3-main .cent-button {
    display: none
}

.container .cont-plate3 .plate3-bottom {
    display: flex;
    justify-content: space-between;
    width: 15.36rem;
    height: auto;
    margin: .4rem auto 0
}

.container .cont-plate3 .plate3-bottom .bottom-item {
    max-width: 20%;
    width: max-content;
    height: auto
}

.container .cont-plate3 .plate3-bottom .bottom-item .item-title {
    font-size: 16px;
    color: #fff
}

.container .cont-plate3 .plate3-bottom .bottom-item .item-num {
    width: auto;
    height: auto
}

.container .cont-plate3 .plate3-bottom .bottom-item .item-num .num1 {
    font-size: .5rem;
    color: #fff
}

.container .cont-plate3 .plate3-bottom .bottom-item .item-num em {
    position: relative;
    font-size: 16px;
    color: #fff
}

.container .cont-plate3 .plate3-bottom .bottom-item .item-num em i {
    position: absolute;
    top: -0.25rem;
    left: 0;
    font-size: .24rem;
    color: #fff
}

.container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 0 0 1.2rem;
    overflow-y: hidden;
}

.container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15.36rem;
    height: auto;
    margin: 0 auto;
    padding: .7rem 0 .6rem
}

.container .cont-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto
}

.container .cont-plate4 .plate4-top .top-cent .cent-title {
    font-size: .32rem;
    color: #333
}

.container .cont-plate4 .plate4-top .top-cent .cent-English {
    margin-top: .1rem;
    font-weight: lighter;
    
    font-size: .2rem;
    text-transform: uppercase;
    color: #999
}

.container .cont-plate4 .plate4-top .top-box {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto
}

.container .cont-plate4 .plate4-top .top-box .box-item {
    width: auto;
    height: auto;
    margin: 0 .23rem;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate4 .plate4-top .top-box .box-item:hover {
    font-weight: bold;
    color: #333
}

.container .cont-plate4 .plate4-top .top-box .box-item-active {
    font-weight: bold;
    color: #333
}

.container .cont-plate4 .plate4-top a {
    width: auto;
    height: auto;
    
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333
}

.container .cont-plate4 .plate4-top a em {
    font-size: 16px
}

.container .cont-plate4 .plate4-top a:hover {
    color: #074C9C
}

.container .cont-plate4 .plate4-main {
    position: relative;
    width: 15.36rem;
    height: auto;
    margin: 0 auto
}

.container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden
}

.container .cont-plate4 .plate4-main .main-box .box-cent {
    width: 7.1rem;
    height: auto
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0 .4rem;
    margin-bottom: .45rem;
    border-bottom: solid 1px #efeff0;
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:last-of-type {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-pic {
    width: 1.89rem;
    height: auto;
    overflow: hidden;
    align-content: center;
    border-radius: .1rem;
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-pic img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box {
    width: calc(100% - 2.49rem);
    height: auto;
    padding-left: .35rem;
    padding-right: .7rem
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box .box-title {
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box .box-text {
    margin-top: .1rem;
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .6rem;
    height: auto
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right .right-button {
    width: .4rem;
    height: .4rem;
    border: solid 2px #cfd2d6;
    border-radius: 50%;
    background: url(../images/index/icon-plate4-arrow.png) no-repeat center center;
    background-size: 9px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0))
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-box .box-title {
    color: #074C9C;
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-right .right-button {
    border: solid 2px #074C9C;
    background: url(../images/index/icon-plate4-arrow-active.png) no-repeat center center;
    background-size: 9px
}

.container .cont-plate4 .plate4-main .main-box .box-video {
    position: relative;
    width: 7.12rem;
    align-content: center;
    height: auto;
    border-radius: .1rem;
    overflow: hidden
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-pic {
    width: 100%;
    height: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-pic img {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-pic:hover img {
    opacity: 1;
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-icon img {
    position: relative;
    width: 100%;
    z-index: 9
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-icon .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.container .cont-plate4 .plate4-main .main-box .box-video .video-icon:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite
}

.container .cont-plate4 .plate4-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s
}

.container .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 13.72rem;
    height: auto;
    background: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 24px;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.container .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.container .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

@keyframes run {
    from {
        transform: translatey(-130%);
        -o-transform: translatey(-130%);
        -moz-transform: translatey(-130%);
        -webkit-transform: translatey(-130%)
    }

    to {
        transform: translatey(130%);
        -o-transform: translatey(130%);
        -moz-transform: translatey(130%);
        -webkit-transform: translatey(130%)
    }
}

@keyframes turn {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes zoom {
    0% {
        transform: scale(1.1, 1.1) translateZ(0);
        -o-transform: scale(1.1, 1.1) translateZ(0);
        -moz-transform: scale(1.1, 1.1) translateZ(0);
        -webkit-transform: scale(1.1, 1.1 translateZ(0));
        opacity: 1
    }

    100% {
        transform: scale(.9, .9) translateZ(0);
        -o-transform: scale(.9, .9) translateZ(0);
        -moz-transform: scale(.9, .9) translateZ(0);
        -webkit-transform: scale(.9, .9 translateZ(0));
        opacity: .4
    }
}