.contents {
  width: 1445px;
  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 .box {
  display: flex;
  justify-content: space-between;
  margin: 85px 0 0;
}
.pro .box .top {
  height: 110px;
  background: url(../images/t1.png) no-repeat center left;
  padding: 65px 0 0;
  box-sizing: border-box;
}
.pro .box .top h3 {
  display: flex;
}
.pro .box .top h3 a {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 21px;
}
.pro .box .top h3 p {
  font-size: 16px;
  color: #999;
  line-height: 21px;
  margin: 0 0 0 23px;
  position: relative;
}
.pro .box .top h3 p::before {
  content: "";
  display: block;
  width: 7px;
  height: 18px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center left;
  top: 0;
  left: -16px;
}
.pro .box .listtitle {
  display: flex;
}
.pro .box .listtitle li {
  width: 110px;
  margin-right: 70px;
}
.pro .box .listtitle li .cond {
  display: block;
}
.pro .box .listtitle li .cond em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: #eee;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.pro .box .listtitle li .cond em img {
  position: absolute;
  transition: 0.5s linear;
}
.pro .box .listtitle li .cond em img:nth-child(1) {
  opacity: 1;
}
.pro .box .listtitle li .cond em img:nth-child(2) {
  opacity: 0;
}
.pro .box .listtitle li .cond i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  margin: 19px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .box .listtitle li:hover .cond i {
  color: #d3232e;
  letter-spacing: 1px;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.pro .listimg li {
  width: 23.55%;
  margin-bottom: 50px;
}
.pro .listimg li .tu {
  width: 100%;
  height: 250px;
  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 {
  height: 55px;
  padding: 0 110px 0 28px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eee;
}
.pro .listimg li .text::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 2px solid #aaa;
  border-radius: 50%;
  top: 24px;
  left: 10px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.pro .listimg li .text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #d3232e;
  bottom: -1px;
  left: 0;
  transition: 0.5s linear;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  width: 101px;
  height: 24px;
  display: block;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  right: 0;
  background: url(../images/more1.png) no-repeat center right;
  background-position-x: 75px;
  transition: 0.5s linear;
}
.pro .listimg li:hover .text::before {
  border-color: #d3232e;
}
.pro .listimg li:hover .text::after {
  width: 100%;
}
.pro .listimg li:hover .text .more {
  background: #d3232e url(../images/more2.png) no-repeat center right;
  background-position-x: 75px;
  color: #fff;
  border-radius: 12px;
}
.reason {
  background: url(../images/reason.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .top h3 {
  font-size: 48px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.reason .top p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin: 19px 0 0;
}
.reason .listtitle {
  display: flex;
  justify-content: space-between;
}
.reason .listtitle li {
  width: 30%;
  height: 745px;
  background: url(../images/line1.png) no-repeat center right;
  position: relative;
  padding: 160px 0 0;
  box-sizing: border-box;
  transition: 0.6s cubic-bezier(0.43, 0.8, 0.85, 0.78);
}
.reason .listtitle li .art {
  transition: 0.5s linear;
  position: relative;
}
.reason .listtitle li .art::before {
  content: "";
  display: block;
  width: 14px;
  height: 61px;
  position: absolute;
  background: url(../images/title4.png) no-repeat center;
  top: 237px;
  left: 50%;
  transform: translateX(-50%);
}
.reason .listtitle li .art img {
  display: block;
  margin: 0 auto;
}
.reason .listtitle li .art p {
  font-size: 26px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin: 30px 0;
}
.reason .listtitle li .art i {
  font-size: 14px;
  color: #ddd;
  line-height: 22px;
  text-align: center;
  display: block;
}
.reason .listtitle li .reg {
  position: absolute;
  top: 130px;
  left: 0;
  height: 40px;
  padding: 0 0 0 73px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  transition: 0.6s cubic-bezier(0.43, 0.8, 0.85, 0.78);
  transition-delay: 0.3s;
}
.reason .listtitle li .reg h4 {
  display: flex;
}
.reason .listtitle li .reg h4 img {
  display: block;
}
.reason .listtitle li .reg h4 i {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  margin-left: 20px;
}
.reason .listtitle li .reg .text {
  margin: 70px 0 0;
  width: 342px;
}
.reason .listtitle li .reg .text p {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  padding: 0 0 0 18px;
  position: relative;
}
.reason .listtitle li .reg .text p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 14px;
  left: 0;
  box-sizing: border-box;
}
.reason .listtitle li .reg .xun {
  display: block;
  padding: 0 0 0 71px;
  width: 135px;
  height: 50px;
  background: url(../images/xun.png) no-repeat center left;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  margin: 80px 0 0;
}
.reason .listtitle .on {
  width: 42%;
}
.reason .listtitle .on .art {
  opacity: 0;
  pointer-events: none;
}
.reason .listtitle .on .reg {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.abo {
  overflow: hidden;
  padding: 110px 0 80px;
}
.abo .contents {
  position: relative;
}
.abo .top {
  position: absolute;
  top: -26px;
  left: 0;
  width: 369px;
  height: 150px;
  background: url(../images/t3.png) no-repeat center left;
}
.abo .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  font-weight: bold;
  padding: 95px 0 0;
  box-sizing: border-box;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 44%;
  margin: 178px 0 0;
}
.abo .warp .aside .text {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
}
.abo .warp .aside .more {
  width: 111px;
  height: 30px;
  display: block;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  box-sizing: border-box;
  background: #d3232e url(../images/more2.png) no-repeat center right;
  background-position-x: 75px;
  border-radius: 15px;
  margin: 30px 0 0;
  transition: 0.5s linear;
}
.abo .warp .aside .listnum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 94px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 64px 0 0;
  padding: 0 2%;
  box-sizing: border-box;
}
.abo .warp .aside .listnum li {
  position: relative;
}
.abo .warp .aside .listnum li::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  background: #ddd;
  top: 14px;
  right: -60px;
}
.abo .warp .aside .listnum li p {
  display: flex;
  height: 30px;
}
.abo .warp .aside .listnum li p i {
  font-size: 36px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.abo .warp .aside .listnum li p b {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 0 8px;
}
.abo .warp .aside .listnum li span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 12px;
  margin: 12px 0 0;
}
.abo .warp .aside .listnum li:last-child::before {
  display: none;
}
.abo .warp .plaet {
  width: 46%;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.abo .warp .plaet::before {
  content: "";
  display: block;
  width: 96%;
  height: 458px;
  position: absolute;
  background: #f0f3f8;
  top: 0;
  left: 0;
  z-index: -1;
}
.abo .warp .plaet .about {
  width: 100%;
  height: 458px;
  overflow: hidden;
}
.abo .warp .plaet .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .plaet .about img:hover {
  transform: scale(1.1);
}
.abo .listnav {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.abo .listnav li {
  width: 32%;
  height: 182px;
  background: #fff;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
  z-index: 50;
  overflow: hidden;
}
.abo .listnav li .cond {
  display: flex;
  align-items: center;
  height: 182px;
  padding: 0 0 0 10%;
}
.abo .listnav li .cond::before {
  content: "";
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  background: #d3232e;
  background-position-x: 40px;
  top: -64px;
  right: -350px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.6s cubic-bezier(0.43, 0.8, 0.85, 0.78);
}
.abo .listnav li .cond .art {
  margin-left: 5%;
}
.abo .listnav li .cond .art i {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 21px;
}
.abo .listnav li .cond .art span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 20px;
  margin: 15px 0 0;
}
.abo .listnav li .cond b {
  width: 24px;
  height: 18px;
  background: url(../images/more3.png) no-repeat center;
  position: absolute;
  top: 82px;
  right: 40px;
  transition: 0.5s linear;
}
.abo .listnav .on .cond::before {
  right: -205px;
}
.abo .listnav .on .cond b {
  background: url(../images/more4.png) no-repeat center;
}
.case {
  background: url(../images/case.jpg) no-repeat center top;
  padding: 87px 0 0;
  box-sizing: border-box;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  height: 110px;
  background: url(../images/t4.png) no-repeat center left;
  padding: 65px 0 0;
  box-sizing: border-box;
}
.case .box .top h3 {
  display: flex;
}
.case .box .top h3 i {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 21px;
}
.case .box .top h3 p {
  font-size: 16px;
  color: #999;
  line-height: 21px;
  margin: 0 0 0 23px;
  position: relative;
}
.case .box .top h3 p::before {
  content: "";
  display: block;
  width: 7px;
  height: 18px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center left;
  top: 0;
  left: -16px;
}
.case .box .more {
  display: block;
  width: 179px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 16px;
  color: #eee;
  line-height: 46px;
  text-align: center;
  margin: 36px 0 0;
}
.case .caseslide {
  margin: 60px 0 0;
}
.case .caseslide .swiper-slide {
  width: 100%;
  margin-right: 60px;
}
.case .caseslide .swiper-slide .art {
  width: 100%;
  height: 384px;
  background: #f0f3f8;
  padding: 10px;
  box-sizing: border-box;
}
.case .caseslide .swiper-slide .art .img {
  display: block;
  width: 100%;
  height: 306px;
  overflow: hidden;
}
.case .caseslide .swiper-slide .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide .art .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .swiper-slide .art .text {
  padding: 0 50px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 34px;
  left: 0;
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide .art .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseslide .swiper-slide .art .text .more {
  display: block;
  width: 30px;
  height: 30px;
  background: #333 url(../images/more5.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  right: 10px;
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide .art:hover .text {
  padding: 0 50px 0 60px;
}
.case .caseslide .swiper-slide .art:hover .text::before {
  width: 50px;
  background: #d3232e;
}
.case .caseslide .swiper-slide .art:hover .text .more {
  background: #d3232e url(../images/more5.png) no-repeat center;
}
.case .caseslide .bottonbox {
  width: 328px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .caseslide .bottonbox .prev {
  width: 40px;
  height: 40px;
  background: #d3232e url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .bottonbox .next {
  width: 40px;
  height: 40px;
  background: #333 url(../images/next-case.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .bottonbox .hdswpier {
  width: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .bottonbox .hdswpier .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  background: none;
}
.case .caseslide .bottonbox .hdswpier .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #d3232e;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.2s ease-out;
}
.case .caseslide .bottonbox .hdswpier .swiper-pagination-bullet-active {
  border-color: #d3232e;
}
.case .caseslide .bottonbox .hdswpier .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.capital {
  padding: 75px 0 80px;
  background: #f0f3f8;
  margin: 78px 0 0;
}
.capital .top {
  height: 110px;
  background: url(../images/t5.png) no-repeat center left;
  padding: 65px 0 0;
  box-sizing: border-box;
}
.capital .top h3 {
  display: flex;
}
.capital .top h3 a {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 21px;
}
.capital .top h3 p {
  font-size: 16px;
  color: #999;
  line-height: 21px;
  margin: 0 0 0 23px;
  position: relative;
}
.capital .top h3 p::before {
  content: "";
  display: block;
  width: 7px;
  height: 18px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center left;
  top: 0;
  left: -16px;
}
.capital .capswiper {
  position: relative;
  margin: 54px 0 0;
}
.capital .capswiper .navlist {
  width: 573px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -100px;
  right: 0;
}
.capital .capswiper .navlist li a {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 42px;
}
.capital .capswiper .navlist li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capswiper .navlist li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capswiper .navlist li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capswiper .navlist .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capswiper .navlist .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capswiper .navlist .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
}
.capital .capswiper .navlist .on a {
  color: #d3232e;
}
.capital .capswiper .swiper-slide .capitalslide {
  position: relative;
}
.capital .capswiper .swiper-slide .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside {
  width: 55%;
  background: #fff;
  height: 410px;
  padding: 4% 4% 0;
  box-sizing: border-box;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside .data i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  font-weight: bold;
  margin: 10px 0 0;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin: 60px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside 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: 20px 0 0;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .aside .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 60px 0 0;
  background: url(../images/more6.png) no-repeat center left;
  background-position-x: 68px;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .img {
  display: block;
  width: 45%;
  height: 410px;
  overflow: hidden;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .capitalslide .bd li .img img:hover {
  transform: scale(1.1);
}
.capital .capswiper .swiper-slide .capitalslide .bd li:hover .aside .cond {
  color: #d3232e;
  letter-spacing: 1px;
}
.capital .capswiper .swiper-slide .capitalslide .hd {
  width: 75px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5%;
  right: 3%;
  z-index: 100;
}
.capital .capswiper .swiper-slide .capitalslide .hd li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .capitalslide .hd .on {
  background: #d3232e;
}
.capital .capswiper .swiper-slide .art {
  display: flex;
  justify-content: space-between;
  height: 340px;
  background: #fff;
  border-top: 1px solid #f0f3f8;
  box-sizing: border-box;
}
.capital .capswiper .swiper-slide .art .list {
  width: 33.33%;
  padding: 4% 4% 0;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.capital .capswiper .swiper-slide .art .list::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10%;
  right: 10%;
  background: #d3232e;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list .data i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  font-weight: bold;
  margin: 10px 0 0;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin: 50px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list 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: 10px 0 0;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 30px 0 0;
  background: url(../images/more6.png) no-repeat center left;
  background-position-x: 68px;
  transition: 0.5s linear;
}
.capital .capswiper .swiper-slide .art .list:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
}
.capital .capswiper .swiper-slide .art .list:hover .data i {
  color: #fff;
}
.capital .capswiper .swiper-slide .art .list:hover .data span {
  color: #fff;
}
.capital .capswiper .swiper-slide .art .list:hover .cond {
  color: #fff;
}
.capital .capswiper .swiper-slide .art .list:hover p {
  color: #fff;
}
.capital .capswiper .swiper-slide .art .list:hover .more {
  color: #fff;
  background: url(../images/more7.png) no-repeat center left;
  background-position-x: 68px;
}
.contact {
  margin: 60px 0;
}
.contact .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .top {
  width: 190px;
  background: url(../images/t6.png) no-repeat center left;
  padding: 55px 0 0;
}
.contact .top h3 {
  font-size: 18px;
  color: #333;
  line-height: 17px;
}
.contact .list {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.contact .list li {
  padding: 15px 0 0 82px;
  height: 60px;
}
.contact .list li i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 12px;
}
.contact .list li span {
  font-size: 18px;
  color: #333;
  line-height: 16px;
  display: block;
  margin: 15px 0 0;
}
.contact .list li b {
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  margin: 15px 0 0;
  display: block;
}
.contact .list li p {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin: 15px 0 0;
}
.contact .list li:nth-child(1) {
  background: url(../images/a1.png) no-repeat center left;
}
.contact .list li:nth-child(2) {
  background: url(../images/a2.png) no-repeat center left;
}
.contact .list li:nth-child(3) {
  background: url(../images/a3.png) no-repeat center left;
}
@media (max-width: 1480px) {
  .contents {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .pro .box {
    flex-direction: column;
    align-content: flex-start;
  }
  .pro .box .top {
    margin: 0 auto;
  }
  .pro .box .listtitle {
    justify-content: center;
    margin: 30px 0 0;
  }
  .reason .listtitle li .reg .text {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .contact .contents {
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .contact .list {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 1024px) {
  body {
    margin-bottom: 90px !important;
  }
  .pro .listimg li {
    width: 48%;
  }
  .capital .capswiper .navlist {
    position: static;
    margin: 0 auto 30px;
    width: 100%;
  }
  .abo .top {
    position: static;
    margin: 0 auto;
  }
  .abo .warp {
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .abo .warp .aside {
    order: 2;
    width: 100%;
    margin: 30px 0 0;
  }
  .abo .warp .plaet {
    order: 1;
    width: 100%;
  }
  .reason {
    padding: 50px 0;
  }
  .reason .listtitle {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .reason .listtitle li {
    width: 50%;
    padding: 30px 5% 20px;
    box-sizing: border-box;
    height: auto;
  }
  .reason .listtitle li .art {
    display: none;
  }
  .reason .listtitle li .reg {
    opacity: 1;
    position: static;
    padding: 0;
    height: auto;
  }
  .reason .listtitle li .reg .xun {
    margin: 30px 0 0;
  }
  .reason .listtitle li .reg .text {
    margin: 20px 0 0;
  }
  .reason .listtitle .on {
    width: 50%;
  }
  .abo .listnav {
    flex-wrap: wrap;
  }
  .abo .listnav li {
    width: 47%;
    margin-bottom: 30px;
  }
  .capital .capswiper .swiper-slide .art {
    flex-wrap: wrap;
    height: auto;
  }
  .capital .capswiper .swiper-slide .art .list {
    width: 100%;
  }
  .pro .box .listtitle {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pro .box .listtitle li {
    margin-bottom: 20px;
    margin-right: 0;
    width: 25%;
  }
  .pro .box .listtitle li .cond i {
    padding: 0 2vw 0 0;
    box-sizing: border-box;
  }
  .case .box .more {
    display: none;
  }
  .contact .contents .list {
    flex-direction: column;
    align-content: flex-start;
  }
  .contact .contents .list li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .pro .box .top {
    width: 100%;
  }
  .pro .box .top p {
    display: none;
  }
  .pro .box .listtitle li {
    margin: 0 1% 1% 0;
    height: 60px;
    width: 32%;
  }
  .pro .box .listtitle li .cond {
    background: #d3232e;
    height: 60px;
  }
  .pro .box .listtitle li .cond em {
    display: none;
  }
  .pro .box .listtitle li .cond i {
    color: #fff;
    line-height: 60px;
    padding: 0 2%;
    text-align: center;
    margin: 0;
  }
  .pro .listimg li {
    margin-bottom: 20px;
  }
  .pro .listimg li .tu {
    height: 150px;
  }
  .reason .top h3 {
    font-size: 28px;
  }
  .reason .top p {
    margin: 0;
    line-height: 25px;
  }
  .reason .listtitle li {
    width: 100%;
  }
  .reason .listtitle .on {
    width: 100%;
  }
  .abo .listnav li {
    height: 100px;
  }
  .abo .listnav li .cond {
    height: 100px;
  }
  .abo .listnav li .cond .tu img {
    width: 40px;
    height: auto;
  }
  .abo .listnav li .cond .art i {
    font-size: 18px;
  }
  .abo .listnav li .cond .art span {
    margin: 0;
  }
  .abo .listnav li .cond b {
    display: none;
  }
  .case .box .top {
    width: 100%;
  }
  .case .box .top h3 p {
    display: none;
  }
  .capital .capswiper .navlist li a {
    padding: 0;
    background: none !important;
  }
  .capital .capswiper .swiper-slide .capitalslide .bd li {
    flex-direction: column;
    align-content: flex-start;
    height: auto;
  }
  .capital .capswiper .swiper-slide .capitalslide .bd li .aside {
    width: 100%;
    height: auto;
    padding: 5%;
  }
  .capital .capswiper .swiper-slide .capitalslide .bd li .aside .cond {
    margin: 20px 0 0;
  }
  .capital .capswiper .swiper-slide .capitalslide .bd li .aside .more {
    margin: 10px 0 0;
  }
  .capital .capswiper .swiper-slide .capitalslide .bd li .img {
    width: 100%;
    height: 200px;
  }
  .capital .capswiper .swiper-slide .art .list {
    padding: 5%;
  }
  .contact .list li {
    padding: 0 0 0 40px;
    height: auto;
  }
  .contact .list li b {
    margin: 0;
    line-height: 26px;
  }
  .contact .list li span {
    margin: 0;
    line-height: 26px;
  }
  .contact .list li p {
    margin: 0;
    line-height: 26px;
  }
  .contact .list li:nth-child(1) {
    background-size: 30px auto;
  }
  .contact .list li:nth-child(2) {
    background-size: 30px auto;
  }
  .contact .list li:nth-child(3) {
    background-size: 30px auto;
  }
  .capital .top h3 p {
    display: none;
  }
  .pro .listimg li .text {
    padding: 0 0 0 28px;
  }
  .pro .listimg li .text .more {
    display: none;
  }
  .case .caseslide .swiper-slide .art {
    height: auto;
  }
  .case .caseslide .swiper-slide .art .img {
    height: 200px;
  }
  .abo {
    padding: 30px 0 0;
  }
  .case {
    padding: 30px 0 0;
  }
  .capital {
    padding: 40px 0;
    margin: 50px 0 0;
  }
  .contact {
    margin: 40px 0 0;
  }
  .footer {
    padding: 30px 0;
    margin: 30px 0;
  }
}
