.eq-container,.events-main,.newsd-main,.pro-main,.prod-top,.support-top,.about-main{max-width: 1280px;margin: 5% auto;padding: 0 9%;}

.info-title h1{padding-bottom: 15px;border-bottom: 1px solid #cccccc;color: #572424;font-size: 24px;margin-bottom: 4%;}
.info-edit h1{font-size: 22px;color: #572424;}
.info-edit p{font-size: 15px;line-height: 30px;color: #666;}
.info-edit p img{display: inline-block;width: auto !important;max-width: 100%;}
.flex-box{display: flex;justify-content: space-between;}
.flex-box P{display: inline-block;width: 47.5%;}
.flex-box P img{ display: inline-block; width: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.info-edit h2{font-size: 22px;font-weight: normal;color: #572424;}
.flex-box P img:hover{ transform:scale(1.03) ; -webkit-transform:scale(1.03) ; -moz-transform:scale(1.03) ; -ms-transform:scale(1.03) ; -o-transform:scale(1.03) ; }

@media(max-width:1600px){
    .info-title h1{font-size: 22px;}
    .info-edit h2,.info-edit h1{font-size: 20px;}
}
@media(max-width:1500px){
    .info-title h1{font-size: 20px;}
    .info-edit p{font-size: 14px;line-height: 28px;}
    .info-edit h2,.info-edit h1{font-size: 18px;}
}
@media(max-width:1400px){
    .info-title h1{font-size: 18px;padding-bottom: 12px;}
    .info-edit h2,.info-edit h1{font-size: 16px;}
}
@media(max-width:1300px){
    .info-title h1{font-size: 17px;}
    .info-edit p{font-size: 13px;line-height: 26px;}
    .info-edit h2,.info-edit h1{font-size: 15px;}
}
@media(max-width:1200px){
    .eq-main{margin: 8% auto;}
    .eq-container,.events-main,.newsd-main,.pro-main,.prod-top,.support-top,.about-main{padding: 0 6%;}
    .info-title h1{font-size: 16px;padding-bottom: 10px;}
    .info-edit p{font-size: 12px;line-height: 24px;}
    .info-edit h2,.info-edit h1{font-size: 14px;}
}
@media(max-width:960px){
    .info-title h1{font-size: 15px;}
}
@media(max-width:760px){
    .eq-container,.events-main,.newsd-main,.pro-main,.prod-top,.support-top,.about-main{margin: 6% 0 12%;}
.info-edit div{width:100% !important;}
.info-edit img{margin-bottom:5%;}
}





.events-main ul li{ background: #f6f6f6; padding: 2.5%; display: flex; flex-wrap: wrap; margin-bottom: 3%; justify-content: space-between; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.events-main ul li:nth-child(even){flex-direction: row-reverse;}
.events-main ul li .list-left{display: inline-block;width: 300px;}
.events-main ul li .list-img{display: inline-block;width: 100%;padding-bottom: 66.6%;position: relative;} 
.events-main ul li .list-img a{display: inline-block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.events-main ul li .list-img a img{ display: inline-block; width: 100%; height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.events-main ul li .list-img:hover a img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.events-main ul li .list-right{width: calc(95% - 300px);}
.events-main ul li .list-txt{padding: 2% 5% 0 2%;}
.events-main ul li .list-txt span{font-size: 20px;color: #999;}
.events-main ul li .list-txt h1 a{display: block;font-size: 18px;color: #333;font-weight: normal;margin: 2% 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.events-main ul li .list-txt p{font-size: 15px;line-height: 30px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.events-main ul li:hover .list-txt h1 a{color: #572424;}
.events-main ul li:hover{background: #fff;box-shadow: 0 0 30px rgba(0, 0, 0, .15);}
.events-main ul li:hover .list-img a img{ transform:scale(1.2) ; -webkit-transform:scale(1.2) ; -moz-transform:scale(1.2) ; -ms-transform:scale(1.2) ; -o-transform:scale(1.2) ; }
@media(max-width:1600px){
    .events-main ul li .list-txt span{font-size: 19px;}
    .events-main ul li .list-txt h1 a{font-size: 17px;}
    .events-main ul li .list-txt p{font-size: 14px;line-height: 28px;}
    .events-main ul li .list-left{width: 280px;}
    .events-main ul li .list-right{width:calc(95% - 280px);}
}
@media(max-width:1400px){
    .events-main ul li .list-txt span{font-size: 18px;}
    .events-main ul li .list-txt h1 a{font-size: 16px;}
    .events-main ul li .list-txt p{font-size: 13px;line-height: 26px;}
    .events-main ul li .list-left{width: 260px;}
    .events-main ul li .list-right{width:calc(95% - 260px);}
}
@media(max-width:1200px){
    .events-main ul li .list-txt span{font-size: 16px;}
    .events-main ul li .list-txt h1 a{font-size: 14px;}
    .events-main ul li .list-txt p{font-size: 12px;line-height: 24px;}
    .events-main ul li .list-left{width: 240px;}
    .events-main ul li .list-right{width:calc(95% - 240px);}
}
@media(max-width:960px){
    .events-main ul li .list-txt span{font-size: 15px;}
    .events-main ul li .list-txt h1 a{font-size: 13px;}
    .events-main ul li .list-left{width: 210px;}
    .events-main ul li .list-right{width:calc(95% - 210px);}
}
@media(max-width:760px){
    .events-main ul li .list-txt h1 a{margin: 10px 0;}
    .events-main ul li .list-left{width: 180px;}
    .events-main ul li .list-right{width:calc(95% - 180px);}
}
@media(max-width:580px){
    .events-main ul li{margin-bottom: 20px;padding: 15px;}
    .events-main ul li .list-left{width: 100%;}
    .events-main ul li .list-right{width: 100%;}
    .events-main ul li .list-txt{padding: 4%;}
}

.newsd-container{
    
}
.newsd-container>h1{
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.8%;
}
.newsd-container>p{
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-bottom: 2%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 2%;
}
.newsd-text{
    padding-bottom: 4%;
    margin-bottom: 2%;
    border-bottom: 1px dashed #ddd;
}
.newsd-text img{
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.newsd-text p{font-size: 14px;line-height: 28px;color: #666;}
.newsd-share{
    height: 30px;
    margin-bottom: 2%;
}
.newsd-other{
position: relative;
}
.newsd-other ul{
    display: inline-block;
}
    .newsd-other ul li{
        display: block;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .newsd-other ul li a{ 
        color: #333;
    }
    .newsd-other ul li a:hover{ 
       color: #572424;
    }
    .newsd-other>a{
        position: absolute;
        right: 0%;
        font-size: 14px;
        padding: 8px 40px;
        border: 1px solid #572424;
        color: #572424;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}
    .newsd-other>a:hover{
        background: #572424;
        color: white;
    }

@media(max-width:1400px){
    .newsd-container>h1{font-size: 22px;}
    .newsd-container>p{font-size: 13px;}
    .newsd-other ul li{font-size: 15px;}
    .newsd-other>a{font-size: 13px;padding: 6px 35px;}
}
@media(max-width:1200px){
    .newsd-container>h1{font-size: 20px;}
    .newsd-container>p{font-size: 12px;}
    .newsd-container>p{margin-bottom: 4.5%;}
    .newsd-text{padding-bottom: 5%;margin-bottom: 30px;}
    .newsd-other ul li{font-size: 14px;}
}
@media(max-width:960px){
    .newsd-container>h1{font-size: 18px;}
    .newsd-other ul li{font-size: 13px;}
}

@media(max-width:760px){
    .newsd-container>h1 {margin-bottom: 10px;font-size: 16px;}
    .newsd-container>h1 {margin-bottom: 10px;font-size: 14px;}
    .newsd-other ul li{font-size: 12px;}
    .newsd-container>p{margin-bottom: 30px;}
    .newsd-other>a{position: static;margin-top: 20px;display: inline-block;}
    .newsd-other ul{width: 100%;}
    .newsd-text{padding-bottom: 30px;}
    .newsd-other>a{font-size: 12px;padding: 5px 30px;}
}




.hide{display: none;}
.pro-main ul{}
.pro-main ul li{display: inline-block; width: 48.43%;margin-bottom: 4%;margin-right: 2.75%;}
.pro-main ul li:nth-child(even){margin-right: 0 !important;}
.pro-main ul li .list-img{display: inline-block;width: 100%;padding-bottom: 66.6%;position: relative;}
.pro-main ul li .list-img a{display: inline-block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.pro-main ul li .list-img a img{ display: inline-block; width: 100%; height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.pro-main ul li .list-txt h1 a{display: block;font-size: 17px;font-weight: normal;color: #333;margin: 16px 3% 16px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pro-main ul li .list-txt span{font-size: 14px;color: #999;}
.pro-main ul li:hover .list-img a img{ transform:scale(1.08) ; -webkit-transform:scale(1.08) ; -moz-transform:scale(1.08) ; -ms-transform:scale(1.08) ; -o-transform:scale(1.08) ; }
.pro-main ul li:hover .list-txt h1 a{color: #572424;}
.list-other{text-align: center;cursor:pointer;}
.list-other{text-align: center;font-size: 16px;color: #999999;padding-bottom: 21px;background:url(../image/icon_arrow_down_hover.png) center bottom no-repeat;}
.list-other:hover,.list-other:focus{color: #999;background:url(../image/icon_arrow_down_hover.png) center bottom no-repeat;}
.list-other.opened{background:url(../image/icon_arrow_up_hover.png) center bottom no-repeat;}
.list-other.opened:hover,.list-other.opened:focus{background:url(../image/icon_arrow_up_hover.png) center bottom no-repeat;}
@media(max-width:1600px){
    .pro-main ul li .list-txt h1 a{font-size: 16px;}
}
@media(max-width:1400px){
    .pro-main ul li .list-txt h1 a{font-size: 15px;margin: 12px 5% 12px 0;}
    .pro-main ul li .list-txt span{font-size: 13px;}
}
@media(max-width:1300px){
    .pro-main ul li{margin-right: 2.6%;}
}
@media(max-width:1200px){
    .pro-main ul li .list-txt h1 a{font-size: 14px;margin: 10px 8% 10px 0;}
    .list-other{text-align: center;font-size: 14px;}
    .pro-main ul li .list-txt span{font-size: 12px;}
}
@media(max-width:960px){
    .pro-main ul li{margin-right: 2.5%;}
}
@media(max-width:760px){
    .pro-main ul li{width: 100%;margin-right: 0 !important;margin-bottom: 30px;}
}


.prod-top .pro-top01{position: relative;padding-bottom: 10%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.prod-left{display: inline-block;width: 53.125%;}
.prod-left .row{position: relative;}
.prod-left .row  .owl-item .item{display: inline-block;width: 100%;position: relative;padding-bottom: 66.6%;}
.prod-left .row .item a{display: inline-block; width: 100%; height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}
.prod-left .row .item a>img{display: inline-block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;} 
.prod-left .row .owl-nav .owl-prev,.prod-left .row .owl-nav .owl-next{
    width: 50px;height: 50px;position: absolute;top: 44.5%;background: url(../image/about-arrow.png) no-repeat center center;background-size: 13px;display: block !important;}
.prod-left .row .owl-nav .owl-prev{left: 10px;}
.prod-left .row .owl-nav .owl-next{ right: 10px; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.prod-left .row .owl-nav .owl-prev:hover{background: url(../image/about-arrow-hover.png) no-repeat center center;background-size: 13px;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg)-ms-transform: rotate(180deg);-o-transform: rotate(180deg);}
.prod-left .row .owl-nav .owl-next:hover{background: url(../image/about-arrow-hover.png) no-repeat center center;background-size: 13px;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}

.prod-left .owl-theme .owl-controls .owl-dots {position: absolute;bottom:3%;width: 100%;}
.prod-left .owl-theme .owl-controls .owl-dots{color:#fff;font-size:14px;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;width: calc(100% - 14px);border-radius: 100%;
      text-align: center;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;text-align: center;}
.prod-left .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.prod-left .owl-theme .owl-dots .owl-dot span{ width:8px;height:8px;margin:5px 7px;border: 1px solid #572424;display:block;
    -webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;}
.prod-left .owl-theme .owl-dots .owl-dot.active span,.prod-left .owl-theme .owl-dots .owl-dot:hover span{background:#572424;}

.prod-right{ display: inline-block;width: 37.5%;padding-right: 3.6%;}
.prod-right h1{font-size: 22px;color: #572424;font-weight: normal;padding-bottom: 15%;position: relative;}
.prod-right table tr{display: flex;justify-content: space-between;}
.prod-right table tr td{font-size: 14px; color: #999;margin-bottom: 20px;display: inline-block; width: 120px;}
.prod-right table tr td:nth-child(2){color: #666;display: inline-block;margin-left:14px;margin-left: 20px;width: calc(100% - 120px);}
.prod-right .back{margin-top: 15%;}
.prod-right .back a{font-size: 14px; display: inline-block; border: 1px solid #572424;color: #572424; padding: 10px 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.prod-right .prod-page{margin-top: 10%;}
.prod-right .prod-page p{font-size: 14px; color: #666;margin-bottom: 5px;}
.prod-right .prod-page p:last-child{margin-bottom: 0;}
.prod-right .prod-page p a{font-size: 14px; color: #333;}
.prod-right .prod-page p a:hover{color: #572424;}

.prod-detail{}
.prod-detail .prod-detail-title{ border-bottom: 2px solid #cccccc;margin-bottom: 3.5%;position: relative;}
.prod-detail .prod-detail-title h1{display: inline-block;font-size: 26px;color: #572424;position: relative;padding-bottom: 10px;}
.prod-detail .prod-detail-title h1:after{content: ""; position: absolute;left: 0;bottom: -2px;width: 100%;height: 2px;background: #572424;}
.prod-edit img{display: inline-block;width: auto !important;height: auto !important;max-width: 100% !important;}
.prod-detail ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.prod-detail ul li{display: inline-block;width: 41%;margin-bottom: 4%;}
.prod-detail h1{font-size: 22px;color: #333;}
.prod-detail p{font-size: 15px;line-height: 28px;color: #666;}


.prod-bottom{padding: 4% 0;background: #e0e0e0;}
.prod-bottom-container{max-width: 1280px;margin: 0 auto;padding: 0 6%;}
.prod-bottom .bottom-title{margin-bottom: 3%;}
.prod-bottom .bottom-title h1{font-size: 22px;line-height: 22px; color: #333333;margin-bottom: 10px;}
.prod-bottom .bottom-title p{font-size: 15px;line-height: 28px;color: #666666;}
.prod-bottom form .inp{font-size: 14px;color: #333;font-family: sans-serif; height: 45px;line-height: 45px;background: #fff; display: inline-block;padding: 0 10px;width: calc(100% - 20px);outline: none;border: none;}
.prod-bottom form .inp::-webkit-input-placeholder { 
    color: #999;
}
.prod-bottom form .inp:-moz-placeholder { 
    color: #999;
}
.prod-bottom form .inp::-moz-placeholder { 
    color: #999;
}
.prod-bottom form .inp:-ms-input-placeholder { 
    color: #999;
}
.prod-bottom form ul li textarea{padding-bottom: 6% !important;background: #ffffff !important;height: auto !important;line-height: 26px !important;padding-top: 10px !important;border: none !important;}
.prod-bottom form ul li{margin-bottom: 20px;display: flex;}
.prod-bottom form ul li .submit{ display: flex; align-items: center; background: #572424; font-size: 14px; color: #fff; padding: 10px 40px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.prod-bottom form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.prod-bottom form ul li{width: 32.2%;}
.prod-bottom form ul li:nth-last-child(1){width: 100%;}
.prod-bottom form ul li:nth-last-child(2){width: 100%;}


@media(max-width:1600px){
    .prod-right h1,.prod-detail h1{font-size: 20px;}
    .prod-bottom .bottom-title h1{font-size: 20px;line-height: 20px;}
    .prod-detail .prod-detail-title h1{font-size: 24px;}
}
@media(max-width:1500px){
    .prod-right h1,.prod-detail h1{font-size: 19px;}
    .prod-bottom .bottom-title h1{font-size: 19px;line-height: 19px;}
    .prod-detail p,.prod-bottom .bottom-title p{font-size: 14px;line-height: 26px;}
    .prod-detail .prod-detail-title h1{font-size: 23px;}
    .prod-right .prod-page p a{font-size: 13px;}
    .prod-right table tr td{margin-bottom: 15px;}
}
@media(max-width:1400px){
    .prod-detail .prod-detail-title h1{font-size: 22px;}
    .prod-right h1,.prod-detail h1{font-size: 18px;}
    .prod-bottom .bottom-title h1{font-size: 18px;line-height: 18px;}
    .prod-right table tr td,.prod-bottom form ul li .submit{font-size: 13px;}
    .prod-detail p,.prod-bottom .bottom-title p{font-size: 13px;line-height: 24px;}
}
@media(max-width:1300px){
    .prod-detail .prod-detail-title h1{font-size: 20px;}
    .prod-right h1,.prod-detail h1{font-size: 17px;}
    .prod-bottom .bottom-title h1{font-size: 17px;line-height: 17px;}
    .prod-right table tr td{margin-bottom: 10px;}
    .prod-bottom form .inp{line-height: 40px;height: 40px;font-size: 13px;}
}
@media(max-width:1200px){
    .prod-detail .prod-detail-title h1{font-size: 18px;}
    .prod-bottom-container{padding: 0 3%;}
    .prod-right table tr td,.prod-bottom form ul li .submit{font-size: 12px;}
    .prod-right h1, .prod-detail h1{font-size: 16px;}
    .prod-bottom .bottom-title h1{font-size: 16px;line-height: 16px;}
    .prod-detail p,.prod-bottom .bottom-title p{font-size: 12px;line-height: 22px;}
    .prod-bottom form .inp{line-height: 35px;height: 35px;font-size: 12px;}
    .prod-bottom form ul li .submit{padding: 8px 30px;}
}
@media(max-width:960px){
    .prod-bottom .bottom-title{margin-bottom: 25px;}
    .prod-detail .prod-detail-title h1{font-size: 16px;}
    .prod-right h1, .prod-detail h1{font-size: 14px;}
    .prod-bottom .bottom-title h1{font-size: 14px;line-height: 14px;}
    .prod-bottom{padding: 8% 0;}
}
@media(max-width:760px){
    .prod-top .pro-top01{padding-bottom: 12%;}
    .prod-left{width: 100%;}
    .prod-right{width: 100%;padding-right: 0;margin-top: 30px;}
    .prod-right h1{padding-bottom: 30px;}
    .prod-right .prod-page{margin-top: 30px;}
    .prod-detail ul li{width: 100%;margin-bottom: 40px;}
    .prod-bottom form ul li{width: 100%;margin-bottom: 15px;}
	.prod-edit div{width: 100% !important;}
.prod-edit img{margin-bottom:5%;}
}
@media(max-width:580px){
    
}




.about-title h1{font-size: 22px;color: #572424;margin-bottom: 30px;}
.about-bottom .about-bottom-container>ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 8%;}
.about-bottom ul li{display: inline-block;width: 50%;}
.about-bottom .prod-bottom{background: none;padding: 0 6.4% 0 0 ;}
.about-bottom .prod-bottom form ul li{width: 100%;}
.about-bottom .prod-bottom-container{padding: 0;}
.about-bottom .prod-bottom form .inp{background: #f0f0f0 !important;}
.about-bottom .prod-bottom form ul li textarea{padding-bottom: 10% !important;}
.about-bottom-container>ul .list-txt{padding-right: 20%;}
.about-bottom-container>ul .list-txt p{display: flex;}
.about-bottom-container>ul .list-txt p span{font-size: 14px;line-height: 30px;color: #666;}
.about-bottom-container>ul .list-txt p span:nth-child(1){display: inline-block; margin-right: 5px;}
.about-bottom-container>ul .list-txt p:nth-child(1) span:nth-child(1){ width: 40px;}
.about-bottom-container>ul .list-txt p:nth-child(1) span:nth-child(2){width: calc(100% - 40px);}

@media(max-width:1600px){
    .about-title h1{font-size: 20px;margin-bottom: 28px;}
}
@media(max-width:1500px){
    .about-title h1{font-size: 18px;margin-bottom: 25px;}
    .about-bottom-container>ul .list-txt p span{font-size: 13px;line-height: 28px;}
}
@media(max-width:1400px){
    .about-title h1{font-size: 16px;margin-bottom: 22px;}
}
@media(max-width:1300px){
    .about-title h1{font-size: 15px;margin-bottom: 20px;}
    .about-bottom-container>ul .list-txt p span{font-size: 12px;line-height: 26px;}
    .about-bottom-container>ul .list-txt p:nth-child(1) span:nth-child(1){ width: 35px;}
    .about-bottom-container>ul .list-txt p:nth-child(1) span:nth-child(2){width: calc(100% - 35px);}
}
@media(max-width:1200px){
    .about-title h1{font-size: 14px;}
}
@media(max-width:960px){
    .about-bottom ul li{width: 100%;}
    .about-bottom .about-bottom-container>ul>li:nth-child(1){margin-bottom: 30px;}
    .about-bottom-container>ul .list-txt{padding-right: 0;}
    .about-bottom .prod-bottom{padding: 0;}
}
@media(max-width:760px){
    .about-bottom .about-bottom-container>ul{margin-top: 12%;}
}