.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 {
  margin: 76px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top i {
  display: block;
  width: 42px;
  height: 42px;
  background: #ffc600;
  border-radius: 50%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .box .top h3 {
  padding: 0 0 0 57px;
  height: 42px;
  position: relative;
}
.pro .box .top h3 a {
  display: flex;
}
.pro .box .top h3 a .z {
  font-size: 30px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
}
.pro .box .top h3 a .z:nth-child(2) {
  position: absolute;
  top: 7px;
  left: 59px;
  opacity: 0.26;
  text-shadow: #000 0 0 4px;
  color: transparent;
}
.pro .box .top h3 a em {
  font-family: Arial;
  font-size: 16px;
  color: #ffc600;
  line-height: 55px;
  margin: 0 0 0 13px;
}
.pro .box .top p {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  margin: 17px 0 0;
}
.pro .box .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 0 34px 0 0;
  height: 30px;
  background: url(../images/more1.png) no-repeat center right;
}
.pro .list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.pro .list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e9e9e9;
  top: 71px;
  right: 0;
  left: 0;
}
.pro .list li {
  width: 7%;
}
.pro .list li em {
  display: block;
  height: 45px;
}
.pro .list li em img {
  display: block;
  margin: 0 auto;
}
.pro .list li i {
  display: block;
  width: 44px;
  height: 44px;
  background: #f9f9f9;
  border-radius: 50%;
  font-family: Arial;
  font-size: 20px;
  color: #999;
  line-height: 44px;
  text-align: center;
  margin: 5px auto 10px;
  transition: 0.5s linear;
}
.pro .list li .cond {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .list li:hover i {
  background: #354990;
  color: #fff;
}
.pro .list li:hover .cond {
  color: #354990;
}
.pro .list .more {
  position: relative;
  z-index: 50;
}
.pro .list .more em {
  display: block;
  height: 40px;
  position: relative;
}
.pro .list .more em img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro .list .more i {
  display: block;
  width: 44px;
  height: 44px;
  background: #f9f9f9;
  border-radius: 50%;
  font-family: Arial;
  font-size: 20px;
  color: #999;
  line-height: 44px;
  text-align: center;
  margin: 5px auto 10px;
}
.pro .list .more .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.pro .listimg li {
  width: 23.33%;
  margin-bottom: 15px;
}
.pro .listimg li .tu {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 12px 0px rgba(55, 55, 55, 0.08);
  box-sizing: border-box;
}
.pro .listimg li .tu .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 40% 0;
}
.pro .listimg li .tu .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .listimg li .text {
  height: 60px;
  padding: 0 45px 0 10px;
  position: relative;
  box-sizing: border-box;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s linear;
}
.pro .listimg li:hover .text .cond {
  letter-spacing: 1px;
  color: #354990;
}
.pro .listimg li:hover .text .more {
  background: url(../images/more3.png) no-repeat center;
}
.reason {
  padding: 80px 0 65px;
  background: url(../images/reason.jpg) no-repeat center top;
  background-size: cover;
  margin: 63px 0 0;
}
.reason .box {
  display: flex;
  justify-content: space-between;
}
.reason .box .top {
  width: 420px;
  padding: 40px 0 0 14px;
  background: url(../images/t1.png) no-repeat top left;
}
.reason .box .top h3 {
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  font-weight: bold;
}
.reason .box .tel {
  display: flex;
  padding: 15px 200px 0 86px;
  background: url(../images/tel2.png) no-repeat top left;
}
.reason .box .tel i {
  display: block;
  font-size: 20px;
  color: #fffefe;
  line-height: 40px;
}
.reason .box .tel span {
  display: block;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
}
.reason .reasonslide {
  margin: 69px 0 0;
  position: relative;
}
.reason .reasonslide .swiper-slide .warp {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .swiper-slide .warp .text {
  width: 50%;
  margin: 51px 0 0;
}
.reason .reasonslide .swiper-slide .warp .text h4 {
  height: 60px;
  display: flex;
}
.reason .reasonslide .swiper-slide .warp .text h4 i {
  display: block;
  width: 60px;
  height: 60px;
  background: #ffc600;
  border-radius: 50%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.reason .reasonslide .swiper-slide .warp .text h4 b {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  margin: 0 0 0 18px;
}
.reason .reasonslide .swiper-slide .warp .text h4 em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 65px;
  margin: 0 0 0 21px;
}
.reason .reasonslide .swiper-slide .warp .text p {
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  margin: 45px 0 0;
}
.reason .reasonslide .swiper-slide .warp .ys {
  display: block;
  width: 50%;
}
.reason .reasonslide .swiper-slide .warp .ys img {
  display: block;
  width: 100%;
  height: auto;
}
.reason .reasonslide .arr {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 400px;
  left: 0;
  width: 270px;
  z-index: 500;
}
.reason .reasonslide .arr::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.reason .reasonslide .arr .reprev {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 0 0 34px;
  cursor: pointer;
  background: url(../images/prev-rea.png) no-repeat center left;
}
.reason .reasonslide .arr .renext {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 28px 0 0;
  cursor: pointer;
  background: url(../images/next-rea.png) no-repeat center right;
}
.case {
  margin: 70px 0 0;
}
.case .top {
  position: relative;
}
.case .top i {
  display: block;
  width: 42px;
  height: 42px;
  background: #ffc600;
  border-radius: 50%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.case .top h3 {
  padding: 0 0 0 57px;
  height: 42px;
  position: relative;
  display: flex;
}
.case .top h3 .z {
  font-size: 30px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
}
.case .top h3 .z:nth-child(2) {
  position: absolute;
  top: 7px;
  left: 59px;
  opacity: 0.26;
  text-shadow: #000 0 0 4px;
  color: transparent;
}
.case .top h3 em {
  font-family: Arial;
  font-size: 16px;
  color: #ffc600;
  line-height: 55px;
  margin: 0 0 0 13px;
}
.case .top p {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  margin: 17px 0 0;
}
.case .caseswiper {
  margin: 50px 0 0;
  position: relative;
}
.case .caseswiper .swiper-slide {
  padding: 17px 0 0 29px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/title1.png) no-repeat top left;
}
.case .caseswiper .swiper-slide::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  background: #354990;
  top: 100px;
  left: 29px;
}
.case .caseswiper .swiper-slide i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin: 7px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .tu {
  width: 100%;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(55, 55, 55, 0.08);
  margin: 40px 0 0;
}
.case .caseswiper .swiper-slide .tu .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 38% 0;
}
.case .caseswiper .swiper-slide .tu .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseswiper .swiper-slide p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 15px 0 0;
}
.case .caseswiper .swiper-slide:hover i {
  color: #354990;
}
.case .caseswiper .swiper-slide:hover .cond {
  color: #354990;
  letter-spacing: 1px;
}
.case .caseswiper .swiper-slide-next {
  margin: 50px 0 0;
}
.case .caseswiper .swiper-slide-next + div + div {
  margin: 50px 0 0;
}
.case .caseswiper .arr {
  width: 37.5%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -105px;
  right: 0;
  z-index: 50;
}
.case .caseswiper .arr .caprev {
  width: 54px;
  height: 54px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
  position: relative;
}
.case .caseswiper .arr .caprev::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 27px;
  left: 54px;
}
.case .caseswiper .arr .canext {
  width: 54px;
  height: 54px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #354990 url(../images/next-case.png) no-repeat center;
  cursor: pointer;
  position: relative;
}
.case .caseswiper .arr .canext::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 27px;
  right: 54px;
}
.case .caseswiper .arr .capagination {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .caseswiper .arr .capagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  opacity: 1 !important;
}
.case .caseswiper .arr .capagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 3px solid #354990;
  box-sizing: border-box;
  background: none;
}
.ntage {
  padding: 80px 0 60px;
  box-sizing: border-box;
  background: url(../images/ntage.jpg) no-repeat center top;
  margin: 45px 0 0;
  height: 770px;
  overflow: hidden;
}
.ntage .contents {
  display: flex;
  justify-content: space-between;
}
.ntage .aside {
  width: 35%;
}
.ntage .aside .top {
  padding: 40px 0 0 14px;
  box-sizing: border-box;
  width: 96%;
  background: url(../images/t2.png) no-repeat top left;
}
.ntage .aside .top h3 {
  font-size: 32px;
  color: #333;
  line-height: 31px;
  font-weight: bold;
}
.ntage .aside .reg {
  position: relative;
}
.ntage .aside .reg .picimg1 {
  margin: 80px 0 0 -120px;
  width: 100%;
  display: block;
}
.ntage .aside .reg .picimg1 img {
  display: block;
  height: auto;
}
.ntage .aside .reg .picimg2 {
  margin: 80px 0 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ntage .aside .reg .picimg2 img {
  display: block;
  width: 100%;
}
.ntage .plaet {
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.ntage .plaet .z1 {
  width: 44%;
}
.ntage .plaet .z1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.ntage .plaet .z1 li .num {
  display: block;
  background: url(../images/lb1.png) no-repeat center;
  width: 84px;
  height: 87px;
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 87px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ntage .plaet .z1 li .num::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  position: absolute;
  background: #ddd;
  opacity: 0.5;
  top: 87px;
  left: 48%;
}
.ntage .plaet .z1 li .art {
  padding: 30px 0 0 49px;
  position: relative;
  height: 87px;
  width: 160px;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.ntage .plaet .z1 li .art em {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 87px;
}
.ntage .plaet .z1 li .art em img {
  display: block;
  position: absolute;
}
.ntage .plaet .z1 li .art i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 17px;
}
.ntage .plaet .z1 li .art span {
  display: block;
  font-size: 12px;
  color: #cacaca;
  line-height: 15px;
  margin: 5px 0 0;
  width: 120%;
}
.ntage .plaet .z1 li:hover .art {
  transform: translateY(-5px);
}
.ntage .plaet .y1 {
  width: 44%;
}
.ntage .plaet .y1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.ntage .plaet .y1 li .num {
  display: block;
  background: url(../images/lb1.png) no-repeat center;
  width: 84px;
  height: 87px;
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 87px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ntage .plaet .y1 li .num::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  position: absolute;
  background: #ddd;
  opacity: 0.5;
  top: 87px;
  left: 48%;
}
.ntage .plaet .y1 li .art {
  padding: 30px 0 0 49px;
  position: relative;
  height: 87px;
  width: 160px;
  box-sizing: border-box;
  transition: 0.2s linear;
}
.ntage .plaet .y1 li .art em {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 87px;
}
.ntage .plaet .y1 li .art em img {
  display: block;
  position: absolute;
}
.ntage .plaet .y1 li .art i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 17px;
}
.ntage .plaet .y1 li .art span {
  display: block;
  font-size: 12px;
  color: #cacaca;
  line-height: 15px;
  margin: 5px 0 0;
  width: 120%;
}
.ntage .plaet .y1 li:hover .art {
  transform: translateY(-5px);
}
.abo {
  background: url(../images/abo.jpg) no-repeat center top;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .aside {
  width: 65%;
  margin: 53px 0 0;
}
.abo .aside .art {
  display: flex;
  justify-content: space-between;
}
.abo .aside .art .list {
  width: 60.5%;
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .aside .art .list li a {
  display: block;
  position: relative;
}
.abo .aside .art .list li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  position: absolute;
  background: #aaa;
  top: 109px;
  left: 50%;
  transition: 0.5s linear;
}
.abo .aside .art .list li a em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: url(../images/lb2.png) no-repeat center;
  position: relative;
  transition: 0.5s linear;
}
.abo .aside .art .list li a em img {
  position: absolute;
}
.abo .aside .art .list li a i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-align: center;
  margin: 60px 0 0;
  transition: 0.5s linear;
}
.abo .aside .art .list .on a::before {
  background: #354990;
}
.abo .aside .art .list .on a em {
  background: url(../images/lb3.png) no-repeat center;
}
.abo .aside .art .list .on a i {
  color: #354990;
}
.abo .aside .art .rong {
  display: block;
  width: 191px;
  height: 244px;
  position: relative;
}
.abo .aside .art .rong img{
  width: 100%;
  height: 100%;
}

