/*body{padding-top:1.16rem;}*/
/*body{padding-top:1.2rem;}*/
/*body.index_on{padding-top:0;}*/
.btn_more {
    display: inline-block;
    width: 1.3rem;
    height: 0.9rem;
    background: url(../images/index_teambtn.jpg) no-repeat center/cover;
}

.innercon {
    height: 1.2rem;
}

.logo_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #fff;
}

.logo_pop .logo_box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 400px;
    height: 60px;
    font-size: 0;
    overflow: hidden;
}

.logo_pop .logo_box img {
    width: 4.48rem;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    -webkit-user-drag: none;
    margin-left: -2.24rem;
}

.logo_pop .logo_box img.petal {
    -webkit-animation-name: petal;
    animation-name: petal;
    transform-origin: 125px 110px;
}

@-webkit-keyframes petal {
    0% {
        -webkit-transform-origin: 125px 110px;
        transform-origin: 125px 110px;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: 125px 110px;
        transform-origin: 125px 110px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes petal {
    0% {
        -webkit-transform-origin: 125px 110px;
        transform-origin: 125px 110px;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: 125px 110px;
        transform-origin: 125px 110px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

/*.logo_pop.out{top:-100%;}*/
.animation_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all .8s;
}

.animation_pop.on {
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    transform: translateY(-100vh);
    transition-delay: .3s;
    transition-duration: .6s;
}

.animation_pop .ani1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/index/animation_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}

.animation_pop .img_list {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6rem;
    height: 6rem;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.pop_btn {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    margin-left: -.5rem;
    z-index: 1;
    border-radius: 50%;
    /*overflow: hidden;*/
    background: url(../images/index/arrow_bor.png) no-repeat center;
    cursor: pointer;
    background-size: 100% 100%;
}

.pop_btn p {
    text-align: center;
    color: #FFF;
    font-size: .24rem;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: -.4rem;
    right: 0;
}

.pop_btn .bor {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s;
    background: url(../images/index/arrow_bor2.png) no-repeat center/cover;
}

.pop_btn .bor .bor_inn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
}

/*.pop_btn:hover .bor{height: 100%;}*/
.animation_pop .img_list ul, .animation_pop .img_list li {
    width: 100%;
    height: 100%;
}

.animation_pop .img_list li {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.animation_pop .img_list .box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.animation_pop .text_list .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 0;
    margin-left: -50%;
    margin-top: -1.1rem;
    overflow: hidden;
    transition: all 1.6s;
}

.animation_pop .text_list .text h3 {
    font-size: .35rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.animation_pop .text_list .text p {
    font-size: .26rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}

.animation_pop .ani1 {
    background-image: url("../images/index/animation_bg.png");
    background-color: #1015ac ;
}

.animation_pop .ani1.on1 {
    background-color: #1015ac;
}

.animation_pop .ani1.on1 .img_list .l1 {
    top: 0;
}

.animation_pop .ani1.on1 .text_list .tex1 {
    height: 220px;
}

.animation_pop .ani1 .text_list .tex1.on {
    height: 0;
    transition: all .4s;
}

.animation_pop .ani1.on2 {
    background-color: #7acddf;
}

.animation_pop .ani1.on2 .img_list .l2 {
    top: 0;
}

.animation_pop .ani1.on2 .text_list .tex2 {
    height: 220px;
}

.animation_pop .ani1 .text_list .tex2.on {
    height: 0;
    transition: all .4s;
}

.animation_pop .ani1.on3 {
    background-color: #ff4800;
}

.animation_pop .ani1.on3 .img_list .l3 {
    top: 0;
}

.animation_pop .ani1.on3 .text_list .tex3 {
    height: 220px;
}

.animation_pop .ani1 .text_list .tex3.on {
    height: 0;
    transition: all .4s;
}

.animation_pop .ani1.on4 {
    background-color: #f7cd4d;
}

.animation_pop .ani1.on4 .img_list .l4 {
    top: 0;
}

.animation_pop .ani1.on4 .text_list .tex4 {
    height: 220px;
}

.animation_pop .ani1 .text_list .tex4.on {
    height: 0;
    transition: all .4s;
}

.animation_pop .ani1 .img_list li.on {
    top: -100% !important;
}

/*首页*/
.idx_hei {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.idx_hei:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    border-bottom: .01rem solid rgba(255,255,255,.3);
    z-index: 2;
}

.swi1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #ededf3;
}

.idx1:after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    top: 0;
    height: 100%;
    border-left: .01rem solid rgba(255,255,255,.3);
    z-index: 2;
}

.idx1 .swiper-container {
    height: 100%;
}

.idx1 .swiper-slide {
    background: no-repeat center/cover;
    overflow: hidden;
}

.idx1 .posL {
    padding: 0 .35rem;
}

.idx1 .posL h3 {
    font-size: .44rem;
    color: #29daf7;
    letter-spacing: 1px;
}

.idx1 .posL h3 img {
    display: inline-block;
    width: .14rem;
    margin: 0 .1rem;
}

.idx1 .posL h4 {
    font-size: .24rem;
    color: #fff;
    letter-spacing: .05rem;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    margin-top: .1rem;
}

.idx1 .posL h4 b {
    font-family: 'BRANDON_REG_0';
    font-weight: bold;
}

.idx1 .posL .bor {
    width: .99rem;
    height: .06rem;
    margin-top: .2rem;
}

.idx1 .posL h5 {
    font-size: .3rem;
    color: #ffe401;
    font-family: 'rubik-regular';
    margin-top: .2rem;
}

.idx1 .posL h6 {
    font-size: .24rem;
    color: #fff;
    margin-top: .2rem;
}

.idx1 .posL em {
    display: block;
    font-size: .28rem;
    color: #fff;
    margin-top: .1rem;
}

.idx1 .posL1 {
    padding-top: 2.6rem;
}

.idx1 .posL2 {
    padding-top: 2.6rem;
}

.idx1 .posL3 {
    padding-top: 2.6rem;
}

.idx1 .posL3 h3 {
    color: #cdf0f6;
}

/*.idx1 .posL3 h4{font-size:.5rem;}*/
.idx1 .group_page {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
    padding-left: .35rem;
}

.idx1 .group_page span {
    width: .1rem;
    height: .1rem;
    background: #cacaca;
    opacity: 1;
    border-radius: 0;
    margin-right: 0 .08rem !important;
}

.idx1 .group_page span.swiper-pagination-bullet-active {
    width: .3rem;
    background: #e60044 !important;
}

.idx1 .text_en {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    font-family: 'rubik-regular';
    color: rgba(255,255,255,.6);
}

.idx1 .icon_a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.2rem;
    height: 3.6rem;
    z-index: 1;
}

.idx1 .icon_a a {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: .2rem;
}

.idx1 .icon_a a img {
    margin: 0 auto;
    height: .4rem;
}

.idx1 .icon_a a p {
    font-size: .26rem;
    color: #fff;
    margin-top: .1rem;
    text-align: center;
}

.idx1 .icon_a .a_1 {
    background: #d42d27;
}

.idx1 .icon_a .a_2 {
    background: #efad10;
}

.idx1 .icon_a .a_3 {
    background: #1c6ac6;
}

@-webkit-keyframes music_botton {
    0% {
        -webkit-transform: rotate(360deg);
    }
}

.idx1 .g_img {
    position: absolute;
    left: -.5rem;
    bottom: 1.5rem;
    width: 7rem;
    animation: music_botton 8s linear infinite;
}

.idx2 {
    background: #313264;
    padding-top: 1.8rem;
}

.idx2 .news_swiper {
    margin-left: -1.2rem;
}

.idx2 .news_swiper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3.6rem;
    border-bottom: .01rem solid rgba(255,255,255,.3);
}

.idx2 .news_swiper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.75rem;
    border-bottom: .01rem solid rgba(255,255,255,.3);
}

.idx2 .news_swiper .swiper-slide {
    width: 5.6rem;
}

.idx2 .news_swiper .swiper-slide .img {
    position: relative;
}

.idx2 .news_swiper .swiper-slide img {
    width: 5.6rem;
    height: 2.8rem;
    margin-top: .15rem;
}

