﻿* {
	margin: 0;
	padding: 0; 
	 font-family:'黑体'; font-family:'微软雅黑'; font-family:'Microsoft YaHei';font-family:Helvetica; letter-spacing:1px;
}
*{ font: normal 0.22rem/100% Helvetica, Arial, sans-serif;}

@media screen and (min-width: 980px) {html{font-size:56.25px;}}
@media screen and (min-width: 1000px) {html{font-size:60.75px;}}
@media screen and (min-width: 1024px) {html{font-size:68.75px;}}
@media screen and (min-width: 1280px) {html{font-size:81.25px;}}
@media screen and (min-width: 1360px) {html{font-size:87.5px;}}


@media screen and (min-width: 1400px) {html{font-size:93.75px;}}
@media screen and (min-width: 1600px) {html{font-size:100px;}}
@media screen and (min-width: 1920px) {html{font-size:100px;}}
@media screen and (min-width: 2080px) {html{font-size:100px;}}
 /* 滚动条宽度 */
         
         ::-webkit-scrollbar {
            width: 6px;
        }
        /* 滚动条背景 */
         
         ::-webkit-scrollbar-track {
            background-color: #efefef;
            
        }
        /* 滚动条颜色 */
         
         ::-webkit-scrollbar-thumb {
            height: 6px !important;
            width: 6px;!important;
            border-radius: 10px;
            background:#F06;
        }
        /* 滚动条颜色鼠标放上去颜色 */
         
         ::-webkit-scrollbar-thumb:hover {
            background-color: #d00053;
        }
        /* 滚动条颜色点击颜色 */
         
         ::-webkit-scrollbar-thumb:active {
            background-color: #d00053;
        }


body {
	  height: 100%;
            width: 100%;
            overflow: auto;

	margin: 0;
	padding: 0;
	border: 0;
 font-family:'黑体'; font-family:'微软雅黑'; font-family:'Microsoft YaHei';
}
.draggable{cursor:move;display:inline-block}
img {
	border: 0px;
	display: block;
}
div,p,a{ margin:0 auto; font-family:'黑体'; font-family:'微软雅黑'; font-family:'Microsoft YaHei';}
body div{margin:0 auto}
ul, li {
	list-style: none;
}
label{font-family:Helvetica;}
a {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
}
p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
/*去除点击阴影*/

