.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
}
.pro .warp .top {
  width: 294px;
  height: 608px;
  background: url(../images/dec1.png) no-repeat center top;
  padding: 100px 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .top::before {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  position: absolute;
  top: 244px;
  left: 32px;
  background: #ddd;
}
.pro .warp .top em img {
  display: block;
}
.pro .warp .top h3 {
  margin: 19px 0 0;
}
.pro .warp .top h3 a {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 27px;
}
.pro .warp .top .art {
  margin: 120px 0 0;
}
.pro .warp .top .art i {
  display: block;
  font-size: 14px;
  color: #24ac7c;
  line-height: 20px;
  font-weight: bold;
}
.pro .warp .top .art span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  letter-spacing: 3px;
}
.pro .warp .top .art .tel {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 0 31px;
  background: url(../images/tel1.png) no-repeat center left;
  margin: 10px 0 0;
}
.pro .warp .reg {
  width: 890px;
  margin: 80px 0 0;
}
.pro .warp .reg ol {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pro .warp .reg ol::before {
  content: "";
  display: block;
  width: 905px;
  height: 1px;
  position: absolute;
  top: 94px;
  left: 0;
  background: #333;
  opacity: 0.1;
}
.pro .warp .reg ol li {
  width: 100px;
  position: relative;
  background: none;
  transition: 0.5s linear;
}
.pro .warp .reg ol li::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-2.5px);
  background: url(../images/title1.png) no-repeat center;
}
.pro .warp .reg ol li::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../images/title2.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .warp .reg ol li a {
  display: block;
  width: 100%;
  height: 153px;
  padding: 20px 10px 0;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .reg ol li a .tu {
  position: relative;
  display: block;
}
.pro .warp .reg ol li a .tu img {
  display: block;
  margin: 0 auto;
  transition: 0.5s linear;
}
.pro .warp .reg ol li a .tu img:nth-child(1) {
  opacity: 1;
}
.pro .warp .reg ol li a .tu img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.pro .warp .reg ol li a i {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .reg ol li:hover {
  width: 200px;
  border-radius: 10px;
  background: url(../images/bg1.png) no-repeat center;
}
.pro .warp .reg ol li:hover::before {
  display: none;
}
.pro .warp .reg ol li:hover::after {
  bottom: 16px;
}
.pro .warp .reg ol li:hover a .tu img:nth-child(1) {
  opacity: 0;
}
.pro .warp .reg ol li:hover a .tu img:nth-child(2) {
  opacity: 1;
}
.pro .warp .reg ol li:hover a i {
  bottom: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.pro .warp .reg .proslide {
  width: 890px;
  position: relative;
  margin: 40px 0 0;
}
.pro .warp .reg .proslide .bd li {
  display: flex;
  justify-content: space-between;
  width: 890px;
}
.pro .warp .reg .proslide .bd li .aside {
  width: 392px;
  position: relative;
  margin: 42px 0 0;
}
.pro .warp .reg .proslide .bd li .aside::after {
  content: "";
  display: block;
  width: 460px;
  height: 1px;
  position: absolute;
  top: 75px;
  left: 0;
  background: #333;
  opacity: 0.1;
}
.pro .warp .reg .proslide .bd li .aside::before {
  content: "";
  display: block;
  width: 144px;
  height: 18px;
  position: absolute;
  top: 35px;
  left: 0;
  background: url(../images/title3.png) no-repeat center;
}
.pro .warp .reg .proslide .bd li .aside .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .reg .proslide .bd li .aside p {
  font-size: 14px;
  color: #666;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 54px;
  margin: 79px 0 0;
}
.pro .warp .reg .proslide .bd li .aside .more {
  display: block;
  height: 28px;
  padding: 0 0 0 64px;
  background: url(../images/more1.png) no-repeat center left;
  margin-left: -16px;
  margin: 70px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  letter-spacing: 2px;
}
.pro .warp .reg .proslide .bd li .img {
  display: block;
  width: 429px;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
}
.pro .warp .reg .proslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .reg .proslide .bd li .img img:hover {
  transform: scale(1.1);
}
.pro .warp .reg .proslide .arr {
  position: absolute;
  top: 256px;
  left: 395px;
  z-index: 50;
  width: 128px;
  height: 64px;
  background: url(../images/arr-pro.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.pro .warp .reg .proslide .arr .prev {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.pro .warp .reg .proslide .arr .next {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.pro .listimg li {
  width: 296px;
}
.pro .listimg li .tu {
  width: 296px;
  height: 220px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  position: relative;
  height: 43px;
  border-bottom: 1px solid #ddd;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
}
.pro .listimg li .text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 19px;
  left: 5px;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 50%;
  transition: 0.5s linear;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 32px;
  height: 43px;
  background: url(../images/more2.png) no-repeat center;
}
.pro .listimg li:hover .text::before {
  border-color: #24ac7c;
}
.pro .listimg li:hover .text .cond {
  letter-spacing: 1px;
  color: #24ac7c;
}
.reason {
  height: 1146px;
  background: url(../images/rea.jpg) no-repeat center top;
  margin: 78px 0 0;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.reason .top {
  margin: 0 0 0 438px;
}
.reason .top h3 {
  font-size: 28px;
  color: #333;
  line-height: 26px;
}
.reason .reasonslide {
  position: relative;
  width: 452px;
  margin: 217px 0 0 60px;
}
.reason .reasonslide .bd li .num {
  height: 59px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 72px;
  color: #fff;
  line-height: 59px;
  text-align: right;
  background: url(../images/yico.png) no-repeat center left;
}
.reason .reasonslide .bd li .art {
  height: 24px;
  display: flex;
  margin: 25px 0 0;
}
.reason .reasonslide .bd li .art b {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}
.reason .reasonslide .bd li .art i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  margin-left: 9px;
}
.reason .reasonslide .bd li p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 30px 0 0;
}
.reason .reasonslide .hd {
  position: absolute;
  top: -165px;
  left: 665px;
}
.reason .reasonslide .hd li {
  position: relative;
  width: 42px;
  height: 42px;
  background: url(../images/cire1.png) no-repeat center;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  background: url(../images/cire2.png) no-repeat center;
  transform: scale(0);
  transition: 0.5s linear;
}
.reason .reasonslide .hd .on::before {
  transform: scale(1);
}
.reason .reasonslide .hd li:nth-child(1) {
  margin-bottom: 158px;
}
.reason .reasonslide .hd li:nth-child(2) {
  margin-bottom: 110px;
}
.reason .reasonslide .hd li:nth-child(3) {
  margin-left: 175px;
}
.reason .warp {
  display: flex;
  justify-content: space-between;
  margin: 130px 0 0 0;
}
.reason .warp .art {
  margin: 0 0 0 36px;
  width: 83px;
  height: 290px;
  background: url(../images/snhx.png) no-repeat top right;
}
.reason .warp .art i {
  display: block;
  width: 53px;
  height: 200px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 64px;
  color: #24ac7c;
  line-height: 53px;
  writing-mode: vertical-lr;
}
.reason .warp .dec img {
  display: block;
}
.reason .warp .plaet {
  margin: 50px 0 0;
  width: 420px;
}
.reason .warp .plaet h4 {
  font-size: 32px;
  text-align: right;
  color: #333;
  font-weight: bold;
  line-height: 31px;
  height: 31px;
}
.reason .warp .plaet p {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  text-align: right;
  margin: 29px 0 0;
  height: 18px;
}
.reason .warp .plaet .arts {
  display: flex;
  justify-content: space-between;
  height: 40px;
  margin: 50px 0 0;
}
.reason .warp .plaet .arts .tel {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}
.reason .warp .plaet .arts a {
  display: block;
  width: 150px;
  height: 40px;
  background: #24ac7c url(../images/zxun.png) no-repeat center left;
  background-position-x: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 0 56px;
  box-sizing: border-box;
  border-radius: 20px;
}
.case {
  margin: 75px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top em img {
  display: block;
}
.case .box .top h3 {
  margin: 19px 0 0;
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 27px;
}
.case .box .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  padding: 0 47px 0 0;
  background: url(../images/more3.png) no-repeat center right;
  height: 30px;
  margin: 30px 0 0;
  position: relative;
  z-index: 100;
}
.case .caseslide {
  margin: 40px 0 0;
  position: relative;
  z-index: 50;
}
.case .caseslide::before {
  content: "";
  display: block;
  width: 907px;
  height: 436px;
  position: absolute;
  top: -113px;
  left: 372px;
  z-index: -1;
  pointer-events: none;
  background: url(../images/case.png) no-repeat center;
}
.case .caseslide .bd li {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .bd li .tu {
  width: 464px;
  height: 323px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
}
.case .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .text {
  width: 693px;
  margin: 10px 0 0;
}
.case .caseslide .bd li .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text p {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 80px;
  margin: 20px 0 0;
}
.case .caseslide .bd li .text .more {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 64px;
  background: url(../images/more1.png) no-repeat center left;
  margin-left: -14px;
  margin-top: 105px;
}
.case .caseslide .arr {
  position: absolute;
  top: 233px;
  right: 0;
  z-index: 500;
  width: 128px;
  height: 64px;
  background: url(../images/arr-pro.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .arr .prev {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
.case .list li {
  display: flex;
}
.case .list li .num {
  position: relative;
  width: 43px;
  height: 258px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  margin-right: 22px;
  border-radius: 0 0 50px 50px;
  transition: 0.5s linear;
}
.case .list li .num i {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 43px;
  height: 43px;
  background: #eee;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s linear;
}
.case .list li .art {
  width: 300px;
}
.case .list li .art .img {
  display: block;
  width: 300px;
  height: 210px;
  overflow: hidden;
}
.case .list li .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .list li .art .img img:hover {
  transform: scale(1.1);
}
.case .list li .art .text {
  padding: 0 50px 0 0;
  position: relative;
  box-sizing: border-box;
}
.case .list li .art .text .cond {
  display: block;
  font-size: 16px;
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .list li .art .text .more {
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  width: 20px;
  height: 58px;
  background: url(../images/more4.png) no-repeat center;
}
.case .list li:hover .num {
  border-color: #24ac7c;
}
.case .list li:hover .num i {
  background: #24ac7c;
  color: #fff;
}
.case .list li:hover .text .cond {
  letter-spacing: 1px;
}
.abo {
  height: 800px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 100px 0 0;
  box-sizing: border-box;
  margin: 80px 0 0;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .aside .rong {
  display: block;
  width: 271px;
  height: 202px;
  position: relative;
  overflow: hidden;
}
.abo .aside .rong::before {
  content: "";
  display: block;
  width: 271px;
  height: 202px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
.abo .aside .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .aside .rong img:hover {
  transform: scale(1.1);
}
.abo .aside ul {
  position: relative;
  margin: 115px 0 0;
}
.abo .aside ul::before {
  content: "";
  display: block;
  width: 270px;
  height: 1px;
  position: absolute;
  top: 140px;
  left: 0;
  background: #ddd;
}
.abo .aside ul li {
  display: flex;
  align-items: center;
}
.abo .aside ul li .tu img {
  display: block;
}
.abo .aside ul li p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: right;
}
.abo .aside ul li:nth-child(1) {
  margin-bottom: 163px;
}
.abo .plaet {
  width: 797px;
}
.abo .plaet .box {
  display: flex;
  justify-content: space-between;
}
.abo .plaet .box .top em img {
  display: block;
}
.abo .plaet .box .top h3 {
  margin: 19px 0 0;
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 27px;
}
.abo .plaet .box .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  padding: 0 47px 0 0;
  background: url(../images/more3.png) no-repeat center right;
  height: 30px;
  margin: 25px 0 0;
}
.abo .plaet .text {
  font-size: 15px;
  color: #555;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  margin: 50px 0 0;
}
.abo .plaet .about {
  margin: 45px 0 0;
}
.abo .plaet .about img {
  display: block;
  width: 797px;
  height: 393px;
}
.capitel {
  margin: 80px 0 0;
}
.capitel .top em img {
  display: block;
}
.capitel .top h3 {
  margin: 19px 0 0;
}
.capitel .top h3 a {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 27px;
}
.capitel .capitelslide {
  margin: 60px 0 0;
  position: relative;
}
.capitel .capitelslide .bd li .art {
  display: flex;
  justify-content: space-between;
  height: 530px;
  background: url(../images/bg2.png) no-repeat center top;
}
.capitel .capitelslide .bd li .art .list {
  width: 333px;
}
.capitel .capitelslide .bd li .art .list .data {
  width: 74px;
  height: 20px;
  background: #ddd;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .art .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .art .list .img {
  display: block;
  width: 332px;
  height: 226px;
  overflow: hidden;
}
.capitel .capitelslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capitel .capitelslide .bd li .art .list p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 30px 0 40px;
}
.capitel .capitelslide .bd li .art .list .more {
  display: block;
  width: 30px;
  height: 18px;
  background: url(../images/more5.png) no-repeat center;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .art .list:hover .data {
  background: #24ac7c;
  color: #fff;
}
.capitel .capitelslide .bd li .art .list:hover .cond {
  letter-spacing: 1px;
}
.capitel .capitelslide .bd li .art .list:hover .more {
  background: url(../images/more6.png) no-repeat center;
}
.capitel .capitelslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin: 53px 0 0;
}
.capitel .capitelslide .bd li .reg .list {
  display: flex;
  justify-content: space-between;
  width: 378px;
}
.capitel .capitelslide .bd li .reg .list .data i {
  display: block;
  font-family: Arial;
  font-size: 42px;
  color: #333;
  line-height: 30px;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .reg .list .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 10px;
  margin: 10px 0 0;
  text-align: center;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .reg .list .text {
  width: 335px;
  margin-left: 20px;
}
.capitel .capitelslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capitel .capitelslide .bd li .reg .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capitel .capitelslide .bd li .reg .list:hover .data i {
  color: #24ac7c;
}
.capitel .capitelslide .bd li .reg .list:hover .data span {
  color: #24ac7c;
}
.capitel .capitelslide .bd li .reg .list:hover .text .cond {
  color: #24ac7c;
  letter-spacing: 1px;
}
.capitel .capitelslide .hd {
  position: absolute;
  top: -90px;
  right: 0;
  width: 540px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.capitel .capitelslide .hd li {
  background: url(../images/nt1.png) no-repeat center left;
  transition: 0.5s linear;
}
.capitel .capitelslide .hd li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 34px;
  transition: 0.5s linear;
}
.capitel .capitelslide .hd .on {
  background: url(../images/nt2.png) no-repeat center left;
}
.capitel .capitelslide .hd .on a {
  color: #24ac7c;
}
.link {
  margin: 60px 0;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 96px;
  font-size: 16px;
  color: #393e46;
  line-height: 15px;
  padding: 37px 0 0;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/link.png) no-repeat center top;
}
.link .lj {
  display: flex;
  align-items: center;
  flex: 0 0 90%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  color: #24ac7c;
  text-decoration: underline;
  transform: translateY(-5px);
}
