@charset "utf-8";

*{  margin: 0px;
    padding: 0px;
    font-family: 'Microsoft yahei';
}

html,body{
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;

}
html,body ul li{
    list-style: none;
}
html,body a{
    text-decoration: none;
    color: #000;
}



.scale{
     webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.scale:hover{
    /*opacity: 0.6;*/
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.lf{
    float: left;
}


.pa{
    position: absolute;
}
.ws1200{
    width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;

}

.repeat{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


#header{
    width: 100%;

    position: relative;
    background-color: #fff;
}

#header .logos{
    width: 100%;
    height: 93px;
 


}


#header .logos .w1200{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;

}

#header .logos .w1200 .logo{
    width: 30%;
    float: left;
    margin-top: 5px;
    position: relative;

}
#header .logos .w1200 .logo img{
   height: 100%;
    width: auto; max-height: 84px;
}
#header .logos .w1200 .l_text{
    position: relative;
    overflow: hidden;
    /*width: 565px;*/
    float: right;
    top: 25px;
}


#header .logos .w1200 .l_text .tel{
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: inline-block;

    float: left;
    /*line-height: 50px;*/
    height: 55px;

    padding-left: 60px;

}

#header .logos .w1200 .l_text  .phone{
    font-size: 24px;
    color: #0a8340;
    font-weight: bold;


}

.timebox{
    display: block;
    font-size: 18px;
    
}

.w1200 .l_text p.tel{
    font-size: 18px;

    color: #ba141b;
    font-weight: 600;

}
/*导航*/
 .nvas{
    width: 100%;
    height: 50px;
    background-color: #01a90d;
}




.nvas .heads .liste{
width: 1125px;
    height: 100%;
    margin: auto;
    /*float: left;*/
}
.nvas .heads ul .items{
    float: left;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}


/*.nvas .heads ul .items:hover{
    background-size: 100% 100%;
}*/


 .nvas .heads ul .items a{
    font-size: 16px;
    color: #fff;
    /*color: #fae2c6;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* .nvas .heads ul .items:hover .fd{
    color: #c13744;
}*/


/*center部分*/
#content{
    width: 100%;

}

/*banner图*/
.banners{
    width: 100%;
    /*height: 100%;*/
    height: 679px;
    /*min-height: 679px;*/

    position: relative;
    overflow: hidden;

    
}
@media screen and (max-width: 1600px){
	.banners{
		height: 575px;
	}
}
@media screen and (max-width: 1366px){
	.banners{
		height: 490px;
	}
}
#xiong{
    bottom: -2%;
    right: 19.5%;
    width: 25%;
    transform-origin: bottom right;
    animation:xiong 15s ease-in-out;
    -moz-animation:xiong 15s ease-in-out;
    -webkit-animation:xiong 15s ease-in-out;
    -o-animation:xiong 15s ease-in-out; 
    animation-iteration-count:infinite;
}
@-moz-keyframes xiong
{

0% {transform:rotate(5deg);}
25% {transform:rotate(-5deg);}
50% {transform:rotate(5deg);}
75% {transform:rotate(-5deg);}
100% {transform:rotate(5deg);}

}


@keyframes xiong{
0% {transform:rotate(5deg);}
25% {transform:rotate(-5deg);}
50% {transform:rotate(5deg);}
75% {transform:rotate(-5deg);}
100% {transform:rotate(5deg);}
}

@-webkit-keyframes xiong{
0% {transform:rotate(5deg);}
25% {transform:rotate(-5deg);}
50% {transform:rotate(5deg);}
75% {transform:rotate(-5deg);}
100% {transform:rotate(5deg);}
}

@-o-keyframes xiong{
0% {transform:rotate(5deg);}
25% {transform:rotate(-5deg);}
50% {transform:rotate(5deg);}
75% {transform:rotate(-5deg);}
100% {transform:rotate(5deg);}
}

#xm{
    bottom: 0%;
    left: 5%;
    width: 17%;
    /*height: 259px;*/
    /*background: url(../images/xm.png) no-repeat 0 0;*/
    /*animation: animate-tail 3.75s steps(1) infinite;*/
}


@keyframes animate-tail{
        0%{background-position:-6864px 0;}
        100%{background-position:0 0;}
    }

@-moz-keyframes animate-tail{
        0%{background-position:-6864px 0;}
        100%{background-position:0 0;}
    }

@-webkit-keyframes animate-tail{
        0%{background-position:-6864px 0;}
        100%{background-position:0 0;}
    }

@-o-keyframes animate-tail{
        0%{background-position:-6864px 0;}
        100%{background-position:0 0;}
    }