.idx2 .news_swiper .swiper-slide .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .63rem;
    height: .63rem;
    background: url(../images/news/NEWS_LIST2_03.png) no-repeat;
    background-size: 100% 100%;
}

.idx2 .news_swiper .text h4 {
    font-size: .3rem;
    color: #fdd758;
    font-family: 'BRANDON_MED_0';
}

.idx2 .news_swiper .text h3 {
    font-size: .28rem;
    color: #fff;
    line-height: .41rem;
    margin-top: .1rem;
}

.idx2 .news_swiper .text {
    opacity: 0;
    height: 1.5rem;
}

.idx2 .news_swiper .box {
    transform: scale(.9);
}

.idx2 .news_swiper .swiper-slide.swiper-slide-active .box {
    transform: scale(1);
}

.idx2 .news_swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.idx2 .swiper-pagination {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 1.6rem;
    text-align: left;
    margin-top: .3rem;
}

.idx2 .swiper-pagination span {
    width: .1rem;
    height: .1rem;
    background: #cacaca;
    opacity: 1;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: .15rem !important;
}

.idx2 .swiper-pagination span.swiper-pagination-bullet-active {
    width: .3rem;
    background: #e60044 !important;
}

.idx2 .idx_newslist {
    margin-top: .2rem;
    padding: 0 .3rem;
}

.idx2 .idx_newslist li {
    width: 5.6rem;
    height: 1.7rem;
    background: rgba(255,255,255,.1);
    padding: .25rem .3rem 0 .3rem;
    margin-top: .05rem;
}

.idx2 .idx_newslist li .data {
    float: left;
    width: 1.55rem;
    font-size: .26rem;
    color: #fff;
    opacity: .5;
    font-family: 'BRANDON_MED_0';
}

.idx2 .idx_newslist li .txt {
    float: right;
    width: 3.4rem;
}

.idx2 .idx_newslist li p {
    font-size: .24rem;
    color: #fff;
}

.idx2 .idx_newslist li .icon {
    width: .32rem;
    height: .2rem;
    background: url(../images/index/btn.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .2rem;
}

.idx3 {
    background: #000040;
    padding-top: 1.7rem;
}

.idx3 .cont h2 {
    font-size: .56rem;
    color: #fff;
    padding: 0 .35rem;
    font-family: 'BRANDON_MED_0';
    text-transform: uppercase;
}

.idx3 .cont h2 img {
    display: inline-block;
    width: 2rem;
    margin-right: .2rem;
}

.maze_swiper {
    margin-left: -1.2rem;
    margin-top: .3rem;
}

.maze_swiper .swiper-pagination {
    display: none;
}

.maze_swiper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4.1rem;
    border-bottom: .01rem solid rgba(255,255,255,.3);
}

.maze_swiper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: .01rem solid rgba(255,255,255,.3);
}

.maze_swiper .swiper-slide {
    width: 5.6rem;
}

.maze_swiper .swiper-slide .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.6rem;
    height: 4.1rem;
    margin-top: 2rem;
    padding-top: .5rem;
}

.maze_swiper .swiper-slide img {
    width: 100%;
}

.maze_swiper .text {
    width: 6.8rem;
    height: 3rem;
}

.maze_swiper .text h4 {
    font-size: .5rem;
    color: #fdd758;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    letter-spacing: -.01rem;
}

.maze_swiper .text h4 em {
    font-family: 'BRANDON_MED_0';
}

.maze_swiper .text h3 {
    font-size: .32rem;
    color: #fff;
    line-height: .41rem;
}

.maze_swiper .text p {
    font-size: .24rem;
    color: #fff;
    opacity: .6;
    margin-top: .3rem;
}

.maze_swiper .text {
    opacity: 0;
}

.maze_swiper .box {
    transform: scale(.9);
    position: relative;
    height: 8.98rem;
}

.maze_swiper .swiper-slide.swiper-slide-active .box {
    transform: scale(1);
}

.maze_swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.maze_swiper .swiper-slide.swiper-slide-active .img {
    padding-top: 0;
}

.maze_swiper .btn div {
    position: absolute;
    bottom: 4.48rem;
    width: .8rem;
    height: .8rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.maze_swiper .btn .prev {
    right: 2.5rem;
    background-image: url(../images/index/btn_prev.png);
}

.maze_swiper .btn .next {
    right: 1.5rem;
    background-image: url(../images/index/btn_next.png);
}

.maze_swiper .num {
    position: absolute;
    left: 0;
    bottom: 4.5rem;
    z-index: 1;
    font-family: 'BrandonGrotesqueBold';
    padding-left: 3.3rem;
}

.maze_swiper .num:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    width: 1.8rem;
    border-top: .01rem solid rgba(255,255,255,.3);
}

.maze_swiper .num .current {
    font-size: .46rem;
    color: #e90f4f;
    float: left;
}

.maze_swiper .num .all {
    font-size: .28rem;
    color: #4d4daa;
    float: left;
    margin-top: .18rem;
}

.idx4 {
    background: #000040 url(../images/index/page4_img.jpg) no-repeat top;
    background-size: 100% 4.16rem;
    padding: 0 .35rem;
}

.idx4 .top_text {
    padding-top: 1.78rem;
}

.idx4 .top_text h4 {
    font-size: .5rem;
    color: #fdd758;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    letter-spacing: -.01rem;
}

.idx4 .top_text h4 em {
    font-family: 'BRANDON_MED_0';
}

.idx4 .top_text h3 {
    font-size: .32rem;
    color: #fff;
    line-height: .41rem;
}

.idx4 .posBox {
    height: 6rem;
    background: #fff;
    padding: 0 .3rem;
    padding-left: 1.2rem;
    padding-top: .4rem;
    position: relative;
    margin-top: .6rem;
}

.idx4 .posBox h3 {
    font-size: .32rem;
    color: #333333;
}

.idx4 .posBox h4 {
    font-size: .24rem;
    color: #999999;
    margin-top: .1rem;
}

.idx4 .posBox .txt {
    margin-top: .1rem;
}

.idx4 .posBox .txt p {
    font-size: .24rem;
    color: #999999;
}

.idx4 .posBox .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.68rem;
    height: .76rem;
    background: url(../images/index/more_btn.png) no-repeat;
    background-size: 100%;
}

.idx4 .posBox:after {
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    position: absolute;
    top: .45rem;
    left: .3rem;
    background: url(../images/index/index-pin4-ix3.png) no-repeat;
    background-size: 100%;
}

.idx4 .wux {
    height: calc(100vh - 40vh);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.idx4 .wux:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0rem;
    border-top: .01rem solid rgba(255,255,255,.3);
}

.idx4 .wux:after {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: .01rem solid rgba(255,255,255,.3);
}

.idx4 .wux li {
    float: left;
    width: 33%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx4 .wux li:nth-child(3) {
    /* width:100%; */
}

.idx4 .wux li .txt {
}

.idx4 .wux li img {
    height: .44rem;
    margin: 0 auto;
}

.idx4 .wux li p {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}

.idx5 {
    background: #ededf3;
    padding: 0 .35rem;
    height: auto;
    padding-bottom: 1.1rem;
}

.idx5 .Cont {
    padding-top: 1.7rem;
}

.idx5 .tip {
    overflow: hidden;
}

.idx5 .tip .left {
    float: left;
    width: 3rem;
}

.idx5 .tip .left h2 {
    font-size: .5rem;
    color: #ccced7;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    letter-spacing: -.01rem;
}

.idx5 .tip .left h2 em {
    color: #f31d36;
    font-family: 'BRANDON_MED_0';
}

.idx5 .tip .left h3 {
    font-size: .34rem;
    color: #535353;
    margin-top: .1rem;
}

.idx5 .tip .left a {
    display: block;
    width: 3.8rem;
    height: .8rem;
    border: .01rem solid #d1d1d1;
    margin-top: .3rem;
    line-height: .8rem;
    padding-left: .75rem;
    position: relative;
    font-size: .28rem;
    color: #6c6c6c;
}

.idx5 .tip .left a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: .2rem;
    margin-top: -.14rem;
    width: .32rem;
    height: .29rem;
    background: url(../images/index/page5_btnicon.png) no-repeat;
    background-size: 100%;
}

