*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #6a6a6a;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #6a6a6a;
}
a:hover{
	color: #00a2e9;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.head{
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: relative;
}
.logo{
	display: block;
	width: 386px;
	height: 90px;
	background: url(../img/logo.png) no-repeat center;
}
.head .tell{
	background: url(../img/phone.png) no-repeat left center;
	padding-left: 46px;
	margin-right: 100px;
}
.head .tell span{
	display: block;
	font-size: 13px;
	color: #9d9d9d;
}
.head .tell p{
	font-size: 28px;
	color: #ff7c06;
	font-weight: bold;
}
.swich{
	position: absolute;
	right: 0;
	top: 20px;
	flex-direction: column;
}
.swich a{
	color: #fff;
	line-height: 26px;
	padding: 0 15px;
	margin-bottom: 5px;
	background: #ff7c06;
	font-size: 13px;
	text-align: center;
}

.search{
	position: absolute;
	right: 400px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.search input{
	width: 200px;
	line-height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	outline: none;
	padding: 0 10px;
}
.search button{
	line-height: 40px;
	width: 60px;
	border: 1px solid #ddd;
	border-left: 0;
	cursor: pointer;
}
.allresult{
	display: block;
	width: 145px;
	line-height: 40px;
	background: #ff7c06;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.result li{
	line-height: 45px;
	border-bottom: 1px dashed #ddd;
}



.nav {
	height: 46px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	background: #fff;
	width: 100%;
}
.nav.min{
	position: fixed;
	top: 0;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.nav li{
	float: left;
	margin: 0 10px;
	position: relative;
}
.nav li a.one{
	display: block;
	width: 99px;
	line-height: 46px;
	font-size: 15px;
	color: #1c1b19;
	text-align: center;
}
.nav li ul{
	opacity: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 60px;
	width: 160px;
	left: -30px;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	background: #fff;
	border-radius: 2px;
}
.nav li ul li{
	margin: 0;
	width: 160px;
	line-height: 35px;
}
.nav li ul li a{
	display: block;
}
.nav li:hover a.one,.nav li.active a.one{
	background: #DCDDDD;
	color: #ff7c06 !important;
}
.nav:hover{
	overflow: visible !important;
}
.nav li:hover ul{
	opacity: 1;
	top: 46px;
}

.nav .sub27{ display:none;}

.banner{width:100%; height:560px; overflow:hidden; position:relative;}
.banner .hd{height:12px; overflow:hidden; position:absolute;bottom:22px; z-index:1;width: 100%}
.banner .hd ul{overflow:hidden; zoom:1;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;}
.banner .hd ul li{margin: 0 6px;  width:12px; height:12px;cursor:pointer;border-radius: 100%; box-sizing: border-box;position: relative;}
.banner .hd ul li::before{content: " ";display: block;width: 8px;height: 8px;border-radius: 100%;position: absolute;left: 50%;margin-left: -4px;top: 50%;margin-top: -4px;background: #fff;}
.banner .hd ul li.on{border: 1px solid #fff;}
.banner .hd ul li.on::before{width: 6px;height: 6px;margin-top: -3px;margin-left: -3px;}
.banner .bd{position:relative; height:100%; z-index:0;}
.banner .bd li{zoom:1; vertical-align:middle;width:100%; height:560px;}

.about{
	margin-top: 80px;
}
.abtit{
	display: block;
	margin: 0 auto;
}
.abinfo{
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}
.abinfo p{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-indent: 2em;
}
.about .tab{
	justify-content: space-around;
	margin-top: 60px;
}
.about .tab span{
	display: block;
	width: 120px;
	text-align: center;
	font-size: 18px;
	color: #555555;
	padding-top: 110px;
	position: relative;
}
.about .tab span::before{
	content: " ";
	display: block;
	width: 93px;
	height: 93px;
	border: 1px solid rgba(0,162,233,.3);
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -47px;
	transition: .3s ease-out;
}
.about .tab span:first-child::before{
	background: url(../img/abbg.png) no-repeat -98px 1px;
}
.about .tab span:first-child+span::before{
	background: url(../img/abbg.png) no-repeat -325px 1px;
}
.about .tab span:first-child+span+span::before{
	background: url(../img/abbg.png) no-repeat -552px 1px;
}
.about .tab span:first-child+span+span+span::before{
	background: url(../img/abbg.png) no-repeat -780px 1px;
}
.about .tab span:first-child+span+span+span+span::before{
	background: url(../img/abbg.png) no-repeat -1010px 1px;
}

.about .tab span:first-child:hover::before{
	background: url(../img/abbg.png) no-repeat -98px -100px #00a2e9;
}
.about .tab span:first-child+span:hover::before{
	background: url(../img/abbg.png) no-repeat -325px -100px #00a2e9;
}
.about .tab span:first-child+span+span:hover::before{
	background: url(../img/abbg.png) no-repeat -552px -100px #00a2e9;
}
.about .tab span:first-child+span+span+span:hover::before{
	background: url(../img/abbg.png) no-repeat -780px -100px #00a2e9;
}
.about .tab span:first-child+span+span+span+span:hover::before{
	background: url(../img/abbg.png) no-repeat -1010px -100px #00a2e9;
}

.solve{
	background: url(../img/solvebg.jpg) no-repeat top center;
	margin-top: 80px;
	padding-top: 70px;
}
.solve .solvetit{
	text-align: center;
}
.solve .solvetit p{
	color: #fff;
	margin-top: 10px;
}
.solve .box{
	width: 1240px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 0 40px;
	margin-top: 42px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	position: relative;
}

.solveslide{width: 100%; height: 420px; overflow:hidden; position:relative;}
.solveslide .bd{ position:relative; height:100%; z-index:0;   }
.solveslide .bd li{ zoom:1; vertical-align:middle; justify-content: space-between;align-items: flex-start;}
.solveslide .bd li .solve_left{
	width: 550px;
	padding-top: 45px;
}
.solveslide .bd li .solve_left span{
	display: block;
	font-size: 22px;
	color: #00a2e9;
	font-weight: bold;
}
.solveslide .bd li .solve_left small{
	display: block;
	font-size: 15px;
	color: #7b7b7b;
	opacity: .75;
	margin-top: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.solveslide .bd li .solve_left p{
	font-size: 15px;
	color: #7b7b7b;
	line-height: 26px;
	margin-top: 26px;
}
.solveslide .bd li .solve_right{
	width: 562px;
	padding-top: 40px;
}
.solveslide .bd li .solve_right img{
	width: 562px;
	height: 340px;
}
.solveslide .pageState{
	position: absolute;
	bottom: 40px;
	left: 50px;
	font-size: 15px;
	color: #a0a0a0;
}
.solveslide .pageState span{
	font-size: 22px;
	color: #00a2e9;
}
.solveslide .prev,.solveslide .next{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 42px;
	background: url(../img/arrow.png) no-repeat center;
	left: 120px;
}
.solveslide .prev{
	transform: rotate(180deg);
	left: 0;
}

.choice{
	margin-top: 80px;
}
.choicetit{
	text-align: center;
}
.choicetit p{
	margin-top: 10px;
}
.choice .item{
	justify-content: space-between;
}
.ch_info{
	width: 650px;
}
.choice .ch_top{
	padding-left: 60px;
}
.choice .ch_top span{
	display: block;
	font-size: 24px;
	color: #00a2e9;
}
.choice .ch_top small{
	display: block;
	font-size: 12px;
	color: #909090;
}
.ch_info p{
	font-size: 15px;
	color: #6a6a6a;
	line-height: 32px;
	margin-top: 20px;
}
.ch_info a{
	display: block;
	width: 132px;
	line-height: 42px;
	background: #ff7c06;
	border-radius: 20px;
	color: #fff;
	text-align: center;
}
.choice .item1{
	margin-top: 30px;
}
.choice .item2{
	margin-top: 40px;
}
.choice .item1 a{
	margin-top: 46px;
}
.choice .item2 a{
	margin-top: 90px;
}
.choice .item1 .ch_top{
	background: url(../img/1.png) no-repeat left center;
	margin-top: 14px;
}
.choice .item2 .ch_top{
	background: url(../img/2.png) no-repeat left center;
	margin-top: 20px;
}
.choice .item3{
	margin-top: 30px;
}
.choice .item3 .ch_top{
	background: url(../img/3.png) no-repeat left center;
}
.choice .item3 ul{
	justify-content: space-between;
	margin-top: 40px;
}
.choice .item3 li{
	text-align: center;
	padding-top: 118px;
	position: relative;
	flex-grow:1;
}
.choice .item3 li span{
	display: block;
	font-size: 18px;
	color: #393939;
}
.choice .item3 li p{
	color: #888888;
	line-height: 20px;
	margin-top: 8px;
}
.choice .item3 li::after{
	content: " ";
	display: block;
	width: 1px;
	height: 160px;
	background: url(../img/chbg.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 20px;
}
.choice .item3 ul li:last-child::after{
	display: none;
}
.choice .item3 li::before{
	content: " ";
	display: block;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	top: 0;
}
.choice .item3 ul li:first-child::before{
	background: url(../img/ch3.png) no-repeat -77px -1px;
}
.choice .item3 ul li:first-child+li::before{
	background: url(../img/ch3.png) no-repeat -315px -1px;
}
.choice .item3 ul li:first-child+li+li::before{
	background: url(../img/ch3.png) no-repeat -552px -1px;
}
.choice .item3 ul li:first-child+li+li+li::before{
	background: url(../img/ch3.png) no-repeat -790px -1px;
}
.choice .item3 ul li:first-child+li+li+li+li::before{
	background: url(../img/ch3.png) no-repeat -1027px -1px;
}

.process{
	background: url(../img/processbg.png) no-repeat center;
	height: 500px;
	margin-top: 78px;
	box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 80px;
}
.lctit{
	text-align: center;
}
.lctit p{
	color: #fff;
	opacity: .7;
	margin-top: 10px;
}
.lcbox{
	background: url(../img/lc.png) no-repeat center top;
	height: 140px;
	margin-top: 50px;
}
.lcbox span{
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 115px;
	float: left;
	margin-left: 106px;
}
.lcbox span:first-child{
	margin-left: 31px;
}
.process .tell{
	width: 345px;
	line-height: 50px;
	background: #ff7c06;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	padding-left: 58px;
	position: relative;
	margin: 0 auto;
	margin-top: 55px;
}
.process .tell::before{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/phone2.png) no-repeat center;
	position: absolute;
	left: 25px;
	top: 15px;
}

.product{
	margin-top: 80px;
}
.ptit{
	text-align: center;
}
.ptit p{
	color: #8a8a8a;
	margin-top: 10px;
}
.product ul{
	margin-left: -25px;
	margin-top: 42px;
}
.product li{
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
  	width: 382px;
}
.product li a.box{
	display: block;
	width: 382px;
	height: 285px;
	background: url(../img/pbg.png) no-repeat center;
}
.product li a.box img{
	width: 382px;
	height: 285px;
}
.product li .pinfo{
	position: absolute;
	top: 25px;
	left: 30px;
	width: 140px;
}
.product li .pinfo span{
	display: block;
	font-size: 21px;
	color: #333333;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 10px;
}
.product li .pinfo span::after{
	content: " ";
	display: block;
	width: 45px;
	height: 2px;
	background: #cfcfcf;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product li .pinfo p{
	font-size: 13px;
	color: #bfbfbf;
}
.product li h3{
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.product li h3 a{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  display: block;
}

.case{
	margin-top: 55px;
}
.ctit{
	text-align: center;
}
.ctit p{
	color: #8a8a8a;
	margin-top: 10px;
}




.picMarquee-left{ width:100%;  overflow:hidden; position:relative;margin-top: 42px;}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; width: 29px; height:48px;overflow:hidden;cursor:pointer; background:url("../img/arrow2.png") no-repeat center rgba(0,0,0,.4);position: absolute;z-index: 99;top: 102px;}
.picMarquee-left .hd .prev:hover,.picMarquee-left .hd .next:hover{background:url("../img/arrow2.png") no-repeat center rgba(0,0,0,.8);}
.picMarquee-left .hd .prev{left: 0;}
.picMarquee-left .hd .next{transform:rotate(180deg);right: 0;}

.picMarquee-left .bd ul li{ overflow:hidden; zoom:1; width: 386px;margin: 0 10px;}
.picMarquee-left .bd ul li img{
	width: 386px;
	height: 255px;
}
.picMarquee-left .bd ul li p{
	font-size: 16px;
	color: #393939;
	margin-top: 27px;
}
.picMarquee-left .bd ul li:hover p{
	color: #00a2e9;
}

.news{
	background: url(../img/nbg.jpg) top center;
	margin-top: 80px;
	padding-top: 70px;
	padding-bottom: 20px;
}
.news .ntit{
	text-align: center;
}
.news .ntit p{
	margin-top: 10px;
}
.news .box{
	justify-content: space-between;
	margin-top: 42px;
	padding: 0 8px;
}
.news .nl a{
	display: block;
	width: 480px;
	height: 371px;
	background: #fff;
}
.news .nl a img{
	width: 480px;
	height: 283px;
}
.news .nl a span{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 0 25px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.news .nl a p{
	font-size: 13px;
	color: #939393;
	padding: 0 25px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.news ul{
	width: 668px;
	margin-top: -12px;
}
.news ul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: 55px;
	border-bottom: 1px solid rgba(224,224,224,.65);
	align-items: center;
	padding: 0 8px;
}
.news ul li a{
	font-size: 15px;
	color: #515050;
}
.news ul li a::before{
	content: "○";
	font-size: 17px;
	margin-right: 10px;
}
.news ul li a:hover,.news .nl a:hover span{
	color: #00a2e9;
}
.news ul li span{
	font-size: 14px;
	color: #555555;
}

.link{
	margin-top: 40px;
}
.link p{
	font-size: 16px;
	color: #00a2e9;
	background: url(../img/link.png) no-repeat left center;
	padding-left: 30px;
	position: relative;
	margin-right: 26px;
	padding-right: 24px;
}
.link p::after{
	content: " ";
	display: block;
	width: 1px;
	height: 18px;
	background: rgba(0,0,0,.17);
	position: absolute;
	right: 0;
	top: 0;
}
.link a{
	color: #616161;
	margin-right: 50px;
}

.footer{
	background: #001a28;
	color: #fff;
	padding-top: 50px;
}
.footer .box{
	align-items: flex-start;
	padding-bottom: 40px;
}
.footer .box .flogo{
	margin-top: 15px;
	margin-right: 105px;
}
.footer .box .ft{
	font-size: 16px;
	display: block;
	width: 100% !important;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 18px;
}
.footer .box .ft::after{
	content: " ";
	display: block;
	width: 36px;
	height: 1px;
	background: #596269;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .fnav ul:first-child{
	width: 300px;
}
.footer .fnav ul:last-child{
	width: 175px;
}
.footer .fnav ul li{
	width: 100%;
}
.footer .fnav ul:first-child li{
	width: 140px;
}
.footer .fnav li a{
	color: rgba(173,174,180,.95);
	line-height: 30px;
}
.footer .fcont{
	width: 400px;
}
.footer .fcont p{
	color: rgba(173,174,180,.95);
	line-height: 27px;
}
.footer .fcont p span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	background: url(../img/ftell.png) no-repeat left center;
	line-height: 40px;
	padding-left: 55px;
	margin-bottom: 10px;
}
.footer .ewm{
	margin-left: 100px;
}

.bottom{
	justify-content: space-between;
	height: 73px;
	align-items: center;
	border-top: 1px solid #384046;
}
.bottom p{
	font-size: 13px;
	color: rgba(255,255,255,.5);
}
.bottom p a{
	color: rgba(255,255,255,.5);
}
.bottom p span{
	font-size: 12px;
	color: rgba(150,150,150,.85);
	display: block;
	margin-top: 6px;
}

.caselist{
	background: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.caselist ul{
	margin-left: -20px;
}
.caselist li{
	margin-left: 20px;
	margin-bottom: 20px;
}
.caselist li a{
	display: block;
	width: 275px;
	background: #fff;
	padding-bottom: 20px;
}
.caselist li a img{
	width: 275px;
	height: 170px;
}
.caselist li a p{
	color: #333;
	padding: 0 15px;
	margin-top: 10px;
}
.caselist li a span{
	display: block;
	font-size: 13px;
	color: #999;
	padding: 0 15px;
}


.case_show{
	border: 10px solid #f6f6f6;
	box-sizing: border-box;
	margin-top: 20px;
}
.case_show img{
	width: 500px;
}
.case_show_right{
	width: 600px;
	height: 300px;
	box-sizing: border-box;
	padding-left: 100px;
}
.case_show_right h3{
	margin-top: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.case_show_right p{
	line-height: 22px;
	margin-top: 15px;
}

.main{
	margin-top: 20px;
	margin-bottom: 50px;
}
.content{
	line-height: 22px;
}
.content img{
	max-width: 100%;
}
.prepage{
	border-top: 1px solid #000;
	margin-top: 30px;
	line-height: 30px;
	padding-top: 20px;
}



.solvelist{
	margin-top: 20px;
}
.solvelist ul{
	margin-left: -30px;
}
.solvelist li{
	margin-left: 30px;
	margin-bottom: 30px;
}
.solvelist li a{
	display: block;
	width: 380px;
	height: 260px;
	position: relative;
}
.solvelist li a img{
	width: 100%;
	height: 260px;
}
.solvelist li a p{
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-image: linear-gradient(to top, rgba(0,0,0.6), rgba(0,0,0,0));
    line-height: 60px;
}







.promenu{
	margin-top: 20px;
	background: #f6f6f6;
	padding: 10px;
	box-sizing: border-box;
}
.promenu ul{
	margin-left: -20px;
}
.promenu li{
	margin-left: 20px;
	margin-bottom: 30px;
}
.promenu li a{
	display: block;
	background: #fff;
	width: 280px;
}
.promenu li a img{
	width: 100%;
	height: 197px;
}
.promenu li a p{
	line-height: 60px;
	padding: 0 15px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000;
}
.promenu li a:hover p{
	background: #fbe5cd;
}



.photo{
	margin-top: 20px;
}
.photo li{
	width: 600px;
	margin-bottom: 30px;
}
.photo li img{
	display: block;
	width: 250px;
	height: 176px;
}
.photo li .photo_right{
	width: 300px;
	box-sizing: border-box;
	padding-left: 20px;
}
.photo li .photo_right h3{
	font-weight: normal;
	color: #000;
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.photo li .photo_info{
	line-height: 22px;
	font-size: 13px !important;
	height: 90px;
    overflow:hidden;
}
.photo li .photo_right a.more{
	font-size: 12px;
	color: #ff7c06;
	margin-top: 10px;
	display: block;
}

.nban{
	height: 400px;
	background: url(../img/ban01.jpg) no-repeat center;
}

.list{
	margin-top: 50px;
}
.list li{
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}
.list li img{
	width: 260px;
	height: 150px;
}
.list li .lr{
	width: 900px;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 10px;
}
.list li .lr h3{
	font-weight: normal;
	color: #000;
}
.list li .lr span{
	display: block;
	color: #999;
	line-height: 40px;
}
.list li .lr p{
	font-size: 13px;
	line-height: 22px;
	color: #999;
}
.list li:hover .lr h3{
	color: #00a2e9;
}





.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 40px;
}
.showtop h1{
	color: #333;
	font-size: 18px;
}
.showtop p{
	font-size: 12px;
	color: #999;
	line-height: 45px;
}



.pager ul.pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.pager .pagination li{
	line-height: 26px;
	background: #eee;
	margin: 0 5px;
	border-radius: 2px;
}
.pager .pagination li a,.pager .pagination li span{
	width: auto;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 13px;
}
.pager .pagination li.active{
	background: #00a2e9;
	color: #fff;
}
/*.pager li > a, .pager li > span{
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span{
	color: #000;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #000;
	border-color: #000;
}
*/