#ye_one{
    top: 0%;
    left: 10%;
    width: 5%;
    z-index: 5;
    transform: rotate(-45deg);
    animation:myfirstgssft 30s linear;
    -moz-animation:myfirstgssft 30s linear;
    -webkit-animation:myfirstgssft 30s linear;
    -o-animation:myfirstgssft 30s linear;
    animation-iteration-count:infinite;
}
@keyframes myfirstgssft{
    0% {    top: 0%;}

    100% { top:100%;}
}
@-moz-keyframes myfirstgssft
{
    0% {    top: 0%;}

    100% { top:100%;}
}
@-webkit-keyframes myfirstgssft{
    0% {    top: 0%;}

    100% { top:100%;}
}
@-o-keyframes myfirstgssft{
    0% {    top: 0%;}

    100% { top:100%;}
}

#ye_two{
    top: 5%;
    left: 36%;
    width: 5%;
    animation:myye_two 35s linear;
    -moz-animation:myye_two  35s linear;
    -webkit-animation:myye_two  35s linear;
    -o-animation:myye_two  35s linear;
    animation-iteration-count:infinite;

}

@keyframes myye_two{
    0% {    top: 5%;}
   

    100% { top:100%;}
}
@-moz-keyframes myye_two
{
    0% {    top: 5%;}
   

    100% { top:100%;}
}
@-webkit-keyframes myye_two{
    0% {    top: 5%;}
   

    100% { top:100%;}
}
@-o-keyframes myye_two{
    0% {    top: 5%;}
   

    100% { top:100%;}
 }

#ye_three{
    top: 0%;
    right: 15%;
    width: 5%;
        animation:myye_two 35s linear;
    -moz-animation:myye_two  35s linear;
    -webkit-animation:myye_two  35s linear;
    -o-animation:myye_two  35s linear;
    animation-iteration-count:infinite;
}

#ye_four{
    top:0%;
    left: 0%;
    width: 5%;
    animation:ye_four 30s linear;
    -moz-animation:ye_four  30s linear;
    -webkit-animation:ye_four  30s linear;
    -o-animation:ye_four  30s linear;
    animation-iteration-count:infinite;
}
@keyframes ye_four{
        0% {    top: 0%; left: 0%;}
   50% {    left: 20%;top: 10%; }
   75% {    top: 50%;left: 30%; }
    100% {left: 25%; top:100%;}

   /* 0% { top: 0%;left:0%;}
    50% { left:5%;top:25%;}
    75% { top:50%;left:15%;}
    100% {left:20%; top:100%;}*/
}
@-moz-keyframes ye_four
{
        0% {    top: 0%; left: 0%;}
   50% {    left: 20%;top: 10%; }
   75% {    top: 50%;left: 30%; }
    100% {left: 25%; top:100%;}
}
@-webkit-keyframes ye_four{
        0% {    top: 0%; left: 0%;}
   50% {    left: 20%;top: 10%; }
   75% {    top: 50%;left: 30%; }
    100% {left: 25%; top:100%;}
}
@-o-keyframes ye_four{
        0% {    top: 0%; left: 0%;}
   50% {    left: 20%;top: 10%; }
   75% {    top: 50%;left: 30%; }
    100% {left: 25%; top:100%;}
 }

#ye_five{
    top:0%;
    right: 10%;
    width: 4%;
    z-index: 5;
        animation:ye_five 30s linear;
    -moz-animation:ye_five  30s linear;
    -webkit-animation:ye_five  30s linear;
    -o-animation:ye_five  30s linear;
    animation-iteration-count:infinite;
}
@keyframes ye_five{
    0% {    top: 0%; right: 10%;}
   50% {    right: 20%;top: 50%; }
    100% { top:100%;}
}
@-moz-keyframes ye_five
{
   0% {    top: 0%; right: 10%;}
   50% {    right: 20%;top: 50%; }
    100% { top:100%;}
}
@-webkit-keyframes ye_five{
        0% {    top: 0%; right: 10%;}
        50% {    right: 20%;top: 50%;}
        100% { top:100%;}
}
@-o-keyframes ye_five{
        0% {    top: 0%; right: 10%;}
        0% {    right: 20%;top: 50%; }
        100% { top:100%;}
 }

 #ye_six{
    top:0%;
    right: 0%;
    width: 5%;
    z-index: 5;
    animation:ye_six 25s linear;
    -moz-animation:ye_six  25s linear;
    -webkit-animation:ye_six  25s linear;
    -o-animation:ye_six  25s linear;
    animation-iteration-count:infinite;
 }

