.contents {
  width: 1300px;
  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;
}
.region {
  margin: 20px 0 0;
}
.region .contents {
  display: flex;
  justify-content: space-between;
}
.region p {
  padding: 0 0 0 69px;
  background: url(../images/ding.png) no-repeat center left;
  height: 50px;
  font-size: 16px;
  color: #555;
  line-height: 65px;
}
.region .ser {
  width: 351px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  height: 45px;
  position: relative;
  background: url(../images/line1.png) no-repeat left bottom;
}
.region .ser input {
  font-size: 14px;
  color: #999;
  height: 37px;
  background: none;
  line-height: 40px;
}
.region .ser input::placeholder {
  color: #999;
}
.region .ser #search {
  width: 25px;
  height: 45px;
  background: url(../images/ser.png) no-repeat center;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.pro .top {
  width: 350px;
  height: 101px;
  background: url(../images/t1.png) no-repeat top left;
  margin: 55px auto 0;
  display: flex;
  position: relative;
}
.pro .top i {
  font-size: 16px;
  color: #ccc;
  line-height: 20px;
  display: block;
  padding: 85px 0 0 15px;
  box-sizing: border-box;
}
.pro .top .art {
  padding: 26px 0 0 39px;
}
.pro .top .art h3 a {
  display: block;
  font-size: 40px;
  color: #444;
  line-height: 38px;
  font-weight: bold;
}
.pro .top .art p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.pro .listtitle {
  display: flex;
  margin: 49px 0 0;
}
.pro .listtitle li {
  width: 180px;
  height: 61px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 42px 0 0;
  position: relative;
  transition: 0.5s linear;
}
.pro .listtitle li::before {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  position: absolute;
  background: #dedede;
  top: 50%;
  right: -43px;
  transform: translateY(-50%);
}
.pro .listtitle li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 59px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listtitle li:hover {
  border-color: transparent;
  background-image: linear-gradient(45deg, #28b376 2%, #39b9b3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                    normal;
}
.pro .listtitle li:hover a {
  color: #fff;
}
.pro .listtitle li:last-child::before {
  display: none;
}
.pro .listimg {
  width: 1303px;
  height: 1353px;
  background: url(../images/probg.jpg) no-repeat center top;
  margin: 41px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.pro .listimg li {
  width: 434px;
  padding: 30px 25px 0;
  box-sizing: border-box;
}
.pro .listimg li .img {
  width: 100%;
  height: 291px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.pro .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  height: 129px;
}
.pro .listimg li .text .cond {
  width: 201px;
  display: block;
  height: 65px;
  font-size: 18px;
  color: #444;
  line-height: 65px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text i {
  display: block;
  font-size: 16px;
  color: #ccc;
  line-height: 20px;
  text-align: center;
  margin: 17px 0 0;
}
.pro .listimg li:hover .cond {
  color: #28b376;
  letter-spacing: 1px;
}
.reason {
  height: 701px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 80px 0 0;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.reason .contents {
  position: relative;
}
.reason .top {
  width: 420px;
  height: 101px;
  background: url(../images/t2.png) no-repeat top left;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.reason .top i {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  display: block;
  padding: 85px 0 0 7px;
  box-sizing: border-box;
}
.reason .top .art {
  padding: 26px 0 0 39px;
}
.reason .top .art h3 {
  display: block;
  font-size: 40px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
}
.reason .top .art p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.reason .reasonslide {
  position: relative;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .ys {
  width: 623px;
  height: 494px;
  margin: 160px 0 0 8px;
}
.reason .reasonslide .bd li .ys img {
  display: block;
}
.reason .reasonslide .bd li .text {
  width: 560px;
}
.reason .reasonslide .bd li .text h3 {
  font-size: 24px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  text-align: right;
}
.reason .reasonslide .bd li .text p {
  font-size: 18px;
  color: #666;
  line-height: 48px;
  text-align: right;
  margin: 20px 0 0;
}
.reason .reasonslide .hd {
  width: 720px;
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd li {
  width: 183px;
  height: 161px;
  background: url(../images/yb1.png) no-repeat center;
  padding: 44px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li em {
  display: block;
  position: relative;
}
.reason .reasonslide .hd li em img {
  display: block;
  margin: 0 auto;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li em img:nth-child(1) {
  opacity: 1;
}
.reason .reasonslide .hd li em img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reason .reasonslide .hd li i {
  display: block;
  font-size: 24px;
  color: #444;
  line-height: 21px;
  text-align: center;
  margin: 21px 0 0;
  transition: 0.5s linear;
}
.reason .reasonslide .hd .on {
  background: url(../images/yb2.png) no-repeat center;
}
.reason .reasonslide .hd .on em img:nth-child(1) {
  opacity: 0;
}
.reason .reasonslide .hd .on em img:nth-child(2) {
  opacity: 1;
}
.reason .reasonslide .hd .on i {
  color: #fff;
}
.reason .reasonslide .arr {
  width: 201px;
  height: 57px;
  background: url(../images/arr-adv.png) no-repeat center;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 255px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason .reasonslide .arr .prev {
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.reason .reasonslide .arr .next {
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.reason .reasonslide .arr .hs {
  width: 51px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .arr .hs li {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s linear;
}
.reason .reasonslide .arr .hs .on {
  background: #ffc658;
}
.case {
  margin: 80px 0 0;
  overflow: hidden;
}
.case .contents {
  position: relative;
}
.case .top {
  width: 350px;
  height: 101px;
  background: url(../images/t1.png) no-repeat top left;
  display: flex;
  position: relative;
}
.case .top i {
  font-size: 16px;
  color: #ccc;
  line-height: 20px;
  display: block;
  padding: 85px 0 0 15px;
  box-sizing: border-box;
}
.case .top .art {
  padding: 26px 0 0 48px;
}
.case .top .art h3 {
  display: block;
  font-size: 40px;
  color: #444;
  line-height: 38px;
  font-weight: bold;
}
.case .top .art p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.case .caseslide {
  margin: 43px 0 0;
  position: relative;
}
.case .caseslide::before {
  content: "";
  display: block;
  width: 1248px;
  height: 2px;
  position: absolute;
  background: #eee;
  top: -71px;
  left: 0;
}
.case .caseslide::after {
  content: "";
  display: block;
  width: 548px;
  height: 142px;
  position: absolute;
  background: rgba(40, 179, 118, 0.1);
  top: 180px;
  right: -310px;
}
.case .caseslide .bd li {
  width: 501px;
  margin: 0 60px 0 0;
}
.case .caseslide .bd li .num {
  height: 30px;
  background: url(../images/num.png) no-repeat center left;
  font-size: 36px;
  color: #ccc;
  line-height: 30px;
  text-align: right;
}
.case .caseslide .bd li .img {
  display: block;
  width: 501px;
  height: 351px;
  border-radius: 6px;
  overflow: hidden;
  margin: 12px 0 0;
}
.case .caseslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .text {
  padding: 0 50px 0 0;
  position: relative;
  margin: 30px 0 0;
}
.case .caseslide .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #444;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text em {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 13px;
  margin: 10px 0 0;
}
.case .caseslide .bd li .text .more {
  display: block;
  width: 48px;
  height: 40px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.case .caseslide .bd li:hover .text .cond {
  color: #28b376;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  position: absolute;
  top: -117px;
  right: 0;
  z-index: 100;
}
.case .caseslide .arr .prev {
  width: 92px;
  height: 92px;
  background: #fff url(../images/prev-case.png) no-repeat center top;
  background-position-y: 23px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(156, 178, 168, 0.2);
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 55px 0 0;
  box-sizing: border-box;
  margin-bottom: 38px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 92px;
  height: 92px;
  background: #28b376 url(../images/next-case.png) no-repeat center top;
  background-position-y: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(156, 178, 168, 0.2);
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 26px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.case .dec {
  width: 313px;
  height: 241px;
  position: absolute;
  top: 366px;
  right: -184px;
}
.abo {
  height: 851px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 80px 0 0;
  padding: 47px 0 0;
  box-sizing: border-box;
}
.abo .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.abo .box::before {
  content: "";
  display: block;
  width: 1300px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 74px;
  left: 0;
}
.abo .box .top {
  width: 420px;
  height: 101px;
  background: url(../images/t2.png) no-repeat top left;
  box-sizing: border-box;
  display: flex;
}
.abo .box .top i {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  display: block;
  padding: 85px 0 0 20px;
  box-sizing: border-box;
}
.abo .box .top .art {
  padding: 26px 0 0 48px;
}
.abo .box .top .art h3 {
  display: block;
  font-size: 40px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
}
.abo .box .top .art p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.abo .box .more {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 30px 0 0;
}
.abo .warp {
  margin: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 625px;
  margin: 25px 0 0;
}
.abo .warp .aside h4 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.abo .warp .aside .text {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 108px;
  margin: 40px 0 0;
  width: 564px;
}
.abo .warp .aside .list {
  display: flex;
  margin: 150px 0 0;
}
.abo .warp .aside .list li {
  width: 281px;
  height: 131px;
  background: url(../images/rb1.jpg) no-repeat center left;
  border-radius: 6px;
  position: relative;
  padding: 0 0 0 115px;
  box-sizing: border-box;
  margin-right: 60px;
  transition: 0.5s linear;
}
.abo .warp .aside .list li em {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.abo .warp .aside .list li em img {
  transition: 0.5s linear;
}
.abo .warp .aside .list li em img:nth-child(1) {
  opacity: 1;
}
.abo .warp .aside .list li em img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.abo .warp .aside .list li .art {
  padding: 42px 0 0;
}
.abo .warp .aside .list li .art .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.abo .warp .aside .list li .art i {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  margin: 10px 0 0;
}
.abo .warp .aside .list .on {
  background: url(../images/rb2.jpg) no-repeat center left;
}
.abo .warp .aside .list .on em img:nth-child(1) {
  opacity: 0;
}
.abo .warp .aside .list .on em img:nth-child(2) {
  opacity: 1;
}
.abo .warp .about {
  width: 801px;
  height: 501px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 -215px 0 0;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about img:hover {
  transform: scale(1.1);
}
.abo .baoji {
  font-family: Arial;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 12px;
  letter-spacing: 19px;
  margin: 59px 0 0;
}
.capital {
  margin: 59px 0 0;
}
.capital .top {
  width: 350px;
  height: 101px;
  background: url(../images/t1.png) no-repeat top left;
  display: flex;
  position: relative;
}
.capital .top i {
  font-size: 16px;
  color: #ccc;
  line-height: 20px;
  display: block;
  padding: 85px 0 0 25px;
  box-sizing: border-box;
}
.capital .top .art {
  padding: 26px 0 0 48px;
}
.capital .top .art h3 {
  display: block;
  font-size: 40px;
  color: #444;
  line-height: 38px;
  font-weight: bold;
}
.capital .top .art p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.capital .capitalslide {
  position: relative;
  margin: 43px 0 0;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside {
  width: 582px;
}
.capital .capitalslide .bd li .warp .aside .list {
  display: flex;
  border: solid 1px #eeeeee;
  height: 100px;
  margin-bottom: 48px;
}
.capital .capitalslide .bd li .warp .aside .list .data {
  width: 102px;
  height: 102px;
  background: #f6f6f6;
  padding: 20px 0 0;
  box-sizing: border-box;
  position: relative;
  margin: -1px 0 0 -1px;
}
.capital .capitalslide .bd li .warp .aside .list .data::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  background: #ddd;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.capital .capitalslide .bd li .warp .aside .list .data i {
  display: block;
  font-family: Arial;
  font-size: 24px;
  color: #666;
  line-height: 20px;
  text-align: center;
}
.capital .capitalslide .bd li .warp .aside .list .data span {
  display: block;
  font-family: Arial;
  font-size: 15px;
  color: #999;
  line-height: 11px;
  text-align: center;
  margin: 25px 0 0;
}
.capital .capitalslide .bd li .warp .aside .list .text {
  width: 355px;
  margin: 15px 0 0 60px;
  position: relative;
}
.capital .capitalslide .bd li .warp .aside .list .text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  top: 6px;
  left: -32px;
}
.capital .capitalslide .bd li .warp .aside .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .list .text p {
  font-size: 14px;
  color: #888;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .aside .list:hover .text .cond {
  color: #28b376;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .plaet {
  width: 665px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .plaet .list {
  width: 306px;
}
.capital .capitalslide .bd li .warp .plaet .list .img {
  display: block;
  width: 306px;
  height: 223px;
  border-radius: 6px;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .plaet .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .plaet .list .text {
  margin: 25px 0 0;
}
.capital .capitalslide .bd li .warp .plaet .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .text p {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .plaet .list .text .data {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 25px 0 0;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .warp .plaet .list .text .data i {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  padding: 0 0 0 45px;
  background: url(../images/time.png) no-repeat center left;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .text .cond {
  color: #28b376;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 419px;
  height: 118px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 25px 30px 0 31px;
}
.capital .capitalslide .bd li .art .list .data {
  line-height: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  text-align: right;
  background: url(../images/title1.png) no-repeat center left;
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin: 15px 0 0;
  padding: 0 0 0 44px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .cond::before {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  background: #ddd;
  top: 18px;
  left: 0;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #28b376;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  width: 605px;
  position: absolute;
  top: -117px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  width: 187px;
  height: 57px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 79px;
  box-sizing: border-box;
  line-height: 57px;
  color: #333;
  font-size: 18px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/n1.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/n2.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/n3.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/n1s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/n2s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/n3s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on {
  background-image: linear-gradient(45deg, #28b376 2%, #39b9b3 100%), linear-gradient(#28b376, #28b376);
  background-blend-mode: normal,
                    normal;
  border-radius: 28px;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.link {
  margin: 80px 0 60px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 22px;
  font-weight: 1000;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  transition: 0.2s linear;
  margin-right: 20px;
}
.link .lj a:hover {
  color: #28b376;
  text-decoration: underline;
  transform: translateY(-5px);
}
