.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 ol {
  display: flex;
  justify-content: space-between;
}
.region ol li {
  width: 400px;
  height: 100px;
  background: #fff;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  box-sizing: border-box;
}
.region ol li .art {
  height: 100px;
  box-sizing: border-box;
}
.region ol li .art p {
  padding: 20px 0 0 90px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.region ol li .art i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.region ol li .art b {
  display: block;
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 20px;
  color: #333;
}
.region ol li:nth-child(1) .art {
  background: url(../images/ding.png) no-repeat center left;
  background-position-x: 22px;
}
.region ol li:nth-child(2) .art {
  background: url(../images/tel1.png) no-repeat center left;
  background-position-x: 22px;
  padding: 20px 0 0 90px;
}
.region ol li:nth-child(3) {
  padding: 35px 0 0 90px;
  background: url(../images/xp.png) no-repeat center left;
  background-position-x: 22px;
}
.pro {
  margin: 63px 0 0;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
}
.pro .warp .aside {
  width: 965px;
  position: relative;
}
.pro .warp .aside::before {
  content: "";
  display: block;
  width: 56px;
  height: 52px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 100px;
  left: 435px;
}
.pro .warp .aside .top em {
  display: flex;
  height: 50px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 65px;
  color: #333;
  font-weight: bold;
}
.pro .warp .aside .top em b {
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  color: #212b8c;
  font-weight: bold;
  line-height: 50px;
}
.pro .warp .aside .top h3 {
  margin: 10px 0 0;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 105px;
}
.pro .warp .aside .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.pro .warp .aside .box {
  display: flex;
  justify-content: space-between;
  margin: 43px 0 0;
}
.pro .warp .aside .box .tu {
  width: 465px;
  height: 365px;
  border: solid 1px #dddd;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.pro .warp .aside .box .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .aside .box .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .aside .box .tu .img img:hover {
  transform: scale(1.1);
}
.pro .warp .aside .box .text {
  width: 460px;
  margin: 35px 0 0;
}
.pro .warp .aside .box .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 80px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .aside .box .text 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: 15px 0 0;
}
.pro .warp .aside .box .text .more {
  display: block;
  width: 320px;
  height: 52px;
  background: url(../images/more1.png) no-repeat center;
  margin: 40px 0 0;
  transition: 0.2s ease-out;
}
.pro .warp .aside .box .text .zm {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  letter-spacing: 35px;
  margin: 50px 0 0;
}
.pro .warp .aside .box:hover .text .cond {
  letter-spacing: 1px;
  border-color: #212b8c;
}
.pro .warp .aside .box:hover .text .more {
  transform: translateY(5px);
}
.pro .warp ol {
  width: 265px;
}
.pro .warp ol li {
  width: 265px;
  height: 80px;
  margin-bottom: 2px;
  position: relative;
}
.pro .warp ol li::before {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  background: #212b8c;
  top: 39px;
  left: 26px;
  z-index: 20;
  transition: 0.5s linear;
}
.pro .warp ol li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 58px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 80px;
  background: #fafbfc;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp ol li a::before {
  content: "";
  display: block;
  width: 193px;
  height: 193px;
  position: absolute;
  background: #ecc05d;
  border-radius: 50%;
  top: -200px;
  right: -58px;
  z-index: 10;
  pointer-events: none;
  transition: 0.5s linear;
}
.pro .warp ol li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #ecc05d;
  border-radius: 50%;
  top: 38px;
  right: 18px;
  transform: scale(0);
  pointer-events: none;
  transition: 0.5s linear;
}
.pro .warp ol li:hover::before {
  background: #ecc05d;
}
.pro .warp ol li:hover a {
  background: #212b8c;
  color: #fff;
  letter-spacing: 1px;
}
.pro .warp ol li:hover a::before {
  top: -168px;
}
.pro .warp ol li:hover a::after {
  transform: scale(1);
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  margin: 31px 0 0;
}
.pro .listimg li {
  width: 300px;
}
.pro .listimg li .tu {
  width: 300px;
  height: 240px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.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 {
  padding: 0 80px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 10px;
  transition: 0.5s linear;
}
.pro .listimg li .text .more::before {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 21px;
  right: 50px;
  transition: 0.5s linear;
}
.pro .listimg li:hover .text .cond {
  letter-spacing: 1px;
}
.pro .listimg li:hover .text .more {
  color: #212b8c;
}
.pro .listimg li:hover .text .more::before {
  background: #212b8c;
}
.reason {
  height: 820px;
  background: url(../images/reacon.jpg) no-repeat center top;
  margin: 55px 0 0;
  padding: 104px 0 0;
  box-sizing: border-box;
}
.reason .contents {
  position: relative;
}
.reason .reasonslide {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.reason .reasonslide::before {
  content: "";
  display: block;
  width: 492px;
  height: 463px;
  position: absolute;
  top: 51px;
  left: 374px;
  z-index: -1;
  background: url(../images/pic1.png) no-repeat top left;
}
.reason .reasonslide::after {
  content: "";
  display: block;
  width: 459px;
  height: 459px;
  position: absolute;
  top: 44px;
  left: 328px;
  background: url(../images/pic2.png) no-repeat top left;
  animation: identifier 16s linear infinite;
  z-index: -2;
}
.reason .reasonslide .bd {
  width: 816px;
  margin: 70px 0 0;
}
.reason .reasonslide .bd li {
  width: 815px;
}
.reason .reasonslide .bd li .ys {
  width: 419px;
  height: 419px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 386px;
}
.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 .plaet {
  margin: -10px 0 0;
  position: relative;
}
.reason .reasonslide .bd li .plaet::before {
  content: "";
  display: block;
  width: 51px;
  height: 48px;
  position: absolute;
  top: -80px;
  left: 0;
  background: url(../images/title3.png) no-repeat center;
}
.reason .reasonslide .bd li .plaet h4 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.reason .reasonslide .bd li .plaet p {
  font-size: 14px;
  color: #dfe0eb;
  line-height: 36px;
  margin: 30px 0 0;
}
.reason .reasonslide .hd {
  width: 441px;
}
.reason .reasonslide .hd li {
  display: flex;
  align-items: center;
  padding: 0 0 0 75px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
.reason .reasonslide .hd li .num {
  font-size: 60px;
  color: #fefefe;
  line-height: 41px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .num::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: -31px;
  background: #878bba;
  border-radius: 50%;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .num::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 19px;
  left: -76px;
  background: #ecc05d;
  transition: 0.5s linear;
}

.reason .reasonslide .hd li .art{
    padding-left: 10px;
}
.reason .reasonslide .hd li .art i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.reason .reasonslide .hd li .art em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #878bba;
  line-height: 11px;
  margin: 7px 0 0;
}
.reason .reasonslide .hd .on .num {
  color: #ecc05d;
}
.reason .reasonslide .hd .on .num::after {
  width: 30px;
}
.reason .reasonslide .hd .on .num::before {
  background: #ecc05d;
}
.reason .reasonslide .hd li:nth-child(2) {
  margin-left: 95px;
}
.reason .reasonslide .hd li:nth-child(3) {
  margin-left: 140px;
}
.reason .reasonslide .hd li:nth-child(4) {
  margin-left: 135px;
}
.reason .warpbox {
  position: absolute;
  top: -45px;
  left: 0;
  pointer-events: none;
}
.reason .warpbox .top em {
  display: flex;
  height: 71px;
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 97px;
  color: #fff;
  font-weight: bold;
}
.reason .warpbox .top em b {
  font-size: 120px;
  font-family: 'Times New Roman', Times, serif;
  color: #ecc05d;
  font-weight: bold;
  line-height: 71px;
}
.reason .warpbox .top h3 {
  margin: 20px 0 0;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 105px;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
}
.reason .warpbox .tel {
  margin: 110px 0 0;
}
.reason .warpbox .tel i {
  display: block;
  width: 80px;
  border-bottom: 1px solid #9095c6;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.reason .warpbox .tel b {
  display: block;
  font-size: 36px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 30px;
  color: #fff;
  margin: 24px 0 0;
}
.case {
  margin: 70px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .box .top em {
  display: flex;
  height: 50px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 65px;
  color: #333;
  font-weight: bold;
}
.case .box .top em b {
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  color: #212b8c;
  font-weight: bold;
  line-height: 50px;
}
.case .box .top h3 {
  margin: 10px 0 0;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 105px;
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.case .box .more {
  display: block;
  width: 72px;
  height: 72px;
  background: url(../images/more2.png) no-repeat center;
  animation: identifier 9s linear infinite;
}
.case ol {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case ol li {
  width: 300px;
  margin-bottom: 15px;
}
.case ol li .tu {
  width: 300px;
  height: 240px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.case ol li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case ol li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case ol li .tu .img img:hover {
  transform: scale(1.1);
}
.case ol li .text {
  padding: 0 80px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.case ol li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case ol li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 10px;
  transition: 0.5s linear;
}
.case ol li .text .more::before {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 21px;
  right: 50px;
  transition: 0.5s linear;
}
.case ol li:hover .text .cond {
  letter-spacing: 1px;
}
.case ol li:hover .text .more {
  color: #212b8c;
}
.case ol li:hover .text .more::before {
  background: #212b8c;
}
.abo {
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 40px 0 0;
}
.abo .warp {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.abo .warp .about {
  width: 626px;
}
.abo .warp .about .tu {
  width: 626px;
  height: 626px;
  border-radius: 50%;
  overflow: hidden;
}
.abo .warp .about .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about .tu img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet {
  width: 510px;
  margin: 27px 0 0;
}
.abo .warp .plaet .top em {
  display: flex;
  height: 50px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 65px;
  color: #333;
  font-weight: bold;
}
.abo .warp .plaet .top em b {
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  color: #212b8c;
  font-weight: bold;
  line-height: 50px;
}
.abo .warp .plaet .top h3 {
  margin: 10px 0 0;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 105px;
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.abo .warp .plaet h4 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  margin: 75px 0 0;
}
.abo .warp .plaet .text {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 238px;
  margin: 20px 0 0;
}
.abo .warp .plaet .more {
  display: block;
  width: 148px;
  height: 42px;
  background: #212b8c;
  border-radius: 21px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 30px 0 0;
  transition: 0.2s ease-out;
}
.abo .warp .plaet .more:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.abo .box {
  display: flex;
  justify-content: space-between;
}
.abo .box ol {
  height: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 97px 0 0;
  width: 815px;
  background: url(../images/line1.png) no-repeat center;
}
.abo .box ol li {
  height: 60px;
}
.abo .box ol li a {
  display: flex;
  align-items: center;
}
.abo .box ol li a .tu {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.abo .box ol li a .tu img {
  display: block;
}
.abo .box ol li a .art {
  margin: 0 0 0 16px;
}
.abo .box ol li a .art i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.abo .box ol li a .art span {
  display: block;
  font-size: 14px;
  color: #aaa;
  line-height: 11px;
  margin: 9px 0 0;
}
.abo .box .rong {
  position: relative;
  top: -23px;
  z-index: 10;
  width: 280px;
  height: 212px;
}
.abo .box .rong::before {
  content: "";
  display: block;
  width: 289px;
  height: 212px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: -4px;
  z-index: 10;
  pointer-events: none;
}
.abo .box .rong img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abo ul {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo ul li {
  width: 300px;
  margin-bottom: 15px;
}
.abo ul li .tu {
  width: 300px;
  height: 240px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.abo ul li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo ul li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo ul li .tu .img img:hover {
  transform: scale(1.1);
}
.abo ul li .text {
  padding: 0 80px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.abo ul li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo ul li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 10px;
  transition: 0.5s linear;
}
.abo ul li .text .more::before {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 21px;
  right: 50px;
  transition: 0.5s linear;
}
.abo ul li:hover .text .cond {
  letter-spacing: 1px;
}
.abo ul li:hover .text .more {
  color: #212b8c;
}
.abo ul li:hover .text .more::before {
  background: #212b8c;
}
.capital {
  margin: 50px 0 0;
}
.capital .top em {
  display: flex;
  height: 50px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 65px;
  color: #333;
  font-weight: bold;
}
.capital .top em b {
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  color: #212b8c;
  font-weight: bold;
  line-height: 50px;
}
.capital .top h3 {
  margin: 10px 0 0;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 105px;
}
.capital .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.capital .capitalslide {
  margin: 45px 0 0;
  position: relative;
}
.capital .capitalslide .bd .warp {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 45px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 375px;
  z-index: 50;
}
.capital .capitalslide .bd .warp::before {
  content: "";
  display: block;
  width: 645px;
  height: 375px;
  position: absolute;
  background: #fbfbfb;
  top: 0;
  left: 0;
  z-index: -1;
}
.capital .capitalslide .bd .warp .samllsilde {
  width: 800px;
  position: relative;
}
.capital .capitalslide .bd .warp .samllsilde .box {
  width: 800px;
}
.capital .capitalslide .bd .warp .samllsilde .box .list {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .text {
  width: 365px;
  margin: 45px 0 0;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .text p {
  font-size: 14px;
  color: #777;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 50px 0 0;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .text .more {
  display: block;
  font-size: 14px;
  color: #2e2e2e;
  width: 273px;
  padding: 0 0 22px 0;
  background: url(../images/more3.png) no-repeat bottom left;
  margin: 20px 0 0;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .text .data {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  margin: 30px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .img {
  display: block;
  width: 388px;
  height: 247px;
  overflow: hidden;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd .warp .samllsilde .box .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd .warp .samllsilde .box .list:hover .text .cond {
  color: #212b8c;
  font-weight: bold;
  letter-spacing: 1px;
}
.capital .capitalslide .bd .warp .samllsilde .box .list:hover .text .data {
  color: #212b8c;
}
.capital .capitalslide .bd .warp .samllsilde .arr {
  width: 142px;
  position: absolute;
  top: 290px;
  left: 547px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd .warp .samllsilde .arr .Sprev {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/prev-cap.png) no-repeat center;
}
.capital .capitalslide .bd .warp .samllsilde .arr .Snext {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/next-cap.png) no-repeat center;
}
.capital .capitalslide .bd .warp .samllsilde .arr .pageState {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.capital .capitalslide .bd .warp .art {
  width: 388px;
}
.capital .capitalslide .bd .warp .art .list {
  height: 65px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px 0 0;
  margin-bottom: 38px;
}
.capital .capitalslide .bd .warp .art .list .data {
  font-family: Arial;
  font-size: 12px;
  color: #333;
  line-height: 10px;
}
.capital .capitalslide .bd .warp .art .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .warp .art .list .more {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: bold;
}
.capital .capitalslide .bd .warp .art .list:hover {
  border-color: #212b8c;
}
.capital .capitalslide .bd .warp .art .list:hover .cond {
  letter-spacing: 1px;
  color: #212b8c;
}
.capital .capitalslide .bd .warp .art .list:hover .more {
  color: #212b8c;
}
.capital .capitalslide .bd .reg {
  width: 100%;
  height: 159px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd .reg .list {
  width: 430px;
  padding: 15px 90px 0 40px;
  box-sizing: border-box;
  height: 158px;
  border-right: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.capital .capitalslide .bd .reg .list .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 .reg .list .data {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
.capital .capitalslide .bd .reg .list p {
  margin: 15px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd .reg .list .more {
  display: block;
  width: 65px;
  height: 51px;
  background: url(../images/more4.jpg) no-repeat center;
  position: absolute;
  bottom: -51px;
  right: -65px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .reg .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd .reg .list:hover .more {
  bottom: 0;
  right: 0;
}
.capital .capitalslide .hd {
  width: 555px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -132px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 110px;
}
.capital .capitalslide .hd li a {
  display: block;
  height: 69px;
  width: 110px;
  padding: 51px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/nb.png) no-repeat center top;
  background-position-y: 80px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on a {
  background: url(../images/nb.png) no-repeat center top;
  background-position-y: 55px;
  font-weight: bold;
}
.capital .capitalslide .hd li:nth-child(1) {
  background: url(../images/nt1.png) no-repeat center top;
}
.capital .capitalslide .hd li:nth-child(2) {
  background: url(../images/nt2.png) no-repeat center top;
}
.capital .capitalslide .hd li:nth-child(3) {
  background: url(../images/nt3.png) no-repeat center top;
}
.capital .capitalslide .hd .on:nth-child(1) {
  background: url(../images/nt1s.png) no-repeat center top;
}
.capital .capitalslide .hd .on:nth-child(2) {
  background: url(../images/nt2s.png) no-repeat center top;
}
.capital .capitalslide .hd .on:nth-child(3) {
  background: url(../images/nt3s.png) no-repeat center top;
}
.link {
  margin: 40px 0 50px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 117px;
  height: 28px;
  background: url(../images/link.png) no-repeat top left;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 89%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-right: 30px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  color: #212b8c;
  text-decoration: underline;
}
@keyframes identifier {
  to {
    transform: rotate(360deg);
  }
}
