@charset "utf-8";
@import url('reset.min.css');

* {
    font-family: "Microsoft YaHei" !important;
    box-sizing: border-box;
}
a{text-decoration: none !important;}
html {
    max-width: 750px;
    margin: 0 auto;
}

.introduction table {
    width: 100% !important;
    border-collapse: collapse
}

.introduction table, .introduction table tr, .introduction table td {
    border: 1px solid #666
}

.introduction table td {
    width: auto !important
}

.textCenter {
    text-align: center
}

.textRight {
    text-align: right
}

.tvs {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ib {
    display: inline-block
}

.pz {
    position: relative;
    z-index: 0
}

.pa {
    position: absolute;
    z-index: 999
}

.pf {
    position: fixed;
    z-index: 99
}

.bz {
    box-sizing: border-box
}

.b {
    font-weight: bold
}

.i {
    font-style: italic
}

.hidden {
    display: none !important
}

.cb {
    clear: both
}

.od {
    overflow: hidden;
    display: block
}

.mauto {
    margin: 0 auto
}

.ts {
    text-transform: uppercase
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flexJb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flexAc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.flexCenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.flexWrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

img {
    max-width: 100%;
}

.ov {
    overflow: hidden;
}

.fl {
    float: left;
}

.db {
    display: block;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

@keyframes shadowShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.shadow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
    top: 0;
    left: 0;
    display: none;
}

.shadow.active {
    display: block;
    animation: shadowShow .5s 1;
}

:root {
    --swiper-theme-color: #247e00 !important;
}
/*app style begin*/
.all.active{height: 100vh; overflow: hidden;}
/*header*/
.hb {
    width: 100%;
    height: 1.91rem;
    background-color: #fff;
}

header {
    width: 100%;
    min-height: 1.9rem;
}

header .logo {
    margin: 0 0 0 .38rem;
}

header .logo img {
    max-height: 1.05rem;
}

header .nav {
    width: .92rem;
    height: .68rem;
    margin: 0;
    margin-right: .4rem;
    border: 0;
    background: none;
    padding: 0;
}

header .nav hr, header .nav::before, header .nav::after {
    content: '';
    display: block;
    width: 100%;
    height: .08rem;
    background-color: #808080;
    border: 0;
    border-radius: 0;
    margin: 0;
}

@keyframes navShow {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes navHide {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.leftNav {
    width: 50%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 999 !important;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.leftNav.hide {
    animation: navHide .5s 1;
    transform: translateX(100%);
}

.leftNav.active {
    animation: navShow .5s 1;
    transform: translateX(0);
}

.leftNav a {
    width: 100%;
    height: 1.24rem;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 .55rem;
    font-size: .36rem;
    color: #383838;
}

.headerNavs {
    width: 100%;
    padding: .2rem .3rem;
    background-color: #273f87;
}

.headerNavs a {
    width: 25%;
    height: 1rem;
    font-size: .36rem;
    color: #fff;
}

.headerNavs a.active {
    background-color: #0061b4;
}

/*footer*/
.copyright {
    padding: .5rem 2% .5rem 2%;
    margin-bottom: 1.46rem;
    line-height: 170%;
    font-size: .39rem;
    color: #7d7d7d;
    background-color: #e6eaed;
}

.copyright a {
    color: #7d7d7d;
}

.copyright .wx {
    margin-bottom: .5rem;
}

.copyright .wx img {
    max-width: 2.05rem;
    margin-right: .31rem;
}

.copyright .wx .text h2 {
    line-height: .5rem;
    font-size: .35rem;
}

.copyright .wx .text p {
    line-height: .5rem;
    font-size: .35rem;
}

footer {
    width: 100%;
    height: 1.46rem;
    background: linear-gradient(to right, #3e9ccc, #55b64c);
    z-index: 90 !important;
    padding: 0 .55rem;
    bottom: 0;
    left: 0;
}

footer a {
    font-size: .32rem;
    color: #fff;
    padding-top: .85rem;
}

footer a:nth-child(1), footer a:nth-child(2), footer a:nth-child(4), footer a:nth-child(5) {
    width: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
}

footer a:nth-child(1) {
    background: url(../images/icon_footer_bar_phone.png) no-repeat center .15rem;
    background-size: auto .64rem;
}

footer a:nth-child(2) {
    background: url(../images/icon_footer_bar_message.png) no-repeat center .15rem;
    background-size: auto .64rem;
}

footer a:nth-child(3) {
    background: url(../images/icon_footer_bar_home.png) no-repeat center .15rem;
    background-size: auto .73rem;
    width: 1.47rem;
    height: 1.47rem;
    background-color: #fff;
    box-shadow: 0 0 .1rem #666;
    border-radius: 50%;
    margin-top: -.39rem;
    font-size: .32rem;
    color: #109f50;
}

footer a:nth-child(4) {
    background: url(../images/icon_footer_bar_position.png) no-repeat center .15rem;
    background-size: auto .67rem;
}

footer a:nth-child(5) {
    background: url(../images/icon_footer_bar_up.png) no-repeat center .15rem;
    background-size: auto .7rem;
}

footer a:hover {
    color: #fff;
}

footer a:nth-child(3):hover {
    color: #4d4b4c;
}

/*other*/
.banner {
    width: 100%;
    text-align: center
}

.banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}


.sorts {
    width: 100%;
    padding: 0 0.14rem
}

.sorts a {
    margin-bottom: 0.22rem;
    margin-right: 0.12rem;
    margin-bottom: 0.15rem;
    padding: 0 0.1rem;
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #fff;
    background: #247e00
}

.sorts a.active {
    background: #4e92ce;
    color: #fff
}

main {
    min-height: 40vh;
    padding: 0 2%;
}

/*main content*/
.myTypeName {
    width: 100%;
    height: 1.5rem;
    background-color: #e9e8ed;
    border-radius: .1rem;
    font-size: .51rem;
}

.introduction {
    width: 100%;
    padding: .4rem 0;
    padding-top: .1rem;
    text-align: justify;
    line-height: 160%;
    font-size: .4rem;
    color: #575759
}

.introduction *, .introduction div, .introduction p {
    font-size: .35rem;
    color: #575759
}

.introduction iframe {
    width: 100% !important;
    height: 3.5rem !important
}

.introduction img {
    max-width: 100% !important;
    height: auto !important
}

.listDes {
    line-height: 170%;
    padding: .45rem 0;
    font-size: .4rem;
    color: #575759;
}

.articleTitle {
    overflow: hidden;
    width: 100%;
    margin-top: 0.11rem;
    text-align: center;
    line-height: 180%;
    font-size: .38rem;
    font-family: "Microsoft YaHei";
    color: #000
}

.articleTime {
    width: 100%;
    margin-bottom: .15rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .25rem;
    text-align: center;
    line-height: 150%;
    font-size: .28rem;
    color: #636666
}

.articleContent {
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 180%;
    color: #555;
    font-size: 0.32rem !important;
    font-family: "Microsoft YaHei" !important
}

.articleContent img {
    max-width: 100% !important;
    height: auto !important
}

.articlePages {
    margin-top: .4rem;
    padding: .5rem 0;
    border-top: 1px dashed #666;
}

.mySwiper {
    border-bottom: 1px solid #aa9683;
}

/*新闻列表*/
.wrapper {
    width: 10.03rem;
    margin: 0 auto;
}

.news {
    margin-top: .53rem;
}

.newslist li {
    box-shadow: 0 3px 5px #666;
    margin-bottom: .45rem;
    padding: .36rem .5rem;
}

.newslist li .img, .newslist li img {
    width: 3.44rem;
    height: 2rem;
}

.newslist li .text {
    width: 4.9rem;
    padding-right: .4rem;
}

.newslist li .text .title {
    line-height: .45rem;
    font-size: .33rem;
    color: #060606;
}

.newslist li .text .addtime {
    margin: .11rem 0;
    line-height: 130%;
    font-size: .28rem;
    color: #636666;
}

.newslist li .text p {
    line-height: 150%;
    font-size: .3rem;
    color: #737373;
}

.newslist li .text h3 {
    margin-top: .4rem;
    display: inline-block;
    height: .5rem;
    padding: 0 .28rem;
    border: 1px solid #d4d4d4;
    font-size: .28rem;
    line-height: .48rem;
}

.newslist li a:hover .text h3 {
    background-color: #056ac1;
    color: #fff;
    border-color: #056ac1;
}

.newslist li a:hover .text * {
    color: #056ac1;
}

/*在线留言*/
.guestbook {
    margin-top: 0.3rem;
    padding: 0 0.14rem
}

.guestbook .t {
    margin-bottom: 0.14rem;
    line-height: 0.46rem;
    font-size: 0.28rem;
    color: #000b07
}

.guestbook li {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0.16rem
}

.guestbook .wz {
    width: 100%;
    padding-right: 0.2rem;
    height: 0.31rem;
    text-align: right;
    line-height: 0.31rem;
    font-size: 0.26rem;
    color: #696969
}

.guestbook .red {
    color: red
}

.guestbook .wbk {
    width: 100%;
    height: 0.8rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    line-height: 0.8rem;
    text-indent: 10px;
    font-size: 0.32rem
}

.guestbook .wbk2 {
    width: 1.74rem;
    height: 0.8rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    line-height: 0.8rem;
    text-indent: 5px;
    font-size: 0.32rem
}

.guestbook .wby {
    width: 100%;
    height: 2.22rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    line-height: 0.8rem;
    text-indent: 5px;
    font-size: 0.32rem
}

.guestbook .wbk:focus, .guestbook .wbk2:focus, .guestbook .wby:focus {
    border-color: #247e00
}

.guestbook button {
    width: 2rem;
    background: #247e00;
    border: 0;
    line-height: .8rem;
    font-size: .3rem;
    font-weight: bold;
    color: #fbfaf9;
    border-radius: .12rem;
}

#vercodeimg {
    width: .8rem;
    height: .35rem;
    margin: 0 0 0 .15rem
}

/*图片列表*/
.picslist li {
    box-shadow: 0 0 5px #666;
    background-color: #f6f6f6;
    margin-bottom: .36rem;
    padding: .05rem;
    padding-bottom: .2rem;
}

.picslist li .img, .picslist li img {
    width: 100%;
}

.picslist li .text {
    width: 100%;
    padding: 0 .12rem;
}

.picslist li .text .title {
    margin-top: .18rem;
    line-height: 170%;
    padding-bottom: .13rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: .36rem;
    color: #000;
}

.picslist li .text p {
    margin-top: .2rem;
    line-height: 150%;
    font-size: .3rem;
    color: #000;
}

.picslist li .text p span {
    color: red;
}

/*荣誉列表*/
.honorlist {
    margin-top: .57rem;
}

.honorlist li {
    width: 4.96rem;
    height: 4.8rem;
    border: .03rem solid #b4b4b4;
    border-radius: .12rem;
    margin-bottom: .29rem;
}
.honorlist li .img {
    padding: .3rem .3rem 0 .3rem;
}
.honorlist li .img, .honorlist li img {
    width: 100%;
}

.honorlist li p {
    margin-top: .48rem;
    height: .49rem;
    font-size: .33rem;
    color: #6cbe05;
}

/*pages*/
.pages {
    padding: 0 0 15px 0;
    text-align: right
}

.pages li {
    display: inline;
}

.pages a {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    background: #f10011;
    border: 1px solid #fff;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span.disabled {
    background: #f10011;
    color: #fff
}

.pages span.current {
    background: #247e00;
    color: #fff
}

.sontype {
    width: 100%;
    min-height: 1.5rem;
    background-color: #ededed;
    padding: .5rem 3%;
}

.sontype a {
    margin-right: .9rem;
    font-size: .43rem;
}

.sontype a:hover, .sontype a.active {
    color: #056ac1;
}

.typename {
    margin-top: .48rem;
    line-height: .82rem;
    font-size: .38rem;
    color: #212121;
}

.typename::after {
    content: '';
    display: block;
    width: .59rem;
    height: .03rem;
    background-color: #bcbcbc;
}
.position {
    padding: .4rem .43rem;
    line-height: .71rem;
    background-color: #efefef;
    font-size: .43rem;
    color: #151419;
}
.position.p2 {
    color: #004293;
}
.position.p3 {
    color: #247e00;
}
/*about*/
.about {
    margin-top: 50px;
}

.about .at .pic {
    margin-top: 9px;
}

.about .at .intro {
    width: 474px;
    line-height: 38px;
    font-size: 18px;
}

.about .ab {
    margin-top: 44px;
}

.groupMembers {
    margin: 38px 0
}

.groupMembers h2.title {
    line-height: 48px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    font-size: 28px;
}

.groupMembers ul {
    margin-top: 24px;
}

.groupMembers li {
    width: 50%;
    height: 60px;
}

.groupMembers li:nth-child(even) {
    justify-content: flex-end;
}

.groupMembers li a {
    font-size: 18px;
}

.groupMembers li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
}

/*团队列表*/
.teamlist {
    padding: .1rem 0;
}

.teamlist li {
    width: 4.85rem;
    height: 4.87rem;
    border: .02rem solid #31488d;
    margin-right: .31rem;
    margin-bottom: .32rem;
}

.teamlist li:nth-child(2n) {
    margin-right: 0;
}

.teamlist li .img {
    width: 4.86rem;
    height: 3.65rem;
}

.teamlist li img {
    width: 4.86rem;
    height: 3.65rem;
    padding: .12rem;
}

.teamlist li p {
    line-height: 150%;
    font-size: .28rem;
    color: #3b3833;
}

.teamlist li a:hover p {
    color: ##0168b7;
}

/*产品列表*/
.productslist {
    margin-top: .38rem;
}

.productslist li {
    width: 31%;
    margin-right: 3.5%;
}

.productslist li:nth-child(3n) {
    margin-right: 0;
}

.productslist li .img, .productslist li img {
    width: 100%;
    border: 1px solid #e1e1e1;
}


.productslist li p {
    line-height: .53rem;
    font-size: .33rem;
    color: #3b3833;
    margin: .15rem 0;
}

.productslist li a:hover p {
    color: ##0168b7;
}

/*index*/
.indexTop h2 {
    line-height: .62rem;
    font-size: .4rem;
    color: #000;
}

.indexTop h3 {
    line-height: .31rem;
    font-size: .22rem;
    color: #000;
}

.indexMore {
    margin: 0 .49rem;
    width: calc(100% - .98rem);
    height: 1.06rem;
    background: linear-gradient(to right, #3e9ccc, #55b64c);
    border-radius: .25rem;
    font-size: .4rem;
    color: #fff;
}

.indexMore:hover {
    background: #056ac1;
    color: #fff;
}

.indexMore.more2 {
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 1.01rem;
    background: none;
    border: .02rem solid #dbdbdb;
    font-size: .33rem;
    color: #787878;
}

.indexMore.more2:hover {
    background-color: #3e9cca;
    color: #fff;
}


.indexSwiper {
    position: relative;
    z-index: 1;
}

.indexSwiper .swiper-pagination {
    bottom: 0 !important;
}

.indexAbout {
    margin-top: .69rem;
    padding: 0 .26rem .77rem .26rem;
}
.indexAbout>p {
    margin: .3rem .12rem;
    line-height: .61rem;
    font-size: .35rem;
    color: #000;
}

.indexAbout ul {
    margin-top: .04rem;
}

.indexAbout li {
    width: 32%;
}

.indexAbout li div.pa {
    left: .25rem;
    top: .16rem;
}

.indexAbout li h2 {
    line-height: .47rem;
    font-size: .3rem;
    color: #000;
}

.indexAbout li .intro {
    line-height: .39rem;
    font-size: .25rem;
    color: #4c4c4c;
}

.indexAbout .indexMore {
    margin-top: .63rem;
}

.indexProducts {
    padding: .5rem .26rem;
    background-color: #f4f4f4;
}

.indexProducts .cates {
    margin-top: .45rem;
    width: 100%;
    padding: 0 .9rem;
}
.indexProducts .cates li {
    margin-bottom: .41rem;
}
.indexProducts .cates li a{
    width: 3.81rem;
    height: .94rem;
    background-color: #5d5d5d;
    font-size: .35rem;
    color: #fff;
}

.indexProducts .cates li.active a {
    background-color: #109f50;
}


.indexProducts .productslist {
    margin: .29rem 0;
    display: none;
}

@keyframes indexProducts {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

.indexProducts .productslist.active {
    display: -webkit-flex;
    display: flex;
    animation: indexProducts .5s 1;
}

.indexProducts .productslist li {
    width: 32%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    margin-right: 2%;
    margin-bottom: .65rem;
}


.indexProducts .productslist li:nth-child(3n) {
    margin-right: 0;
}

.indexProducts .productslist li a{
    border: 0;
    width: 100%;
}


.indexProducts .productslist li a .img,.indexProducts .productslist li a .img img {
    width: 2.4rem;
    border: 0;
}

.indexProducts .productslist li a .img {
    vertical-align: middle;
}

.indexProducts .productslist li a .img {
    height: 3.74rem;
    line-height: 3.74rem;
}

.indexProducts .productslist li p {
    width: calc(100% - .08rem);
    margin: .04rem;
    height: .81rem;
    background-color: #3e9cca;
    font-size: .33rem;
    color: #fff;
}

.indexOurCustomers {
    padding: .88rem .32rem;
}

.indexOurCustomers .indexTop h3 {
    color: #919191;
}

.indexOurCustomers .c {
    margin-top: .5rem;
    text-align: right;
    padding: 0 .3rem 0 0;
    box-shadow: 3px 3px 3px #ccc;
}

.indexOurCustomers img.fl {
    width: 7.3rem;
}

.indexHonor {
    padding: .65rem .3rem;
}


.indexLeadershipCare {
    padding: .4rem .4rem .64rem .4rem;
    background-color: #f0f0f0;
    margin: 0 .4rem;
}

.indexLeadershipCare .lsSwiper {
    margin: .35rem 0 0;
}

.indexLeadershipCare .lsSwiper .swiper-slide {
    background-color: #fff;
    padding: .14rem;
    width: 100%;
}

.indexLeadershipCare .lsSwiper .swiper-slide img {
    width: 100%;
}

.indexLeadershipCare .lsSwiper .swiper-slide .title {
    margin-top: .24rem;
    line-height: .83rem;
    font-size: .41rem;
}

.indexLeadershipCare .lsSwiper .swiper-slide .title::after {
    content: '';
    display: block;
    width: .81rem;
    height: .06rem;
    background: linear-gradient(to right, #3e9ccc, #55b64d);
}

.indexLeadershipCare .lsSwiper .swiper-slide h2 {
    margin-top: .57rem;
    width: 2.31rem;
    height: 1.01rem;
    border: .02rem solid #dbdbdb;
    color: #409ec2;
    font-size: .38rem;
    margin-bottom: .3rem;
}

.indexLeadershipCare .lsSwiper .swiper-button-prev, .indexLeadershipCare .lsSwiper .swiper-button-next {
    color: #fff;
    top: 2.3rem;
    margin-top: 0;
}

.indexNews {
    padding: .6rem .36rem;
    background-color: #fff;
}

.indexNews .cates {
    margin: .3rem 0;
}

.indexNews .cates a {
    width: 2.52rem;
    height: .91rem;
    border: .02rem solid #dbdbdb;
    font-size: .32rem;
    color: #3e9ccc;
    margin-right: .02rem;
}

.indexNews .cates li.active a {
    background-color: #3e9ccc;
    color: #fff;
}

.indexNews .list{
    display: none;
}

.indexNews .list.active {
    display: block;
    animation: indexProducts .5s 1;
}

.indexNews .list li {
    padding: .44rem 0 .55rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.indexNews .list li:last-child {
    border: 0;
}

.indexNews .list li .img , .indexNews .list li .img img {
    width: 3.2rem;
}

.indexNews .list li .text {
    flex: 1;
    margin-left: .3rem;
    flex-grow: 0;
    width: 7rem;
}

.indexNews .list li .text h2 {
    height: .46rem;
    line-height: .46rem;
    font-size: .32rem;
    color: #000;
}


.indexNews .list li .text h3 {
    height: .46rem;
    line-height: .46rem;
    font-size: .32rem;
    color: #7d7d7d;
}

.indexNews .list li .text p {
    height: ;
}

.indexMessage {
    padding: .5rem .27rem;
    background-color: #fff;
}

.indexMessage .indexTop h3 {
    margin-top: .3rem;
    line-height: 170%;
    font-size: .35rem;
    color: #494b4a;
}

.indexMessage .c {
    margin-top: .4rem;
}

.indexMessage ul {
    width: 100%;
}

.indexMessage li {
    margin-bottom: .3rem;
}

.indexMessage li p {
    width: 1.5rem;
    font-size: .35rem;
    color: #000;
}

.indexMessage li .input {
    flex: 1;
    height: .78rem;
    border: .02rem solid #696969;
    border-radius: .02rem;
    padding: 0 .16rem;
    font-size: .35rem;
    color: #333;
}

.indexMessage li .input.input2 {
    width: 1rem;
}

.indexMessage li .textarea {
    flex: 1;
    height: 1.4rem;
    border: .02rem solid #696969;
    border-radius: .02rem;
    padding: 0 .16rem;
    line-height: 140%;
    font-size: .35rem;
    color: #333;
}

.indexMessage li #imgVerifys {
    cursor: pointer;
}

.indexMessage .btn {
    margin-top: 14px;
}

.indexMessage .btn button {
    margin: 0 .49rem;
    width: calc(100% - .98rem);
    height: 1.06rem;
    background: linear-gradient(to right, #3e9ccc, #55b64c);
    border: 0;
    border-radius: .25rem;
    font-size: .4rem;
    color: #fff;
}

.indexMessage .btn button:hover {
    background-color: #0061b4;
}


@media (min-width: 1000px) {
    footer {
        max-width: 750px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
