@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1734075510676') format('truetype');
}



.icon-xinfeng8:before {
  content: "\e613";
}

.icon-dianhua:before {
  content: "\e681";
}

.icon-StationAuto:before {
  content: "\e6e7";
}

.icon-banshou:before {
  content: "\e6b9";
}

.icon-tuxingyinqing-tubiaodanse_lifangtipouqie:before {
  content: "\e64b";
}

.icon-shuba:before {
  content: "\e624";
}


.intit h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@media (min-width: 769px) {
	.intit {
    margin-bottom: .35rem;
    padding-top:10px; 
    margin-left:5px;margin-right:5px;
}
	.iconfont {
  font-family: "iconfont" !important;
  font-size:56px;
  color:#ffffff;
  padding-right:20px;
  padding-top:21px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intit h3 i {
    display: block;
    text-align: center;
	font-style: normal;
   padding-right:22px;
}
.intit h3 i:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;

    border-radius: 50%;
    border: 1px dashed #ffffff;
    -webkit-animation: roted linear 35s infinite;
    animation: roted linear 35s infinite;
}
.intit p{line-height:90px; text-align:center; font-size:20px; color:#ffffff;}
}
@media (max-width: 768px) {
	.intit {
    margin-bottom: .35rem;
    padding-top:1px; 
    margin-left:5px;margin-right:5px;
}
	.iconfont {
  font-family: "iconfont" !important;
  font-size:45px;
  color:#ffffff;
  padding-right:20px;
  padding-top:21px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intit h3 i {
    display: block;
    text-align: center;
	font-style: normal;
   padding-right:22px;
}
.intit h3 i:after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;

    border-radius: 50%;
    border: 1px dashed #ffffff;
    -webkit-animation: roted linear 35s infinite;
    animation: roted linear 35s infinite;
}
.intit p{line-height:50px; text-align:center; font-size:14px; color:#ffffff;}
}