.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 {
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.pro .main {
  height: 355px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 73px 0 66px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.pro .main .top {
  width: 290px;
  height: 255px;
  background: url(../images/t1.png) no-repeat center;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.pro .main .top em {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: center;
}
.pro .main .top h3 {
  font-size: 54px;
  color: #333;
  line-height: 53px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}
.pro .main .top p {
  font-size: 12px;
  color: #999;
  line-height: 10px;
  text-align: center;
  margin: 60px 0 0;
}
.pro .main .top i {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  text-align: center;
  display: block;
  margin: 10px 0 0;
}
.pro .main .list {
  width: 780px;
  margin: 36px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .main .list li {
  position: relative;
  max-width: 180px;
}
.pro .main .list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #333;
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
}
.pro .main .list li em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #333;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.5s linear;
}
.pro .main .list li em img {
  position: absolute;
  transition: 0.5s linear;
}
.pro .main .list li em img:nth-child(1) {
  opacity: 1;
}
.pro .main .list li em img:nth-child(2) {
  opacity: 0;
}
.pro .main .list li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .main .list li p {
  font-size: 12px;
  color: #999;
  line-height: 10px;
  text-align: center;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .main .list li:hover em {
  background: #19409c;
  border-color: #19409c;
}
.pro .main .list li:hover em img:nth-child(1) {
  opacity: 0;
}
.pro .main .list li:hover em img:nth-child(2) {
  opacity: 1;
}
.pro ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 110px -220px 0;
}
.pro ol li {
  width: 23.7%;
  height: 420px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 23px 20px 0;
  margin-bottom: 40px;
}
.pro ol li .img {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.pro ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro ol li .img img:hover {
  transform: scale(1.1);
}
.pro ol li .text {
  margin: 10px 0 0 0;
  position: relative;
}
.pro ol li .text::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #19409c;
  top: 55px;
  left: 0;
  transition: 0.5s linear;
}
.pro ol li .text .cond {
  display: block;
  line-height: 55px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro ol li .text p {
  font-size: 14px;
  color: #999;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro ol li .text .more {
  display: block;
  width: 25px;
  height: 55px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.pro ol li:hover .text::before {
  width: 100%;
}
.pro ol li:hover .text .cond {
  letter-spacing: 1px;
}
.reason {
  height: 758px;
  background: url(../images/rea.jpg) no-repeat center top;
  margin: 30px 0 0;
  padding: 78px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .contents {
  display: flex;
  justify-content: space-between;
}
.reason .main .top {
  width: 410px;
  padding: 69px 0 0;
  background: url(../images/t2.png) no-repeat top left;
}
.reason .main .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.reason .main .ys {
  width: 496px;
  height: 374px;
  margin: 83px 0 0 -176px;
}
.reason .reasonslide {
  width: 780px;
  margin: 13px 0 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd {
  height: 275px;
  width: 1px;
  border-left: 1px dotted #dedede;
  margin: 222px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.reason .reasonslide .hd li {
  width: 7px;
  height: 7px;
  background: #999;
  border-radius: 50%;
  transform: translateX(-4px);
  position: relative;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(../images/lb2.png) no-repeat center;
  top: -48px;
  left: -45px;
  opacity: 0;
  transform: rotate(-15deg);
  transition: 0.5s linear;
}
.reason .reasonslide .hd li i {
  font-size: 36px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 30px;
  color: #f0b044;
  position: absolute;
  top: -13px;
  left: -62px;
  opacity: 0;
  transform: rotate(-15deg);
  transition: 0.5s linear;
}
.reason .reasonslide .hd .on {
  background: #333;
}
.reason .reasonslide .hd .on::before {
  opacity: 1;
  transform: rotate(0);
}
.reason .reasonslide .hd .on i {
  opacity: 1;
  transform: rotate(0);
}
.reason .reasonslide .bd li {
  width: 640px;
  margin-right: 20px;
}
.reason .reasonslide .bd li .art {
  width: 640px;
  height: 576px;
  background: url(../images/lb.jpg) no-repeat center top;
  border-radius: 20px;
  padding: 74px 61px 0 59px;
  box-sizing: border-box;
  position: relative;
}
.reason .reasonslide .bd li .art::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #19409c;
  top: 140px;
  left: 59px;
}
.reason .reasonslide .bd li .art h4 {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.reason .reasonslide .bd li .art em {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 15px;
  margin: 10px 0 0;
}
.reason .reasonslide .bd li .art .text {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin: 50px 0 0;
  height: 144px;
}
.reason .reasonslide .bd li .art .reg {
  margin: 130px 0 0;
  display: flex;
}
.reason .reasonslide .bd li .art .reg .tel i {
  display: block;
  padding: 0 0 0 33px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  background: url(../images/tel2.png) no-repeat top left;
  height: 30px;
}
.reason .reasonslide .bd li .art .reg .tel b {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0 0;
  display: block;
}
.reason .reasonslide .bd li .art .reg a {
  display: block;
  width: 50px;
  height: 50px;
  background: #19409c url(../images/zxun.png) no-repeat center;
  border-radius: 50%;
  margin: 7px 0 0 60px;
}
.case {
  margin: 70px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  width: 410px;
  padding: 25px 0 0 91px;
  background: url(../images/t3.png) no-repeat top left;
  height: 88px;
  box-sizing: border-box;
}
.case .box .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.case .box .top p {
  font-size: 16px;
  color: #999;
  line-height: 15px;
  letter-spacing: 3px;
  margin: 19px 0 0;
}
.case .box .plaet {
  position: relative;
  z-index: 50;
  height: 58px;
  margin: 32px 0 0;
  background: url(../images/wz1.png) no-repeat bottom right;
}
.case .box .plaet::before {
  content: "";
  display: block;
  width: 153px;
  height: 10px;
  position: absolute;
  background: #f0b044;
  top: 7px;
  right: -43px;
  z-index: -1;
}
.case .box .plaet b {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
}
.case .mian {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
.case .mian .tu {
  border: 2px solid #fbfbfb;
  width: 580px;
  height: 435px;
  box-sizing: border-box;
}
.case .mian .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .mian .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .mian .tu .img img:hover {
  transform: scale(1.1);
}
.case .mian .text {
  width: 700px;
  height: 313px;
  background: url(../images/lb3.jpg) no-repeat top right;
  padding: 95px 36px 0 60px;
  box-sizing: border-box;
  position: relative;
}
.case .mian .text::before {
  content: "#";
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  left: 60px;
}
.case .mian .text::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  position: absolute;
  background: #162c5b;
  top: 141px;
  left: 67px;
}
.case .mian .text .cond {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .mian .text p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin: 70px 0 0;
}
.case .mian .text .more {
  display: block;
  width: 263px;
  height: 40px;
  background: url(../images/more2.png) no-repeat center;
  margin: 85px 0 0;
}
.case .mian:hover .text .cond {
  color: #19409c;
  letter-spacing: 1px;
}
.case .caseslide {
  margin: 40px 0 0;
  position: relative;
}
.case .caseslide .bd {
  display: flex;
}
.case .caseslide .bd li {
  width: 350px;
  margin-right: 40px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.case .caseslide .bd li .tu {
  width: 350px;
  height: 266px;
  border: 5px solid #fbfbfb;
  box-sizing: border-box;
}
.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 {
  height: 56px;
  position: relative;
}
.case .caseslide .bd li .text .cond {
  display: block;
  width: 290px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  padding: 0 0 0 5px;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more3.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2px;
  transition: 0.5s linear;
}
.case .caseslide .bd li:hover .text .cond {
  color: #19409c;
  letter-spacing: 1px;
  border-color: #19409c;
}
.case .caseslide .bd li:hover .text .more {
  transform: translateY(-5px);
}
.case .caseslide .arr {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.case .caseslide .arr .prev {
  width: 80px;
  height: 165px;
  background: #f0b044 url(../images/prev-case.png) no-repeat center top;
  background-position-y: 47px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  line-height: 80px;
  padding: 78px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 80px;
  height: 165px;
  background: #19409c url(../images/next-case.png) no-repeat center top;
  background-position-y: 100px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  line-height: 80px;
  padding: 48px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.abo {
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 73px 0 0;
  box-sizing: border-box;
  margin: 70px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .main {
  width: 983px;
}
.abo .warp .main .top {
  width: 410px;
  padding: 25px 0 0 91px;
  background: url(../images/t4.png) no-repeat top left;
  height: 85px;
  box-sizing: border-box;
}
.abo .warp .main .top h3 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
}
.abo .warp .main .top p {
  font-size: 16px;
  color: #5b75b1;
  line-height: 15px;
  letter-spacing: 3px;
  margin: 19px 0 0;
}
.abo .warp .main h4 {
  display: flex;
  height: 30px;
  margin: 65px 0 20px;
}
.abo .warp .main h4 b {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.abo .warp .main h4 i {
  font-size: 12px;
  color: #ced3e5;
  line-height: 40px;
  margin: 0 0 0 5px;
}
.abo .warp .main .text {
  font-size: 14px;
  color: #8a9bc3;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
}
.abo .warp .main .about {
  width: 983px;
  height: 196px;
  overflow: hidden;
  margin: 50px 0 0;
}
.abo .warp .main .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .main .about img:hover {
  transform: scale(1.1);
}
.abo .warp ol {
  width: 224px;
}
.abo .warp ol li {
  margin-bottom: 40px;
}
.abo .warp ol li a {
  display: block;
  width: 224px;
  height: 264px;
  padding: 38px 0 0 34px;
  box-sizing: border-box;
}
.abo .warp ol li a i {
  display: block;
  width: 114px;
  height: 30px;
  background: #efefef;
  border-radius: 15px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  transition: 0.5s linear;
}
.abo .warp ol li:hover a i {
  background: #f0b044;
}
.abo .warp ol li:nth-child(1) {
  background: url(../images/r1.png) no-repeat center;
}
.abo .warp ol li:nth-child(2) {
  background: url(../images/r2.png) no-repeat center;
}
.abo .listimg {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.abo .listimg li {
  width: 290px;
  height: 220px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 5px;
  transition: 0.5s linear;
}
.abo .listimg li .art {
  width: 100%;
  height: 100%;
  position: relative;
}
.abo .listimg li .art .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .listimg li .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .listimg li .art .img img:hover {
  transform: scale(1.1);
}
.abo .listimg li .art .cond {
  display: block;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5);
  transition: 0.5s linear;
}
.abo .listimg li:hover {
  border-color: #19409c;
}
.abo .listimg li:hover .art .cond {
  background: #19409c;
}
.capital {
  margin: 70px 0 0;
}
.capital .top {
  width: 410px;
  padding: 25px 0 0 91px;
  background: url(../images/t5.png) no-repeat top left;
  height: 88px;
  box-sizing: border-box;
}
.capital .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.capital .top p {
  font-size: 16px;
  color: #999;
  line-height: 15px;
  letter-spacing: 3px;
  margin: 19px 0 0;
}
.capital .capitalslide {
  margin: 40px 0 0;
  position: relative;
}
.capital .capitalslide .bd li {
  height: 635px;
}
.capital .capitalslide .bd li .samllsilde {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .samllsilde .box {
  width: 600px;
}
.capital .capitalslide .bd li .samllsilde .box .list {
  width: 600px;
  height: 450px;
  overflow: hidden;
  border: solid 1px #f8f8f8;
  margin-right: 20px;
}
.capital .capitalslide .bd li .samllsilde .box .list .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .capitalslide .bd li .samllsilde .box .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .samllsilde .box .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .samllsilde .samll {
  width: 640px;
}
.capital .capitalslide .bd li .samllsilde .samll .list {
  height: 150px;
  border-top: 1px dotted #dedede;
  box-sizing: border-box;
  padding: 45px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .samllsilde .samll .list .cond {
  display: block;
  padding: 0 100px 0 36px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
  background: url(../images/title2.png) no-repeat center left;
}
.capital .capitalslide .bd li .samllsilde .samll .list p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .samllsilde .samll .list .data {
  display: flex;
  position: absolute;
  top: 40px;
  right: 0;
  height: 30px;
}
.capital .capitalslide .bd li .samllsilde .samll .list .data i {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.capital .capitalslide .bd li .samllsilde .samll .list .data span {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 40px;
  margin: 0 0 0 4px;
}
.capital .capitalslide .bd li .samllsilde .samll .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .samllsilde .samll .on .cond {
  background: url(../images/title3.png) no-repeat center left;
  color: #19409c;
}
.capital .capitalslide .bd li .samllsilde .samll .on .data i {
  color: #19409c;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.capital .capitalslide .bd li .art .list {
  width: 400px;
  height: 142px;
  background: #fbfbfb;
  padding: 18px 27px 18px 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 140px;
  height: 105px;
  overflow: hidden;
}
.capital .capitalslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .art .list .text {
  width: 190px;
  margin: 5px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art .list .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #333;
  top: 29px;
  left: 5px;
}
.capital .capitalslide .bd li .art .list .text .data {
  display: flex;
  height: 20px;
}
.capital .capitalslide .bd li .art .list .text .data b {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.capital .capitalslide .bd li .art .list .text .data i {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  margin: 0 0 0 5px;
}
.capital .capitalslide .bd li .art .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 35px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .art .list:hover .text .cond {
  color: #19409c;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  width: 621px;
  height: 60px;
  position: absolute;
  top: -113px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  width: 210px;
  height: 60px;
  padding: 0 0 0 93px;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 47px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 47px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 47px;
}
.capital .capitalslide .hd .on {
  background: #f0b044;
  border-radius: 30px;
}
.capital .capitalslide .hd .on a {
  font-weight: bold;
}
.link {
  margin: 70px 0;
}
.link .lj {
  padding: 0 0 0 157px;
  background: url(../images/link.png) no-repeat center left;
}
.link .lj a {
  font-size: 14px;
  color: #999;
  line-height: 27px;
  margin-right: 20px;
  transition: 0.2s linear;
}
.link .lj a:hover {
  color: #19409c;
  transform: translateY(-5px);
}
@media (max-width: 1680px) {
  .pro ol {
    margin: 110px 0 0;
  }
}
