﻿@charset "utf-8";
/*首页 css ---------------------*/

/* banner图 */
.banner-index {
  height: 295px;
  background: none;
}
.banner .banner-con {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 295px;
  overflow: hidden;
}
.banner .banner-con .img-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 99999px;
}
.banner .banner-con li {
  float: left;
  overflow:hidden;
}
.banner .banner-con li a {
  display: block;
  position: relative;
}
.banner .banner-con li img {
  width: 1920px;
  height: 295px;
}
.banner .pre-nex {
  display: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 65px;
  padding: 0;
  margin: -33px 0 0;
  font: bold 55px/65px Simsun;
  color: #eee;
  text-align: center;
  background: none;
  cursor: pointer;
  z-index: 2;
}
.banner .prev { left: 150px; }
.banner .next { right: 150px; }
.banner-con .btn-list {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 12px;
 *height: auto;
  line-height: 12px;
  text-align: center;
  /*background: url(../images/fade-li-bg.png) center center no-repeat;*/
  z-index: 2;
}
.banner-con .btn-list li {
  position: relative;
  float: none;
  display: inline-block;
 *display: inline;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.banner-con .btn-list li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}
.banner-con .btn-list li.cur span {
  background:#eb5831;
}

/* 2019-5-23 No.115934 */
.banner1.banner-index {height: 500px;}
.banner1 .banner-con {height: 500px;}
.banner1 .banner-con li img {height: 500px;}
.banner1 .banner-con .btn-list {
  bottom: 30px;
  height: 30px;
  line-height: 1.5;
}
.banner1 .banner-con .btn-list li {
  width: 20px;
  height: 100%;
  margin: 0 5px;
  cursor: pointer;
  transition: width 0.2s ease-in-out;
}
.banner1 .banner-con .btn-list li span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.banner1 .banner-con .btn-list li.cur {
  width: 40px;
}

/* 图片动画 */
/* 文字动画样式 */