.idx5 .tip .map {
    float: right;
    width: 2.69rem;
    height: 2.21rem;
    background: url(../images/index/map.png) no-repeat;
    background-size: 100%;
    margin: .2rem 0 .4rem 0;
}

.idx5 .inUx {
    margin-top: .6rem;
    border-right: .01rem solid #dedee2;
    border-bottom: .01rem solid #dedee2;
    overflow: hidden;
}

.idx5 .inUx li {
    float: left;
    width: 50%;
    height: 1.5rem;
    padding: .3rem 0 0 .6rem;
    border-top: .01rem solid #dedee2;
    border-left: .01rem solid #dedee2;
}

.idx5 .inUx li img {
    float: left;
    height: .4rem;
}

.idx5 .inUx li .text {
    float: left;
    margin-left: .3rem;
}

.idx5 .inUx .text h4 {
    font-size: .24rem;
    color: #6c6c6c;
    line-height: .4rem;
}

.idx5 .inUx .text h4 em {
    font-size: .35rem;
    color: #e43131;
    font-family: 'rubik-regular';
}

.idx5 .inUx .text p {
    font-size: .24rem;
    color: #999999;
}

.idx5 .particular {
    margin-top: .6rem;
}

.idx5 .particular .tit {
    display: flex;
    justify-content: space-between;
}

.idx5 .particular .tit h3 {
    font-size: .32rem;
    color: #535353;
    position: relative;
}

.idx5 .particular .tit h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: .6rem;
    height: .04rem;
    background: #d8c111;
}

.idx5 .particular .tit a {
    font-size: .24rem;
    color: #535353;
}

.idx5 .particular ul {
    width: 7.5rem;
    margin-left: -.35rem;
    overflow: hidden;
}

.idx5 .particular ul li {
    float: left;
    width: 20%;
    height: .7rem;
    margin-top: .7rem;
    display: flex;
    align-items: center;
    padding: 0 .1rem;
}

.idx5 .particular ul img {
    margin: 0 auto;
    max-height: .7rem;
}

.idx5 .particular p {
    color: #535353;
    font-size: .24rem;
    opacity: .7;
    margin-top: .3rem;
}

#swiper-container2 {
    width: 100%;
    height: 100%;
}

#swiper-container2 .swiper-slide {
    /*height: auto;*/
    background: #ededf3;
    padding-bottom: 3rem;
}

.idx6 {
    height: 2.9rem;
    background: #151c21;
}

/*ihome*/
.ihome {
}

.ihome .tit_top {
    margin-top: .85rem;
}

.ihome .tit_top h2 {
    font-size: .28rem;
    color: #d8c111;
    text-align: center;
}

.ihome .tit_top .ias {
    width: 2.4rem;
    margin: 0 auto;
}

.ihome .tit_top h3 {
    font-size: .28rem;
    color: #666;
    text-align: center;
    margin-top: .1rem;
}

.ihome .tit_top h4 {
    font-size: .32rem;
    color: #333;
    text-align: center;
    margin-top: .1rem;
    font-weight: bold;
}

.ihome .tit_top h4 em {
    color: #f31d36;
}

.ihome .maze_swiper {
    margin-bottom: .6rem;
}

.ihome .maze_swiper .text {
    width: 7.5rem;
    margin-left: -.35rem;
    padding: 0 .35rem;
    padding-top: .5rem;
    padding-bottom: 2rem;
    background: #f8f8f8;
    position: relative;
    height: 4.9rem;
}

.ihome .maze_swiper .text h3 {
    color: #333;
}

.ihome .maze_swiper .text h4 {
    color: #053533;
}

.ihome .maze_swiper .text h4 em {
    color: #e43131;
}

.ihome .maze_swiper .text h2 {
    font-size: .5rem;
    color: #053533;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    letter-spacing: -.01rem;
}

.ihome .maze_swiper .text h2 em {
    color: #e43131;
    font-family: 'BRANDON_MED_0';
}

.ihome .maze_swiper .text p {
    color: #666666;
    opacity: 1;
}

.ihome .maze_swiper .text h3, .ihome .maze_swiper .text h4,.ihome .maze_swiper .text h2,.ihome .maze_swiper .text p {
    position: relative;
    z-index: 1;
}

.ihome .maze_swiper .swiper-slide .img {
    margin-top: 0;
}

.ihome .maze_swiper .num .all {
    color: #999;
}

.ihome .maze_swiper .num:before {
    border-top: .01rem solid #dfdfdf;
}

.ihome .maze_swiper .btn .prev {
    background-image: url(../images/ihome/prev.png);
}

.ihome .maze_swiper .btn .next {
    background-image: url(../images/ihome/next.png);
}

.ihome .maze_swiper .box_num {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.45rem;
    color: #f0f0f0;
    font-family: 'RAJDHANI-BOLD-WEBFONT';
    line-height: 1.9rem;
}

.ihome .maze_swiper:nth-child(even) .text {
    background: #fcf9f4;
}

.ihome .maze_swiper:nth-child(even) .box_num {
    color: #f9f3e8;
}

/*ihome*/
/*关于我们*/
.tit_box {
    padding: 0.4rem 0.3rem;
}

.tit_box h3 {
    font-size: 0.3rem;
    color: #d28430;
}

.tit_box p {
    font-size: 0.3rem;
    color: rgba(102,102,102,0.46);
    font-weight: bold;
    font-family: 'rubik-regular';
    text-transform: uppercase;
}

.about_con1 .info p {
    padding: 0 0.3rem;
    color: #797a81;
    font-size: 0.3rem;
    padding-bottom: 0.3rem;
}

.about_con1 .info img {
    padding-bottom: 0.3rem;
}

/*关于我们*/
{
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*联系我们*/
.contact .w_lump1 {
    padding: .82rem .35rem 0;
}

.contact .w_lump1 h3 {
    font-size: .32rem;
    color: #333;
    line-height: .56rem;
}

.contact .w_lump1 h4 {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
}

.contact .w_lump1 .img {
    margin-top: .3rem;
}

.contact .w_lump2 .t_box {
    padding: .4rem .35rem 0;
    background: #e5edf5;
}

.contact .w_lump2 .list {
    display: flex;
    justify-content: space-between;
    padding: .5rem .2rem .6rem;
    background: #fff;
}

.contact .w_lump2 .list .ic {
    width: .48rem;
    margin: 0 auto;
}

.contact .w_lump2 .list h4 {
    position: relative;
    font-size: .32rem;
    color: #616161;
    line-height: .5rem;
    text-align: center;
    margin-bottom: .3rem;
}

.contact .w_lump2 .list h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -.13rem;
    bottom: -.15rem;
    height: 1px;
    width: .26rem;
    background: #d8c111;
}

.contact .w_lump2 .list h5 {
    font-size: .24rem;
    line-height: .42rem;
    color: #999;
    text-align: center;
    margin-bottom: .4rem;
}

.contact .w_lump2 .list .ex {
    width: .94rem;
    margin: 0 auto;
}

.contact .w_lump2 .b_box {
    padding: .5rem .66rem .01rem;
    background: #1f1f1f;
}

.contact .w_lump2 .b_box .u-logo {
    width: 4.48rem;
    height: .66rem;
    margin-bottom: .6rem;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
}

.contact .w_lump2 .b_box .ut {
    float: left;
    width: 5.4rem;
}

.contact .w_lump2 .b_box li {
    overflow: hidden;
    margin-bottom: .5rem;
}

.contact .w_lump2 .b_box li:nth-child(1) .ic {
    margin-top: 0;
}

.contact .w_lump2 .b_box .ic {
    float: left;
    width: .5rem;
    margin-right: .2rem;
    margin-top: .1rem;
}

.contact .w_lump2 .b_box h3 {
    font-size: .4rem;
    color: #fff;
    font-family: 'rubik-regular';
    line-height: .5rem;
    margin-bottom: .1rem;
}

.contact .w_lump2 .b_box em {
    font-size: .32rem;
    color: #d8c111;
    font-family: 'rubik-regular';
    font-weight: bold;
    text-transform: uppercase;
}