a, input, button { outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*去除IOS自带圆角*/

input, button {
	-webkit-appearance: none;
	border-radius: 0;
}


input::-ms-input-placeholder{display: flex;align-items: center; justify-content:left;vertical-align:middle; font-size:0.13rem;}
input::-webkit-input-placeholder{display: flex;align-items: center; justify-content:left; vertical-align:middle;font-size:0.13rem;}
.bodybox{ width:100%;max-width:1920px; margin:0 auto; position:relative; height:auto}


.page1{margin:0 auto; width:100%;max-width:1920px;  position: relative; top:0;  }

.more{position: absolute; width:10%; background:#fff; height:5%; bottom:9%; left:45%; background:url(../img/f1/btn.png) no-repeat center; background-size:cover;}
.more a{ width:100%; height:100%; font-size:1.1vw; color:#fff;display: flex;align-items: center; justify-content:center;   }

.boxdsk p{ font-size:1.2vw; color:#002e6c; font-weight:bold; width:100%; height:100%; left:2%; z-index: 8; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;line-height:1.8vw; text-align:center}

@keyframes banner2 {
   0% {
      height:0
    }
    100% {
        width:100%; 
    }
}

.mainbox{ width:66%; height:100%; position:relative }
/******** 公共头部 start ***********/
.commHead{ width:100%;height:1.58rem; }
.tong_box{ width:100%; height:0.26rem; background:#f5f5f5}
.tong_box2{ width:100%; height:0.9rem; }
.tong_box3{ width:100%; height:0.42rem; background:#000}


.wel{ float:left; width:40%; line-height:0.26rem;  height:0.26rem;text-align:left; font-size:0.1rem }


.wer{ float:right; position:relative;  top:30%;  height:40%; text-align:left; font-size:0.1rem }
.wer a{ height:100%; padding-left:1vw; padding-right:1vw;display: flex;align-items: center; justify-content:center;  font-size:0.1rem; float:left; border-right:1px solid  #ccc; color:#333;}
.wer a:nth-child(3){ border:none;}
.wer a:hover{ color:#F00}
.logo{ float:left; width: 11.5%;position: relative;top: 28%;}
.logowz{ float:left; width: 22%;position: relative;top:49%; left:5.2%;}
.logowz DIV{ width:100%; height:100%; font-size:0.2rem;  }
.logowz DIV font{ font-size:0.2rem;}
.search{ width:32%; float:right; background:#F06; position:relative; top:38%; right:11%; height:37%; border-radius:3vw; overflow:hidden; padding:2px; box-sizing:border-box;}
.search form{ width:100%; height:100%; position:relative;}
.serbox{ float:left; width:80%; background:#fff; height:100%; border-radius:3vw 0  0 3vw; overflow:hidden;}
.serbtn{ float:right; width:20%; border:0px; background:#0F9; height:100%; cursor:pointer; background: url(../img/ss.png) no-repeat center; background-size:auto 100%;  }
.serbox input{ width:100%; height:100%; padding-top:2px; text-align:left; font-size:0.13rem; border:0; background:none; outline:none; color:#000; padding-left:14px; box-sizing:border-box;display: flex;align-items: center; justify-content:center;  } 
@media screen and (min-width: 1700px) {.logo{top:18%;}}
.menuL{ width:70%; height:100%; float:left}
.menuR{ width:16%; height:100%; float:right}
.menuli{ float:left; width:16%; position:relative;text-align:center}
.menuli a{ font-size:0.13rem; color:#fff;height:0.42rem; line-height:0.42rem;  }
.showName{float:right; width:100%; height:100%;background: url(../img/vip.png) no-repeat center left; background-size:auto 40%; position:relative; height:0.42rem; line-height:0.42rem;font-size:0.13rem; color:#fff; padding-left:0.23rem; box-sizing:border-box }
.xiex{ position:absolute; width:10%; top:34%; right:-6%; z-index:22}
.huabox{ position:absolute; top:0%; height:100%; left:0;  width:70%}
.menuli2{ width:16%; height:100%; background:#F06;position:absolute; left:0; top:0; }

/******** INDEX首页 start ***********/
.commHb{ width:100%;   height:100%; background:#feadc2; position:absolute; top:0; left:0; z-index:888;  box-sizing:border-box }
.bgs{width:66%; height:100%;  background:#fff; position:absolute; left:17%; top:2%; opacity:0.8; z-index:2  }
.commHbCont{width:66%; height:100%;   padding:0.5%; box-sizing:border-box;  position:absolute; left:17%; top:2%; z-index:33 }
.commHbSw{ width:100%; height:100%; background:#fff; position:relative; overflow:hidden}
.preL,.preR{ position:absolute; width:2.8%; display: flex;align-items: center; justify-content:center; font-size:0.2rem; color:#fff; opacity:0.4; height:15%; background:#707070; top:43.5%; z-index:888; cursor:pointer  }
.preR{ right:0%;border-radius:3px 0 0 3px ; overflow:hidden  }
.preL{left:0%; border-radius:0 3px 3px 0; overflow:hidden}
.preL:hover,.preR:hover{  opacity:0.6;}
.banav{ position:absolute; width:100%; background:#fff; bottom:-0.3rem; height:0.3rem; border-bottom:1px solid #CCC; box-sizing:border-box; z-index:888; left:0 }
.banavli{ height:0.22rem; width:50%; margin-top:0.055rem; float:left; position:relative; box-sizing:border-box; font-size:0.1rem; color:#000; cursor:pointer}
.banavli:nth-child(1){ border-right:1px solid #efefef; text-align:right; padding-right:0.8rem; }
.banavli:nth-child(2){ padding-left:0.8rem;}
.banavli span{ width:0%; position:absolute; height:2px; bottom:-11%; left:50%;  background:#F06   }
.swpbox{ position:relative; width:100%; height:100%;}
.swpboxli{ width:100%; height:100%; position:absolute; top:0; left:0; display:none}



.commNew{ width:100%;    position:absolute; height:100%; top:0.35rem; }
.commNewL{ width:68%; height:100%; float:left}
.commNewR{width: 30%; height: 67.3%;float: right; top: 16.3%; position: relative; padding: 1px; border: 1px solid #efefef;}
.brandtt{ width:100%; height:11%; margin-top:3%; }
.brandttL{ float:left; height:100%;display: flex;align-items: center; font-size:0.18rem; justify-content:left;}
.brandttL font{ font-size:0.26rem; color:#F06;}

.brandttL img{ display:inline-block}
.brandttR{ float:right; height:100%;display: flex;align-items: center;justify-content:right;  padding-right:1%; box-sizing:border-box; padding-top:1%;}
.brandttR a{color:#6CC; font-size:0.1rem; }
.brandbox{ width:100%; height:68%; border-left:1px solid #efefef; box-sizing:border-box; background:#fff; border-top:1px solid #efefef; }	
.brandli{ border-right:1px solid #efefef; height:20%; box-sizing:border-box; background:#fff; border-bottom:1px solid #efefef; width:16.66666%; float:left;display: flex;align-items: center; font-size:0.18rem; justify-content:center; position:relative ;cursor:pointer;}
.brandli a{ width:0%; height:0%; cursor:pointer;display: flex;align-items: center; font-size:0.18rem; justify-content:center; background:#F36; font-size:0.12rem; color:#fff; position:absolute; top:50%; left:50%; opacity:0  }


.commNewRtt{  width:100%; height:11.2%;  display: flex;align-items: center; color:#fff; font-size:0.16rem; justify-content:center;
   
            background:#d8c299

 }
.NewttL{ float:left; height:100%;display: flex;align-items: center; font-size:0.16rem; justify-content:left; padding-left:4%; box-sizing:border-box}
.huang_title1 img{ margin:0 auto; display:block}
.newttbox{ width:100%; height:16%; position:relative}
.newttbox1{ position:absolute; top:0; left:30%; height:100%;  background:#fff; width:40%;  display: flex;align-items: center; justify-content:center;  font-size:14px; z-index:22;}
.newttboxbg{ position:absolute; top:50%; left:15%; width:70%; height:1px; background:#333; z-index:2 }
.yuyuebox{ width:100%; height:64%; clear:both; margin-top:12px; margin-bottom:2%;}
.yuyuebox1{ width:100%; height:28%; border:1px solid #CCC; box-sizing:border-box; margin-bottom:3%;}
.yuyuebox1 input{ border:0px; background:none;  height:100%; font-size:0.14rem}
.mu1 input{ background:url(../img/yh.png) no-repeat center left;  background-size: auto 64%; padding-left:10%; margin-left:2%;width:98%; box-sizing:border-box}
.mu2 input{ background:url(../img/sj.png) no-repeat center left;  background-size: auto 64%;padding-left:10%; margin-left:2%;width:98%; box-sizing:border-box}
.yuyuebox2{ width:80%; height:28%;   background: -webkit-linear-gradient(right,rgb(255,90,95),rgb(255,85,105),rgb(248,72,77)); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right,rgb(255,90,95),rgb(255,85,105),rgb(248,72,77)); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right,rgb(255,90,95),rgb(255,85,105),rgb(248,72,77)); /* Firefox 3.6 - 15 */
            background: linear-gradient(right,rgb(240,7,95),rgb(255,85,105),rgb(248,72,77)); /* 标准的语法（必须放在最后）*/ box-sizing:border-box; margin-bottom:1%;}
.yuyuebox2 input{ background:none; border:0px; cursor:pointer; display: flex;align-items: center; font-size:0.16rem; justify-content:center; width:100%; height:100%; color:#fff; }
.showMESS{width:100%; height:26px; position:relative; clear:both; }
.yuyuebox2:hover{ background:#F09}

.NewttL img{ display:inline-block; }
.NewttR{ float:right; height:100%;display: flex;align-items: center; font-size:0.1rem; justify-content:right; color:#F06;padding-right:1%; box-sizing:border-box;}
.commNewbox{ width:96%; height:84%;  margin-top:2%;}
.commNewli{ width:48%; background:url(../img/do.png) no-repeat center left; background-size:auto 20%; padding-left:3%; height:20%; float:left; border-bottom:1px dotted #999; box-sizing:border-box}
.commNewli:nth-child(2n){ float:right}
.commNewli:nth-last-child(1){ border-bottom:0px;}
.commNewli:nth-last-child(2){ border-bottom:0px;}
.newL{ width:100%; height:100%;}
.yuyuebox form{width:100%; height:100%;    position: relative;}
.newL a{  width:100%; height:100%; font-size:0.1rem; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  line-clamp: 1;
  -webkit-box-orient: vertical;line-height:0.4rem; color:#000}
.newdate{float:right; height:100%;display: flex;align-items: center; font-size:0.1rem; justify-content:right; color:#6d6d6d; box-sizing:border-box;}
.newL a:hover{ color:#F06; }
	@media screen and (min-width: 1700px) {.newL a{line-height:0.45rem;}}
.second_tittle{ width:100%; height:100px; text-align:center;  }
.huang_title1{ width:100%; height:60px;line-height:60px;   font-size:0.6rem; font-weight:600 }
.huang_dec{ width:100%; height:30px; line-height:30px; color:#999; font-size:0.14rem; }
.huang_title_box2{ width:520px; height:100px; text-align:center}
.huang_dec a{ font-size:0.16rem; color:#F36}



		/* 本例子css */
		.picScroll-left{ overflow:hidden; position:relative;    }
		.picScroll-left .hd{ overflow:hidden;   width:100%; height:20px; background:#f4f4f4;display: flex;align-items: center;  justify-content:center;}
		
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1;  zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; border-radius:100%; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ccc; }
		.picScroll-left .hd ul li.on{ background:#F00;width:9px; height:9px; }
		.picScroll-left,.picScroll-left{ height:100%; width:100%  }
		.picScroll-left .bd{ height:84%;width:100%; margin-top:3% }
		.picScroll-left .pic List{ overflow:hidden; zoom:1; width:100%; height:100% }
		.picList li{ position:relative; margin-right:1%; float:left; padding:2px; border:1px solid #ccc;box-sizing:border-box; background:#fff; overflow:hidden; width:32.6%; margin-top:1%; height:32%; text-align:center;  }
		.picList li:nth-child(3n){ margin-right:0px;}
		.picList ul{ width:100%; height:100%}
		.picList li .pic{ text-align:center;    width: 100%;position: relative; }
		.picList li .pic img{ width:100%; height:32%; display:block;  padding:2px; box-sizing:border-box;  }
		.picList li:hover{ border-color:#F00 }
		.picList li .title{  width:100%;  background:#F03;   height:24px; padding:0 8px; box-sizing:border-box }
		.picList li .title a{color:#fff; font-size:0.15rem;line-height:24px;}
		.proR,.proL{ float:left; width:50%; height:24px; line-height:24px; text-align:left;color:#fff; font-size:0.12rem; }
		.proR{ float:right; text-align:right; }
		.desc{ position:absolute; bottom:0px; height:24px; width:100%;}
		.desc_bg{ position:absolute; top:0; left:0; width:100%; height:24px; background:#000; opacity:0.4; z-index:2}
		.desc_box{ position:absolute; top:0; left:0;width:100%; height:24px;z-index:22;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  line-clamp: 1;
  -webkit-box-orient: vertical; line-height:24px; text-align:left; padding-left:8px; box-sizing:border-box; font-size:0.12rem; color:#fff}
		
		.tempWrap{ width:100%;}



.mendShow{ width:100%; height:3.6rem; background:#fff}
@media screen and (min-width: 1700px) {.mendShow{height:4rem;}}

.mendShowL{ width:70%; border:1px solid #efefef; box-sizing:border-box; margin-top:2%; padding:4px; height:100%; float:left}
.mendShowR{ width:29%; height:100%; float:right;border:1px solid #efefef;margin-top:2%; padding:4px;box-sizing:border-box;}


.show2{ overflow:hidden; position:relative; height:100%   }
.show2 .bd{ width:100%; height:100%  }
		.show2 .bd ul{ overflow:hidden; zoom:1; height:100% }
		.show2 .bd ul li{ float:left; width:30%; height:100%; padding:2px; border:1px solid #efefef; box-sizing:border-box; float:left; margin-right:0.3%;  }
		.show2 .bd ul li:nth-last-child(1){ margin-right:0px;}
		.show2 .bd ul li img{ width:100%; height:100%; display:block;   }
		.show2 .bd ul li .pic a:hover img{ border-color:#999;  }
		.show2 .bd ul li .title{ line-height:24px;   }

		.show2 .tempWrap{ height:100%; width:100% !important}




.show3 .hd{ height: 8%px; overflow: hidden; position: absolute;right: 5px; bottom: 3.5%;z-index: 1;}		
.show3 .hd ul{ float:right; overflow:hidden; zoom:1;  zoom:1; }
.show3 .hd ul li{ float:right;  width:8px; border:1px solid #ccc; border-radius:200px; height:8px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:none; }
.show3 .hd ul li.on{ border:1px solid #F06;border-radius:200px;  }
.show3{ overflow:hidden; position:relative; height:100%   }
.show3 .bd{ width:100%; height:100%  }
		.show3 .bd ul{ overflow:hidden; zoom:1; height:100% }
		.show3 .bd ul li{ float:left; width:100%; height:100%;   }
		.show3 .bd ul li:nth-last-child(1){ margin-right:0px;}
		.show3 .bd ul li img{ width:130%; height:100%; display:block;   }
		.show3 .bd ul li .pic a:hover img{ border-color:#999;  }
		.show3 .bd ul li .title{ line-height:24px;   }
		.show3 .bd ul{height:100%; width:100% !important}
		.show3 .tempWrap{ width:100% !important;  height:100%}
		.show3 .bd ul li p{text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  line-clamp: 1;
  -webkit-box-orient: vertical;  width:100%; height:34px; display:block; line-height:34px; position:absolute; left:0; bottom:0; background:#000; color:#fff; font-size:0.12rem; text-align:left; text-indent:8px; opacity:0.7;} 


	

.show4{ overflow:hidden; position:relative; height:100%; padding-left:8%; box-sizing:border-box; width:94%; background:url(../img/lb.png) no-repeat center left; background-size:auto 70%;   }
.show4 .bd{ width:100%; height:100%  }
		.show4 .bd ul{zoom:1; height:100% }
		.show4 .bd ul li{ float:left; width:100%; height:100%; font-size:0.14rem;  display: flex;align-items: center;  justify-content:center;text-align:center;}
	@media screen and (max-width: 1640px) {.show4 .bd ul li{font-size:0.1rem;}.show4{ width:100%} .newttbox1{font-size:0.2vw;}}
		.show4 .bd ul{height:100%; width:100% !important}
		.show4 .tempWrap{ width:100% !important;  height:100%}
		.show4 .bd ul li p{text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  line-clamp: 1;
  -webkit-box-orient: vertical;  width:100%; height:34px; display:block; line-height:26px; position:absolute; left:0; bottom:0; background:#000; color:#fff; font-size:0.12rem; text-align:left; text-indent:8px; opacity:0.7;} 

@media screen and (max-width: 1360px) {.show4 .bd ul li{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;
  line-clamp: 1;-webkit-box-orient: vertical;line-height:0.4rem;}}

/******** 资讯公告 ***********/
.hnewboxs{ height:10%; width:100%; background: url(../img/yy.png) no-repeat top right #2b2b2b; background-size:auto 100%; position:relative; border-bottom:0px; box-sizing:border-box}
.hnewboxs a{ height:100%; display: flex;align-items: center; justify-content:center; width:16%; position:absolute; top:0; right:0%; font-size:0.14rem; color:#F36}
.hnewboxs a:hover{ color:#fff}
.hnewboxsli{ width:17%; cursor:pointer; height:100%;display: flex;align-items: center; justify-content:center; color:#fff; font-size:0.16rem; float:left }
.hurr{ background:#ff5a5f}
.hhnewli{ width:100%; height:100%; position:absolute; top:0; left:0; display:none}
.hnewboxx{ height:90%; width:100%;border:1px solid #ccc; padding:10px 4px;box-sizing:border-box;border-top:0px; background:#fff;}
.hhnew1{ width:20%; height:100%; float:left; position:relative}
.hhnew2{ width:39.5%; height:100%;  float:left; box-sizing:border-box; padding:8px 20px;}
.myggtt{ width:100%; height:20%;  background:#F06; font-size:0.18rem; color:#fff; opacity:0.7;display: flex;align-items: center; justify-content:center; position:absolute; bottom:0; left:0}
.hhnew2s{ width:100%; height:30%; border-bottom: 1px dotted #efefef; }
.hhnew2s p:nth-child(1){ width:100%;  margin-bottom:3%; display:block; font-size:0.18rem; color:#2b2b2b;font-weight:bold;display: flex;align-items: center; justify-content:left;  }
.hhnew2s p:nth-child(2){ width:100%;  font-size:0.13rem; line-height:0.22rem; text-align:left ;color:#2b2b2b;  }
.hhnew2s p:nth-child(2) a{ font-size:0.13rem; color:#F06}
.hhnew2x{ margin-top:1%; height:69%; width:100%}



	


.commMess{ width:100%; height:34vh; z-index:888; }
/******** 公共脚部 ***********/
.commFoot{ width:100%; clear:both;  }

.commFoots{ width:100%;  height:100px; padding:20px 0; background:#fff; z-index:888; border-bottom:1px solid #efefef; }
.commFli{ float:left; width:19%; cursor:pointer; margin-right:1%; height:100%; }
.commFli:nth-last-child{ margin-right:0}
.iconMs{ width:75%; float:right; height:80%; margin-top:10%;}
.iconMstt{ height:40%; width:100%; text-align:left; font-size:0.18rem; color:#000;display: flex;align-items: center;  justify-content:left; }
.iconMspp{ height:40%; width:100%; text-align:left; font-size:0.12rem; color:#CCC; line-height:0.15rem }
.iconMspp:hover{ color:#F03;}


.commFootLink{ width:100%;  height:80px; background:#fff; z-index:888; }
.FootLinkL{ width:10%; float:left; height:100%; font-size:0.15rem; color:#000;display: flex;align-items: center;  justify-content:center;}
.FootLinkR{ width:90%; float:right;height: 82%;overflow: hidden; padding-top:7px;box-sizing:border-box; }
.FootLinkR a{ font-size:0.12rem;  color:#666}
.FootLinkR a:hover{ color:#096}

.commFootx{ width:100%;  height:76px; background:#2b2b2b; z-index:888; }
.commFootxL{ float:left; height:100%;display: flex;align-items: center; font-size:0.12rem;  justify-content:left; color:#898989;}

.commFootxR{ height:100%; float:right;display: flex;align-items: center;  justify-content:left;  }

.commFootxR a{ font-size:0.12rem; margin:0 10px; color:#898989}
.commFootxR a:hover{ color: #F06}






@media screen and (min-width: 1923px) {p{font-size:16px; line-height:22px}}
@media screen and (max-width: 1360px) {
.iconMspp{line-height: 0.22rem;}
.iconMstt{height:27%}
.mainbox{width:80%}
}

/* 7 */

