.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;
}
.application {
  margin: 94px 0 0;
}
.application .top {
  width: 335px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.application .top::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 130px;
  background: url(../images/t1.png) no-repeat center;
  z-index: -1;
}
.application .top::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 90px;
  z-index: -1;
  border: 5px solid #b9222a;
  box-sizing: border-box;
  border-radius: 50%;
}
.application .top h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}
.application .top p {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.application .applicationslide {
  margin: 40px 0 0;
}
.application .applicationslide .bd li {
  width: 1300px;
}
.application .applicationslide .bd li .img {
  display: block;
  width: 100%;
  height: 361px;
  overflow: hidden;
}
.application .applicationslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.application .applicationslide .bd li .img img:hover {
  transform: scale(1.1);
}
.application .applicationslide .hd {
  display: flex;
  position: relative;
}
.application .applicationslide .hd::before {
  content: "";
  display: block;
  width: 1920px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: -320px;
  background: #f7f7ff;
}
.application .applicationslide .hd li {
  width: 260px;
  position: relative;
}
.application .applicationslide .hd li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 123px;
  left: 127px;
  background: #000;
  border-radius: 50%;
}
.application .applicationslide .hd li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b9222a;
  transition: 0.5s linear;
}
.application .applicationslide .hd li a {
  display: block;
  width: 260px;
  height: 260px;
  overflow: hidden;
  padding: 59px 0 0;
  box-sizing: border-box;
}
.application .applicationslide .hd li a span {
  display: block;
}
.application .applicationslide .hd li a span img {
  display: block;
  margin: 0 auto;
}
.application .applicationslide .hd li a b {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 40px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.application .applicationslide .hd li a i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s linear;
}
.application .applicationslide .hd .on::after {
  width: 100%;
}
.application .applicationslide .hd .on a b {
  color: #b9222a;
}
.application .applicationslide .hd .on a i {
  color: #b9222a;
}
.application .applicationslide .hd li:nth-child(odd) {
  background: #f9f9f9;
}
.pro {
  height: 840px;
  padding: 90px 0 0;
  box-sizing: border-box;
  background: url(../images/pro.jpg) no-repeat center top;
}
.pro .top {
  position: relative;
  z-index: 50;
}
.pro .top::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 28px;
  background: url(../images/t1.png) no-repeat center;
  z-index: -1;
}
.pro .top::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
  border: 5px solid #b9222a;
  box-sizing: border-box;
  border-radius: 50%;
}
.pro .top h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
.pro .top p {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.pro .warp {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0;
}
.pro .warp .aside {
  width: 355px;
  height: 560px;
  background: url(../images/dec1.jpg) no-repeat center;
  padding: 81px 0 0;
  box-sizing: border-box;
}
.pro .warp .aside .tu img {
  display: block;
  margin: 0 auto;
}
.pro .warp .aside .more {
  display: block;
  width: 195px;
  height: 60px;
  background: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  margin: 60px auto 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #b9222a;
  transition: 0.2s ease-out;
}
.pro .warp .aside .more:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.pro .warp .proslide .bd li {
  width: 945px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .warp .proslide .bd li .item {
  width: 471px;
  height: 280px;
  position: relative;
  box-shadow: 10px 5px 35px 0px rgba(72, 72, 72, 0.06);
}
.pro .warp .proslide .bd li .item .art {
  width: 180px;
  padding: 65px 0 0 63px;
  box-sizing: border-box;
}
.pro .warp .proslide .bd li .item .art .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 .proslide .bd li .item .art em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 10px;
  text-transform: capitalize;
  margin: 15px 0 0;
}
.pro .warp .proslide .bd li .item .art .more {
  display: block;
  width: 48px;
  height: 48px;
  margin: 75px 0 0;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: url(../images/more1.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .item .img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.pro .warp .proslide .bd li .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .item .img img:hover {
  transform: scale(1.1);
}
.pro .warp .proslide .bd li .item:hover .art .cond {
  letter-spacing: 1px;
}
.pro .warp .proslide .bd li .item:hover .art .more {
  background: #b9222a url(../images/more2.png) no-repeat center;
}
.pro .warp .proslide .bd li .item:nth-child(2) {
  background: #f9f9f9;
}
.pro .warp .proslide .bd li .item:nth-child(3) {
  background: #f9f9f9;
}
.pro .warp .proslide .hd {
  position: absolute;
  top: -110px;
  right: 0;
  width: 610px;
  height: 73px;
  display: flex;
  justify-content: space-between;
}
.pro .warp .proslide .hd li a {
  display: block;
  width: 147px;
  height: 73px;
  padding: 3px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s ease-out;
}
.pro .warp .proslide .hd li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  transition: 0.5s linear;
}
.pro .warp .proslide .hd li a i {
  display: block;
  height: 40px;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.pro .warp .proslide .hd li a span {
  display: block;
  margin: 8px 0 0;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 10px;
}
.pro .warp .proslide .hd li a:hover {
  transform: translateY(-5px);
}
.pro .warp .proslide .hd .on a::before {
  background: #b9222a;
}
.pro .warp .proslide .hd .on a i {
  color: #b9222a;
  font-weight: bold;
}
.reason {
  height: 947px;
}
.reason .contents {
  position: relative;
}
.reason .contents::before {
  content: "";
  display: block;
  width: 1px;
  height: 420px;
  position: absolute;
  top: -10px;
  right: 0;
  background: #f6f6f6;
}
.reason .top {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 50;
}
.reason .top::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  border: 5px solid #b9222a;
  box-sizing: border-box;
}
.reason .top::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 55px;
  right: -60px;
  background: url(../images/t1.png) no-repeat center;
}
.reason .top em {
  display: block;
  font-size: 80px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 75px;
  font-weight: bold;
}
.reason .top h3 {
  font-size: 22px;
  color: #333;
  line-height: 25px;
  margin: 10px 0 0;
}
.reason .reasonslide .bd li {
  position: relative;
  width: 1300px;
  height: 947px;
}
.reason .reasonslide .bd li .ys {
  width: 1350px;
  height: 733px;
  overflow: hidden;
  margin-left: -320px;
}
.reason .reasonslide .bd li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.reason .reasonslide .bd li .ys img:hover {
  transform: scale(1.1);
}
.reason .reasonslide .bd li .textbox {
  position: absolute;
  bottom: 0;
  right: -55px;
  padding: 78px 0 0 78px;
  box-sizing: border-box;
  width: 734px;
  height: 538px;
  background: url(../images/dec2.jpg) no-repeat center;
}
.reason .reasonslide .bd li .textbox::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 138px;
  left: 79px;
  background: #fff;
}
.reason .reasonslide .bd li .textbox .art b {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.reason .reasonslide .bd li .textbox .art i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #e3979b;
  line-height: 11px;
  margin: 10px 0 0;
}
.reason .reasonslide .bd li .textbox .reg {
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  margin: 30px 0 0;
}
.reason .reasonslide .bd li .textbox .num {
  position: absolute;
  bottom: 90px;
  right: 45px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 67px;
  line-height: 45px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
.reason .reasonslide .hd {
  position: absolute;
  bottom: 0;
  left: -320px;
  width: 1350px;
  height: 212px;
  background: #fff;
  padding: 0 94px 0 110px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.07);
}
.reason .reasonslide .hd li {
  height: 107px;
  padding: 39px 0 0 117px;
  box-sizing: border-box;
}
.reason .reasonslide .hd li b {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  transition: 0.2s ease-out;
}
.reason .reasonslide .hd li i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 15px;
  margin: 9px 0 0;
  transition: 0.2s ease-out;
}
.reason .reasonslide .hd li:hover b {
  transform: translateY(-3px);
}
.reason .reasonslide .hd li:hover i {
  transform: translateY(3px);
}
.reason .reasonslide .hd li:nth-child(1) {
  background: url(../images/y1.png) no-repeat center left;
}
.reason .reasonslide .hd li:nth-child(2) {
  background: url(../images/y2.png) no-repeat center left;
}
.reason .reasonslide .hd li:nth-child(3) {
  background: url(../images/y3.png) no-repeat center left;
}
.reason .reasonslide .hd li:nth-child(4) {
  background: url(../images/y4.png) no-repeat center left;
}
.abo {
  height: 939px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 130px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .asidebox {
  width: 795px;
}
.abo .asidebox .top {
  position: relative;
  z-index: 50;
}
.abo .asidebox .top::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 28px;
  background: url(../images/t1.png) no-repeat center;
  z-index: -1;
}
.abo .asidebox .top::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
  border: 5px solid #b9222a;
  box-sizing: border-box;
  border-radius: 50%;
}
.abo .asidebox .top h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
.abo .asidebox .top p {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.abo .asidebox h4 {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  margin: 100px 0 0;
}
.abo .asidebox .text {
  font-size: 15px;
  color: #666;
  line-height: 36px;
  margin: 22px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 216px;
}
.abo .asidebox ol {
  width: 710px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.abo .asidebox ol li .boxsamll {
  width: 159px;
  height: 159px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 35px 0 0 35px;
}
.abo .asidebox ol li .boxsamll .tu img {
  display: block;
}
.abo .asidebox ol li .boxsamll .num {
  height: 35px;
  display: flex;
  margin: 20px 0 0;
}
.abo .asidebox ol li .boxsamll .num i {
  position: relative;
  display: block;
  font-size: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 35px;
  color: #333;
}
.abo .asidebox ol li .boxsamll .num i::before {
  content: attr(data-name);
  display: block;
  position: absolute;
  top: 0;
  left: -22px;
  width: 100%;
  height: 18px;
  overflow: hidden;
  transition: all 300ms ease;
  padding-left: 0;
  box-sizing: border-box;
  background: #f7f7f7;
  opacity: 0;
}
.abo .asidebox ol li .boxsamll .num i::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #020024;
  transition: all 300ms ease;
}
.abo .asidebox ol li .boxsamll .num i:hover {
  transform: skew(10deg);
}
.abo .asidebox ol li .boxsamll .num i:hover::before {
  top: -3px;
  left: 0;
  color: #b9222a;
  opacity: 1;
}
.abo .asidebox ol li .boxsamll .num i:hover::after {
  width: 120%;
  outline: 1px solid #ffffff;
}
.abo .asidebox ol li .boxsamll .num span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.abo .asidebox ol li .art {
  padding: 0 0 0 36px;
  margin: 13px 0 0;
}
.abo .asidebox ol li .art span {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.abo .asidebox ol li .art p {
  font-family: Arial;
  font-size: 12px;
  color: #666;
  line-height: 15px;
  margin: 10px 0 0;
}
.abo .about {
  width: 973px;
  height: 940px;
  position: absolute;
  top: -130px;
  right: -320px;
}
.abo .about::before {
  content: "1993";
  display: block;
  position: absolute;
  top: 83px;
  left: 0;
  font-size: 242px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 200px;
  color: #979797;
  opacity: 0.1;
}
.abo .about .art {
  position: absolute;
  bottom: 70px;
  left: 153px;
}
.abo .about .art b {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}
.abo .about .art i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 20px;
  margin: 18px 0 0;
}
.capital {
  margin: 105px 0 0;
}
.capital .top {
  position: relative;
  z-index: 50;
}
.capital .top::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 28px;
  background: url(../images/t1.png) no-repeat center;
  z-index: -1;
}
.capital .top::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
  border: 5px solid #b9222a;
  box-sizing: border-box;
  border-radius: 50%;
}
.capital .top h3 a {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
.capital .top p {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.capital .capitalslide {
  margin: 40px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside {
  position: relative;
  display: flex;
}
.capital .capitalslide .bd li .warp .aside .img {
  display: block;
  width: 303px;
  height: 383px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .aside .plaet {
  width: 352px;
  height: 383px;
  background: #fafafa;
  padding: 60px 40px 0 32px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .warp .aside .plaet::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 34px;
  left: 30px;
  background: url(../images/title1.png) no-repeat center;
}
.capital .capitalslide .bd li .warp .aside .plaet .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .warp .aside .plaet .more {
  display: block;
  width: 241px;
  height: 53px;
  background: url(../images/more3.png) no-repeat center;
  margin: 55px 0 0;
}
.capital .capitalslide .bd li .warp .aside .data {
  position: absolute;
  top: 32px;
  left: 29px;
}
.capital .capitalslide .bd li .warp .aside .data i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 10px;
}
.capital .capitalslide .bd li .warp .aside .data b {
  display: block;
  font-family: Arial;
  font-size: 28px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  margin: 14px 0 0;
}
.capital .capitalslide .bd li .warp .aside:hover .plaet .cond {
  letter-spacing: 1px;
  color: #b9222a;
}
.capital .capitalslide .bd li .warp .plaet {
  width: 600px;
}
.capital .capitalslide .bd li .warp .plaet .list {
  position: relative;
  width: 600px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capital .capitalslide .bd li .warp .plaet .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  position: absolute;
  top: 27px;
  left: 269px;
  background: #c8c8c8;
}
.capital .capitalslide .bd li .warp .plaet .list .img {
  display: block;
  width: 165px;
  height: 109px;
  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 .data b {
  display: block;
  font-family: Arial;
  font-size: 40px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.capital .capitalslide .bd li .warp .plaet .list .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  text-align: center;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .warp .plaet .list .text {
  width: 305px;
}
.capital .capitalslide .bd li .warp .plaet .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 .plaet .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .text .cond {
  letter-spacing: 1px;
  color: #b9222a;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  padding: 0 30px 0 35px;
  background: url(../images/title2.png) no-repeat center;
}
.capital .capitalslide .bd li .art .list {
  width: 332px;
  position: relative;
}
.capital .capitalslide .bd li .art .list .cond {
  position: relative;
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  padding: 0 50px 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .cond::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .data {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 4px 0 0;
}
.capital .capitalslide .bd li .art .list .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../images/more4.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #b9222a;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art .list:hover .cond::before {
  color: #b9222a;
}
.capital .capitalslide .bd li .art .list:hover .more {
  background: url(../images/more5.png) no-repeat center;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 50;
  width: 490px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 50px;
  left: -35px;
  background: #ddd;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -7px;
  left: 100px;
  border-radius: 50%;
  border: 6px solid #e9abae;
  box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding: 0 0 0 45px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  width: 150px;
}
.capital .capitalslide .hd .on:after {
  opacity: 1;
}
.capital .capitalslide .hd .on a {
  font-weight: bold;
  font-size: 18px;
}
.capital .capitalslide .hd li:nth-child(1) {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) {
  background: url(../images/nt3s.png) no-repeat center left;
}
.link {
  display: none;
  background: #fafafa;
  margin: 80px 0 0;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}
.link p {
  width: 180px;
  height: 40px;
  background: url(../images/link.png) no-repeat center left;
  font-size: 18px;
  color: #333;
  line-height: 10px;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 83%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  transform: translateY(-5px);
  color: #b9222a;
  text-decoration: underline;
}