.contact .w_lump2 .b_box p {
    font-size: .28rem;
    color: #fff;
    line-height: .42rem;
}

/*联系我们*/
/*新闻中心*/
.news {
    padding: 1rem 0 .7rem;
}

.news .nav-v {
    display: flex;
    justify-content: space-between;
    padding: 0 .35rem;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    z-index: 2;
    margin-bottom: .4rem;
}

.news .nav-v a {
    width: 2.16rem;
    height: .9rem;
    font-size: .24rem;
    color: #666;
    text-align: center;
    line-height: .86rem;
    margin-bottom: -1px;
    border: 1px solid #d8d8d8;
    background: #f9f9f9;
}

.news .nav-v a.on {
    border-bottom-color: #fff;
    background: #fff;
}

.news .tip {
    position: relative;
    width: 6.8rem;
    padding: .3rem;
    margin: 0 auto .6rem;
    background: #f0d71a;
    overflow: hidden;
}

.news .newsTopSwiper {
    overflow: hidden;
}

.news .newsTopSwiper .img {
    margin-bottom: .4rem;
    position: relative;
}

.news .newsTopSwiper .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .63rem;
    height: .63rem;
    background: url(../images/news/NEWS_LIST2_03.png) no-repeat;
    background-size: 100% 100%;
}

.news .newsTopSwiper h4 {
    font-size: .3rem;
    color: #333;
    font-family: 'rubik-regular';
    line-height: .4rem;
    margin-bottom: .1rem;
}

.news .newsTopSwiper h3 {
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
    margin-bottom: .2rem;
}

.news .newsTopSwiper .txt:after {
    padding-top: .3rem;
    content: "";
    display: block;
    position: absolute;
    border-bottom: .04rem solid #2d2d2d;
    width: .3rem;
    display: none;
}

.news .newsTopSwiper p {
    font-size: .24rem;
    color: rgba(51,51,51,.7);
    line-height: .42rem;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news-pagination {
    position: absolute;
    left: auto;
    right: .3rem;
    bottom: .2rem;
    width: auto;
    z-index: 10;
}

.news .news-pagination .swiper-pagination-bullet {
    float: left;
    width: .1rem;
    height: .1rem;
    border-radius: 0;
    margin-left: .1rem;
    background: #fff;
    opacity: 1;
}

.news .news-pagination .swiper-pagination-bullet-active {
    width: .24rem;
    background: #e60044;
}

.news-card {
    padding: 0 .35rem;
}

.news-card .box {
    padding: .3rem 0;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.news-card .box:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

.news-card .box h4 {
    float: left;
    width: 1.85rem;
    font-size: .3rem;
    color: #999;
    line-height: .42rem;
}

.news-card .box .txt {
    float: right;
    width: 4.95rem;
}

.news-card .box h3 {
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card .box p {
    font-size: .24rem;
    color: #666;
    line-height: .42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card .cMore {
    width: 2.4rem;
    margin: .5rem auto 0;
    height: .9rem;
    border: 1px solid #ababab;
    background: url("../images/news/news_more.png") no-repeat center/.32rem;
}

.news-card .cMore.down {
    background-color: #e60044;
    border-color: #e60044;
    background-image: url("../images/news/news_more-on.png");
}

.news_d .main {
    padding: .5rem .35rem 0;
}

.news_d .tit {
    padding-bottom: .3rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: .4rem;
}

.news_d .tit h3 {
    font-size: .32rem;
    color: #333;
    line-height: .5rem;
    margin-bottom: .1rem;
}

.news_d .tit .ox {
    display: flex;
    justify-content: space-between;
}

.news_d .tit h4 {
    font-size: .3rem;
    color: #999;
    line-height: .42rem;
    font-family: 'rubik-regular';
}

.news_d .tit em {
    font-size: .24rem;
    color: #b7b7b7;
    line-height: .42rem;
}

.news_d .tit a {
    font-size: .24rem;
    color: #d8c111;
    line-height: .42rem;
}

.news_d .cont {
    padding-bottom: .5rem;
}

.news_d .cont p {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
    margin-bottom: .2rem;
}

.news_d .cont p iframe {
    width: 100% !important;
    height: 4.2rem !important;
}

.news_d .cont p img {
    margin: 0 auto;
}

.related_news .link_box {
    padding: .3rem;
    background: #f7f7f7;
    margin-bottom: .4rem;
}

.related_news .link_box .til {
    font-size: .32rem;
    color: #e90f4f;
    line-height: .5rem;
    margin-bottom: .2rem;
}

.related_news .link_box .a_box a {
    font-size: .24rem;
    color: #666;
    line-height: .52rem;
    padding-left: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/news/related_news_dot.jpg") no-repeat left center/.08rem;
}

.related_news .btn_box {
    overflow: hidden;
}

.related_news .btn_box .c_btn {
    font-size: .24rem;
    color: #666;
    line-height: .86rem;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: .1rem;
}

.related_news .btn_box .prev_btn {
    float: left;
    width: 3.35rem;
}

.related_news .btn_box .next_btn {
    float: right;
    width: 3.35rem;
}

.related_news .btn_box .return_btn {
    float: left;
    width: 100%;
}

.related_news .btn_box .c_btn.down {
    background-color: #e90f4f;
    border-color: #e90f4f;
    color: #fff;
}

/*新闻中心*/
/*服务与支持*/
.service1 {
    padding-top: .8rem;
}

.service1 .btn_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    margin-bottom: -1rem;
}

.service1 .btn_wrap .li {
    width: 2.2rem;
    height: 1.7rem;
    padding: .2rem .3rem;
    background: #151c21 no-repeat right bottom .1rem;
    background-size: .6rem;
}

.service1 .btn_wrap .li h3 {
    font-size: .28rem;
    color: #f0d71a;
    line-height: .48rem;
    margin-bottom: .05rem;
}

.service1 .btn_wrap .li h4 {
    font-size: .28rem;
    color: rgba(255,255,255,.8);
    line-height: .28rem;
    font-family: 'rubik-regular';
    text-transform: uppercase;
    letter-spacing: -.02rem;
}

.service1 .btn_wrap .li:after {
    content: "";
    display: block;
    width: .42rem;
    height: 1px;
    background: rgba(255,255,255,.8);
    margin-top: .15rem;
}

.service1 .btn_wrap .li:nth-child(1) {
    background-image: url("../images/service/service1-ovsdt1-ic1.png");
}

.service1 .btn_wrap .li:nth-child(2) {
    background-image: url("../images/service/service1-ovsdt1-ic2.png");
}

.service1 .btn_wrap .li:nth-child(3) {
    background-image: url("../images/service/service1-ovsdt1-ic3.png");
}

.service1 .btn_wrap .li:nth-child(1).on {
    background-image: url("../images/service/service1-ovsdt1-ic1-on.png");
}

.service1 .btn_wrap .li:nth-child(2).on {
    background-image: url("../images/service/service1-ovsdt1-ic2-on.png");
}

.service1 .btn_wrap .li:nth-child(3).on {
    background-image: url("../images/service/service1-ovsdt1-ic3-on.png");
}

.service1 .btn_wrap .li.on {
    height: 1.96rem;
    background-color: #f0d71a;
    background-size: .9rem;
    background-position: right bottom;
}

.service1 .btn_wrap .li.on h3 {
    color: #333;
}

.service1 .btn_wrap .li.on h4 {
    color: rgba(51,51,51,.8);
}

.service1 .main {
    background: #e5edf5;
    padding: 1.2rem .35rem .7rem;
}

.service1 .ddCont {
    padding: .5rem .3rem .3rem;
    background: #fff;
}

.service1 .ddCont .txt {
    padding-bottom: .3rem;
}

.service1 .ddCont p {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
    margin-bottom: .2rem;
}

.service1 .btn {
    display: inline-block;
    padding: 0 .4rem;
    height: .88rem;
    line-height: .88rem;
    border-radius: .88rem;
    background: #f0f0f0;
    margin: 0 auto;
    margin-bottom: .3rem;
}

.service1 .btn img {
    display: inline-block;
    height: .45rem;
    vertical-align: middle;
    margin-right: .15rem;
}

.service1 .btn p {
    display: inline-block;
    font-size: .24rem;
    color: #333;
    margin: 0;
}

.service1 .list {
    margin-top: .8rem;
}

.service1 .list li {
    width: 100%;
    height: 1.1rem;
    background: #f3f7fa;
    display: flex;
    align-items: center;
    line-height: 4.1rem;
    font-size: .24rem;
    color: #333;
    padding: 0 .3rem;
    margin-bottom: .2rem;
    position: relative;
}

.service1 .list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .3rem;
    width: .53rem;
    height: .53rem;
    margin-top: -.26rem;
    background: url(../images/service/file.png) no-repeat;
    background-size: 100%;
}

.c_h3.line {
    position: relative;
    margin-bottom: .7rem;
}

.c_h3.line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.3rem;
    width: .74rem;
    height: 0;
    border-bottom: .04rem solid #d8c111;
}

.service2 .ddCont {
    padding-bottom: .6rem;
    margin-bottom: .7rem;
}

.service2 .part1 {
    margin-bottom: .5rem;
}

.service2 .part1 .esx_list {
    font-size: 0;
    margin-bottom: .3rem;
}

.service2 .part1 .esx_list>h3 {
    font-size: .32rem;
    color: #333;
}

.service2 .part1 .esx {
    display: inline-block;
    width: 2rem;
    margin-top: .3rem;
    margin-left: .1rem;
}

.service2 .part1 .esx:nth-child(3n+1) {
    margin-left: 0;
}

.service2 .part1 .esx p {
    text-align: center;
    margin-bottom: 0;
    padding-top: .1rem;
}

.service2 .part2 .list {
    padding-bottom: .2rem;
}

.service2 .part2 .list .li {
    margin-bottom: .3rem;
}

.service2 .part2 .list .img {
    float: left;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    box-shadow: .06rem .06rem .08rem rgba(17,62,79,.06);
}

.service2 .part2 .list .img img {
    width: 100%;
    height: 100%;
}

.service2 .part2 .list .txt {
    float: right;
    width: 4.15rem;
    padding-bottom: 0;
}

.service2 .part2 .txt .tsx {
    font-size: .32rem;
    color: #ec104d;
    line-height: .52rem;
    padding-top: .2rem;
}

.service2 .part2 .txt p {
    color: #535353;
    line-height: .38rem;
}

.service2 .part2 .btn {
    display: inline-block;
    padding: 0 .4rem;
    height: .88rem;
    line-height: .88rem;
    border-radius: .88rem;
    background: #f0f0f0;
}

.service2 .part2 .btn img {
    display: inline-block;
    height: .45rem;
    vertical-align: middle;
    margin-right: .15rem;
}

.service2 .part2 .btn p {
    display: inline-block;
    font-size: .24rem;
    color: #333;
    margin: 0;
}

.service2 .w_lump2 .c_h2 {
    text-align: center;
}

.service2 .w_lump2 .c_h3 {
    text-align: center;
}

.service2 .w_lump2 .c_h3:after {
    left: 50%;
    margin-left: -.37rem;
}

.service2 .w_lump2 .btn {
    overflow: hidden;
    padding: 0 .3rem;
    background: #151c21;
}

.service2 .w_lump2 .btn li {
    float: left;
    height: .88rem;
    padding: .04rem .08rem 0;
    font-size: .24rem;
    color: #fff;
    border-bottom: .04rem solid transparent;
    line-height: .88rem;
    margin-right: .42rem;
}

.service2 .w_lump2 .btn li.crt {
    border-bottom: .05rem solid #f9ae3c;
}

.service2 .w_lump2 #r-result {
    height: 4.76rem;
    padding: 0 .3rem .3rem;
    background: #fff;
}

