/* 首页轮播 */
.banner{ max-height: 774px; overflow: hidden; width: 100%; }
.banner .item{ overflow: hidden; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
.banner img{ width: 1920px; }
.banner .swiper-container{ --swiper-theme-color: #ffffff; --swiper-navigation-color: #ffffff; --swiper-navigation-size: 50px; }
.banner .swiper-button-prev,
.banner .swiper-button-next{ opacity: 0; transition: all 0.3s; }
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{ opacity: 1; }
.banner:hover .swiper-button-prev{  left: 100px;}
.banner:hover .swiper-button-next{ right: 100px; }
.banner .swiper-pagination{ bottom: 37px; }
.banner .swiper-pagination-bullet{width: 15px; height: 15px; margin: 0 8px!important; border: 2px solid #FFFFFF; background-color: #FFFFFF; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background-color: transparent; }
@media (max-width: 1600px) {
  .banner img{ width: 100%; }
}
@media (max-width: 1460px) {
  .banner .swiper-container{ --swiper-navigation-size: 40px; }
}
@media (max-width: 1024px) {
  .banner:hover .swiper-button-prev,
  .banner:hover .swiper-button-next{ opacity: 0; }
  .banner .swiper-pagination{bottom: 20px;}
  .banner .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 6px!important; }
}
@media (max-width: 640px) {
  .banner .swiper-pagination{ bottom: 10px;}
  .banner .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 6px!important; }
}



/* 首页产品分类图标 */
.pro_nav{ background-color: #f5f5f5; padding: 40px 0; }
.pro_nav .box{ position: relative; }
.pro_nav .prev,
.pro_nav .next{ position: absolute; top: 50%; width: 50px; height: 50px; background: url(../images/pronav_next1.png) no-repeat center / 100%; transform: translateY(-50%); outline: none; cursor: pointer; opacity: 0.6; z-index: 9; }
/* .pro_nav .prev:hover, */
/* .pro_nav .next:hover{ background-image: url(../images/pronav_next1.png); } */
.pro_nav .disabled{ opacity: 0.2; }
.pro_nav .prev{ transform: translateY(-50%) rotate(-180deg); left: -70px; }
.pro_nav .next{  right: -70px; }
.pro_nav ul{ }
.pro_nav ul li{ text-align: center; width: auto; transition: all 0.2s; }
.pro_nav ul li:hover{ transform: translateY(-5px); }
.pro_nav ul li a{ display: block; }
.pro_nav ul li .icon{ height: 150px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; overflow: hidden; }
.pro_nav ul li .icon img{ display: block; max-width: ; max-height: 140px; }
.pro_nav ul li:hover .icon img{ transform: translateY(-150px); filter: drop-shadow(#568a1a 0 150px); }
.pro_nav ul li .tit{ font-size: 18px; color: #666666; margin-top: 10px; }
.pro_nav ul li:hover .tit{ color: #7fcc28; }
@media (max-width: 1480px) {
  .pro_nav .prev,
  .pro_nav .next{ width: 40px; height: 40px; opacity: 0.4; }
  .pro_nav .prev{ left: -0px; }
  .pro_nav .next{ right: -0px; }
  .pro_nav .disabled{ opacity: 0.2; }
}
@media (max-width: 1280px) {
    .pro_nav{padding: 30px 0; }
    .pro_nav ul li .icon{height: 140px;}
    .pro_nav ul li .icon img{ max-height: 120px; }
}
@media (max-width: 1024px) {
  .pro_nav{padding: 20px 0;}
  .pro_nav ul li .icon{height: 120px;}
  .pro_nav ul li .icon img{ max-height: 100px; }
  .pro_nav ul li .tit{font-size: 16px;}
}
@media (max-width: 480px) {
  .pro_nav{padding: 15px 0;}
  .pro_nav ul li .icon{ height: 50px;}
  .pro_nav ul li .icon img{ max-height: 46px; }
  .pro_nav ul li .tit{ font-size: 12px; }
  .pro_nav .prev,
  .pro_nav .next{ width: 30px; height: 30px; }
}


/* 热门产品 */
.index_product{ padding: 100px 0 80px; }
.index_product ul{ margin: 0 -1.5%; margin-top: 70px; flex-wrap: wrap; align-items: stretch; justify-content: flex-start; }
.index_product ul li{ width: 22%; margin: 0 1.5%; margin-bottom: 20px; border-radius: 25px; transition: all 0.1s; }
.index_product ul li:hover{ box-shadow: 0 0 30px 20px rgba(0,0,0,0.04); }
.index_product ul li a{ display: block; }
.index_product ul li .pic{ padding-bottom: 140%; }
.index_product ul li .pic:hover img{ transform: translate(-50%,-50%);}
.index_product ul li .tit{ text-align: center;font-size: 16px; text-transform: uppercase; margin: 5px 0 10px; }
.index_product ul li .color{ padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content:center; }
.index_product ul li .color i{ display: block; width: 12px; height: 12px; border-radius: 5px; margin: 0 2px; background-color: #000000; }
@media (max-width: 1280px) {
  .index_product{ padding: 80px 0 60px; }
  .index_product ul{ margin-top: 50px; }
  
}
@media (max-width: 1024px) {
  .index_product{ padding: 50px 0 40px;}
  .index_product ul{margin-top: 20px;}
  .index_product ul li:hover{box-shadow: 0 0 30px 20px rgba(0,0,0,0.04);}
}
@media (max-width: 768px) {
  .index_product{ padding: 40px 0 30px;}
  .index_product ul{ margin: 0 -0.5%; margin-top: 20px; }
  .index_product ul li{ border-radius: 15px; margin: 0 0.5%; width: 24%; }
  .index_product ul li .tit{font-size: 14px;}
  .index_product ul li .color i{width: 10px; height: 10px;}
}
@media (max-width: 480px) {
  .index_product ul li{width: 49%;}
  .index_product ul li .pic{padding-bottom: 115%;}
  .index_product ul li .pic img{max-width: 80%;}
}


/* 产品海报 */
.index_pro_ban{ padding-bottom: 80px; }
.index_pro_ban .left{ float: left; padding-right: 12px; }
.index_pro_ban .right{ float: right; padding-left: 12px; }
.index_pro_ban ul{ width: 50%; }
.index_pro_ban ul li{ position: relative; width: 100%; margin-bottom: 24px; }
.index_pro_ban ul li a{display: block; }
.index_pro_ban ul li img{width: 100%; }
.index_pro_ban ul li .text{ position: absolute; z-index: 2; }
.index_pro_ban ul li .text h4{ font-family: "arial black"; color: #696768; font-size: 29px; font-weight: bold; line-height: 38px; font-style: italic; text-transform: uppercase; display: block; margin-bottom: 30px; padding-bottom: 30px; position: relative; }
.index_pro_ban ul li .text h4::after{ display: block; content: ""; width: 40px; height: 3px; background-color: #7fcc28; position: absolute; bottom: 0; left: 0; }
.index_pro_ban ul li .text p{ color: #FFFFFF; background: #7fcc28; display: inline-block; font-size: 16px; padding: 5px 20px; border-radius: 50px; text-transform: uppercase;}

.index_pro_ban ul li.p3 .text h4{ color: #FFFFFF; text-shadow: 0 0 10px rgba(0,0,0,0.3); line-height: 34px;}
.index_pro_ban ul li.p3 .text h4::after{background-color: #FFFFFF; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.index_pro_ban ul li.p4 .text h4{ margin-bottom: 100px; }

.index_pro_ban .p1 .text{ right: 125px; top: 150px; width: 200px;}
.index_pro_ban .p2 .text{ right: 60px; top: 100px; width: 260px;}
.index_pro_ban .p3 .text{ left: 60px; top: 80px; }
.index_pro_ban .p4 .text{ left: 60px; top: 150px; }

@media (max-width: 1460px) {
  .index_pro_ban ul li .text h4{ font-size: 24px; line-height: 32px; }
  .index_pro_ban ul li .text p{font-size: 14px;}
  .index_pro_ban ul li.p3 .text h4{line-height: 28px; }
  .index_pro_ban ul li.p4 .text h4{margin-bottom: 80px; }
  
  .index_pro_ban .p1 .text{ right: 55px; top: 130px; }
  .index_pro_ban .p2 .text{ right: 50px; top: 90px; }
  .index_pro_ban .p3 .text{ left: 60px; top: 80px; }
  .index_pro_ban .p4 .text{ left: 60px; top: 150px; }
}
@media (max-width: 1260px) {
  .index_pro_ban{ padding-bottom: 60px; }
  .index_pro_ban .left{padding-right: 9px;}
  .index_pro_ban .right{padding-left: 9px;}
  .index_pro_ban ul li{margin-bottom: 18px;}
  .index_pro_ban ul li .text h4{ font-size: 20px; line-height: 26px; padding-bottom: 20px; margin-bottom: 20px;}
  .index_pro_ban ul li.p4 .text h4{margin-bottom: 60px;}
  
  .index_pro_ban .p1 .text{ right: 35px; top: 110px; width: 170px;}
  .index_pro_ban .p2 .text{width: 200px;}
  .index_pro_ban .p3 .text{left: 40px;top: 50px;}
  .index_pro_ban .p4 .text{left: 40px;top: 120px;}
}
@media (max-width: 960px) and (min-width: 760px) {
  .index_pro_ban{ padding-bottom: 40px; }
  .index_pro_ban ul li .text h4{font-size: 16px;line-height: 22px;}
  .index_pro_ban ul li .text p{font-size: 12px;}
  .index_pro_ban ul li.p3 .text h4{line-height: 22px;}
  .index_pro_ban ul li.p4 .text h4{margin-bottom: 40px;}
  
  .index_pro_ban .p1 .text{ right: 15px; top: 110px; width: 150px;}
  .index_pro_ban .p2 .text{width: 160px;top: 50px; right: 15px;}
  .index_pro_ban .p3 .text{left: 25px;top: 40px;}
  .index_pro_ban .p4 .text{left: 25px;top: 70px;}
}
@media (max-width: 760px) {
  .index_pro_ban{ padding-bottom: 40px; }
  .index_pro_ban .left{width: 100%; padding-right: 0;}
  .index_pro_ban .right{width: 100%; padding-left: 0;}
  
}
@media (max-width: 480px) {
  .index_pro_ban{ padding-bottom: 30px; }
  .index_pro_ban ul li .text h4{font-size: 16px; line-height: 26px;}
  .index_pro_ban ul li .text p{font-size: 12px; padding: 3px 10px;}
  .index_pro_ban ul li.p3 .text h4{ line-height: normal;}
  .index_pro_ban ul li.p4 .text h4{ margin-bottom: 30px; }
  
  .index_pro_ban .p1 .text{ top: 80px; right: 25px; width: auto; }
  .index_pro_ban .p2 .text{ width: auto; right: 35px; top: 60px; }
  .index_pro_ban .p3 .text{ left: 20px; top: 30px;}
  .index_pro_ban .p4 .text{ left: 20px; top: 90px;}
}
@media (max-width: 380px) {
  .index_pro_ban ul li .text h4{font-size: 14px; line-height: 20px; padding-bottom: 15px; margin-bottom: 15px;}
  .index_pro_ban .p1 .text{top: 60px; right: 25px;}
  .index_pro_ban .p2 .text{ right: 25px; top: 40px; }
  .index_pro_ban .p4 .text{top: 60px;}
}


/* 公司简介 */
.index_about{ /* background: url(../images/index_aboutbg.jpg) no-repeat center / cover; */ padding: 80px 0 0; margin-bottom: 100px; position: relative;}
.index_about .bg{ position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%; }
.index_about .bg ol{ display: block; width: 100%; height: 100%; }
.index_about .bg ol li{ display: none; width: 100%; height: 100%; background: no-repeat center / cover; }
.index_about .bg ol li.active{ display: block; }
.index_about .bg ol li img{ display: none; opacity: 0; }
.index_about .sign{ font-family: "arial"; font-weight: bold; color: #7fcc28; /* font-size: 150px; line-height: 150px; */ display: block; text-align: center; position: relative; z-index: 1; }
.index_about .sign img{ max-width: 60px; }
.index_about .abbox{ opacity: 0; display: block;}
.index_about .abbox.active{ opacity: 1; }
.index_about .text{ display: block; width: 100%; max-width: 1100px; background-color: rgba(255,255,255,.76); padding: 20px 50px 30px; margin: 0 auto; margin-top: 35px; position: relative; z-index: 1; }
.index_about .text .tit{ margin-bottom: 30px; text-align: center; }
.index_about .text .tit h3{ position: relative; font-size: 40px; font-weight: bold; color: #2c353c; display: inline-block; padding-bottom: 20px; }
.index_about .text .tit h3::after{ position: absolute; display: block; content: ""; width: 84%; height: 0; border-bottom: 1px dashed #2c353c; bottom: 0; left: 8%; }
.index_about .text .txt{ font-size: 15px; line-height: 28px; color: #000000; text-align: justify; }
.index_about .more{ text-align: center; margin-top: 35px; margin-bottom: 65px; position: relative; z-index: 1;}
.index_about .more a{ display: inline-block; padding: 12px 40px; border: 1px solid #a6b0b9; color: #2c353c; font-size: 16px; }
.index_about .more a:hover{ background-color: #7fcc28; border-color: #7fcc28; color: #FFFFFF; }

.index_about .bottom{ width: 86%; margin: 0 auto; background-color: #FFFFFF; transform: translateY(50%); box-shadow: 0 0 50px 2px rgba(0,0,0,0.15); position: relative; z-index: 1; }
.index_about .bottom ul{ display: flex;flex-wrap: wrap;justify-content: space-between; align-items: stretch; }
.index_about .bottom ul li{ width: 25%; text-align: center; }
.index_about .bottom ul li a{ display: block; padding: 35px 20px; }
.index_about .bottom ul li .icon{ width: 50px; height: 50px; display: inline-flex; flex-wrap: wrap;align-items:center; justify-content: center; overflow: hidden; }
.index_about .bottom ul li .icon img{ max-width: 100%; }
.index_about .bottom ul li .tit{ margin-top: 5px; font-size: 20px; font-weight: bold; color: #000000;}
.index_about .bottom ul li.cur{ background-color: #7fcc28;}
.index_about .bottom ul li.cur .icon img{ transform: translateY(-60px); filter: drop-shadow(#fff 0 60px); }
.index_about .bottom ul li.cur .tit{ color: #FFFFFF;}
@media (max-width: 1760px) {
  .index_about .bg ol li:nth-child(2){ background-position: right -200px center; }
  .index_about .bg ol li:nth-child(3){ background-position: left -220px center; }
  .index_about .bg ol li:nth-child(4){ background-position: left -200px center; }
}
@media (max-width: 1460px) {
  .index_about .text .tit h3{ font-size: 32px; }
  .index_about .more{margin-bottom: 35px;}
  .index_about .bottom ul li .tit{font-size: 18px;}
  .index_about .bottom ul li a{ padding: 25px 15px; }
}
@media (max-width: 1260px) {
  .index_about{padding-top: 60px;}
  /* .index_about .sign{font-size: 130px; line-height: 130px;} */
  .index_about .text .tit{margin-bottom: 20px;}
  .index_about .text .tit h3{ font-size: 28px; padding-bottom: 10px; }
  .index_about .more{margin-bottom: 5px;}
  .index_about .bottom{width: 96%;}
}
@media (max-width: 1024px) {
  .index_about{margin-bottom: 0; }
  /* .index_about .sign{ font-size: 120px; } */
  .index_about .text .tit h3{font-size: 24px;}
  
  .index_about .abbox{ display: none; }
  .index_about .abbox.active{ display: block;}
  .index_about .bottom{transform: none;}
  .index_about .more{margin-bottom: 15px;}
  .index_about .bg.out{ position: static; margin-top: -60px; }
  .index_about .bg.out li{ background: none !important; }
  .index_about .bg.out li img{ display: block; opacity: 1; width: 130%; margin-left: -15%; }
  
}
@media (max-width: 768px) {
  .index_about{ padding-top: 50px; margin-bottom: 0px; }
  /* .index_about .sign{ font-size: 100px; } */
  .index_about .sign img{max-width: 50px;}
  .index_about .text{ padding: 20px 20px; background-color: rgba(255,255,255,.8); }
  .index_about .text .tit{margin-bottom: 10px;}
  .index_about .text .tit h3{font-size: 22px;}
  .index_about .text .txt{font-size: 14px; line-height: 24px;}
  .index_about .more a{padding: 8px 30px; font-size: 14px;}
  .index_about .bottom ul li a{padding: 15px 10px;}
  .index_about .bottom ul li .icon{width: 28px; height: 28px;}
  .index_about .bottom ul li .tit{font-size: 14px; margin-top: 10px;}
}
@media (max-width: 480px) {
  .index_about{ padding-top: 40px; }
  /* .index_about .sign{font-size: 80px; line-height: 80px;} */
  .index_about .bg.out{ margin-top: -50px; }
  .index_about .sign{display: none;}
  .index_about .sign img{max-width: 38px;}
  .index_about .text{margin-top: 0px;}
  .index_about .text .tit h3{font-size: 16px; display: block;}
  .index_about .text .tit h3::after{width: 100%; left: 0;}
  .index_about .text .txt{text-align: center;}
  .index_about .more{ margin-bottom: 10px; margin-top: 10px; display: none; }
  .index_about .bottom ul li{width: 50%;}
  .index_about .bottom ul li a{padding: 10px;}
  .index_about .bottom ul li .icon{width: 20px; height: 20px;}
  .index_about .bottom ul li .tit{margin-top: 5px;}
}


/* 新闻中心 */
.index_news{ padding: 100px 0; }
.index_news .box{ margin-top: 80px; position: relative; }
.index_news .item{ width: 100%; }
.index_news .item a{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.index_news .item .date{ text-align: right; padding-right: 20px; width: 105px; }
.index_news .item .date .md{ font-size: 32px; font-weight: bold; color: #151515; font-weight: bold;}
.index_news .item .date .y{ font-size: 20px; color: #b1b1b1; font-weight: bold; padding-top: 10px; }
.index_news .item .text{ width: calc(100% - 105px); min-height: 150px; padding-left: 30px; border-left: 1px solid #d3d3d3; }
.index_news .item .text .tit{ font-size: 16px; line-height: 30px; font-weight: bold; color: #000000; font-family: "arial";  }
.index_news .item .text .txt{ font-size: 14px; line-height: 26px; color: #000000; margin-top: 25px;  }
.index_news .swiper-pagination{ position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); }
.index_news .swiper-pagination-bullet{ margin: 0 10px; opacity: 1; background-color: transparent; width: 10px; height: 10px; position: relative; border: 0px solid ; outline: none; }
.index_news .swiper-pagination-bullet::after{ content: ""; display: block; border: 1px solid #CCCCCC; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50px; opacity: 0;  }
.index_news .swiper-pagination-bullet::before{ background: #CCCCCC; content: ""; display: block; width: 4px; height: 4px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
.index_news .swiper-pagination-bullet-active{ background-color: transparent;  }
.index_news .swiper-pagination-bullet-active::after{ opacity: 1; }
@media (max-width: 1460px) {
  .index_news{ padding: 80px 0; }
}
@media (max-width: 1260px) {
  .index_news{ padding: 60px 0; }
  .index_news .box{margin-top: 60px;}
  .index_news .swiper-pagination{bottom: -30px;}
}
@media (max-width: 1024px) {
  .index_news{ padding: 60px 0; }
  .index_news .box{margin-top: 50px;}
  .index_news .item .date{width: 85px;}
  .index_news .item .date .md{font-size: 26px;}
  .index_news .item .date .y{font-size: 16px;}
  .index_news .item .text{width: calc(100% - 85px); min-height: 120px; padding-left: 25px;}
  .index_news .item .text .txt{margin-top: 15px;}
}
@media (max-width: 767px) {
  .index_news .box{ margin-top: 40px; }
  .index_news .item .date{width: 75px;}
  .index_news .item .date .md{ font-size: 20px; }
  .index_news .item .date .y{ font-size: 14px; padding-top: 5px; }
  .index_news .item .text .tit{line-height: 24px; }
  .index_news .item .text .txt{margin-top: 10px; line-height: 24px; }
  .index_news .item .text{width: calc(100% - 75px); min-height: 100px; padding-left: 20px;}
  .index_news .swiper-pagination-bullet{margin: 0 5px;}
}
@media (max-width: 480px) {
  
}



/* 企业视频 */
.index_video{ background: url(../images/index_videobg.jpg) no-repeat center / cover; padding: 100px 0; }
.index_video .box{ display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; }
.index_video .play{ display: inline-block; background: #447610 url(../images/icon_video.png) no-repeat center right 40px; padding: 15px 20px; padding-right: 80px; color: #FFFFFF; text-transform: uppercase; font-weight: bold; font-size: 22px; cursor: pointer; position: relative; transition: all 0.3s;}
.index_video .play:hover{ background-color: #7fcc28; transform: translateY(-10px); box-shadow: 0 0 20px rgba(0,0,0,0.15);  }
/* .index_video .play::after{ display: block; content: ""; width: 110%; height: 110%; position: absolute; top: -5%; border: 2px solid #FFFFFF; } */
.index_video ul{ max-width: 750px; width: 100%; align-items: stretch; justify-content: space-between;}
.index_video ul li{ width: 31.333%; background-color: rgba(255,255,255,0.7); padding: 30px 30px; border-radius: 30px; text-align: center; cursor: pointer; transition: all 0.1s; }
.index_video ul li:hover{ background-color: rgba(255,255,255,0.9); }
.index_video ul li .icon{ width: 100px; height: 100px; overflow: hidden; text-align: center; display: inline-block; }
.index_video ul li .icon img{ max-width: 100%; }
.index_video ul li .tit{ font-size: 40px; color: #000000; margin: 10px 0 15px; font-weight: bold; }
.index_video ul li .txt{ font-size: 17px; color: #000000; line-height: 28px; }
.index_video ul li:hover .tit{ color: #7fcc28; }
.index_video ul li:hover .txt{ color: #7fcc28; }
.index_video ul li:hover .icon img{ transform: translateY(-200px); filter: drop-shadow(#7fcc28 0 200px); }
@media (max-width: 1460px) {
  .index_video ul li .tit{ font-size: 32px; }
  .index_video ul li .txt{ font-size: 16px; }
}
@media (max-width: 1260px) {
  .index_video{ padding: 80px 0; }
  .index_video .play{width: 200px; font-size: 20px; padding-right: 60px; background-position: right 30px center;}
  .index_video ul{ max-width: none; width: calc(100% - 250px);}
}
@media (max-width: 1024px) {
  .index_video{ padding: 70px 0; }
  .index_video .play{font-size: 18px; width: 160px; padding: 15px 15px; background-position: right 15px center;}
  .index_video ul li{ padding: 40px 10px; border-radius: 20px; background-color: rgba(255,255,255.9);}
  .index_video ul li .tit{ font-size: 22px; margin: 10px 0 5px; }
  .index_video ul li .icon{ width: 80px; height: 60px; }
  .index_video ul li .icon img{ max-width: none; height: 100%; }
}
@media (max-width: 768px) {
  .index_video{ padding: 60px 0; }
  .index_video .play{font-size: 15px; width: 140px; padding: 15px 15px; background-position: right 15px center;}
  .index_video ul{ max-width: none; width: calc(100% - 180px);}
  .index_video ul li{padding: 30px 10px; border-radius: 20px;}
  .index_video ul li .icon{ width: 60px; height: 50px; }
  .index_video ul li .txt{font-size: 14px; line-height: 24px;}
}
@media (max-width: 480px) {
  .index_video{ padding: 40px 0; }
  .index_video ul{width: 100%; margin-top: 20px;}
  .index_video ul li{ border-radius: 10px;}
  .index_video ul li .icon{ width: 50px; height: 40px; }
  .index_video ul li .tit{ font-size: 18px; margin: 10px 0 5px; }
  .index_video ul li .txt{ line-height: 24px;}
}

