.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: 80px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top em {
  display: flex;
  height: 50px;
  font-family: Arial;
  font-size: 0;
  color: transparent;
  font-weight: 1000;
  line-height: 50px;
  text-indent: -9999999999px;
  background: url(../images/tt1.png) no-repeat center left;
  width: 300px;
}
.pro .box .top em i {
  display: block;
  font-family: Arial;
  font-size: 0;
  color: transparent;
  font-weight: 1000;
}
.pro .box .top h3 {
  font-size: 26px;
  color: #444;
  line-height: 24px;
  margin: 30px 0 30px;
  position: relative;
  z-index: 50;
}
.pro .box .top h3::before {
  content: "";
  display: block;
  width: 200px;
  height: 8px;
  position: absolute;
  background: #3ab9c8;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
.pro .box .top p {
  font-style: 16px;
  color: #999;
  line-height: 15px;
  letter-spacing: 5px;
}
.pro .box .list {
  width: 825px;
  display: flex;
  justify-content: space-between;
}
.pro .box .list li .cond {
  display: block;
  height: 120px;
}
.pro .box .list li .cond i {
  display: block;
  position: relative;
}
.pro .box .list li .cond i img {
  display: block;
  transition: 0.5s linear;
}
.pro .box .list li .cond i img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pro .box .list li .cond span {
  display: block;
  color: 3333;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  margin: 20px 0 0;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .box .list li:hover .cond i img:nth-child(2) {
  opacity: 1;
}
.pro .box .list li:hover .cond span {
  font-weight: bold;
  color: #3ab9c8;
  letter-spacing: 1px;
}
.pro .listimg {
  display: flex;
  flex-wrap: wrap;
  margin: 72px 0 0;
}
.pro .listimg li {
  width: 300px;
  height: 290px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
  padding: 15px 15px 0;
  box-sizing: border-box;
  margin: 0 25px 40px 0;
  position: relative;
}
.pro .listimg li::before{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3ab9c8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .2s linear;
}
.pro .listimg li:hover::before{
  width: 100%;
}
.pro .listimg li .img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 210px;
}
.pro .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  height: 65px;
  padding: 0 100px 0 15px;
  box-sizing: border-box;
  position: relative;
}
.pro .listimg li .text::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #555;
  box-sizing: border-box;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s linear;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.pro .listimg li .text .more::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 50%;
  left: -52px;
  transition: 0.5s linear;
}
.pro .listimg li:hover .text::before {
  border-color: #3ab9c8;
}
.pro .listimg li:hover .text .cond {
  color: #3ab9c8;
}
.pro .listimg li:hover .text .more {
  padding: 0 50px 0 0;
}
.pro .listimg li:hover .text .more::before {
  background: #3ab9c8;
  right: 0;
  left: auto;
}
.pro .listimg li:nth-child(4) {
  margin: 0 0 40px 0;
}
.pro .listimg li:nth-child(8) {
  margin: 0 0 40px 0;
}
.features {
  height: 750px;
  background: url(../images/fea.jpg) no-repeat center top;
  margin: 20px 0 0;
  padding: 79px 0 0;
  box-sizing: border-box;
}
.features .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 37px;
}
.features .top em {
  display: flex;
  height: 53px;
  justify-content: center;
  font-family: Arial;
  font-size: 0;
    color: transparent;
  font-weight: 1000;
  line-height: 50px;
  text-indent: -999999999px;
  background: url(../images/tt2.png) no-repeat center top;
}
.features .top em i {
  display: block;
  font-family: Arial;
  font-size: 0;
    color: transparent;
  font-weight: 1000;
}
.features .top h3 {
  font-size: 26px;
  color: #444;
  line-height: 26px;
  text-align: center;
  margin: 30px 0 0;
}
.features .list {
  display: flex;
  justify-content: space-between;
  margin: 60px -220px 0;
}
.features .list li {
  width: 234px;
  height: 182px;
  background: #fff;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.features .list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  border: 7px solid #245bda;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  bottom: -50px;
  top: auto;
  left: 0;
  transition: 0.5s linear;
}
.features .list li h3 {
  padding: 0 0 0 35px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  transition: 0.5s linear;
}
.features .list li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 10px 0 0;
}
.features .list li em {
  position: absolute;
  bottom: -40px;
  right: 28px;
  opacity: 0;
  transition: 0.5s linear;
}
.features .list .on {
  background-color: #3ab9c8;
  box-shadow: 0px 11px 28px 2px rgba(0, 128, 143, 0.3);
}
.features .list .on::before {
  border-color: #3ab9c8;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.2);
}
.features .list .on h3 {
  color: #fff;
}
.features .list .on p {
  color: #fff;
}
.features .list .on em {
  bottom: -20px;
  opacity: 1;
}
.features .list li:nth-child(1) {
  margin: 246px 0 0;
}
.features .list li:nth-child(1) h3 {
  background: url(../images/fi1.png) no-repeat center left;
}
.features .list li:nth-child(2) h3 {
  background: url(../images/fi2.png) no-repeat center left;
}
.features .list li:nth-child(3) {
  margin: 205px 0 0;
}
.features .list li:nth-child(3) h3 {
  background: url(../images/fi3.png) no-repeat center left;
}
.features .list li:nth-child(4) {
  margin: 15px 0 0;
}
.features .list li:nth-child(4) h3 {
  background: url(../images/fi4.png) no-repeat center left;
}
.features .list li:nth-child(5) {
  margin: 195px 0 0;
}
.features .list li:nth-child(5) h3 {
  background: url(../images/fi5.png) no-repeat center left;
}
.features .list li:nth-child(6) {
  margin: 20px 0 0;
}
.features .list li:nth-child(6) h3 {
  background: url(../images/fi6.png) no-repeat center left;
}
.features .list .on:nth-child(1) h3 {
  background: url(../images/fi1s.png) no-repeat center left;
}
.features .list .on:nth-child(2) h3 {
  background: url(../images/fi2s.png) no-repeat center left;
}
.features .list .on:nth-child(3) h3 {
  background: url(../images/fi3s.png) no-repeat center left;
}
.features .list .on:nth-child(4) h3 {
  background: url(../images/fi4s.png) no-repeat center left;
}
.features .list .on:nth-child(5) h3 {
  background: url(../images/fi5s.png) no-repeat center left;
}
.features .list .on:nth-child(6) h3 {
  background: url(../images/fi6s.png) no-repeat center left;
}
.features .list li:nth-child(odd)::before {
  top: -50px;
  bottom: auto;
}
.reason {
  height: 920px;
  background: url(../images/reason.jpg) no-repeat center top;
  padding: 79px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide {
  position: relative;
}
.reason .reasonslide .tempWrap {
  width: 410px !important;
}
.reason .reasonslide .bd li {
  width: 410px !important;
}
.reason .reasonslide .bd li em {
  display: flex;
}
.reason .reasonslide .bd li h4 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  margin: 110px 0 0;
}
.reason .reasonslide .bd li h4 i {
  font-size: 14px;
  color: #dee0e4;
  line-height: 40px;
  margin-left: 17px;
}
.reason .reasonslide .bd li p {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  margin: 25px 0 0;
}
.reason .reasonslide .arr {
  width: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 510px;
  right: 155px;
  z-index: 100;
}
.reason .reasonslide .arr .prev {
  width: 52px;
  height: 52px;
  background: #3ab9c8 url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
  border-radius: 50%;
}
.reason .reasonslide .arr .next {
  width: 52px;
  height: 52px;
  background: #245bda url(../images/next-case.png) no-repeat center;
  cursor: pointer;
  border-radius: 50%;
}
.reason .reasonslide .art {
  position: absolute;
  top: 435px;
  left: 0;
  z-index: 50;
}
.reason .reasonslide .art a {
  display: block;
  width: 164px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 21px;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  font-size: 16px;
  color: #dee0e4;
  line-height: 40px;
  background: url(../images/xun.png) no-repeat center left;
  background-position-x: 113px;
  transition: 0.2s ease-out;
}
.reason .reasonslide .art a:hover {
  background: #3ab9c8 url(../images/xun.png) no-repeat center left;
  background-position-x: 113px;
  border-color: #3ab9c8;
  transform: translateY(-5px);
}
.reason .reasonslide .art .tel {
  height: 42px;
  background: url(../images/tel1.png) no-repeat center left;
  padding: 0 0 0 62px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  margin: 45px 0 0;
}
.reason .reasonslide .hd {
  display: flex;
  margin: 291px 0 0;
}
.reason .reasonslide .hd li {
  width: 320px;
  height: 180px;
  padding: 38px 0 0;
  box-sizing: border-box;
  position: relative;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 320px;
  height: 180px;
  position: absolute;
  background: url(../images/lb1.png) no-repeat center;
  top: 0;
  left: 0;
  pointer-events: none;
}
.reason .reasonslide .hd li em {
  position: relative;
  margin-bottom: 20px;
  display: block;
  transition: 0.2s ease-out;
}
.reason .reasonslide .hd li em img {
  display: block;
  margin: 0 auto;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li em img:nth-child(1) {
  opacity: 1;
}
.reason .reasonslide .hd li em img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.reason .reasonslide .hd li b {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.reason .reasonslide .hd li span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 15px;
  text-align: center;
  margin: 10px 0 0;
}
.reason .reasonslide .hd li:hover em {
  transform: translateY(-5px);
}
.reason .reasonslide .hd .on {
  background: #3ab9c8 !important;
}
.reason .reasonslide .hd .on::before {
  background: url(../images/lb2.png) no-repeat center;
}
.reason .reasonslide .hd .on em img:nth-child(1) {
  opacity: 0;
}
.reason .reasonslide .hd .on em img:nth-child(2) {
  opacity: 1;
}
.reason .reasonslide .hd .on b {
  color: #fff;
}
.reason .reasonslide .hd .on span {
  color: #fff;
}
.reason .reasonslide .hd li:nth-child(odd) {
  background: #f4f5f9;
}
.reason .reasonslide .hd li:nth-child(even) {
  background: #fff;
}
.reason .reasonslide .ys {
  position: absolute;
  top: 251px;
  right: 329px;
}
.reason .reasonslide .top {
  width: 1em;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 94px;
  right: 115px;
}
.reason .reasonslide .top::before {
  content: "";
  display: block;
  width: 74px;
  height: 465px;
  position: absolute;
  background: url(../images/adv.png) no-repeat center;
  top: 0;
  right: -85px;
}
.case {
  margin: 80px 0 0;
}
.case .contents {
  position: relative;
}
.case .top {
  position: absolute;
  top: 0;
  left: 0;
}
.case .top em {
  display: flex;
  height: 53px;
  font-family: Arial;
  font-size: 70px;
   font-size: 0;
  color: transparent;
  line-height: 50px;
  text-indent: -99999999px;
  width: 235px;
  background: url(../images/tt3.png) no-repeat center left;
}
.case .top em i {
  display: block;
  font-family: Arial;
  font-size: 0;
    color: transparent;
  font-weight: 1000;
}
.case .top h3 {
  font-size: 26px;
  color: #444;
  line-height: 26px;
  margin: 30px 0 0;
}
.case .warp {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.case .warp .aside {
  width: 225px;
  margin: 160px 0 0;
  position: relative;
}
.case .warp .aside::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: -39px;
  left: 0;
}
.case .warp .aside p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.case .warp .aside em {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin: 5px 0 0;
}
.case .warp .caseslide {
  width: 966px;
  height: 308px;
  background: #f4f5f9;
  margin: 70px 0 0;
}
.case .warp .caseslide .bd li {
  display: flex;
  justify-content: space-between;
}
.case .warp .caseslide .bd li .tu {
  width: 475px;
  height: 308px;
  box-sizing: border-box;
  padding: 8px;
}
.case .warp .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warp .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .caseslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .warp .caseslide .bd li .text {
  width: 365px;
  position: relative;
  margin: 75px 58px 0 0;
  box-sizing: border-box;
}
.case .warp .caseslide .bd li .text::before {
  content: "";
  display: block;
  width: 106px;
  height: 1px;
  position: absolute;
  background: #aaa;
  top: 10px;
  left: -126px;
  z-index: 10;
}
.case .warp .caseslide .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .warp .caseslide .bd li .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: 25px 0 0;
}
.case .warp .caseslide .bd li .text .more {
  display: block;
  background: url(../images/more3.png) no-repeat left bottom;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin: 40px 0 0;
  padding: 0 0 0 60px;
}
.case .warp .caseslide .bd li:hover .text .cond {
  color: #3ab9c8;
  letter-spacing: 1px;
}
.case .warp .caseslide .arr {
  width: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.case .warp .caseslide .arr .prev {
  width: 52px;
  height: 52px;
  background: #3ab9c8 url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
  border-radius: 50%;
}
.case .warp .caseslide .arr .next {
  width: 52px;
  height: 52px;
  background: #245bda url(../images/next-case.png) no-repeat center;
  cursor: pointer;
  border-radius: 50%;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.case .list li {
  width: 302px;
  position: relative;
  top: 0;
  transition: 0.5s linear;
}
.case .list li .tu {
  width: 302px;
  height: 230px;
  background: #eee;
  padding: 6px;
  box-sizing: border-box;
}
.case .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .list li .tu .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  height: 81px;
  position: relative;
  margin: 20px 0 0;
  z-index: 50;
}
.case .list li .text i {
  font-size: 100px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 81px;
  color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.case .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 81px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .list li:hover .text .cond {
  letter-spacing: 1px;
}
.case .list .on {
  top: -30px;
}
.case .list .on .text i {
  opacity: 1;
}
.case .list .on .text .cond {
  color: #3ab9c8;
  font-weight: bold;
}
.abo {
  height: 924px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 60px 0 0;
  padding: 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .top em {
  display: flex;
  height: 66px;
  font-family: Arial;
  font-size: 0;
  color: transparent;
  font-weight: 1000;
  line-height: 50px;
  background: url(../images/tt4.png) no-repeat center left;
  width: 425px;
  text-indent: -99999999px;
}
.abo .warp .top em i {
  display: block;
  font-family: Arial;
  font-size: 0;
    color: transparent;
  font-weight: 1000;
}
.abo .warp .top h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  margin: 25px 0 0;
}
.abo .warp .list {
  width: 615px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo .warp .list li {
  height: 45px;
  display: flex;
  margin-bottom: 85px;
  position: relative;
}
.abo .warp .list li::before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  background: #3ab9c8;
  top: 10px;
  left: 0;
}
.abo .warp .list li span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
}
.abo .warp .list li i {
  display: block;
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  line-height: 45px;
  margin: 0 20px 0 50px;
  transition: 0.5s linear;
}
.abo .warp .list li em {
  font-size: 16px;
  color: #fff;
  line-height: 65px;
}
.abo .warp .list li:hover i {
  color: #3ab9c8;
}
.abo .warp .list li:nth-child(3) {
  margin: 0;
}
.abo .warp .list li:nth-child(4) {
  margin: 0;
}
.abo .box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.abo .box .aside {
  width: 550px;
  position: relative;
}
.abo .box .aside::before{
  content: "";
  display: block;
  width: 1px;
  height: 479px;
  background: #fff;
  opacity: .1;
  position: absolute;
  top: -326px;
  right: -1px;
}

.abo .box .aside .about {
  width: 870px;
  height: 396px;
  overflow: hidden;
  margin: 0 0 0 -320px;
}
.abo .box .aside .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .box .aside .about img:hover {
  transform: scale(1.1);
}
.abo .box .aside .list {
  width: 350px;
  margin: 68px 0 0 30px;
  display: flex;
  justify-content: space-between;
}
.abo .box .aside .list li {
  position: relative;
  z-index: 50;
}
.abo .box .aside .list li:nth-child(3){
  display: none;
}
.abo .box .aside .list li::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  background: #3ab9c8;
  border-radius: 50%;
  top: 7px;
  left: -15px;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.abo .box .aside .list li .cond {
  display: block;
}
.abo .box .aside .list li .cond em {
  display: block;
}
.abo .box .aside .list li .cond em img {
  display: block;
  margin: 0 auto;
}
.abo .box .aside .list li .cond span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  margin: 20px 0 0;
}
.abo .box .aside .list .on::before {
  left: -3px;
  opacity: 1;
}
.abo .box .plaet {
  margin: 75px 0 0;
  width: 620px;
}
.abo .box .plaet .more {
  display: block;
  width: 112px;
  height: 112px;
  background: #3ab9c8 url(../images/more4.png) no-repeat center top;
  background-position-y: 25px;
  padding: 69px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  text-align: center;
}
.abo .box .plaet h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  margin: 60px 0 0;
}
.abo .box .plaet h4 i {
  font-size: 12px;
  color: #999;
  letter-spacing: 12px;
}
.abo .box .plaet p {
  font-size: 15px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  margin: 40px 0 0;
}
.abo .box .plaet .tel {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: flex;
  padding: 0 0 0 44px;
  background: url(../images/tel2.png) no-repeat center left;
  margin: 100px 0 0;
}
.abo .box .plaet .tel i {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.capital {
  margin: 80px 0 0;
  overflow: hidden;
}
.capital .top em {
  display: flex;
  height: 50px;
  font-family: Arial;
    font-size: 0;
  color: transparent;
  font-weight: 1000;
  line-height: 50px;
  width: 230px;
  text-indent: -99999999px;
  background: url(../images/tt5.png) no-repeat center left;
}
.capital .top em i {
  display: block;
  font-family: Arial;
    font-size: 0;
      color: transparent;
  font-weight: 1000;
}
.capital .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 25px 0 0;
}
.capital .capitalslide {
  margin: 60px 0 0;
  position: relative;
  z-index: 50;
}
.capital .capitalslide::before {
  content: "";
  display: block;
  width: 1208px;
  height: 349px;
  position: absolute;
  background: #f4f5f9;
  top: 0;
  right: -320px;
  z-index: -1;
}
.capital .capitalslide .bd li .aside {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside .img {
  display: block;
  width: 460px;
  height: 280px;
  overflow: hidden;
}
.capital .capitalslide .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .text {
  width: 767px;
  margin: 75px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .aside .text::after {
  content: "";
  display: block;
  width: 32px;
  height: 27px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 0;
  left: 0;
}
.capital .capitalslide .bd li .aside .text::before {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  position: absolute;
  background: #aaa;
  top: 90px;
  left: -105px;
}
.capital .capitalslide .bd li .aside .text .data i {
  display: block;
  font-size: 20px;
  color: #343434;
  line-height: 10px;
  text-align: right;
}
.capital .capitalslide .bd li .aside .text .data span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
  color: #343434;
  text-align: right;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .aside .text .cond {
  display: block;
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .text p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .aside:hover .text .cond {
  color: #3ab9c8;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 109px 0 0;
}
.capital .capitalslide .bd li .plaet .list {
  width: 301px;
  height: 111px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 15px 20px 0;
  margin-bottom: 30px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .cond {
  display: block;
  height: 42px;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #555;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background: url(../images/title1.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .data {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .plaet .list .data i {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .data .more {
  display: block;
  width: 26px;
  height: 30px;
  background: url(../images/more5.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list:hover {
  background: #3ab9c8;
}
.capital .capitalslide .bd li .plaet .list:hover .cond {
  color: #fff;
  background: url(../images/title2.png) no-repeat center left;
  border-color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet .list:hover .data i {
  color: #fff;
}
.capital .capitalslide .bd li .plaet .list:hover .data .more {
  background: url(../images/more6.png) no-repeat center;
}
.capital .capitalslide .hd {
  width: 720px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 39px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) .cond {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) .cond {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) .cond {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) .cond {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) .cond {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) .cond {
  background: url(../images/nt3s.png) no-repeat center left;
}
.capital .capitalslide .hd .on .cond {
  color: #3ab9c8;
}
.mess {
  height: 300px;
  background: url(../images/mess.jpg) no-repeat center;
  padding: 60px 0 0;
  box-sizing: border-box;
}
.mess .contents {
  display: flex;
  justify-content: space-between;
}
.mess .aside {
  width: 480px;
  position: relative;
  height: 185px;
  display: flex;
  justify-content: space-between;
}
.mess .aside .rong {
  display: block;
  width: 279px;
  height: 185px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}
.mess .aside .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mess .aside .art {
  width: 160px;
  margin: 115px 0 0;
  position: relative;
}
.mess .aside .art::before {
  content: "";
  display: block;
  width: 161px;
  height: 10px;
  position: absolute;
  background: #3ab9c8;
  bottom: 12px;
  left: 0;
  z-index: 1;
}
.mess .aside .art .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.mess .aside .art i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 13px;
  margin: 10px 0 0;
  position: relative;
  z-index: 10;
}
.mess .aside .link {
  width: 133px;
  height: 53px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 28px;
  background: url(../images/link.png) no-repeat center left;
  background-position-x: 93px;
  padding: 0 0 0 21px;
}
.mess .aside .link p {
  font-size: 16px;
  color: #333;
  line-height: 53px;
}
.mess .aside .link .lj {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 133px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: 0.5s linear;
}
.mess .aside .link .lj a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.mess .aside .link:hover .lj {
  bottom: 53px;
  opacity: 1;
  pointer-events: all;
}
.mess .plaet {
  display: flex;
  justify-content: space-between;
  width: 705px;
}
.mess .plaet .top {
  padding: 108px 0 0;
  background: url(../images/t2.png) no-repeat top left;
}
.mess .plaet .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.mess .plaet .top i {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 11px;
  margin: 20px 0 0;
}
.mess .plaet .FOM {
  width: 547px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mess .plaet .FOM .n {
  height: 40px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 34px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.mess .plaet .FOM .n img {
  width: 92px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.mess .plaet .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .plaet .FOM .n input::placeholder {
  color: #999;
}
.mess .plaet .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .plaet .FOM .n textarea::placeholder {
  color: #999;
}
.mess .plaet .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  background-position-x: 11px;
  width: 264px;
}
.mess .plaet .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  background-position-x: 11px;
  width: 264px;
}
.mess .plaet .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  background-position: 11px 11px;
  width: 547px;
  height: 65px;
}
.mess .plaet .FOM .n:nth-child(4) {
  background: #fff url(../images/f4.png) no-repeat center left;
  background-position-x: 11px;
  width: 264px;
}
.mess .plaet .FOM #btn {
  width: 264px;
  height: 40px;
  background: #3ab9c8 url(../images/btn.png) no-repeat center left;
  background-position-x: 161px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 0 79px;
  box-sizing: border-box;
  letter-spacing: 3px;
}
@media (max-width: 1660px) {
  .features .list {
    margin: 60px 0 0;
  }
}


.jsbefor{
  
}