.service2 .w_lump2 #r-result ul {
    overflow: hidden;
    height: 4.46rem;
    overflow-y: auto;
}

.service2 .w_lump2 #r-result li {
    border-bottom: 1px solid #e0e0e0;
    padding: .35rem 0 .35rem .56rem;
    background: url("../images/service/service2_icon_site.png") no-repeat left .4rem/.28rem;
}

.service2 .w_lump2 #r-result h6 {
    font-size: .28rem;
    color: #e60044;
    line-height: .4rem;
    margin-bottom: .1rem;
}

.service2 .w_lump2 #r-result p {
    font-size: .24rem;
    color: #bcb6b2;
    line-height: .4rem;
}

.service2 #serve_map {
    height: 3.3rem;
}

.service2 #serve_map img {
    max-width: none;
}

.service3 .part1 {
    margin-bottom: .5rem;
}

.service3 .part1 p em {
    border-bottom: 1px solid #e60044;
}

.service3 .part1 .btn_box {
    text-align: center;
    /* padding-bottom: .6rem; */
}

.service3 .part1 .btn {
    display: inline-block;
    padding: 0 .4rem;
    height: .88rem;
    line-height: .88rem;
    border-radius: .88rem;
    background: #f0f0f0;
    margin: 0 auto;
}

.service3 .part1 .btn img {
    display: inline-block;
    height: .45rem;
    vertical-align: middle;
    margin-right: .15rem;
}

.service3 .part1 .btn p {
    display: inline-block;
    font-size: .24rem;
    color: #333;
    margin: 0;
}

.service3 .part2 {
    padding-bottom: .3rem;
    padding-top: .4rem;
}

.service3 .form {
    padding-bottom: .4rem;
}

.service3 .form input {
    display: block;
    outline: none;
    border: 0 none;
    width: 100%;
    height: .9rem;
    font-size: .24rem;
    color: #666;
    padding: .2rem .3rem;
    line-height: .86rem;
    border: 1px solid #d8d8d8;
    margin-bottom: .1rem;
    position: relative;
}

.service3 .form input.force {
    padding: .2rem .3rem .2rem .5rem;
    background: url("../images/service/service3_force_icon.png") no-repeat .3rem center/.09rem;
}

.service3 .form .select {
    position: relative;
    height: .9rem;
    border: 1px solid #d8d8d8;
    margin-bottom: .1rem;
}

.service3 .form .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: .88rem;
    height: 100%;
    background: #f9f9f9 url("../images/service/service3_icon_down.png") no-repeat center/.18rem;
    border-left: 1px solid #d8d8d8;
    pointer-events: none;
}

.service3 .form select {
    display: block;
    width: 100%;
    padding: .2rem .3rem;
    font-size: .24rem;
    color: #666;
    line-height: .46rem;
    border: 0 none;
    -webkit-appearance: none;
    appearance: none;
}

.service3 .form .select.force select {
    padding: .2rem .3rem .2rem .5rem;
    background: url("../images/service/service3_force_icon.png") no-repeat .3rem center/.09rem;
}

.service3 .form .verify {
    position: relative;
}

.service3 .form .verify .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .24rem;
    color: #666;
    height: 100%;
    line-height: .86rem;
    padding: 0 .2rem;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
}

.service3 .form .article {
    font-size: .24rem;
    color: #535353;
    line-height: .42rem;
    padding-left: .38rem;
    background: url("../images/service/service3_empty.png") no-repeat left center/.24rem;
    margin-bottom: .5rem;
}

.service3 .form .article.on {
    background-image: url('../images/service/service3_empty-on.png');
}

.service3 .form .article a {
    display: inline;
    color: #374bdf;
    border-bottom: 1px solid #374bdf;
}

.service3 .form .btns {
    font-size: 0;
    text-align: center;
}

.service3 .form .btns a {
    display: inline-block;
    margin: 0 .15rem;
    vertical-align: middle;
    width: 2rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    letter-spacing: .05rem;
}

.service3 .form .btns .reset {
    background: #d8c111;
    box-shadow: .1rem .1rem .2rem rgba(216,193,17,.5);
}

.service3 .form .btns .submit {
    background: #ec104d;
    box-shadow: .1rem .1rem .2rem rgba(236,16,77,.5);
}

.a_btn {
    display: block;
    border-radius: 100px;
    background-color: #f0f0f0;
    width: 3.5rem;
    height: 1.2rem;
    padding-left: 1.1rem;
    position: relative;
    padding-top: .15rem;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: .3rem;
}

