ul,
li {
	list-style: none;
}
a:hover{ text-decoration: none;}


.logo {
	float: left;
}

.logo img {
	width: 112px;
	height: auto;
	margin: 6px 0;
}

.carousel-control {
	font-size: 80px !important;
}
.pic{
	width: 100%;
	height: auto;
}


/* icon */
.fright {
    width: 100%;
    height: auto;
    margin: 68px 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fright li {
    width: 32.333%;
    padding: 0 42px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.fright li:nth-of-type(3) {
    border-right: none;
}

.fright li h2 {
    font-size: 48px;
    color: #4a4a4a;
    font-weight: 600;
}
.fright li h2 span{
	font-size: 20px !important;
	font-weight: normal !important;
}
.fright li p{
	height: 48px;
	line-height: 24px;
	color: #666;
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; 
}

.syabout {
	width: 100%;
	height: auto;
	background: url(../image/bg.jpg) center center;
	padding: 100px 0;
	display: inline-block;
}

.abbox {
	width: 100%;
	height: auto;
	background: #fff;
	display: inline-block;
}

.abzi {
	padding: 40px 30px 20px;
}

.abzi p {
	line-height: 28px;
	text-align: justify;
}

.more {
	background: #fa9403;
	color: #fff;
	padding: 8px 42px;
	margin-top: 4px;
	display: inline-block;
}

.abm.more:hover {
	color: #fff !important;
	text-decoration: none;
	background: #fa9403;
}

.ablist img {
	width: 100%;
	height: auto;
}

.aboutright {
	text-align: right;
	margin-right: 100px;
}

.aboutright ul {
	margin: 30px 0 0;
}

.aboutright li {
	margin: 0 0 15px;
}

.aboutright li a {
	background: #777 !important;
	color: #fff;
}

.aboutright li a:hover {
	background: #fa9403 !important;
}

.product {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 60px 0 0;
}

/* 产品中心 */
.pjj {
	width: 70%;
	margin: 15px auto 26px;
	text-align: center;
	color: #666;
}
.syplist{
	width: 100%;
    height: auto;
    margin: 0 auto 18px;
    display: inline-block;
	/* display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between; */
}
.syplist li{
	width: 18%;
    float: left;
    margin-bottom: 12px;
    margin-right: 2%;
    text-align: center;
}
.syplist li a{
	background: #777;
    color: #fff;
    /* padding: 8px 24px; */
    border-radius: 20px;
    width: 100%;
    line-height: 32px;
    display: block;
}
.syplist li:hover a {
	background: #fa9403;
}
.probox{
	width: 100%;
	height: auto;
	display: inline-block;
}
.prolist{
	width: 100%;
	height: auto;
	border: 3px solid #f3f3f3;
	margin-bottom: 38px;
}
.prolist img{
	width: 100%;
	display: block;	
}
.prolist:hover{
	border: 3px solid #188bca;
}
.prolist p{
	font-size: 16px;
	margin: 15px 0;
}
.pmore{
	width: 100%;
	height: auto;
	background:#fa9403;
	text-align: center;
	padding: 36px 0;
}
.pmore a{
	border: 3px solid rgba(255, 255, 255, .3);
	padding: 12px 42px;
	color: #fff;
	text-decoration: none !important;
}
.pmore:hover a {
	border: 3px solid rgba(255, 255, 255, 63);
	padding: 12px 42px;
	color: #fff;
	background: #fa9403;
}

/* sy-应用 */
.syyy{
	width: 100%;
	display: inline-block;
	background: #f5f5f5;
	padding: 50px 0 30px;
	margin-bottom: 50px;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin: 20px 0 50px;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;

}

.nbs-flexisel-item {
	float: left;
	margin: 0 14px 0 -10px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	/*max-width:100px;
	max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
	margin-top: -42px;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../image/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../image/button-next.png) no-repeat;
}

a.cm-overlay {
	text-decoration: none;
	overflow: hidden;
	display: block;
}

.gimg:hover {
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.5s;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.5s;
	overflow: hidden;
}
.agile-gallery-info h5{
	font-size: 18px;
	font-weight: 600;
}

.w3_tab_img_left .agile-gallery-info p {
	margin: 20px auto;
	height: 40px;
	line-height: 20px;
	width: 90%;
	font-size: 12px;
}

.w3_tab_img_left:hover .agile-gallery-info p {
	color: #ef7b00;
	margin-top: 20px;
}


/* 新闻中心 */
.news-img{margin-top:22px; margin-bottom:30px;}
.news-img img{ width: 100%; height: auto;}
.news h1{font-size:35px; text-align: center; margin:70px 0 0 0;}
.news h4{text-align: center; color: #444;}
.news ul{margin-top:20px; padding-left: 0;}
.news li {
	list-style: none;
	margin: 0;
	border-bottom: rgb(151, 151, 151) 1px dashed;
	padding: 4px 0 12px;
}
.news li h2{font-size: 20px;}
.news li h2 span{font-size:16px; margin-right:6px;}
.news li h2 a{color: #111;}
.news li a:hover{color:#fa9403; text-decoration: none;}
.news li p{color:#555; margin-top:10px; text-indent: 2em;}
.par0{ padding-right: 0;}
.nerbtn{ float: right;}
.pagination{ margin: 45px 0 0;}

footer{
	margin: 40px 0 0;
	background: url(../image/footbg.jpg) center center no-repeat;
	padding: 58px 0 30px;
}
footer ul{
	margin-bottom: 25px;
	padding-left: 0;
	display: inline-block;
}
footer ul li{
	float: left;
	color: #ddd;
}
footer ul li a{
	color: #fff;
	margin: 0 12px;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.flink{
	color: #f5f5f5;
	margin-left: 14px;
}
.left{
	color: #fff;
	float: left;
}
.left h3{
	margin: 0 0 15px;
}
.left h3 i{
	background: #fff;
	color: #fa9403;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin-right: 8px;
}
.right{
	float: right;
	color: #fff;
}
.right img{
	width: 100px;
	height: auto;
	margin-bottom: 5px;
}

/*ny-关于我们*/
.position {
	height: 50px;
	line-height: 50px;
	/*z-index: 9;*/
	position: relative;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	background: #555;
}

.position .poleft {
	font-size: 22px;
	float: left;
}

.position .poright {
	font-size: 14px;
	float: right;
	color: #fff;
}
.position .poright b{
	font-weight: normal;
}
.nybox{
	padding: 50px 0 0;
}
.nybox .navleft ul{
	padding:0 0 20px;
	background: #f5f5f5;
}
.nybox .navleft ul li{
	line-height: 52px;
	text-align: center;
	border-bottom: 1px dashed #c3c3c3;
	margin: 0 15px;
}
.nybox .navleft ul li a{
	color: #333;
	font-size: 16px;	
}
.nybox .navleft ul li a:hover{
	color: #fa9403;
	font-size: 16px;	
}

.nybox .navleft h3{
	margin: 0;
	background: #fa9403;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
.nybox p{
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}
.nybox h4{
	color: #fa9403;
	padding-bottom: 10px;
	background: url(../images/nytitx.png) bottom left no-repeat;
}
.rightcon img{
	margin-bottom: 30px;
}
.wenh{
	margin-bottom: 10px;
}
.wlist{
	line-height: 24px;
}
/*ny-企业荣誉*/
.rybox{
	border: 1px solid #ddd;
	width: 97%;
	margin: 0 1.5% 15px;
	text-align: center;
	padding: 0;
}
.rybox p{
	line-height: 36px;
	margin: 0;
	text-align: center;
	text-indent: 0;
}
.rybox:hover{
	border: 1px solid #fa9403;
}
.rybox img{
	margin-bottom: 0;
}
.pagination>.active>a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fa9403 !important;
    border-color: #fa9403 !important;
}
.cfsb{
	margin-top: 30px;
}

/*ny-在线留言*/
.rightcon form {
    width: 86%;
    margin:0 auto;
}
.rightcon form input[type="text"],.link form input[type="email"]{
    background: #FFF;
    padding:5px 12px;
    font-size: 12px;
    color: #fff;
    outline: none;
    width: 46%;
    display: inline-block;
    margin-bottom: 5px;
}
.rightcon form input[type="text"]{
    margin-right: 5%;	
}
.rightcon textarea{
    background: #FFF;
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    outline: none;
    width: 100%;
    height: 120px;
}
.rightcon form input[type="submit"] {
    background: #fa9403;
    padding: 5px 0;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    width: 21%;
    text-transform: uppercase;
    margin: 0 auto;
 }
 /*ny-新闻中心*/
.newslist ul,li{
	list-style: none;
}
.newslist li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
}
.newslist li:hover{
	border: 1px solid #fa9403;
}
.nynr p{
	text-indent: 2em;
	text-align: justify;
	line-height: 28px;
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}
.gybg{
	border: 1px solid #ddd;
	padding: 5px;
	box-shadow:2px 2px 3px #ddd;
}
.cfsb{
	margin-top: 50px;
	background: url(../images/aboutbg.jpg);
}
.cftu{
	background: #fff;
    display: block;
    z-index: 99999999;
    position: relative;
    padding: 30px 15px;
    height: 200px;
}
.tuij{
	line-height: 36px;
}
.tuij a{
	color: #333;
}

.zpzw-nr-h{
	border: 1px solid #ddd;
	padding: 15px 25px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #ddd;
}
.linian{
	background: url(../images/ygfl_bg.jpg) center center no-repeat;
	min-height: 560px;
	margin-top: 50px;
}
.linian b{
	color: #fff;
}
.linian p{
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}

/* nyproshow */
.tz-gallery {
    padding: 15px !important;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 18px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
    height: 42px;
    overflow: hidden;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.pagebox{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .pageleft .active{
    background: #555;
    border: 1px solid #555;
  }
  .pageleft .active a{
    color: #fff;
  }
  .pageleft li{
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #666;
    margin: 0 2px;
    border-radius: 3px;
  }
  .pageleft li a{
    color: #444;
  }
  .pageleft li a i{
    font-size: 20px;
  }
  .pageleft,.pageright{
    float: left;
  }
  .pageright {
    line-height: 36px;
  }
  .pageright span{
    display: inline-block;
    margin: 0 5px;
  }
  .pageright span input{
    background: #f4f4f4;
    border: 1px solid #666;
    line-height: 20px !important;
    margin: 8px 3px;
    padding: 0 12px;
  }
  .pageright button{
    background: #f4f4f4;
    border: 1px solid #666;
    line-height: 20px !important;
    margin:8px 3px;
    padding: 0 12px;
  }
  .linkbox{
      width: 100%;
      margin: 50px 0;
      display: inline-block;
      height: auto;
  }
  .nyableft{
    padding-right: 50px;
    padding-bottom: 80px;
  }
  .nyableft h4{
    font-size: 28px;
    margin-bottom: 26px;
  }
  .nyableft h5{
    font-size: 20px !important;
    margin-bottom: 15px;
  }
  .nyableft p{
    line-height: 24px;
    text-align: justify;
  }

  /* ny-product */
  
.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #eee;
	border: 5px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
.page {
		max-width: 800px;
		margin: 0 auto;
		background: #fff;
		color: #555;
	}
	
/* nyproshow */

/* ny-hangye */
.hybox{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.hybox img{
	margin: 0;
}
.nylinb h3{
	margin-bottom: 20px;
}
.nylinb p b{
	font-size: 20px;
}

/* ny-shebei */
.lightbox img{
	margin-bottom: 0;
}
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
/* ny-shebei-end */
.xmhover p{ text-indent: 0; text-align: center; line-height: 42px; color: #333;}
.pcanshu img{ max-width: 100%; height: auto;max-width: 100%; height: auto; display: block; margin: 0 auto;}
.pcanshu h4{ width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid #fa9403;
    background: #555;
    margin: 20px 0 15px;
    padding: 0;
	line-height: 42px;
	letter-spacing: 2px;
	color: #fff;
}
.jistu img{ max-width: 100%; }
.flink span{ display: block; background: none !important; width: 100%; color: #fff !important;}

@media screen and (max-width: 678px){
	html,body{ overflow-x: hidden;}
	.logo{ margin-left: 20px;}
	.logo img{ width: 60px; height: auto;}
	.fright li{ width: 100%; height: auto; border: none;}
	.aboutright{ display: none;}
	.syabout{ padding: 20px 0;}
	.pjj{ display: none;}
	.syplist{ margin: 0; padding: 0;}
	.syplist li{ width: 30%; float: left; text-align: center;}
	.syplist li a{ margin-bottom: 10px; display: block; padding: 5px 10px;}
	.left{ display: none;}
	.right{ display: none;}
	.newslist UL{ padding: 0;}
}