* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #231816;
  font-family: Microsoft YaHei;
}
a {
  text-decoration: none;
}
.header .header_r ul li button:hover,a:hover{
  color: #c90916;
}

img{
  max-width: 100%;
}
body {
  background-color: #fff;
}

ul,
ol {
  list-style: none;
}

input[placeholder], [placeholder], *[placeholder] { 
  color: #231816;
} 
::-webkit-input-placeholder {
  color: #231816;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  *+height: 1%;
}
a:hover i.icon{
  color: #c90916;
}
i.icon{
  margin-left: -5px;
  transition: all 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
i.icon:first-child{
  margin-left: 5px;
}

/*a.bor_w{
  border: 1px solid #fff;
  padding: 14px 30px 14px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
a.bor_w:hover{
  color: #231816;
  background-color: #fff;
}
a.bor_w i{
  font-size: 1em;
  color: #fff;
}
a.bor_w:hover i{
  color: #231816;
}
a.bor_w:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.5s;
  z-index: -1;
  background-color: #fff;
}
a.bor_w:hover:after{
  width: 100%;
}*/

/*a.bor_b{
  border: 1px solid #231816;
  padding: 14px 30px 14px;
  color: #231816;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
a.bor_b:hover{
  color: #fff;
  background-color: #231816;
}
a.bor_b i{
  font-size: 1em;
  color: #231816;
  margin-left: -5px;
}
a.bor_b:hover i{
  color: #fff;
}*/

.bor_w{
  position: relative;
  padding: 14px 20px;
  height: 18px;
  border: 1px solid #fff;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  overflow: hidden;
}
.bor_w:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_w font.more_cha{
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_w font.more_cha i{
  color: #fff;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_w font.more_in{
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 3;
  transform: translateX(-100%);
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  opacity: 0;
}
.bor_w font.more_in i{
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  color: #231816;
}
.bor_w:hover:after{
  width: 100%;
}
.bor_w:hover font.more_cha{
  opacity: 0;
}
.bor_w:hover font.more_in{
  opacity: 1;
  transform: translateX(0);
}

.bor_b{
  position: relative;
  padding: 14px 20px;
  height: 18px;
  border: 1px solid #231816;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  overflow: hidden;
  display: inline-block;
}
.bor_b:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #231816;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_b font.more_cha{
  position: relative;
  z-index: 2;
  color: #231816;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_b font.more_cha i{
  color: #231816;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.bor_b font.more_in{
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 3;
  transform: translateX(-100%);
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  opacity: 0;
  color: #fff;
}
.bor_b font.more_in i{
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  color: #fff;
}
.bor_b:hover:after{
  width: 100%;
}
.bor_b:hover font.more_cha{
  opacity: 0;
}
.bor_b:hover font.more_in{
  opacity: 1;
  transform: translateX(0);
}




.header{
  max-width: 1336px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0 10px;
  position: relative;
}
.header .logo{
  display: block;
  text-align: center;
  float: left;
}

.header .nav_l{
  float: left;
  width: 545px;
  border-top: 1px solid #231816;
  padding-top: 10px;
  height: 28px;
}
.header .nav_l ul li{
  float: left;
  margin-right: 40px;
}
.header .nav_l ul li:last-child{
  margin-right: 0;
}
.header .nav_l ul li a{
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.header .header_r{
  float: right;
  width: 545px;
  padding-top: 14px;
  margin-top: 0px;
}
.header .header_r .header_t{
  margin-bottom: 20px;
}
.header .header_r .header_t .suosou{
  float: right;
  height: 26px;
  width: 160px;
  position: relative;
}
.header .header_r .header_t .suosou input{
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  box-sizing: border-box;
  border: none;
  height: 26px;
  background-color: transparent;
  border: 2px solid #eaeaea;
  background-color: #eaeaea;
  border-radius: 13px;
  outline: none;
  transition: all 0.5s;
}

.header .header_r .header_t .suosou input:focus{
  background-color: #fff;
}
.header .header_r .header_t .suosou button{
  position: absolute;
  width: 26px;
  height: 26px;
  border: none;
  font-size: 24px;
  right: 10px;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
}
.header .header_r .header_t .suosou button:hover{
  color: #c40910;
}

.header .lang{
  float: right;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.header .lang a{
  display: block;
  line-height: 20px;
  font-size: 12px;
}
.header .lang ul{
  display: none;
}
.header .lang ul li a{
  font-size: 12px;
}

.header .header_r ul{
  float: right;
}
.header .header_r ul li{
  float: left;
  position: relative;
  margin-left: 15px;
  overflow: hidden;
  width: 24px;
  height: 18px;
  transition: 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.header .header_r ul li button{
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.header .header_r ul li form input{
  position: absolute;
  left: -170px;
  width: 150px;
  border: 1px solid #ccc;
  height: 20px;
  text-indent: 10px;
  z-index: -1;
  opacity: 0;
}
.header .header_r ul li a{
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  display: block;
  width: 84px;
}
.header .header_r ul li a img{
  float: left;
}
.header .header_r ul li a span{
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  color: #7e7e7e;
  /*transform: translate(-20%);*/
  /*opacity: 0;*/
  transition: 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  /*visibility: hidden;*/
  padding-left: 5px;
}
.header .header_r ul li:hover{
  width: 74px;
}
.header .header_r ul li:nth-of-type(2):hover{
  width: 86px;
}
/*.header .header_r ul li:hover a span{
  visibility: inherit;
  transform: translate(0);
  opacity: 1;
}*/


.nav{
  height: 40px;
  text-align: center;
  background-color: #eaeaea;
  /*background-color: #e3ebee;*/
}
.nav .nav_pc li{
  display: inline-block;
  line-height: 20px;
  margin: 0 20px;
}
.nav .nav_pc li a{
  display: block;
  line-height: 40px;
  padding: 0px 20px;
}
.nav .nav_mob{
  display: none;
}



.banner{
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner_main{
  position: relative;
}
.banner .swiper-slide{
  position: relative;
}
.banner .swiper-slide img{
  display: block;
}
.banner .swiper-slide img.banner_pc{
  display: block;
}
.banner .swiper-slide img.banner_mob{
  display: none;
}
.banner .swiper-slide .banner_t{
  position: absolute;
  left: 17.3125%;
  top: 70.36%;
}
.banner .swiper-slide a{
/*  float: left;*/
}
.banner a.share{
  margin-left: 13px;
  color: #fff;
  text-align: center;
}
.banner a.share span,.banner a.share i{
  transition: all 0.5s;
}
.banner a.share i{
  display: block;
  color: #fff;
  font-size: 24px;
}
.banner a.share span{
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.banner a.share:hover span,.banner a.share:hover i{
  color: #c90916;
}
.banner .swiper-pagination-bullet{
  width: 30px;
  height: 9px;
  border-radius: 0;
}
.banner:hover .swiper_l, .banner:hover .swiper_r{
  opacity: 1;
}
.banner .swiper_l, .banner .swiper_r{
  opacity: 0;
}
.banner .swiper_l .icon, .banner .swiper_r .icon{
  color: #fff;
font-size: 100px;
}
.banner .swiper_l{
margin-top: -79px;
}
.banner .swiper_r{
right: 35px!important;
margin-top: -79px;
}


.section{
  /*max-width: 1336px;*/
  /*width: 100%;*/
  margin: 0 auto;
  padding-top: 72px;
}
.section h2{
  position: relative;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.section h2:after,.section h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #231816;
  width: 41%;
}
.section h2:after{
  left: auto;
  right: 0;
}

a.more_news{
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  width: 110px;
}
.sec1 .car_lei{
  overflow: hidden;
  position: relative;
}
.sec1 .car_lei .swiper-slide{
  opacity: 0.4;
  transition: all 0.5s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  text-align: center;
}
.sec1 .car_lei .swiper-slide:hover{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.sec1 .car_lei .swiper-slide.swiper-slide-active{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.sec1 .car_lei .swiper-slide .bor_b{
  z-index: -1;
  opacity: 0;
}
.sec1 .car_lei .swiper-slide.swiper-slide-active .bor_b{
  z-index: 2;
  opacity: 1;
}
.sec1 .car_lei .swiper-slide p{
  font-size: 22px;
  margin: 5px auto 20px;
}
.sec1 .car_lei .swiper-slide a{

}
.sec1 .car .car_lei_swiper{
  text-align: center;
  padding-top: 66px;
  margin-bottom: 78px;
}
.sec1 .car .car_lei_swiper li{
  display: inline-block;
  width: 103px;
  cursor: pointer;
  margin:0 17px;
}
.sec1 .car .car_lei_swiper li span{
  display: block;
  width: 100%;
  height: 9px;
  background-color: #eaeaea;
}
.sec1 .car .car_lei_swiper li.curr span{
  background-color: #4a4a4a;
}
.sec1 .car .car_lei_swiper li p{
  color: #4a4a4a;
  line-height: 38px;
  font-stretch: 16px;
}

.car_lei-pagination{
  text-align: center;
  margin: 20px 0 40px;
}
.car_lei-pagination span{
  display: inline-block;
  width: 103px;
  height: 9px;
  border-radius: 0;
}
.car_lei-pagination span.swiper-pagination-bullet-active{
  background-color: #4a4a4a;
}


.sec1_b ul li{
  margin-bottom: 30px;
}
.sec1_b ul li .sec1_l{
  float: left;
  width: 60%;
}
.sec1_b ul li .sec1_l img{
  display: block;
}
.sec1_b ul li:nth-of-type(even) .sec1_l{
  float: right;
}
.sec1_b ul li .sec1_r{
  margin-left: 60%;
  text-align: left;
  padding-left: 24px;
  /*padding-right: 66px;*/
  padding-top: 10px;
}
.sec1_b ul li:nth-of-type(even) .sec1_r{
  margin-right: 60%;
  margin-left: 0;
  padding-right: 24px;
  /*padding-left: 66px;*/
  text-align: right;
}
.sec1_b ul li .sec1_r h3{
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.sec1_b ul li .sec1_r p{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.sec2 .news_main{
  padding-bottom: 30px;
  border-bottom: 1px solid #231816;
  margin-bottom: 50px;
}
.sec2 .news_main li{
  float: left;
  width: 32.4%;
  overflow: hidden;
  margin-right: 1.4%;
  padding: 0 0 1px 1px;
  box-sizing: border-box;
}
.sec2 .news_main li .news_img{
  position: relative;
  overflow: hidden;
  background: #000;
}
.sec2 .news_main li .news_img img{
  width: 100%;
  transition: all 0.3s cubic-bezier(0.72, 0.02, 0.29, 0.98);
  transform-origin: center;
  opacity: 1;

}
.sec2 .news_main li.hover .news_img img{
  transform: scale(1.1);
  opacity: 1;
}
.sec2 .news_main li.no_hover .news_img img{
  opacity: 0.5;
}


.sec2 .news_main li:nth-of-type(3){
  float: right;
  margin-right: 0;
}
.sec2 .news_main li img{
  display: block;
}
.sec2 .news_main li .news_m .news_m_t{
  /*padding-bottom: 15px;*/
  margin-bottom: 15px;
  position: relative;
  /*padding-left: 5px;
  padding-right: 5px;*/
}
.sec2 .news_main li .news_m .news_m_t .hot{
  position: absolute;
  right: 0;
  bottom: 18px;
  width: auto;
  height: auto;
}
.sec2 .news_main li .news_m h3{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-top: 24px;
  height: 48px;
  font-weight: 700;
}
.sec2 .news_main li .news_m p{
  font-size: 14px;
  line-height: 24px;
height: 72px;
}
.sec2 .news_main li .news_m .news_m_b{
  font-size: 24px;
  color: #868686;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: right;
  display: none;
}
.sec2 .news_main li .bor_b{
  display: none;
}


.sec2 .yuyue img{
  display: block;
  margin-bottom: 15px;
}
.sec2 .yuyue p.yuyue_p{
  letter-spacing: 10px;
  font-size: 20px;
  color: #231816;
  line-height: 34px;
}
.sec2 .yuyue p.yuyue_p{
  display: block;
}
.sec2 .yuyue .yuyue_p_mob{
  display: none;
}
.sec2 .yuyue p.yuyue_p span{
  color: #c90916;
  letter-spacing: 10px;
  font-size: 20px;
  line-height: 34px;
}
.sec2 .yuyue .yuyue_b{
  position: relative;
}
.sec2 .yuyue .form{
  position: absolute;
  right: 0;
  top: 0;
  width: 225px;
}
.sec2 .yuyue .form button{
  position: absolute;
  border: none;
  background: none;
  width: 34px;
  height: 32px;
  top: 1px;
  left: 1px;
  border-right: 1px solid #231816;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.5s;
  margin-top:0;
}
.sec2 .yuyue .form button:before{
    position: relative;
    top: -4px;
}
.sec2 .yuyue .form button:hover{
  background-color: #231816;
  color: #fff;

}
.sec2 .yuyue .form input{
  outline: none;
  display: block;
  line-height: 32px;
height:34px;
  border: 1px solid #231816;
  padding-left: 50px;
  transition: all 0.5s;
  width: 100%;
  box-sizing:border-box;
}
.sec2 .yuyue .form input:focus{
  box-shadow: 0 0 10px #999;
}
.sec2 .yuyue{
  padding-bottom: 60px;
  border-bottom: 1px solid #231816;
  margin-bottom: 32px;
}





.hasanimate{
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.hasanimate.animate{
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 1470px){

.header,.section{
  /*max-width: 1100px;*/
}
.header .nav_l,.header .header_r{
}
.section{
  padding-top: 50px;
}

.section h2{
  font-size: 26px;
}
.sec1 .car .car_lei_swiper{
  padding-top: 50px;
}

.sec1_b ul li .sec1_r h3{
  font-size: 24px;
}
.sec1_b ul li .sec1_r p{
  font-size: 16px;
}


.sec2 .news_main li img{
  display: block;
  /*width: auto;
  max-width: inherit;
  height: 288px;*/
 width: 100%;
}

.sec2 .news_main li .news_m .news_m_t{
  /*height: 120px;*/
}

.sec2 .yuyue{
  padding-bottom: 30px;
}


}





@media screen and (max-width: 1200px){

.header,.section{
  /*max-width: 940px;*/
}
.header .nav_l ul li{
  margin-right: 20px;
}
.header .nav_l ul li a{
  font-size: 14px;
}
.sec1_b ul li .sec1_r h3{
  font-size: 22px;
}
.sec1_b ul li .sec1_r p{
  font-size: 14px;
  margin-bottom: 15px;
}

.sec2.section{
  padding-top: 30px;
}
.sec2 .news_main li .news_m h3{
  /*font-size: 16px;*/
}
.sec2 .news_main li .news_m p{
  font-size: 14px;
height: auto;
}
.sec2 .news_main li .news_m .news_m_t{
  /*height: 110px;*/
}


.sec2 .news_main li img{
  display: block;
  /*width: auto;
  height: 246px;*/
 width: 100%;
}


}



@media screen and (max-width: 750px) {

.banner .swiper-slide .banner_t{
  display: none;
}

.sec2 .yuyue{
  padding-bottom: 0;
  border-bottom: 0px solid #231816;
  margin-bottom: 0;
}

.banner .swiper-slide img.banner_pc{
  display: none;
}
.banner .swiper-slide img.banner_mob{
  display: block;
}

.sec1 .car .car_lei_swiper .swiper-pagination-bullet{
  width: 10%;
  height: 0;
  padding-top: 2%;
  border-radius: 0;
  background-color: #545454;
  margin: 0 2%;
}
.sec1 .car .car_lei_swiper .swiper-pagination-bullet-active{
  background-color: #4a4a4a;
}


.header{
  width: 31%;
  margin: 0 auto;
}
.header .logo{
  margin: 0;
}
.header .logo img{
  display: block;
  width: 100%;
}
.header{
  padding-top: 10px;
}
.header .nav_l, .header .header_r, .header .lang{
  display: none;
}

.nav{
  position: relative;
  height: 0;
  background: none;
  z-index: 9999;
}
.nav .nav_pc{
  display: none;
}
.nav .nav_mob{
  display: block;
}
.nav .nav_mob .arr{
  position: absolute;
  width: 20px;
  right: 10px;
  top: -30px;
}
.nav .nav_mob .arr i{
  display: block;
  margin-bottom: 3px;
  height: 2px;
  background-color: #6f6f6f;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
}
.nav .nav_mob .arr i.line3{
  margin-bottom: 0;
}

.nav .nav_mob .arr.cur i.line1{
  /*transform: rotate(45deg);
  transform-origin: 7px 6px;*/
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.nav .nav_mob .arr.cur i.line2{
  opacity: 0
}
.nav .nav_mob .arr.cur i.line3{
  /*transform-origin: 6px -3px;
  transform: rotate(-45deg);*/
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.nav .nav_mob ul{
  padding: 0px 3.5%;
  background-color: #fff;
  position: relative;
  top: 0px;
  display: none;
}
.nav .nav_mob ul li{
  line-height: 50px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}
.nav .nav_mob ul li:last-child{
  border-bottom: 1px solid #d6d6d6;
}
.nav .nav_mob ul li i{
  float: right;
}


.section{
  padding-top: 20px;
/*  width: 92%;*/
}
.section h2{
  font-size: 20px;
}
.section h2:after, .section h2:before{
  width: 34%;
}

.sec1 .car_lei .swiper-slide p{
  font-size: 14px;
}
.sec1 .car_lei .swiper-slide.swiper-slide-active .bor_b{
  padding: 5px 8px;
}
.bor_b{
  padding: 5px 8px;
  height: 14px;
}
.bor_b font{
  font-size: 12px;
  display: inline-block;
  line-height: 14px;
}
.bor_b font.more_cha{
  display: block;
  line-height: 14px;
}
.bor_b font.more_in{
  /*display: none;*/
  left: 8px;
  top: 5px;
}
.sec1 .car .car_lei_swiper{
  padding-top: 15px;
  margin-bottom: 30px;
}


.car_lei-pagination span{
  width: 10%;
}

.sec1_b ul li .sec1_l,.sec1_b ul li .sec1_r,.sec1_b ul li:nth-of-type(even) .sec1_r{
  width: 100%;
  float: none!important;
  box-sizing: border-box;
  margin: 0;
  height: 4rem;
  position: relative;
}
.sec1_b ul li .sec1_l img{
  position: absolute;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: inherit;
}
.sec1_b ul li .sec1_r,.sec1_b ul li:nth-of-type(even) .sec1_r{
  padding: 4% 5%;
}
.sec1_b ul li{
  margin-bottom: 0;
}
.sec1_b ul li .sec1_r h3{
  font-size: 18px;
}


.sec2.section h2{
  margin-bottom: 15px;
}
a.bor_b.more_news{
  margin-bottom: 15px;
}


.sec2 .news_main li{
  width: 100%;
  margin-bottom: 10px;
}
.sec2 .news_main li .news_img img{
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.sec2 .news_main li .a_op{
  margin: 0 5%;
}


.sec2 .yuyue p.yuyue_p{
  display: none;
}
.sec2 .yuyue .yuyue_p_mob{
  display: block;
  text-align: center;
}
.sec2 .yuyue .yuyue_p_mob img{
  display: block;
  margin: 0 auto;
}
.sec2 .news_main{
  margin-bottom: 30px;
}
.sec2 .yuyue p.yuyue_p{
  width: 100%;
  float: none;
  letter-spacing: 0px;
}
.sec2 .yuyue .form{
  position: relative;
  margin: 30px auto 0;
}

.sec2 .news_main li .news_m h3{
  font-size: 18px;
  line-height: 1.2;
}
.sec2 .news_main li .news_m .news_m_t{
  /*height: 90px;*/
  padding: 4% 5%;
}

.foot{
  display: block;
  height: auto;
  background: none;
}

}