.a_btn img {
    position: absolute;
    left: .4rem;
    bottom: 0;
    top: 0;
    width: .4rem;
    margin: auto;
    transition: all .3s;
}

.a_btn em {
    display: block;
    color: #c9c9c9;
    font-size: .24rem;
    text-transform: uppercase;
    transition: all .3s;
}

.a_btn p {
    display: inline-block;
    color: #535353;
    font-size: 16px;
    /* padding-bottom:2px; */
    border-bottom: 2px solid #e60044;
    margin-top: -.1rem;
    transition: all .3s;
}

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

.pop .bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0,0,0,.8);
}

.pop .popBody {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.9rem;
    height: 8rem;
    background-color: #fff;
    border-radius: .1rem;
    padding: .3rem;
    padding-top: 1rem;
    transform: translate(-50%,-50%);
}

.pop .popBody .data_content {
    padding-left: 1rem;
    background: url(../images/service/service1-tadv1.png) no-repeat 0 0;
    background-size: .6rem;
}

.pop .popBody .data_content h3 {
    font-size: .35rem;
    color: #535353;
    line-height: 26px;
    margin-bottom: 0;
    visibility: visible !important;
    animation-name: none !important;
}

.pop .popBody .data_content p {
    font-size: .24rem;
    color: #535353;
    line-height: 26px;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.pop .popBody .myform {
    margin: .2rem 0 0 1rem;
}

.pop .popBody .myform input {
    border: none;
}

.pop .popBody .myform .inp {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #faf8ea;
    padding: 0 11px;
    color: #535353;
    color: rgba(83,83,83,.35);
    margin-bottom: .4rem;
}

.pop .popBody .myform input::-webkit-input-placeholder {
    color: #535353;
    opacity: .35;
    filter: Alpha(opacity=35);
}

.pop .popBody .myform input:-moz-placeholder {
    color: #535353;
    opacity: .35;
    filter: Alpha(opacity=35);
}

.pop .popBody .myform input::-moz-placeholder {
    color: #535353;
    opacity: .35;
    filter: Alpha(opacity=35);
}

.pop .popBody .myform input:-ms-input-placeholder {
    color: #535353;
    opacity: .35;
    filter: Alpha(opacity=35);
}

.pop .popBody .myform .reset {
    width: 2rem;
    height: 50px;
    line-height: 50px;
    background-color: #d8c111;
    box-shadow: 0 4px 12px rgba(216,193,17,.4);
    color: #fff;
    text-align: center;
}

.pop .popBody .myform .submit {
    width: 2rem;
    height: 50px;
    line-height: 50px;
    background-color: #ec104d;
    box-shadow: 0 4px 12px rgba(236,16,77,.4);
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

.data_pop .popBody {
    width: 5.4rem;
    height: 3rem;
    padding-top: .7rem;
}

.data_pop .popBody .d_close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: .22rem;
    height: .22rem;
    background: url(../images/service/close.png) no-repeat;
    background-size: 100%;
}

.data_pop .popBody img {
    width: 1rem;
    margin: 0 auto;
}

.data_pop .popBody p {
    font-size: .32rem;
    color: #333;
    text-align: center;
    margin-top: .2rem;
}

.data02_pop .img {
    min-height: 3rem;
    margin-top: .3rem;
    background: #d2d2d2;
}

.data03_pop .img {
    min-height: 3rem;
    margin-top: .3rem;
    background: #d2d2d2;
    position: relative;
}

.data03_pop .img a {
    position: relative;
}

.data03_pop .img a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .98rem;
    height: .98rem;
    margin-left: -.49rem;
    margin-top: -.49rem;
    background: url(../images/exhibition/big_img.png) no-repeat;
    background-size: 100%;
}

/*服务与支持*/
/*展会概览*/
.exhibition_ban {
    position: relative;
    height: 6rem;
    background: #000a36 url("../images/xunaw-ban-bg.gif") no-repeat right 126% top 375%/ 131%;
}

.exhibition_ban img {
    display: none;
}

.exhibition_ban .txt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.6rem .35rem 0;
    width: 100%;
    height: 100%;
}

.exhibition_ban .txt h2 {
    font-size: .24rem;
    color: #fff;
    letter-spacing: 0rem;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    margin-top: .1rem;
}

.exhibition_ban .txt h2 b {
    font-family: 'BRANDON_REG_0';
    font-weight: bold;
}

.exhibition_ban .txt h1 {
    font-size: .28rem;
    color: #fff;
    line-height: .4rem;
    margin-bottom: .1rem;
}

.exhibition_ban .txt h3 {
    font-size: .7rem;
    color: #fdd758;
    line-height: .7rem;
    font-family: "RAJDHANI-BOLD-WEBFONT";
    margin-bottom: .1rem;
}

.exhibition_ban .txt .line {
    margin-bottom: .2rem;
}

.exhibition_ban .txt h4 {
    font-size: .36rem;
    color: #fff;
    line-height: .56rem;
    margin-bottom: .2rem;
}

.exhibition_ban .txt h4 img {
    position: relative;
    top: -.04rem;
    display: inline-block;
    vertical-align: middle;
    width: .14rem;
}

.exhibition_ban .txt h5 {
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
}

.exhibition .w_lump1 {
    padding: .4rem .35rem .5rem;
}

.exhibition .info_tit {
    position: relative;
    z-index: 1;
}

.exhibition .w_lump1 .video {
    position: relative;
    margin-bottom: .5rem;
}

.exhibition .w_lump1 .video .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.1rem;
    height: 1.1rem;
    margin: -.55rem 0 0 -.55rem;
    z-index: 5;
}

.exhibition .w_lump1 .video .btn.down {
    transform: scale(1.1);
}

.exhibition .w_lump1 p {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
    margin-bottom: .2rem;
}

.exhibition .w_lump2 {
    position: relative;
    z-index: 2;
    height: auto;
    padding: .5rem .35rem 0;
    /*background:url("../images/exhibition/bg1.png") no-repeat center/100% 100%;*/
}

.exhibition .w_lump2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background: url("../images/exhibition/bg1.png") no-repeat center/100% 100%;
}

.exhibition .w_lump2 .timeCard {
    margin-left: -.35rem;
    width: 7.15rem;
    border-radius: 0 .4rem .4rem 0;
    background: #fff;
    margin-bottom: .6rem;
    position: relative;
    z-index: 1;
}

.exhibition .w_lump2 .timeCard .li {
    overflow: hidden;
    border-bottom: .01rem solid #e3e3e3;
}

.exhibition .w_lump2 .timeCard .li:last-child {
    border-bottom: 0 none;
}

.exhibition .w_lump2 .timeCard .time {
    float: left;
    width: 2.8rem;
    padding-top: .5rem;
    height: 2rem;
    background: url("../images/exhibition/exhibition_line.png") no-repeat right/auto 100%;
}

.exhibition .w_lump2 .timeCard .day {
    font-size: .62rem;
    line-height: .6rem;
    color: #f31d36;
    font-family: 'BrandonGrotesqueBold';
    text-align: center;
}

.exhibition .w_lump2 .timeCard .year {
    font-size: .28rem;
    line-height: .4rem;
    color: #8c8c8c;
    text-align: center;
}

.exhibition .w_lump2 .timeCard .p {
    float: left;
    height: 2rem;
    line-height: 2rem;
    padding-left: .65rem;
    font-size: .28rem;
    color: #333;
}

.exhibition .w_lump2 .box {
    padding: .4rem .35rem .2rem;
    background: #f0d71a;
    position: relative;
    z-index: 1;
}

.exhibition .w_lump2 .box h3,.exhibition .w_lump2 .box h3 em {
    color: #333;
}

.exhibition .w_lump2 .box h4 {
    margin-bottom: .4rem;
}

.exhibition .w_lump2 ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exhibition .w_lump2 li {
    float: left;
    width: 40%;
    margin-bottom: .4rem;
}

/*.exhibition .w_lump2 li:nth-child(1){width:100%;}*/
.exhibition .w_lump2 li h5 {
    position: relative;
    font-size: .24rem;
    color: #262626;
    line-height: .4rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.exhibition .w_lump2 li h5:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.3rem;
    width: .74rem;
    height: 0;
    border-bottom: .04rem solid #373209;
}