.abo .aside .art .rong::before {
  content: "";
  display: block;
  width: 191px;
  height: 244px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 10;
}
.abo .aside .reg {
  margin: 45px 0 0;
}
.abo .aside .reg h4 {
  width: 411px;
  height: 23px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  line-height: 20px;
  background: url(../images/lb4.png) no-repeat center;
}
.abo .aside .reg em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 11px;
  letter-spacing: 2px;
  margin: 19px 0 0;
}
.abo .aside .text {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 126px;
  margin: 30px 0 0;
}
.abo .aside .more {
  display: block;
  font-size: 18px;
  color: #354990;
  line-height: 30px;
  margin: 45px 0 0;
  position: relative;
}
.abo .aside .more::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  position: absolute;
  background: #354990;
  top: 50%;
  left: 102px;
}
.abo .about {
  height: 740px;
  margin: 0 -50px 0 0;
  position: relative;
}
.abo .about .aboutus {
  font-family: Arial;
  font-size: 100px;
  font-weight: bold;
  writing-mode: tb-rl;
  width: 75px;
  color: #f0f0f0;
  line-height: 75px;
  position: absolute;
  top: 0;
  left: -54px;
  z-index: -1;
  height: 100%;
  text-align: center;
}
.abo .about .art {
  position: absolute;
  top: 38px;
  left: 92px;
  display: flex;
  width: 100px;
}
.abo .about .art .box {
  position: relative;
}
.abo .about .art .box h3 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  writing-mode: tb-rl;
  letter-spacing: 11px;
  z-index: 50;
}
.abo .about .art .box h3:nth-child(2) {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #333;
  z-index: -1;
}
.abo .about .art em {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  writing-mode: tb-rl;
  width: 35px;
  font-weight: bold;
  margin: 77px 0 0 30px;
}
.abo .about .tu img {
  display: block;
  width: auto;
  height: 740px;
}
.capital {
  margin: 67px 0 0;
}
.capital .top {
  position: relative;
}
.capital .top i {
  display: block;
  width: 42px;
  height: 42px;
  background: #ffc600;
  border-radius: 50%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.capital .top h3 {
  padding: 0 0 0 57px;
  height: 42px;
  position: relative;
}
.capital .top h3 a {
  display: flex;
}
.capital .top h3 a .z {
  font-size: 30px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
}
.capital .top h3 a .z:nth-child(2) {
  position: absolute;
  top: 7px;
  left: 59px;
  opacity: 0.26;
  text-shadow: #000 0 0 4px;
  color: transparent;
}
.capital .top h3 a em {
  font-family: Arial;
  font-size: 16px;
  color: #ffc600;
  line-height: 55px;
  margin: 0 0 0 13px;
}
.capital .top p {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  margin: 17px 0 0;
}
.capital .capitalwarp {
  position: relative;
  margin: 60px 0 0;
}
.capital .capitalwarp .listhd {
  width: 45.33%;
  position: absolute;
  top: -115px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalwarp .listhd li {
  width: 27.5%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalwarp .listhd li a {
  display: block;
  height: 52px;
  padding: 0 0 0 40%;
  box-sizing: border-box;
  line-height: 52px;
}
.capital .capitalwarp .listhd li a em {
  position: absolute;
  top: 0;
  left: 32px;
  height: 52px;
  display: flex;
  align-items: center;
}
.capital .capitalwarp .listhd li a em img {
  display: block;
  position: absolute;
}
.capital .capitalwarp .listhd li a em img:nth-child(1) {
  opacity: 1;
}
.capital .capitalwarp .listhd li a em img:nth-child(2) {
  opacity: 0;
}
.capital .capitalwarp .listhd li a i {
  font-size: 16px;
  color: #333;
}
.capital .capitalwarp .listhd .on {
  border-color: #354990;
  background: #354990;
}
.capital .capitalwarp .listhd .on a em img:nth-child(1) {
  opacity: 0;
}
.capital .capitalwarp .listhd .on a em img:nth-child(2) {
  opacity: 1;
}
.capital .capitalwarp .listhd .on a i {
  color: #fff;
}
.capital .capitalwarp .swiper-slide .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalwarp .swiper-slide .warp .z1 {
  width: 44.5%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  height: 365px;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list {
  height: 98px;
  margin-bottom: 35px;
  padding: 0 10% 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .data {
  height: 98px;
  width: 19.5%;
  background: #f9f9f9;
  padding: 20px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .data::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #bbb;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .data i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 15px;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .data span {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  text-align: center;
  display: block;
  margin: 35px 0 0;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .text {
  width: 71.5%;
  position: relative;
  padding: 12px 0 0;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list .text::before {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 20px;
  left: -33px;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .warp .z1 .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 .capitalwarp .swiper-slide .warp .z1 .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .data {
  background: #354990;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .data::before {
  background: #fff;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .data i {
  color: #fff;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .data span {
  color: #fff;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .text::before {
  background: url(../images/title3.png) no-repeat center;
}
.capital .capitalwarp .swiper-slide .warp .z1 .list:hover .text .cond {
  color: #354990;
  letter-spacing: 1px;
}
.capital .capitalwarp .swiper-slide .warp .y1 {
  width: 51%;
  display: flex;
  justify-content: space-between;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list {
  width: 45%;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list .tu {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(55, 55, 55, 0.08);
  padding: 5px;
  box-sizing: border-box;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list .tu .img {
  display: block;
  position: relative;
  padding: 36.5% 0;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list .tu .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list .text {
  margin: 20px 0 0;
}
.capital .capitalwarp .swiper-slide .warp .y1 .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 .capitalwarp .swiper-slide .warp .y1 .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list .text .data {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin: 15px 0 0;
}
.capital .capitalwarp .swiper-slide .warp .y1 .list:hover .cond {
  color: #354990;
  letter-spacing: 1px;
}
.capital .capitalwarp .swiper-slide .reg {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.capital .capitalwarp .swiper-slide .reg .list {
  width: 31.5%;
  height: 112px;
  background: #f9f9f9;
  padding: 25px 2% 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .reg .list .data {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: right;
  background: url(../images/title2.png) no-repeat center left;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .reg .list .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 15px 0 0;
  padding: 0 0 0 12%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .reg .list .cond::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  position: absolute;
  background: #999;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s linear;
}
.capital .capitalwarp .swiper-slide .reg .list:hover {
  background: #354990;
}
.capital .capitalwarp .swiper-slide .reg .list:hover .data {
  background: url(../images/title4.png) no-repeat center left;
  color: #fff;
}
.capital .capitalwarp .swiper-slide .reg .list:hover .cond {
  color: #fff;
  letter-spacing: 1px;
}
.capital .capitalwarp .swiper-slide .reg .list:hover .cond::before {
  background: #fff;
}
@media (max-width: 1300px) {
  .contents {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .case .caseswiper .arr .caprev::before {
    display: none;
  }
  .case .caseswiper .arr .canext::before {
    display: none;
  }
  .reason .reasonslide .swiper-slide .warp .text h4 {
    height: 45px;
  }
  .reason .reasonslide .swiper-slide .warp .text h4 i {
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 45px;
  }
  .reason .reasonslide .swiper-slide .warp .text h4 b {
    font-size: 18px;
    line-height: 45px;
  }
  .reason .reasonslide .swiper-slide .warp .text h4 em {
    margin: 0;
    line-height: 45px;
  }
  .ntage .aside .reg .picimg1 {
    display: none;
  }
  .ntage .aside .reg .picimg2 {
    display: block;
  }
  .ntage .plaet {
    width: 57%;
  }
  .ntage .plaet .z1 {
    width: 51%;
  }
  .ntage .plaet .y1 {
    width: 51%;
  }
  .abo .about .aboutus {
    display: none;
  }
  .capital .capitalwarp {
    margin: 40px 0 0;
  }
  .capital .capitalwarp .listhd {
    position: static;
    margin: 0 auto 30px;
    width: 70%;
  }
  .capital .capitalwarp .swiper-slide .warp .z1 .list {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 980px) {
  .pro .box .more {
    display: none;
  }
  .pro .box .top p {
    display: none;
  }
  .pro .list li i {
    display: none;
  }
  .pro .list::before {
    display: none;
  }
  .pro .list .more i {
    display: none;
  }
  .pro .listimg li {
    width: 48%;
  }
  .pro .list {
    flex-wrap: wrap;
  }
  .pro .list li {
    width: 16%;
  }
  .pro .list .more {
    display: none;
  }
  .pro .listimg li .text {
    height: 35px;
    margin: 10px 0 0;
  }
  .pro .listimg li .text .cond {
    line-height: 35px;
  }
  .pro .listimg li .text .more {
    top: 0;
  }
  .case .top p {
    display: none;
  }
  .case .caseswiper .arr {
    width: 20%;
  }
  .case .caseswiper .arr .caprev {
    width: 35px;
    height: 35px;
  }
  .case .caseswiper .arr .canext {
    width: 35px;
    height: 35px;
  }
  .case .caseswiper .arr .capagination {
    display: none;
  }
  .case .caseswiper .swiper-slide .cond {
    line-height: 25px;
  }
  .case .caseswiper .swiper-slide::before {
    display: none;
  }
  .case .caseswiper .swiper-slide i {
    font-size: 24px;
  }
  .case .caseswiper .swiper-slide .tu {
    margin: 10px 0 0;
  }
  .case .caseswiper .swiper-slide p {
    margin: 5px 0 0;
  }
  .case .caseswiper .swiper-slide-next {
    margin: 0;
  }
  .reason .reasonslide .swiper-slide .warp {
    flex-direction: column;
  }
  .reason .reasonslide .swiper-slide .warp .text {
    width: 100%;
    order: 2;
    margin: 0;
  }
  .reason .reasonslide .swiper-slide .warp .ys {
    order: 1;
    margin: 0 auto;
  }
  .reason .reasonslide .swiper-slide .warp .text p {
    margin: 10px 0 0;
  }
  .reason .reasonslide .arr {
    position: static;
    margin: 20px 0 0;
  }
  .reason .reasonslide .arr::before {
    display: none;
  }
  .reason .box .tel {
    display: none;
  }
  .ntage {
    background: url(../images/ntage2.jpg) no-repeat center top;
    padding: 45px 0 10px;
    height: auto;
    box-sizing: border-box;
  }
  .ntage .contents {
    flex-direction: column;
  }
  .ntage .aside .reg {
    height: 195px;
    width: auto;
    margin: 30px 0 0;
  }
  .ntage .aside .reg .picimg2 {
    width: auto;
    height: 100%;
    margin: 0;
    position: static;
  }
  .ntage .aside .reg .picimg2 img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .ntage .aside {
    width: 100%;
  }
  .ntage .plaet {
    width: 100%;
    flex-direction: column;
    margin: 65px 0 0;
  }
  .ntage .plaet .z1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ntage .plaet .y1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ntage .plaet .z1 li .num::before {
    display: none;
  }
  .ntage .plaet .y1 li .num::after {
    display: none;
  }
  .ntage .plaet .z1 li .num {
    display: none;
  }
  .ntage .plaet .y1 li .num {
    display: none;
  }
  .ntage .plaet .z1 li {
    margin: 0;
    width: 23%;
  }
  .ntage .plaet .y1 li {
    margin: 0;
    width: 23%;
  }
  .ntage .plaet .z1 li .art em img {
    width: 20px;
  }
  .ntage .plaet .y1 li .art em img {
    width: 20px;
    height: 20px;
  }
  .ntage .plaet .z1 li .art {
    padding: 30px 0 0 25%;
  }
  .ntage .plaet .y1 li .art {
    padding: 30px 0 0 25%;
  }
  .ntage .plaet .z1 li .art i {
    font-size: 16px;
  }
  .ntage .plaet .y1 li .art i {
    font-size: 16px;
  }
  .abo .about {
    display: none;
  }
  .abo .aside {
    width: 100%;
  }
  .capital .top p {
    display: none;
  }
  .capital .capitalwarp .swiper-slide .warp {
    flex-direction: column;
  }
  .capital .capitalwarp .swiper-slide .warp .z1 {
    width: 100%;
    border: none;
    padding: 0;
  }
  .capital .capitalwarp .swiper-slide .warp .y1 {
    width: 100%;
    margin: 20px 0 0;
  }
  .capital .capitalwarp .swiper-slide .warp .z1 .list .text::before {
    display: none;
  }
  .capital .capitalwarp .swiper-slide .warp .z1 .list .data {
    width: 25%;
  }
  .capital .capitalwarp .swiper-slide .warp .z1 .list .text {
    width: 68%;
  }
  .capital .capitalwarp .swiper-slide .reg {
    flex-direction: column;
  }
  .capital .capitalwarp .swiper-slide .reg .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .capital .capitalwarp .listhd li a em {
    display: none;
  }
  .capital .capitalwarp .listhd li a {
    padding: 0;
    text-align: center;
  }
  .capital .capitalwarp .listhd {
    width: 85%;
  }
  .capital .capitalwarp .swiper-slide .reg {
    margin: 30px 0 0;
  }
  .abo .aside {
    margin: 0;
  }
  .abo .aside .more {
    margin: 20px 0;
  }
}
@media (max-width: 460px) {
  .ntage .plaet .z1 li .art span {
    display: none;
  }
  .ntage .plaet .y1 li .art span {
    display: none;
  }
  .ntage .plaet .z1 li .art {
    padding: 0;
    display: flex;
    height: 40px;
  }
  .ntage .plaet .z1 li .art em {
    position: static;
    height: 40px;
    display: block;
  }
  .ntage .plaet .z1 li .art em img {
    position: static;
  }
  .ntage .plaet .z1 li .art i {
    margin-left: 10px;
  }
  .ntage .plaet .y1 li .art {
    padding: 0;
    display: flex;
    height: 40px;
  }
  .ntage .plaet .y1 li .art em {
    position: static;
    height: 40px;
    display: block;
  }
  .ntage .plaet .y1 li .art em img {
    position: static;
  }
  .ntage .plaet .y1 li .art i {
    margin-left: 10px;
  }
  .ntage .plaet .z1 {
    flex-wrap: wrap;
  }
  .ntage .plaet .z1 li {
    width: 50%;
  }
  .ntage .plaet .y1 {
    flex-wrap: wrap;
  }
  .ntage .plaet .y1 li {
    width: 50%;
  }
  .reason .reasonslide .swiper-slide .warp .text h4 em {
    display: none;
  }
  .pro {
    margin: 30px 0 0;
  }
  .pro .box .top h3 a {
    font-size: 24px;
  }
  .pro .list {
    margin: 30px 0 0;
  }
  .reason {
    padding: 40px 0 20px;
    margin: 20px 0 0;
  }
  .reason .box .top {
    background-size: contain;
    padding: 25px 0 0 14px;
  }
  .reason .box .top h3 {
    font-size: 24px;
  }
  .reason .reasonslide {
    margin: 30px 0 0;
  }
  .reason .reasonslide .swiper-slide .warp .text p {
    font-size: 15px;
  }
  .reason .reasonslide .arr {
    width: 90%;
    margin: 0 auto;
  }
  .case {
    margin: 40px 0 0;
  }
  .case .top h3 {
    font-size: 24px;
  }
  .case .caseswiper .arr {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .abo .aside .art .rong {
    display: none;
  }
  .abo .aside .art .list {
    width: 100%;
  }
  .abo .aside .reg h4 {
    background: none;
    width: auto;
  }
  .capital {
    margin: 40px 0 0;
  }
}
