.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.biaoti {
  width: 262px;
  height: 78px;
  float: left;
  padding-left: 12px;
  position: relative;
  padding-top: 48px;
  box-sizing: border-box;
}
.biaoti span {
  font-size: 100px;
  line-height: 78px;
  color: #e7e7ea;
  position: absolute;
  top: 0px;
  left: 0px;
}
.biaoti h3 {
  z-index: 999;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #393e5e;
}
.biaoti h3 a {
  color: #393e5e;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
}
.biaoti h3 i {
  color: #393e5e;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
}
.consulting {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  padding-bottom: 80px;
  background: url(../images/hafkj.png) no-repeat 1440px top;
}
.consulting .box {
  width: 320px;
  height: 50px;
  line-height: 50px;
  float: right;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.consulting .box input {
  width: 280px;
  height: 50px;
  background: transparent;
  float: left;
  font-size: 14px;
  color: #999999;
}
.consulting .box .sss {
  width: 27px;
  height: 50px;
  background: url("../images/ss.png") no-repeat center;
  float: right;
  cursor: pointer;
}
.consulting .tuw {
  width: 100%;
  margin-top: 4px;
}
.consulting .tuw ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consulting .tuw ul li:hover .zi {
  width: 380px;
  height: 280px;
  border-radius: 6px;
  position: absolute;
  top: 9px;
  left: 9px;
  border: 1px solid #fff;
  padding-top: 105px;
  box-sizing: border-box;
}
.consulting .tuw ul li {
  width: 400px;
  height: 300px;
  border-radius: 6px;
  margin-top: 41px;
  position: relative;
  overflow: hidden;
}
.consulting .tuw ul li .tu {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
}
.consulting .tuw ul li .tu img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  transition: 0.5s;
}
.consulting .tuw ul li .zi {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  border-radius: 6px;
  background-color: rgba(57, 62, 94, 0.7);
  text-align: center;
  transition: 0.5s;
  padding: 0 20px;
  padding-top: 115px;
  box-sizing: border-box;
}
.consulting .tuw ul li .zi .ti {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.consulting .tuw ul li .zi .ti a {
  color: #fff;
  transition: 0.3s;
}
.consulting .tuw ul li .zi .xian {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 23px auto 15px;
}
.consulting .tuw ul li .zi .jie {
  color: #90a6bb;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reason {
  width: 100%;
  height: 840px;
  background: url(../images/bg1.jpg) no-repeat left top;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: border-box;
}
.reason .cons {
  width: 1600px;
  height: 680px;
  background-color: #ffffff;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0 0 10px 1px rgba(57, 62, 94, 0.1);
  box-sizing: border-box;
  padding: 76px 0 0 62px;
  position: relative;
}
.reason .cons .biaoti {
  width: 540px;
  height: 120px;
  background: url("../images/ti1.png") no-repeat center bottom;
  position: absolute;
  top: 76px;
  left: 62px;
  z-index: 999;
}
.reason .cons .arrow {
  position: absolute;
  bottom: 80px;
  left: 62px;
  border-left: 80px 62px solid;
  z-index: 999;
  width: 150px;
  height: 50px;
  background: #393e5e url(../images/arr.png) no-repeat center;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 9px;
}
.reason .cons .arrow a:hover {
  transform: translateY(-5px);
}
.reason .cons .arrow a {
  transition: 0.3s;
  display: block;
  width: 66px;
  height: 50px;
  background: url("../images/left.png") no-repeat center;
  float: left;
}
.reason .cons .arrow .next {
  float: right;
  background: url("../images/right.png") no-repeat center;
}
.reason .cons .bd .zole {
  width: 540px;
  margin-top: 218px;
}
.reason .cons .bd .zole .ti {
  font-size: 12px;
  line-height: 24px;
  color: #999ba8;
  text-transform: uppercase;
}
.reason .cons .bd .zole .ti span {
  margin-right: 23px;
  display: inline-block;
  color: #baa97e;
  font-weight: bold;
  font-size: 24px;
}
.reason .cons .bd .zole .xian {
  width: 540px;
  height: 1px;
  background-color: #e6e6e6;
  opacity: 0.6;
  margin: 33px 0 28px;
}
.reason .cons .bd .zole .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 14px;
}
.reason .cons .bd .zori {
  width: 900px;
  height: 520px;
  border-radius: 8px 0px 0px 8px;
}
.reason .cons .bd .zori img {
  width: 900px;
  height: 520px;
  border-radius: 8px 0px 0px 8px;
}
.case {
  width: 100%;
  height: 624px;
  padding-top: 80px;
  box-sizing: border-box;
}
.case .jies {
  float: right;
  letter-spacing: 3.1px;
  color: #808080;
  font-size: 14px;
  line-height: 14px;
  margin-top: 48px;
}
.case .picScroll-left {
  width: 100%;
  position: relative;
  margin-top: 41px;
}
.case .picScroll-left .prev:hover {
  background: url("../images/j21.png") no-repeat center;
}
.case .picScroll-left .next:hover {
  background: url("../images/j2.png") no-repeat center;
}
.case .picScroll-left .prev,
.case .picScroll-left .next {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/j1.png") no-repeat center;
  transition: 0.3s;
}
.case .picScroll-left .prev {
  position: absolute;
  top: 130px;
  left: -60px;
}
.case .picScroll-left .next {
  position: absolute;
  top: 130px;
  right: -60px;
  background: url("../images/j11.png") no-repeat center;
}
.case .picScroll-left ul {
  width: 100%;
}
.case .picScroll-left ul li:hover .tu img {
  transform: scale(1.2);
}
.case .picScroll-left ul li:hover .ti {
  transform: translateX(5px);
  color: #393e5e;
}
.case .picScroll-left ul li:hover .ti a {
  color: #393e5e;
}
.case .picScroll-left ul li {
  width: 400px;
  height: 346px;
  background: url(../images/xi1.png) no-repeat left bottom;
  margin-right: 40px;
}
.case .picScroll-left ul li .tu {
  width: 400px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.case .picScroll-left ul li .tu img {
  width: 400px;
  height: 300px;
  border-radius: 8px;
  transition: 0.5s;
}
.case .picScroll-left ul li .ti {
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 345px;
  transition: 0.3s;
}
.case .picScroll-left ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.case .picScroll-left ul li .mo {
  float: right;
  line-height: 16px;
  color: #808080;
  font-size: 14px;
}
.about {
  width: 100%;
  height: 830px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/pic.jpg) no-repeat right top;
  overflow: hidden;
}
.about .able {
  width: 820px;
  height: 750px;
  background-color: #ebebef;
  border-radius: 8px;
  box-shadow: 0 0 8px 1px rgba(240, 240, 240, 0.5);
  box-sizing: border-box;
  padding: 80px 58px 0 172px;
}
.about .able .biaoti span {
  color: #e3e3e6;
}
.about .able .ti {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #393e5e;
  margin: 70px 0 17px;
}
.about .able p {
  color: #babbc5;
  font-size: 12px;
  line-height: 11px;
}
.about .able .xian {
  width: 587px;
  height: 3px;
  background: url("../images/ti2.png") no-repeat center;
  margin: 27px 0 35px;
}
.about .able .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 120px;
}
.about .able .mo:hover {
  transform: translateY(-5px);
}
.about .able .mo:hover a {
  color: #393e5e;
}
.about .able .mo {
  transition: 0.3s;
  color: #808080;
  font-size: 14px;
  display: block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #999999;
  margin: 37px 0 50px;
  text-align: center;
}
.about .able ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .able ul li:nth-child(2) {
  background: url("../images/g2.png") no-repeat left center;
}
.about .able ul li:nth-child(3) {
  background: url("../images/g3.png") no-repeat left center;
}
.about .able ul li {
  padding-left: 62px;
  color: #333333;
  font-size: 16px;
  line-height: 15px;
  background: url("../images/g1.png") no-repeat left center;
  height: 50px;
  padding-top: 5px;
  box-sizing: border-box;
}
.about .able ul li span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #baa97e;
  margin: 7px 0 8px;
}
.about .able ul li p {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 9px;
}
.about .yy {
  width: 360px;
  height: 250px;
  float: left;
  margin-left: 57px;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 8px 10px;
}
.about .yy img {
  width: 340px;
  height: 234px;
}
.news {
  width: 100%;
  padding-top: 80px;
  height: 790px;
}
.news .hd {
  width: 500px;
  height: 45px;
  z-index: 999;
  float: right;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  background-color: #393e5e !important;
}
.news .hd ul li:nth-child(2) {
  background: #cbb595 url(../images/xw2.png) no-repeat 38px center;
}
.news .hd ul li:nth-child(3) {
  background: #cbb595 url(../images/xw3.png) no-repeat 38px center;
}
.news .hd ul li {
  width: 150px;
  height: 45px;
  background: #cbb595 url(../images/xw1.png) no-repeat 38px center;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 66px;
  transition: 0.3s;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
}
.news .hd ul li a {
  color: #fff;
}
.news .bd {
  width: 100%;
}
.news .bd .yi {
  margin-top: 40px;
  width: 100%;
  height: 320px;
}
.news .bd .yi .tu:hover img {
  transform: scale(1.2);
}
.news .bd .yi .tu {
  width: 440px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}