.exhibition .w_lump2 li h6 {
    position: relative;
    font-size: .24rem;
    color: #262626;
    line-height: .4rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.exhibition .w_lump2 li h6:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.3rem;
    width: .74rem;
    height: 0;
    border-bottom: .04rem solid #373209;
}

.exhibition .w_lump2 li p {
    font-size: .24rem;
    color: rgba(51,51,51,.7);
    line-height: .35rem;
    margin-bottom: .2rem;
}

.exhibition .w_lump2 li:nth-child(1) {
    padding-right: .2rem;
    width: 60%;
}

.exhibition .w_lump2 li:nth-child(5) {
    width: auto;
}

.exhibition .w_lump2 li:nth-child(3) {
    padding-right: .2rem;
    width: 40%;
    /* position: absolute;
    right: 0;
    top: 5.3rem; */
}

.exhibition .w_lump2 li:nth-child(4) {
    padding-left: .2rem;
    width: 60%;
}

/*.exhibition .w_lump2 li:last-child{float:right;}*/
.exhibition .w_lump3 {
    padding: 0 .35rem .7rem;
    background: url("../images/exhibition/bg2.png") no-repeat center/100% 100%;
}

.exhibition .w_lump3 .wrap {
    padding: .6rem .3rem 0;
    background: #fff;
}

.exhibition .w_lump3 .txtCont {
    padding-bottom: .3rem;
}

.exhibition .w_lump3 .txtCont p {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
    margin-bottom: .2rem;
}

.exhibition .w_lump3 .opList {
    margin: 0 -.3rem;
    overflow: hidden;
    border-bottom: 1px solid #dedee2;
}

.exhibition .w_lump3 .opList dl {
    float: left;
    width: 50%;
    padding: .4rem 0 0 .6rem;
    height: 1.58rem;
    border-top: 1px solid #dedee2;
    border-right: 1px solid #dedee2;
    overflow: hidden;
}

.exhibition .w_lump3 .opList dl:nth-child(even) {
    border-right: 0 none;
}

.exhibition .w_lump3 .opList dt {
    float: left;
    width: .54rem;
}

.exhibition .w_lump3 .opList dd {
    float: right;
    width: 2.1rem;
}

.exhibition .w_lump3 .opList h5 {
    font-size: .24rem;
    color: #6c6c6c;
    line-height: .36rem;
}

.exhibition .w_lump3 .opList h5 em {
    font-size: .35rem;
    color: #e43131;
    font-family: 'BrandonGrotesqueBold';
}

.exhibition .w_lump3 .opList p {
    font-size: .24rem;
    color: #999;
    line-height: .36rem;
}

.exhibition .bom_box {
    padding: .65rem .2rem 0;
    overflow: hidden;
}

.exhibition .bom_box .img_map {
    float: left;
    width: 2.7rem;
}

.exhibition .bom_box .btn {
    float: right;
    width: 3rem;
    height: .82rem;
    line-height: .82rem;
    padding-left: .64rem;
    font-size: .22rem;
    color: #fff;
    background: #f31d36 url("../images/exhibition/exhibition_k3_icon.png") no-repeat .2rem center/.32rem;
    margin-top: .7rem;
}

.exhibition .bom_box .car {
    float: left;
    margin-top: .56rem;
}

@media screen and (max-width: 321px) {
    .exhibition .w_lump2 li p {
        font-size: .2rem;
    }
}

/*展会概览*/
/*特别鸣谢*/
.media .particular_list {
    margin-top: .5rem;
}

.media .particular {
    padding: .5rem .35rem;
}

.media .particular:nth-child(even) {
    background: #e5edf5;
}

.media .particular .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media .particular .tit h2 {
    font-size: .5rem;
    color: #ccced7;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    letter-spacing: -.01rem;
}

.media .particular .tit h2 em {
    color: #f31d36;
    font-family: 'BRANDON_MED_0';
}

.media .particular .tit h3 {
    font-size: .32rem;
    color: #535353;
    position: relative;
}

.media .particular .tit h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: .6rem;
    height: .04rem;
    background: #d8c111;
}

.media .particular .tit a {
    font-size: .24rem;
    color: #535353;
}

.media .particular p {
    color: rgba(83,83,83,.7);
    font-size: .24rem;
    margin-top: .3rem;
}

.media .particular ul {
    width: 7.5rem;
    margin-left: -.35rem;
    overflow: hidden;
}

.media .particular ul li {
    float: left;
    display: flex;
    width: 25%;
    margin-top: .7rem;
    height: .7rem;
    padding: 0 .35rem;
    align-items: center;
    overflow: hidden;
}

.media .particular ul li em {
    font-size: .5rem;
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: .4rem;
}

.media .particular ul img {
    margin: 0 auto;
    max-height: .7rem;
}

/*特别鸣谢*/
/*======================*/
.pastWrap {
    height: 100vh;
    background: #000932 url("../images/xunaw-ban-bg.gif") no-repeat left bottom -28% /175%;
    /*background:#000040 url(../images/past/xunawu.gif) no-repeat right -7rem bottom -4rem /16rem;*/
    position: relative;
    overflow: hidden;
}

.pastWrap .banTi {
    padding: 1.6rem .35rem;
    height: 3.16rem;
}

.pastWrap .banTi .txt .en {
    font-size: .52rem;
    color: #ccced7;
    text-transform: uppercase;
    text-align: right;
    font-family: "BrandonGrotesqueRegular";
    font-weight: 100;
}

.pastWrap .banTi .txt .en em {
    font-family: "BrandonGrotesqueBold";
    color: #f31d36;
}

.pastWrap .banTi .txt .cn {
    font-size: .34rem;
    line-height: .34rem;
    color: #fff;
    text-align: right;
}

.pastWrap .phCont {
    height: calc(100% - 3.76rem);
    position: relative;
}

.pastWrap .ovs_dd {
    float: right;
    padding-right: .35rem;
    width: calc(100% - 1.8rem);
    height: 100%;
    overflow: auto;
}

.pastWrap , .pastWrap p {
    color: rgba(255,255,255,.7);
}

.pastWrap .vhx-list {
    width: 1.3rem;
    height: 100%;
    overflow: hidden;
    border-radius: 0 .3rem .3rem 0;
    background-color: #12124d;
    position: absolute;
    left: 0;
    top: 0;
}

.pastWrap .vhx-list .swiper-slide.on {
    background-color: #2e2e8d;
    color: #FFF;
}

.pastWrap .vhx-list .swiper-slide {
    color: #6d6dc0;
    height: .7rem;
    font-size: .32rem;
    display: flex;
    align-items: center;
    padding-left: .3rem;
}

.pastWrap .vhx-list .swiper-slide em {
    font-family: 'BrandonGrotesqueBold';
}

.pastWrap .ovs_dd h3:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: .06rem;
    background: url("../images/exhibition/exhibition_ban_line.png") no-repeat left top/auto .06rem;
    margin-top: .1rem;
}

.pastWrap .ovs_dd h3 {
    font-size: .7rem;
    line-height: .7rem;
    color: #fdd758;
    font-family: "RAJDHANI-BOLD-WEBFONT";
    margin-bottom: .1rem;
    position: relative;
}

.pastWrap .ovs_dd h4 {
    font-size: .36rem;
    color: #f31d36;
    line-height: .56rem;
    margin-bottom: .2rem;
}

.pastWrap .ovs_dd .ic {
    display: inline-block;
    width: .14rem;
    vertical-align: middle;
    position: relative;
    top: -.06rem;
}

.pastWrap .ovs_dd .txt {
    margin-bottom: .3rem;
}

.pastWrap .ovs_dd ul li {
    float: left;
    width: 50%;
    height: 1.3rem;
}

/*.pastWrap .ovs_dd ul li p{display: inline-block;}*/
.pastWrap .ovs_dd ul li .nuM {
    display: inline-block;
}

.pastWrap .ovs_dd ul li em {
    display: inline-block;
    font-size: .32rem;
    color: #FFF;
    font-family: 'BrandonGrotesqueBold';
}