/* 服务模块 */
.service {
  padding: 20px 0 0px;
  font-family: Microsoft YaHei;
}
.service { background-color: #fff; }
.service-hd {
  height: 95px;
}
.service-hd li {
  float: left;
  width: 380px;
  height: 135px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.service-hd li.edu { margin-left: 0; }
.service-hd li .ico {
  width: 127px;
  height: 135px;
  text-indent: 0;
  margin-left:-30px;
  margin-right:20px;
  background:url(../images/serviceIco.png) no-repeat;
}
.service-hd .edu .ico { background-position: 0px 0px; }
.service-hd .fina .ico { background-position: 0px -135px; }
.service-hd .data .ico { background-position: 0px -270px; }
.service-hd .edu.cur .ico { background-position: -135px 0px; }
.service-hd .fina.cur .ico { background-position: -135px -135px; }
.service-hd .data.cur
 .ico { background-position: -135px -270px; }
.service-hd li span {
  display:inline-block;
  font-size: 23px;
  color: #777;
  vertical-align:middle;
  margin-top:-25px;
}
.service-hd .edu.cur span { color: #ea4c37; }
.service-hd .fina.cur span { color: #ecae32; }
.service-hd .data.cur span { color: #3362be; }
.service-bd, .service-bd .list {
  height: 0px;
  width: 1180px;
  overflow: hidden;
  margin-top:10px;
  transition:height 1s;
  -webkit-transition:height 1s;
  -moz-transition:height 1s;
}
.service-bd { position: relative; }
.service-bd .list {
  position: absolute;
  left: 0;
  top: 0;
}
.service-bd .edu-con { background: url(../images/pics/edu-bg.jpg) 0 0 no-repeat; }
.service-bd .fina-con { background: url(../images/pics/fina-bg.jpg) 0 0 no-repeat; }
.service-bd .data-con { background: url(../images/pics/data-bg.jpg) 0 0 no-repeat; }
.service-bd .list dl {
  position: absolute;
  width: 242px;
  padding: 0 25px;
}
.service-bd .data-con dl {
  top: 38px;
  left: 0;
}
.service-bd .fina-con dl{
  top:38px;
  right:0;
}
.service-bd .edu-con dl{
  top: 25px;
  right: 0;
}
.service-bd .edu-con dd { margin-bottom: 10px; }
.service-bd .fina-con dd,.service-bd .data-con dd { margin-bottom: 20px; }
.service-bd .list dd a {
  display: block;
  width: 190px;
  height: 38px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 38px;
  color: #272727;
  text-align: center;
  background: url(../images/service-list.png) no-repeat;
}
.service-bd .list dd a:hover { color: #fff; }
.service-bd .edu-con dd a:hover { background-position: 0 -50px; }
.service-bd .fina-con dd a:hover { background-position: 0 -99px; }
.service-bd .data-con dd a:hover { background-position: 0 -150px; }


/* 2019-5-24 No.115934 */
.service-hd1 li.usr-academy { margin-left: 0; }
.service-hd1 .usr-academy .ico { background-position: 0px 0px; }
.service-hd1 li span {color: #333;}
.service-hd1 .usr-k12 .ico { background-position: 0px -135px; }
.service-hd1 .usr-fina .ico { background-position: 0px -270px; }
.service-hd1 li:hover span { color: #eb4040; }
.service-hd1 .usr-academy:hover .ico { background-position: -135px 0px; }
.service-hd1 .usr-k12:hover .ico { background-position: -135px -135px; }
.service-hd1 .usr-fina:hover .ico { background-position: -135px -270px; }

/* 媒体资讯、会议培训大赛、思想与成果通用模块 */
.actions { background-color: #fff; }
.actions .media, .actions .meeting { margin-bottom: 25px; }
.actions .acts-hd {
  position: relative;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
}
.actions .acts-hd .title, .actions .acts-hd .more {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.actions .acts-hd .title {
  font: 18px/18px Microsoft YaHei;
  color: #333;
  border-left: 3px solid #eb5831;
  padding: 0 20px 0 10px;
}
.actions .acts-hd .more {
  font: 12px/20px Arial;
  padding-left: 15px;
  color: #f05928;
}
.actions .acts-hd .more i {
  font-family: Simsun;
  margin-left: 2px;
}
.actions .acts-hd .more:hover { color: #dc3b07; }
.actions .acts-hd hr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: none;
  height: 1px;
  margin-top:0;
  background-color: #d4d4d4;
}
.actions .acts-bd { height: 125px; }
.actions .acts-bd a:hover img {
  opacity: 0.9;
  filter: Alpha(opacity=90);
}
/* 会议、培训、大赛 */
.meeting .met-box {
  float: left;
  width: 380px;
  margin-left: 20px;
}
.meeting .met-box:first-child { margin-left: 0; }
.met-box .acts-bd a img {
  width: 380px;
  height: 280px;
}
/* 思想与成果 */
.achievements ul li {
  float: left;
  margin-left: 20px;
}
.achievements ul li:first-child { margin-left: 0; }
.achievements li a { display: block; }
.achievements li a img {
  width: 280px;
  height: 280px;
}
/* 媒体与资讯公用部分 */
.media .acts-bd .med-box {
  float: left;
  position: relative;
  width: 345px;
  height: 125px;
  overflow: hidden;
}
.media .acts-bd .med-box img {
  width: 215px;
  height: 125px;
}
.media .acts-bd li span, .media .acts-bd span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 340px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(0,0,0,.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
/* 视频模块 */
.media .video-con { margin-right: 20px; }
/* 淡出淡入 */
.media-con .img-list {
  width: 100%;
  height: 100%;
}
.media-con .img-list li {
  display: none;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.media-con .img-list li a {
  float:left;
  width:215px;
  height: 100%;
}
.media-con .img-list li a img {
  position: absolute;
  width: 215px;
  height: 125px;
  top: 0;
}
.media-con .img-list li a span {
  width: 135px;
  padding: 0 70px 0 10px;
  text-align: left;
}
.media-con .pre-nex {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -40px;
  font: bold 40px/60px Simsun;
  color: #ccc;
  text-align: center;
  border: none;
  background: rgba(0,0,0,.30);
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#4c000000, endColorStr=#4c000000);
  cursor: pointer;
  z-index: 3;
}
.media-con .pre-nex.show { display: inline-block; }
.media-con .prev { left: 5%; }
.media-con .next { right: 5%; }
.media-con .btn-list {
  position: absolute;
  left: 175px;
  bottom: 12px;
  height: 6px;
  z-index: 6;
  _overflow: hidden;
}
.media-con .btn-list li {
  float: left;
  margin: 0 3px;
  display: inline;
  line-height: 6px;
}
.media-con .btn-list li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.media-con .btn-list li.cur i { background-color: #eb5831; }


/*-------------- 2016.3.03 edit by Tim -----------------*/
.media .met-box{
  float:left;
  width:345px;
  margin-left:72px;
}
.focus-intro{
  margin-left:235px;
}
.focus-intro h4{
  font-size:16px;
  color:#333;
  font-weight:normal;
}
.focus-intro p{
  color:#888;
  font-size:14px;
  line-height:28px;
}
.focus-intro p a.more{
  float:none;
  color:#eb5831;
}

.acts-foot{
  padding-top:14px;
}
.acts-foot p{
  line-height:24px;
}
.acts-foot p span{
  color:#333;
  font-size:14px;
  margin-right:2px;
}
.acts-foot p a{
  color:#555;
  font-size:14px;
}
.acts-foot p a:hover{
  color:#333;
}

/*新闻*/
.news{
  height:280px;
  background:#f0f0f0;
  margin-bottom:22px;
}
.news .med-box {
  float: left;
  position: relative;
  width: 1180px;
  height: 280px;
  overflow: hidden;
}
.news .med-box img {
  width: 1180px;
  height: 205px;
}
.news .med-box{
  width:1180px;
  height:205px;
}
.news .news-con li{
  height:280px;
}
.news .news-con .btn-list {
  position: absolute;
  right: 20px;
  bottom:  15px;
  height: 6px;
  z-index: 6;
  margin-left:-40px;
  _overflow: hidden;
}
.news .news-con .btn-list li {
  float: left;
  margin: 0 8px;
  display: inline;
  line-height: 10px;
}
.news .news-con .btn-list li i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.news .news-con .btn-list li.cur i {
  background-color: #eb5831;
}
.news .newsList{
  float:left;
  padding-top:13px;
  background:#f0f0f0;
}
.news .newsList li{
  float:left;
  width:340px;
  height:28px;
  padding:0 20px;
  margin-left:8px;
  white-space:nowrap;
}
.news .newsList li a {
  display: inline-block;
  height: 28px;
  max-width: 241px;
  color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size:14px;
    /*margin-top:3px;*/
}
.news .newsList li span{
  float:left;
  color:#333;
  font-size:14px;
}
.news .newsList li span i {
  font-family: Microsoft YaHei;
  margin-right: 7px;
  color: #ff9e18;
}
.news .newsList li a:hover {
  color: #000;
}
.news .newsList li a:hover i {
  color: #d67c00;
}

.media-only .img-list li a img {
  position: absolute;
  width: 215px;
  height: 125px;
  top: 0;
}
.news-con .pre-nex {
  display:none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 65px;
  margin-top: -32px;
  font: bold 50px/65px Simsun;
  color: #ccc;
  text-align: center;
  border: none;
  background: rgba(0,0,0,.30);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#4c000000, endColorStr=#4c000000);
  cursor: pointer;
  z-index: 3;
}
.news-con .prev { left:0; }
.news-con .next { right: 0;}

/* 新闻优化 2019-5-27 No.115934 */
.news1 { margin-bottom: 0; background-color: transparent; }
.news .newsList {margin-top: 10px; background-color: #e8eefb;}

/* 名人解说 */
.greatman { background-color: #f3f3f3; }
.greatman .greatman-hd {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.greatman .greatman-hd .title {
  display: inline-block;
  position: relative;
  height: 20px;
  margin: 0;
  padding: 0 75px;
  font: 20px/20px Microsoft YaHei;
  color: #333;
}
.greatman .greatman-hd .title:before, .greatman .greatman-hd .title:after {
  display: block;
  position: absolute;
  top: 10px;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #d4d4d4;
}
.greatman .greatman-hd .title:before { left: 0; }
.greatman .greatman-hd .title:after { right: 0; }
.focus-scroll {
  position: relative;
  padding-top: 130px;
  overflow: hidden;
}
.focus-scroll .pic-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 130px;
}
.focus-scroll .pic-list li {
  position:relative;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.focus-scroll .pic-list img {
  width: 220px;
  height: 130px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.focus-scroll .pic-list li.cur{}
.focus-scroll .pic-list li.cur img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.focus-scroll .intro-list {
  position: relative;
  height: 112px;
  overflow: hidden;
}
.focus-scroll .intro-list li {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: top 1.5s, opacity 0.5s;
  -moz-transition: top 1.5s, opacity 0.5s;
  -o-transition: top 1.5s, opacity 0.5s;
  transition: top 1.5s, opacity 0.5s;
}
.focus-scroll .intro-list li.cur {
  top: 0;
  opacity: 1;
  z-index: 2;
  -webkit-transition: top 1.5s, opacity 0.5s;
  -moz-transition: top 1.5s, opacity 0.5s;
  -o-transition: top 1.5s, opacity 0.5s;
  transition: top 1.5s, opacity 0.5s;
}
.focus-scroll .intro-list .man-name {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666;
}
.intro-list .man-name .name {
  font-size: 20px;
  color: #333;
}
.focus-scroll .intro-list .man-intro {
  font-size: 14px;
  color: #888;
  line-height: 26px;
}

.focus-scroll .pic-list li .play-btn{
  position:absolute;
  width:40px;
  height:40px;
  background:url(../images/play.png) no-repeat;
  right:10px;
  bottom:10px;
  display:none;
}
.focus-scroll .pic-list li.cur .play-btn{
  display:block;
}

.player-wrap{
  position:fixed;
  width:480px;
  height:350px;
  background:#000;
  top:50%;
  left:50%;
  margin-left:-240px;
  margin-top:-175px;
  z-index:31;
  display:none;
}
.player-wrap .close{
  position:absolute;
  width:28px;
  height:28px;
  line-height:28px;
  color:#fff;
  font-size:18px;
  font-weight:normal;
  font-family:"宋体";
  text-align:center;
  right:0;
  background:#444;
}
.player-wrap .close:hover{
  background:#eb5831;
}
.fixedBg{
  width: 100%;
  height: 100%;
  position: fixed;
  left:0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#66000000, endColorStr=#66000000);
  z-index: 30;
  display:none;
}

/*新增6个板块入口*/
.modular{
  padding-bottom:10px;
  overflow:hidden;
}
.modular ul{
  margin:0 -7px;
}
.modular li{
  float:left;
  margin:0 6px;
}
.modular a{
  display:inline-block;
  width:187px;
  height:100px;
  overflow:hidden;
}
.modular a img{
  transition:0.5s;
}
.modular a:hover img{
  -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.05,1.05);
    transform:scale(1.1,1.1);
}

/*产品与服务 2019-5-24 No.115934 */
.modular1 {display: table;}
.modular1 a img{
  transition:0.3s;
}

/* 新增精选案例、集团动态头部 */
/* 2019-5-24 No.115934 */

.case .case-hd,
.dynamics .dynamics-hd {
  position: relative;
  padding: 40px 0;
  text-align: center;
  z-index: 1;
}
.case .case-hd .title,
.dynamics .dynamics-hd .title{
  display: inline-block;
  position: relative;
  height: 30px;
  margin: 0;
  padding: 0 75px;
  font: 28px/30px Microsoft YaHei;
  color: #333;
}
.case .case-hd .title:before,
.case .case-hd .title:after,
.dynamics .dynamics-hd .title:before,
.dynamics .dynamics-hd .title:after{
  display: block;
  position: absolute;
  top: 14px;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #d4d4d4;
}
.case .case-hd .title:before,
.dynamics .dynamics-hd .title:before{ left: 0; }
.case .case-hd .title:after,
.dynamics .dynamics-hd .title:after{ right: 0; }

.case .case-hd .more,
.dynamics .dynamics-hd .more{
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 14px;
  color: #8c8f94;
}

.case .case-hd .more:hover,
.dynamics .dynamics-hd .more:hover {
  color: #f94735
}

/* 新增精选案例 */
/* 2019-5-24 No.115934 */
.case {
  position: relative;
  padding-bottom: 40px;
  margin-top: 22px;
  background: linear-gradient(120deg, #fdfeff, #f4f8ff);
}

.case:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to bottom right, #fff, #f4f8ff 50%, transparent 50%, transparent);
  content: '';
}

.case-bd {
  position: relative;
  z-index: 1;
}
.case-list {display: table;}
.case-item {
  overflow: hidden;
  float: left;
  width: 276px;
  height: 360px;
  border-radius: 4px;
  margin-left: 25px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 43, 108, 0.1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.case-item:first-child {margin-left: 0;}

.case-item:hover {
  box-shadow: 0px 10px 25px 0px rgba(27, 43, 108, 0.15);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.025,1.025);
  transform: scale(1.05,1.05);
}

.case-item > a {
  display: inline-block;
  width: 100%;
}

.case-item img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 180px;
}

.case-item > a .title {
  overflow: hidden;
  display: inline-block;
  max-width: 200px;
  padding: 25px 20px 10px;
  color: #8c8f94;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  quotes: '[ ' ' ]';
}

.case-item > a .title:before {
  content: open-quote;
}
.case-item > a .title:after {
  content: close-quote;
}

.case-item > a .case-instro {
  padding: 0 20px;
  color: #333;
  line-height: 1.75;
}

/* 新增集团动态 */
/* 2019-5-27 No.115934 */
.dynamics {
  padding: 10px 0 40px 0;
}

.dynamics-bd {
  display: table;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e8f4;
}
.dynamics-slider {
  position: relative;
  float: left;
  width: 560px;
  height: 440px;
  box-shadow: 0px 5px 15px 0px rgba(27, 43, 108, 0.1);
  overflow: hidden;
}


.dynamics-slider .img-list {
  width: 100%;
  height: 100%;
}
.dynamics-slider .img-list li {
  display: none;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.dynamics-slider .img-list li a {
  width: 100%;
  height: 100%;
}
.dynamics-slider .img-list img {
  display: inline-block;
  width: 100%;
  height: 350px;
}

.dynamics-slider .img-list .title {
  width: 100%;
  height: 90px;
}

.dynamics-slider .img-list .date,
.dynamic-item .date {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 0 10px;
  margin-right: 15px;
  color: #46a9fa;
  text-align: center;
  vertical-align: top;
}

.dynamics-slider .img-list .day,
.dynamic-item .day {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 34px;
}
.dynamics-slider .img-list .month,
.dynamic-item .month {
  display: inline-block;
  padding-top: 55px;
  white-space: nowrap;
}

.dynamics-slider .img-list .txt,
.dynamic-item .txt {
  display: inline-block;
  overflow: hidden;
  max-width: 445px;
  color: #333;
  font-style: normal;
  line-height: 90px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dynamics-slider .btn-list {
  position: absolute;
  right: 20px;
  bottom: 120px;
  height: 6px;
  z-index: 6;
}

.dynamics-slider .btn-list li {
  margin: 0 2px;
  display: inline-block;
  line-height: 8px;
}

.dynamics-slider .btn-list li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.dynamics-slider .btn-list li.cur i {
  background-color: #f94735;
}

.dynamic-list {
  float: right;
  width: 560px;
}
.dynamic-item {
  display: block;
  height: 78px;
  border: 1px solid #edf2fa;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(27, 43, 108, 0.1);
  transition: border-color 0.12s ease-in-out;
}

.dynamic-item .date {
  transition: all 0.12s ease-in-out;
}

.dynamic-item .txt {
  line-height: 80px;
}

.dynamic-item:first-child {
  margin-top: 0;
}

.dynamic-item:hover {
  border-color: #46a9fa;
}

.dynamic-item:hover .date{
  background-color: #46a9fa;
  color: #fff;
}

/* 动态+新闻背景 */
.dynamics-news-bg {
  padding-bottom: 80px;
  background: url(../images/bg_dynamics-news.png) right bottom no-repeat;
}