.news .bd .yi .tu img {
  width: 440px;
  height: 320px;
  border-radius: 8px;
  transition: 0.5s;
}
.news .bd .yi .zi {
  width: 783px;
  height: 250px;
  float: right;
  margin-top: 32px;
}
.news .bd .yi .zi .shi {
  height: 31px;
  line-height: 31px;
  color: #808080;
  font-size: 14px;
}
.news .bd .yi .zi .shi span {
  font-size: 40px;
  color: #393e5e;
}
.news .bd .yi .zi .ti:hover a {
  color: #393e5e;
}
.news .bd .yi .zi .ti {
  margin: 45px 0 31px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .yi .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .yi .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd .yi .zi .mo {
  width: 90px;
  height: 38px;
  display: block;
  line-height: 38px;
  color: #808080;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin-top: 30px;
}
.news .bd .yi .zi .mo span i:nth-child(5) {
  margin-left: 5px;
}
.news .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd ul li:hover .ti {
  transform: translateX(5px);
}
.news .bd ul li:hover .ti a {
  color: #393e5e;
}
.news .bd ul li {
  width: 398px;
  height: 96px;
  margin-top: 40px;
}
.news .bd ul li .shi {
  float: left;
  width: 68px;
  height: 96px;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-right: 14px;
  text-align: center;
  font-size: 13px;
  color: #808080;
  margin-top: 1px;
}
.news .bd ul li .shi p {
  font-size: 40px;
  color: #393e5e;
}
.news .bd ul li .zi {
  width: 310px;
  float: right;
}
.news .bd ul li .zi .ti {
  color: #262626;
  line-height: 35px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
}
.news .bd ul li .zi .ti a {
  color: #262626;
  transition: 0.3s;
}
.news .bd ul li .zi .jie {
  line-height: 26px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.yqlj {
  width: 100%;
  height: 108px;
  line-height: 28px;
}
.yqlj .ti {
  width: 195px;
  float: left;
  height: 28px;
  color: #333333;
  font-size: 28px;
}
.yqlj .ti span {
  float: right;
  display: block;
  width: 70px;
  height: 28px;
  color: #333333;
  padding-top: 14px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 13px;
  background: url("../images/xi2.png") no-repeat center top;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #393e5e;
}
.yqlj li {
  font-size: 14px;
  color: #808080;
  float: left;
  margin-left: 50px;
  transition: 0.3s;
}
.yqlj li a {
  color: #808080;
  transition: 0.3s;
}