.pastWrap .ovs_dd ul li var {
    display: inline-block;
    color: #FFF;
}

.pastWrap .ovs_dd ul {
    overflow: hidden;
    font-size: .24rem;
}

.pastWrap .ovs_dd ul em:before {
    content: "";
    display: block;
    height: 0;
}

.pastWrap .ovs_dd p {
    font-size: .24rem;
}

.pastWrap .ovs_dd .more {
    width: 2.2rem;
    height: .8rem;
    border: .01rem solid #FFF;
    margin-top: .3rem;
    background: url("../images/past/past1-more-ic.png") no-repeat right .3rem center/auto .22rem;
    position: relative;
}

.pastWrap .ovs_dd .more:before {
    content: "MORE";
    line-height: .76rem;
    padding-left: .3rem;
    font-size: .24rem;
    color: #FFF;
}

.pastDataWrap .banTop {
    height: 6.8rem;
    background: url(../images/xunaw-ban-bg.gif) no-repeat left 17% top 0/auto 130%;
    padding: 1.7rem .35rem 0;
}

.pastDataWrap .banTop h6 {
    color: #ffffff;
    font-size: .26rem;
    margin-bottom: .2rem;
}

.pastDataWrap .banTop h1 {
    font-size: .24rem;
    color: #fff;
    letter-spacing: 0;
    font-family: 'BRANDON_LIGHT_0';
    text-transform: uppercase;
    margin-top: .1rem;
}

.pastDataWrap .banTop h1 em {
    font-family: 'BRANDON_REG_0';
    font-weight: bold;
}

.pastDataWrap .banTop h2 {
    font-size: .28rem;
    color: #fff;
    line-height: .4rem;
    margin-bottom: .1rem;
}

.pastDataWrap .banTop h3 {
    font-size: .7rem;
    color: #fdd758;
    line-height: .7rem;
    font-family: "RAJDHANI-BOLD-WEBFONT";
    margin-bottom: .1rem;
    position: relative;
}

.pastDataWrap .banTop h3:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: .06rem;
    background: url(../images/exhibition/exhibition_ban_line.png) no-repeat left top/auto .06rem;
    margin-top: .1rem;
}

.pastDataWrap .banTop h4 {
    font-size: .36rem;
    color: #fff;
    line-height: .56rem;
    margin-bottom: .2rem;
}

.pastDataWrap .banTop h4 .ic {
    display: inline-block;
    width: .14rem;
    vertical-align: middle;
    position: relative;
    top: -.06rem;
}

.pastDataWrap .banTop h5 {
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
}

.contWrap {
    height: 14.75rem;
    background: url("../images/past/past-data-wrap.png") no-repeat center top/100% 100%;
    margin-top: -.6rem;
    padding-top: 1.6rem;
    position: relative;
}

.contWrap .reBtn {
    width: 2.1rem;
    height: .8rem;
    text-align: right;
    font-size: .24rem;
    line-height: .8rem;
    color: #FFF;
    padding-right: .75rem;
    background: #212183 url("../images/past/reBtn-ic.png") no-repeat center right .4rem/.24rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: .9rem;
    margin: auto;
}

.contWrap .reBtn img {
    display: none;
}

.contWrap .box , .contWrap .box p {
    color: rgba(255,255,255,.5);
    font-size: .24rem;
}

.contWrap .box .text p {
    margin-bottom: .15rem;
}

.contWrap .box .text {
    width: calc(100% + .2rem);
    height: 8.2rem;
    overflow: auto;
    margin-right: -.2rem;
    padding-right: .2rem;
}

.contWrap .box {
    padding: 0 .6rem;
}

.contWrap .box h3 {
    color: #ffffff;
    font-size: .32rem;
}

.contWrap .box ul {
    overflow: hidden;
}

.contWrap .box ul li p {
    display: inline-block;
}

.contWrap .box ul li {
    float: left;
    width: 50%;
    height: .48rem;
    margin-top: .1rem;
    padding-right: .2rem;
    font-size: .24rem;
}

.contWrap .box ul li var {
    display: inline-block;
}

.contWrap .box ul li .nuM {
    display: inline-block;
}

.contWrap .box ul li em {
    display: inline-block;
    font-size: .32rem;
    color: #d8c111;
    font-family: 'BrandonGrotesqueBold';
}

.contWrap .box .ti {
    border-bottom: 1px solid #4e4e80;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}

.pastDataWrap .cH2 {
    font-size: .44rem;
    color: #ccced7;
    text-transform: uppercase;
    font-family: "BrandonGrotesqueRegular";
    font-weight: 100;
    margin-bottom: .06rem;
    position: relative;
    z-index: 1;
}

.pastDataWrap .cH2 em {
    font-family: "BrandonGrotesqueBold";
    color: #f31d36;
}

.pastDataWrap .cH3 {
    font-size: .32rem;
    line-height: .32rem;
    color: #FFF;
    letter-spacing: .06rem;
    margin-bottom: .8rem;
    position: relative;
    z-index: 1;
}

.pastDataWrap .cH3:after {
    content: "";
    display: block;
    width: .7rem;
    height: 0;
    border: .04rem solid #d8c111;
    position: absolute;
    top: .6rem;
    left: 0;
}

.pastDataWrap .cCont1 {
    overflow: hidden;
    padding: 0.7rem .35rem .9rem;
    background: #000040 url("../images/past/past-data-cont-bg.jpg") no-repeat center bottom/100%;
    margin-top: -.1rem;
}

.pastDataWrap .cCont1 .swiper-slide img {
    width: 100%;
}

.pastDataWrap .cCont1 .swiper-slide {
    width: 6.8rem;
    height: 4rem;
}

.pastDataWrap .cCont1 .card {
    width: 6.7rem;
    height: 3.76rem;
    overflow: hidden;
    border: .02rem solid #FFF;
    clip-path: polygon(.4rem 0px, 6.8rem 0,6.8rem 0,6.8rem 3.46rem,6.4rem 3.86rem,.4rem 3.86rem,0 3.86rem,0 .4rem);
    position: relative;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    opacity: 0 !important;
}

.pastDataWrap .swxWrap .card:before {
    content: "";
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-top-color: #FFF;
    border-left-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
}

.pastDataWrap .swxWrap .card:after {
    content: "";
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    position: absolute;
    right: -.09rem;
    bottom: -.09rem;
}

.pastDataWrap .cCont1 .swxWrap {
    position: relative;
}

.pastDataWrap .swiper-pagination span.swiper-pagination-bullet-active {
    width: 12px;
}

.pastDataWrap .swiper-pagination span {
    display: inline-block;
    width: 5px;
    height: 5px;
    opacity: 1;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 2px;
}

.pastDataWrap .cCont1 .swiper-pagination {
    width: 100%;
    position: absolute;
    top: 3.9rem;
    left: 0;
}

.pastDataWrap .cCont1 .swiper-container {
    overflow: visible;
}

.pastDataWrap .lnxWrap {
    position: relative;
}

.pastDataWrap .cCont2 {
    padding: .4rem .35rem 1rem;
    background-color: #000040;
}

.pastDataWrap .lnxWrap .swiper-slide {
    height: 5.5rem;
    overflow: hidden;
    border: .02rem solid #FFF;
    position: relative;
}

.pastDataWrap .lnxWrap .swiper-slide .btn.down {
    transform: scale(1.1);
}

.pastDataWrap .lnxWrap .swiper-slide .btn {
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.6rem;
    margin: auto;
    transition: all .3s;
}

.pastDataWrap .lnxWrap .swiper-slide .img {
    height: 4.3rem;
}

.pastDataWrap .lnxWrap .swiper-slide .cont {
    height: 1.2rem;
    background: url("../images/past/swx-inx-bg.jpg") no-repeat center/cover;
}

.pastDataWrap .lnxWrap .swiper-slide .cont p {
    display: flex;
    color: #FFF;
    font-size: .32rem;
    height: 1.1rem;
    justify-content: space-around;
    align-items: center;
}

.pastDataWrap .lnxWrap .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -.6rem;
    text-align: center;
}
