.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.tc {
  text-align: center;
}
.bor {
  border-radius: 50%;
}
.banner {
  height: 664px;
  position:relative;
}
.banner img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.banner .vtc {
  width: 408px;
  height: 141px;
  background-image: url(../img/k.png);
  background-size: contain;
  overflow: hidden;
  color: white;
  text-align: center;
  top:370px;
 
}
.banner .vtc h4 {
  padding-top: 29px;
  font-size: 40px;
  padding-bottom: 15px;
}
.banner .vtc p {
  font-size: 28px;
}
.icon-list {
  background: white;
  padding: 50px 0 36px 0;
  text-transform:uppercase;
}
.icon-list .warp {
  zoom: 1;
}
.icon-list .warp:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.icon-list .item {
  float: left;
  border-right: 1px solid #e8e8e8;
  zoom: 1;
}
.icon-list .item img {
  float: left;
  width: 53px;
  height: 53px;
}
.icon-list .item h4 {
  padding-bottom: 3px;
  font-size: 25px;
  font-weight: 800;
}
.icon-list .item h5 {
  font-size: 24px;
}

.icon-list .item  .on .item-right h4{ color:#3643bb;}
.icon-list .item  .on .item-right h5{ color:#3643bb;}

.icon-list .item  a .item-right h4{ color:#1f1f1f;}
.icon-list .item  a .item-right h5{ color:#646464;}


.icon-list .item .item-right {
  padding-left: 15px;
  float: left;
  height: 53px;
}
.icon-list .item:nth-of-type(1) {
  padding-left: 10px;
  width: 370px;
  color: #3643bb;
}
.icon-list .item:nth-of-type(2) {
  padding-left: 66px;
  width: 297px;
  color: #000000;
}
.icon-list .item:nth-of-type(3) {
  padding-left: 65px;
  width: 385px;
  color: #000000;
  border: none;
}
.icon-list .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.characteristic {
  background: #f6f6f6;
  padding-bottom: 18px;
}
.characteristic .characteristic-top {
  height: 80px;
  padding-top: 60px;
  padding-bottom: 55px;
}
.characteristic .list {
  zoom: 1;
}
.characteristic .list .item {
  height: 194px;
  float: left;
  width: 400px;
  padding-bottom: 68px;
  text-align: center;
}
.characteristic .list .item .top {
  width: 82px;
  height: 82px;
  line-height: 82px;
  background-color: black;
  transition: background-color 0.3s;
  margin: 0 auto;
  border-radius: 50%;
}
.characteristic .list .item .top img {
  vertical-align: middle;
}
.characteristic .list .item h4 {
  font-size: 22px;
  padding-top: 8px;
  line-height: 50px;
}
.characteristic .list .item p {
  margin: 0 auto;
  line-height: 24px;
  font-size: 15px;
  color: #676767;
  max-width: 228px;
}
.characteristic .list .item:hover .top {
  background-color: #3643bb;
}
.characteristic .list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.ourcase {
  padding-top: 70px;
  background: white;
  padding-bottom: 82px;
}
.ourcase .warp {
  position: relative;
}
.ourcase .h-tip {
  padding-bottom: 46px;
  height: 84px;
}
.ourcase .case-list {
  padding-bottom: 37px;
  zoom: 1;
}
.ourcase .case-list .item {
  float: left;
  width: 294px;
  height: 314px;
  position: relative;
  overflow: hidden;
  padding-bottom: 34px;
  cursor: pointer;
}
.ourcase .case-list .item > img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ourcase .case-list .item p {
  position: relative;
  z-index: 99;
  background: white;
  font-size: 16px;
  padding-top: 14px;
  line-height: 38px;
}
.ourcase .case-list .item span {
  color: #878787;
  font-size: 14px;
}
.ourcase .case-list .item .mask {
  transition: all 0.5s;
  transform: rotateZ(270deg);
  transform-origin: left top;
  background: #3a48ba;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 294px;
  height: 248px;
}
.ourcase .case-list .item .mask .vtc {
  width: 132px;
  height: 37px;
  color: white;
  border: 1px solid white;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
}
.ourcase .case-list .item .mask .vtc a {
  color: white;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.ourcase .case-list .item .mask .vtc img {
  vertical-align: middle;
}
.ourcase .case-list .item .mask .vtc:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 20px;
  height: 14px;
  background: #3a48ba;
}
.ourcase .case-list .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ourcase .case-list .item:nth-of-type(2) {
  margin: 0 8px;
}
.ourcase .case-list .item:nth-of-type(3) {
  margin-right: 8px;
}
.ourcase .case-list .item:nth-of-type(6) {
  margin: 0 8px;
}
.ourcase .case-list .item:nth-of-type(7) {
  margin-right: 8px;
}
.ourcase .case-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.ourcase .btn {
  position: absolute;
  width: 291px;
  height: 62px;
  line-height: 62px;
  background-image: url(../img/build/k-2.png);
  background-size: cover;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
  bottom: -30px;
  text-align: center;
}
.ourcase .btn img {
  vertical-align: middle;
  transition: all 0.2s;
}
.ourcase .btn a {
  color: #3643bb;
}
.ourcase .btn:hover img,
.ourcase .btn a {
  transform: scale(1.2);
}
.function {
  background: #3643bb;
  padding-bottom: 30px;
}
.function .function-top {
  padding-top: 78px;
  height: 82px;
  padding-bottom: 52px;
}
.function .function-top .h-tip {
  color: white;
}
.function .function-top .h-tip .line {
  background: white;
}
.function .function-top .h-tip p {
  color: white;
}
.function .list {
  color: white;
  text-align: center;
}
.function .list p {
  font-size: 16px;
  padding-top: 16px;
}
.function .swiper-container {
  padding-bottom: 60px;
}
.function .swiper-slide {
  border-right: 1px solid #9ba1dd;
  box-sizing: border-box;
}
.function .swiper-slide:last-child {
  border: none;
}
.hide {
  display: none;
}
.core {
  padding-top: 95px;
  position: relative;
  padding-bottom: 175px;
}
.core .advantage-main {
  padding-bottom: 58px;
  padding-top: 65px;
  zoom: 1;
}
.core .advantage-main .item {
  float: left;
  box-sizing: border-box;
  width: 240px;
  height: 128px;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  padding-top: 7px;
}
.core .advantage-main .item b {
  font-size: 40px;
  color: #565656;
}
.core .advantage-main .item p {
  padding: 23px 0 12px 0;
  font-size: 20px;
  color: #565656;
}
.core .advantage-main .item span {
  font-size: 14px;
  color: #7f7f7f;
}
.core .advantage-main .item:last-child {
  border: none;
}
.core .advantage-main:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.core .btn {
  position: absolute;
  width: 347px;
  height: 58px;
  line-height: 58px;
  border: 2px solid #3643bb;
  text-align: center;
  font-size: 25px;
  color: #3643bb;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
}
.core .btn a {
  color: #3643bb;
  transition: all 0.2s;
}
.core .btn img {
  transition: all 0.2s;
  vertical-align: middle;
}
.core .btn:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 14px;
  background: white;
}
.core .btn:hover img,
.core .btn a {
  transform: scale(1.2);
}
