@charset "utf-8";

html, body {
  background-color: #f1f3f8;
  color: #333;
  font-size: 16px;
  font-family: 'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",sans-serif;
}
a {
  color: #333;
}
a:hover {
	text-decoration: none !important;
}
a:link {
	text-decoration: none !important;
}
a:visited {
  color: #333;
	text-decoration: none !important;
}
ul li {
  list-style-type: none;
}
ol, ul {
  padding-left: 0;
}
.none {
  display: none;
}
@media (min-width: 1170px) {
  .container{
    max-width: 1170px;
  }
}

.head_blank {
  height: 56px;
}
.head {
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px -1px, rgb(0 0 0 / 2%) 0px 4px 5px 0px;
  //background: linear-gradient(270deg, #1a8d62, #4068f9);
}
.head .nav-item .nav-link {
  color: #fff;
}
.head .navbar-brand {
  letter-spacing: 2px;
}
.foot {
  font-size: .75rem;
  color: #666;
}
.foot a {
  color: #666;
}

.sct.contact .item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
}
.sct.contact .item h5 i {
  font-size: 1.25rem;
  margin-right: 3px;
}
.sct.contact .item h5 i.icon_qq {
  color: orange;

}
.sct.contact .item h5 i.icon_weixin {
  color: green;
}
.sct.contact .item h5 i.icon_phone {
  color: blue;
}
.sct.blank1 {
  width: 100%;
  height: 94px;
  background: url(../images/about/sct_bg1.png);
  background-image: url(../images/about/sct_bg1.svg),none;
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:1rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* Project id 2981764 */
  src: url('//at.alicdn.com/t/font_2981764_v2bi2ooo6k.woff2?t=1638780943498') format('woff2'),
       url('//at.alicdn.com/t/font_2981764_v2bi2ooo6k.woff?t=1638780943498') format('woff'),
       url('//at.alicdn.com/t/font_2981764_v2bi2ooo6k.ttf?t=1638780943498') format('truetype');
}