@keyframes ye_six{
     0% {    top: 0%; right: 5%;}
   50% {    right: 10%;top: 10%; }
   75% {    top: 50%;right: 25%; }
    100% {right: 25%; top:100%;}
}
@-moz-keyframes ye_six
{
     0% {    top: 0%; right: 5%;}
   50% {    right: 10%;top: 10%; }
   75% {    top: 50%;right: 25%; }
    100% {right: 25%; top:100%;}

}
@-webkit-keyframes ye_six{
    0% {    top: 0%; right: 5%;}
   50% {    right: 10%;top: 10%; }
   75% {    top: 50%;right: 25%; }
    100% {right: 25%; top:100%;}
}
@-o-keyframes ye_six{
    0% {    top: 0%; right: 5%;}
   50% {    right: 10%;top: 10%; }
   75% {    top: 50%;right: 25%; }
    100% {right: 25%; top:100%;}

 }

 #ye_seven{
    top:0%;
    left: 45%;
    width: 5%;
        animation:myfirstgssft 30s linear;
    -moz-animation:myfirstgssft 30s linear;
    -webkit-animation:myfirstgssft 30s linear;
    -o-animation:myfirstgssft 30s linear;
    animation-iteration-count:infinite;
 }
/*关怀*/
#solicitude{
    height: 810px;
    background-color: #fbf8d5;
}

.solicitude{
    height: 100%;
}
.soli_pack{
    width: 14%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transform: translateX(-175px);
}

.soli_packtwo{
    width: 17%;
    left: 160px;
    bottom: 55px;
    z-index: 1;
    transform: translateX(-375px);
}

.soli_mother{
    width: 61.5%;
    left: 7px;
    bottom: 100px;
    transform: translateY(-690px);


}

#soli_mother{

    animate-duration: 0.5s;  /* 动画持续时间*/
    animate-delay: 1s;   /*动画延迟时间*/
    /*animation-timing-function:cubic-bezier(); /*播放方式*/
    animate-iteration-count: 1;    /*动画执行次数*/
    
}


.soli_tit{
    width: 36%;
    right: 0%;
    top: 29%;
    transform: translateX(435px);

}

.soli_tittwo{
    width: 28.5%;
    right: 4.5%;
    top: 40.5%;
     transform: translateX(435px);
}

.soli_titthree{
    width: 28.5%;
    right: 4.5%;
    top: 55.5%;
     transform: translateX(435px);
}
.solicitude img{
    width: 100%;
}


/*健康*/
#health{
    height: 840px;
    background-color: #f8f7e3;
}
.health{
    height: 100%;
}

.health_titl{
    width: 42.5%;
    margin: 0 auto 70px;
    position: relative;
    top: 50px;
    transform: translateY(-95px);
}

#health_titl{
        animate-duration: 0.5s !important;  /* 动画持续时间*/
    /*animate-delay: 1s;   /*动画延迟时间*/
    /*animation-timing-function:cubic-bezier(); /*播放方式*/
    animate-iteration-count: 1 !important;    /*动画执行次数*/
}
.health_sublevel{
    width: 32.5%;
    margin: 0px auto 55px;
        transform: translateY(-150px);
}

.health_Parent{
    /*position: relative;*/
    overflow: hidden;
}

.health_Parent .li{
    width: 530px;
    overflow: hidden;
}

.health_Parent .li .pic{
     width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    border:2px solid #4dbea1;
    box-sizing: border-box;
    padding: 5px;
    float: left;
  
}
.health_Parent .li .pic img{
      width: 100%;
        border-radius: 100%;
    overflow: hidden;
    min-height: 100%;
}

.health_Parent .li .health_info{
        width: 265px;
    float: left;
    margin-left: 15px;
}

