a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.main {
  background: url(../../images/business/bg@2x.jpg) no-repeat;
  background-size: cover;
}
.title {
  padding: 141px 0 54px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.banner {
  padding: 20px 0;
  text-align: center;
}

.com-icon-list {
  width: 1140px;
  height: 572px;
  margin: 0 auto;
  list-style: none;
}

@keyframes xmfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.com-icon-li {
  opacity: 0;
  float: left;
  position: relative;
  width: 379px;
  height: 286px;
  border: 1px solid #fff;
  margin-top: -1px;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 20px 68px;
  animation: xmfadeInRight ease-in-out 0.5s forwards 0.15s;
  -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.15s;
}

.com-icon-li .icon-wrap {
  position: relative;
  display: block;
  z-index: 5;
}
.com-icon-list .com-icon-li .icon {
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  transition: transform ease-in 0.32s;
  -webkit-transition: transform ease-in 0.32s;
}
.com-icon-li h6 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  transition: all linear 0.36s;
  -webkit-transition: all linear 0.36s;
}

.com-icon-li .com-link-list {
  position: relative;
  padding-top: 2px;
  z-index: 5;
}

.com-icon-li .com-link-list li {
  position: relative;
  padding-left: 18px;
  margin-top: 6px;
}

.com-link-list li:before {
  position: absolute;
  top: 10px;
  left: 4px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

.com-link-list li a {
  display: block;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

/* ----新车--- */
.com-icon-list .com-icon-li:nth-child(1) .icon {
  background: url(../../images/business/newcar.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(1):hover .icon {
  background: url(../../images/business/newcar_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(1):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(1):hover .com-link-list li a {
  color: #323232;
}
.com-icon-list .com-icon-li:nth-child(1):hover .com-link-list li::before {
  background: #323232;
}

/* ----二手车--- */
.com-icon-list .com-icon-li:nth-child(2) .icon {
  background: url(../../images/business/ershou.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(2):hover .icon {
  background: url(../../images/business/ershou_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(2):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(2):hover .com-link-list li a {
  color: #323232;
}
.com-icon-list .com-icon-li:nth-child(2):hover .com-link-list li::before {
  background: #323232;
}

/* ----养车--- */
.com-icon-list .com-icon-li:nth-child(3) .icon {
  background: url(../../images/business/yangche.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(3):hover .icon {
  background: url(../../images/business/yangche_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(3):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(3):hover .com-link-list li a {
  color: #323232;
}
.com-icon-list .com-icon-li:nth-child(3):hover .com-link-list li::before {
  background: #323232;
}

/* ----工具--- */
.com-icon-list .com-icon-li:nth-child(4) .icon {
  background: url(../../images/business/work.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(4):hover .icon {
  background: url(../../images/business/work_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(4):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(4):hover .com-link-list li a {
  color: #323232;
}
.com-icon-list .com-icon-li:nth-child(4):hover .com-link-list li::before {
  background: #323232;
}
/* ----商城--- */
.com-icon-list .com-icon-li:nth-child(5) .icon {
  background: url(../../images/business/shop.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(5):hover .icon {
  background: url(../../images/business/shop_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(5):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(5):hover .com-link-list li a {
  color: #323232;
}
.com-icon-list .com-icon-li:nth-child(5):hover .com-link-list li::before {
  background: #323232;
}
/* ----租车--- */
.com-icon-list .com-icon-li:nth-child(6) .icon {
  background: url(../../images/business/groupcar.png) no-repeat;
}

.com-icon-list .com-icon-li:nth-child(6):hover .icon {
  background: url(../../images/business/groupcar_blue.png) no-repeat;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.com-icon-list .com-icon-li:nth-child(6):hover h6 {
  color: #246ee6;
}
.com-icon-list .com-icon-li:nth-child(6):hover .com-link-list li a {
  color: #323232;
}

.com-icon-list .com-icon-li:nth-child(6):hover .com-link-list li::before {
  background: #323232;
}

.com-icon-li .hover-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -156px;
  width: 400px;
  height: 310px;
  background: #fff;
  z-index: 4;
  box-shadow: 0px 0px 10px #939393;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.32s;
  -webkit-transition: all ease-in-out 0.32s;
  transform: scale3d(0.93, 0.9, 1);
  -webkit-transform: scale3d(0.93, 0.9, 1);
}

.com-icon-li:hover .hover-bg {
  opacity: 100;
  filter: alpha(opacity=100);
  display: block;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
}
.com-icon-li:hover .hover-bg a {
  display: block;
  width: 100%;
  height: 100%;
}