.health_Parent .li .health_info a{
    font-size: 30px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 39px;
}
.health_Parent .li .health_info span{
    font-size: 18px;
    color: #3c772c;
        line-height: 1.8em;

}
.health_Parent .li .health_info p{
    font-size: 16px;
    color: #646865;
    line-height: 1.65em;
        width: 100%;
    height: 104px;
    overflow: hidden;
}
.health_Parent .li:nth-child(1){
         opacity: 0;
         -webkit-transition: 1s ease-in-out 0.3s;
         -moz-transition: 1s ease-in-out 0.3s;
         -ms-transition: 1s ease-in-out 0.3s;
         -o-transition: 1s ease-in-out 0.3s;
         transition: 1s ease-in-out 0.3s;
}
.health_Parent .li:nth-child(1).on{
    opacity: 1;
}
.health_Parent .li:nth-child(2){
    position: absolute;
    left: 10%;
    bottom: 5%;
    opacity: 0;
            -webkit-transition: 1s ease-in-out 0.7s;
         -moz-transition: 1s ease-in-out 0.7s;
         -ms-transition: 1s ease-in-out 0.7s;
         -o-transition: 1s ease-in-out 0.7s;
         transition: 1s ease-in-out 0.7s;


}
.health_Parent .li:nth-child(2).on{
    opacity: 1;
}
.health_Parent .li:nth-child(3){
    position: absolute;
    right: 0px;
    bottom: 15%;
        opacity: 0;
                 -webkit-transition: 1s ease-in-out 1.1s;
         -moz-transition: 1s ease-in-out 1.1s;
         -ms-transition: 1s ease-in-out 1.1s;
         -o-transition: 1s ease-in-out 1.1s;
         transition: 1s ease-in-out 1.1s;

}
.health_Parent .li:nth-child(3).on{
    opacity: 1;
}
#prote{
    width: 40%;
    top: 22%;
    left: 44%;
        transform: translateX(680px);
}

.health .number{
    width: 40px;
    height: 40px;
    background-color: #01a90d;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}
.health  .one{
        top: 23%;
    left: 12%;
}
.health .two{
    bottom: 30%;
    left: 21%;
}

.health .three{
        right: 35%;
    margin-top: 1%;
}
.health img{
    width: 100%;
}



/*优势*/
#advantage{
    height: 810px;
    background-color: #f5f5ed;
}

.advantage{
    height: 100%;
}
.advant_title{
    /*width: 45%;*/
    /*margin: auto;*/
    text-align: center;
        position: relative;
    top: 65px;
        transform: translateY(-115px);
}


.advant_lf{
    width: 270px;
    /*overflow: hidden;*/
    position: relative;
    height: 94%;
        left: 160px;
}
.advant_lf .repeat{
        transform: translateX(-435px);
}

.advantlf_one{
    width: 265px;
    height: 110px;
    background-image: url(../images/ru1.png);
    background-position: left center;
    position: absolute;
    top: 25%;
    left: 0px;
}

.advantlf_two{
    width: 280px;
    height: 110px;
    background-image: url(../images/ru2.png);
    background-position: left top 5px;
    position: absolute;
    bottom: 35%;
    left: -45px;
}

.advantlf_three{
    width: 265px;
    height: 160px;
    background-image: url(../images/ru3.png);
    background-position: left 15px top;
    position: absolute;
    bottom: 5%;
    left: 0px;
}

.advant_lf h3{
       font-size: 26px;
    color: #280a17;
     margin: 0px 0px 5px;
}
.advant_lf  p{
    font-size: 13px;
    color: #585858;
    width: 165px;
    margin-top: 10px;
     line-height: 1.7em;
}

.advant_cne{
    width: 26%;
    left: 50%;
    top: 40%;
    margin-left: -190px;
    transform: translateY(-540px);
}
.advant_cne img{
    width: 100%;
}
.advant_rs{
float: right;
    position: relative;
    top: 85px;
    transform: translateX(710px);
}



.advant_ctext{
        left: 47%;
    top: 57%;
        transform: translateY(360px);
}


 .im img{
    width: 100%;
}

/*公司简介*/


.about{
    height: 450px;
}

.abouttit{
    text-align: center;
        position: relative;
    top: 35px;
        transform: translateY(-80px);
}





.about .int{
    width: 50%;
    float: left;
    color: #010101;
    font-size: 16px;
    line-height: 2em;
    margin-top: 75px !important;
    transform: translateX(-600px);
}

.about .boxyit{
    width: 450px;
    float: left;
    height: 293px;
    margin-top: 75px;
    margin-left: 60px;
        overflow: hidden;
        transform: translateX(545px);
    }
.about .moe{
    width: 150px;
    height:40px;
    line-height: 40px;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    margin-top: 50px;
    position: absolute;
    left: 15%;
    bottom: 35px;
    background-color: #1c8c49;
        transform: translateY(90px);
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/

}
.about .moe:hover{
    background: #68D092;
}

.aboutwt{
    top: -15%;
    right: -5%;
    width: 12%;
}

/*.about .box .odds:nth-child(odd){
    top:-100px;
    opacity: 0;
}
.about .box .odds:nth-child(even){
    top:100px;
    opacity: 0;
}*/






/*新闻动态*/

 #news{
    width: 100%;
    height: 530px;
    position: relative;
    background-image: url(../images/bar_img.png);
    background-position: 685px 30px;
    /* background-repeat: no-repeat; */
    background-size: 13%;
}

.news .case_ins{
    height: 80px;
    top:25px;
}
.news .rgbas{
    background-image: url(../images/bor2.png);

}
.news  {
    /*height: 400px;*/
    height: 515px;
    position: relative;
}

.news .newgroup {
    /* width: 1400px; */
    width: 100%;
    height: 75%;
    /* height: 120px; */
    /* background-color: #125356; */
    /* margin: 40px auto 0px; */
    /* position: relative; */
    overflow: hidden;
     margin-top: 50px; 
    /* margin-right: -100%; */
    /* opacity: 0; */
    /* transform: scale(0.2); */
    /* transition: 1.5s; */
}

.news .moes {
    width: 150px;
    height: 35px;
    position: absolute;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #75be68;
    bottom: -80px;
    left: 50%;
    color: #75be68;
    margin-left: -100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
}

.news .moes:hover {
    background-color: #39c685;
    border: 1px solid #39c685;
    color: #fff;
}
/*工程案例*/


/*地图*/
#contactsy{
    width: 100%;
    height: 490px;
    /*background-color: #cdc196;*/

    background-color: #00870a;

}

.contactsy{
    width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
}



.con_tant{
    height: 150px;
        position: relative;
    top: 50px;
}

.con_tant span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
}

.con_tant .lf{
    background-size: 15%;
        top: 35px;
}
.telPhone{
     width: 280px;
    height: 100px;
    background-image: url(../images/telphone.png);
    background-position: left 0px center;
    padding-left: 85px;
}

.telPhone span{

}

.emailbox{
    width: 280px;
    height: 100px;
    background-image: url(../images/ealia.png);
    background-position: left 0px center;
    padding-left: 85px;
}
.emailbox .zx a{
    display: inline-block;
    float: left;
    width: 50px;
    height: 40px;
     margin-right: 25px;
}
.emailbox .zx .wb{
       background-image: url(../images/wb.png);
}
.emailbox .zx .wx{
       background-image: url(../images/wx.png);
}
.emailbox .zx .qq{
       background-image: url(../images/qq.png);
}

.addressbox{
    width: 370px;
    height: 135px;
    background-image: url(../images/address.png);
    background-position: left 30px;
    padding-left: 85px;
}

.address span{

}


/*留言*/
#messagebox{
    height: 270px;
    position: relative;
    width: 760px;
    float: left;
}


.messageBox{
    width: 100%;
    height: 100%;
    position: relative;
}

 .messageBox .text {
    width: 40%;
    height: 50px;

}
 .messageBox .text span {
    display: block;
    float: left;
    /*width: 25%;*/
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #f4bd00;
    /*font-size: 16px;*/
}
input::-webkit-input-placeholder{
    color: #fff;
}
 .messageBox .text input {
    width: 100%;
    /* height: 20px; */
    line-height: 50px;
    margin-bottom: 15px;
    background-color: #4aa26e;
    float: left;
     color: #fff; 
    font-size: 14px;
    box-sizing: border-box;
    text-indent: 10px;
    /* padding: 0 15px; */
    /* margin: 12px 0; */
    /* border: none; */
    border: 1px solid #99E4B7;
    /* background: none; */
    outline: none;
     text-indent: 10px;
    /*border-radius: 5px;*/
}
 .messageBox .textarea {
     width: 50%;
    /* margin-top: 5px; */
    position: absolute;
    /* right: 0px; */
    top: 0px;
    right: 0px;
}
 .messageBox .textarea span {
    /*font-size: 16px;*/
    color: #f4bd00;
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
 .messageBox .textarea textarea {

    width: 100%;
    height: 185px;
    outline: none;
     color: #fff; 
    font-size: 14px;
    resize: none;
    overflow: auto;
        background-color: #4aa26e;
    border: 1px solid #99E4B7;
    position: relative;

    text-indent: 10px;
}
textarea::-webkit-input-placeholder{
    color: #fff;
}
 .messageBox .button {
    width: 30%;
    height: 50px;
    position: absolute;
    left: 10%;
    bottom: 30%;
}
 .messageBox .button input {
    width: 100%;
    height: 100%;
    background: #4aa26e;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    /*border-radius: 5px;*/
}
 .messageBox .button:hover input{
    background-color: #73BF92;
 }






.contactsy .code{
width: 185px;
    margin-left: 50px;
    float: left;
    position: relative;


}
.contactsy .code img{
    width: 100%;
}

.martop{
top: 100px;
}

/*footer部*/
#footer{
    width: 100%;
    height:45px;
    background-color: #025d08;

}

#footer   .copy{
    text-align: center;
}

#footer   .copy p{
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}

#footer   .copy p a{
    color: #fff;
}




