@charset "UTF-8";
body, div, ul, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: #4e4e4e;
  font: 14px/1.5 'Helvetica Neue',Arial,'Hiragino Sans GB',STHeiti,'STHeiti Light [STXihei]','Microsoft Yahei',sans-serif;
  background: #f7f8fa;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #4e4e4e;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
  color: #cc0000;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

.qqq:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*伪元素是行内元素 正常浏览器清除浮动方法*/
.qqq {
  *zoom: 1;
}

/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.center {
  max-width: 1100px;
  margin: auto;
}

.head {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
}

.head .head-top {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.head .head-top p {
  display: block;
  float: left;
  font-size: 12px;
}

.head .head-top a {
  display: block;
  float: right;
  margin-right: 15px;
  font-size: 12px;
}

.head .head-c {
  width: 100%;
  height: 60px;
  padding: 20px 0;
}

.head .head-c img {
  display: block;
  height: 100%;
  float: left;
}

.head .head-c h2 {
  font-size: 16px;
  color: #555;
  padding-left: 10px;
  height: 60px;
  line-height: 82px;
  display: block;
  float: left;
  font-weight: bold;
}

.head .head-c p {
  display: block;
  float: right;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

.head .head-c p i {
  font-size: 35px;
  color: #0099cc;
  padding-right: 10px;
}

nav {
  padding: 15px;
  height: 20px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
          box-shadow: 5px 5px 5px #ccc;
  background-color: #0099cc;
}

nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 15px;
}

nav a {
  font-size: 16px;
  padding: 0 10px;
  border-left: 1px solid #cccc99;
  border-right: 1px solid #cccc99;
  color: #fff;
}

nav a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  font-weight: 550;
}

.banner {
  width: 100%;
  height: 480px;
}

.index-title {
  margin-top: 10px;
  background-color: #0099cc;
  padding-bottom: 10px;
}

.index-title h3 {
  padding-top: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.index-title p {
  font-weight: 16px;
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
}

.aboutus {
  background-image: url(/img/ib1.jpg);
  -webkit-box-shadow: 5px 5px 5px #ccc;
          box-shadow: 5px 5px 5px #ccc;
  margin-bottom: 20px;
}

.protitle {
  -webkit-box-shadow: 5px 5px 5px  5px #ccc;
          box-shadow: 5px 5px 5px  5px #ccc;
}

.newstitle {
  background-image: url(/img/ib1.jpg);
  -webkit-box-shadow: 5px 5px 5px #ccc;
          box-shadow: 5px 5px 5px #ccc;
  margin-bottom: 20px;
}

.about {
  height: 300px;
  overflow: hidden;
  margin: 20px 0;
}

.about .about-l {
  float: left;
  width: 40%;
  background-color: #fff;
}

.about .about-l img {
  width: 100%;
  float: left;
  border-radius: 10%;
}

.about .about-r {
  float: right;
  width: 60%;
  position: relative;
  padding-top: 20px;
}

.about .about-r h4 {
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
}

.about .about-r p {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about .about-r p:hover {
  -webkit-transform: translate(all 0.6s);
          transform: translate(all 0.6s);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  padding: 0 20px;
  color: #0099cc;
}

.about .about-r a {
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  bottom: -5em;
  right: 10px;
}

.about-2 {
  height: 300px;
  overflow: hidden;
  margin: 20px 0;
}

.about-2 .about-l {
  float: right;
  width: 40%;
  background-color: #fff;
}

.about-2 .about-l img {
  width: 100%;
  height: 100%;
  float: right;
  border-radius: 10%;
}

.about-2 .about-r {
  float: left;
  width: 60%;
  position: relative;
  padding-top: 20px;
}

.about-2 .about-r h4 {
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.about-2 .about-r p {
  padding-right: 20px;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about-2 .about-r p:hover {
  -webkit-transform: translate(all 0.6s);
          transform: translate(all 0.6s);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  padding: 0 20px;
  color: #0099cc;
}

.about-2 .about-r a {
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  bottom: -5em;
  right: 10px;
}

.about-3 {
  height: 300px;
  overflow: hidden;
  margin: 20px 0;
}

.about-3 .about-l {
  float: left;
  width: 40%;
  background-color: #fff;
}

.about-3 .about-l img {
  width: 100%;
  float: left;
  border-radius: 10%;
}

.about-3 .about-r {
  float: right;
  width: 60%;
  position: relative;
  padding-top: 20px;
}

.about-3 .about-r h4 {
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
}

.about-3 .about-r p {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about-3 .about-r a {
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  bottom: -5em;
  right: 10px;
}

.about h4, .about-2 h4, .about-3 h4 {
  font-weight: bold;
}

.about-3 p:hover {
  -webkit-transform: translate(all 0.6s);
          transform: translate(all 0.6s);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  padding: 0 20px;
  color: #0099cc;
}

.pro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.pro ul li {
  width: 30%;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
}

.pro ul li a {
  text-align: center;
}

.pro ul li img {
  padding: 20px;
  width: 80%;
  border-radius: 1%;
  border-bottom: 1px solid #ccc;
}

.pro ul li a:hover {
  color: #0099ff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pro ul li a:hover img {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-bottom: 1px solid #ccc;
}

.pro ul li dl {
  text-align: center;
  padding: 0 2px 2px 2px;
  width: 100%;
  overflow: hidden;
}

.pro ul li dl dt {
  padding: 0 3px;
}

.pro ul li dl dt h3 {
  font-size: 16px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro ul li dl dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 12px;
}

.news {
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.news ul {
  width: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news ul li {
  width: 46%;
}

.news ul li a {
  display: block;
  width: 80%;
  color: #555;
  float: left;
  padding: 5px 0 0 10px;
}

.news ul li a h3 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.news ul li a p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-indent: 2em;
  padding-top: 5px;
}

.news ul li p {
  padding: 5px 2px 0 0;
  display: block;
  float: right;
}

.news ul li p span:nth-child(odd) {
  font-size: 18px;
  display: block;
  color: #fff;
  border: 1px solid #ccc;
  background-color: #0099cc;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.news ul li p span:nth-child(even) {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  line-height: 180%;
  text-align: center;
}

.friendship {
  width: 100%;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

.footer {
  width: 100%;
  background-color: #555;
  color: #fff;
  padding-bottom: 20px;
}

.footer .footerlogo {
  float: left;
  width: 15%;
  overflow: hidden;
  margin: 20px 15px 0 20px;
  padding-right: 20px;
}

.footer .footerlogo img {
  width: 100%;
}

.footer .footerlogo p {
  text-align: center;
  padding-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer .footerdh {
  float: left;
  margin: 20px 0 0 10px;
  padding: 0 1em;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.footer .footerdh a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px;
}

.footer .footerdh p {
  padding-top: 15px;
}

.footer .wx {
  float: right;
  width: 15%;
  overflow: hidden;
  margin: 20px 15px 0 0;
  padding-left: 20px;
}

.footer .wx img {
  width: 100%;
}

.footer .wx p {
  text-align: center;
}

.footer .one {
  padding: 15px;
}

.footer .banquan {
  border-top: 1px solid #fff;
  text-align: center;
}

.footer .banquan p {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}

.footer .banquan a {
  color: #fff;
}

.footer .banquan a:hover {
  color: #fff;
}

.m_nav {
  display: none;
}

.m_footer {
  display: none;
}

.mzw {
  display: none;
}

.m_about {
  display: none;
}

.mbana {
  display: none;
}

.mbana .manb {
  display: none;
}

.aboutus {
  display: none;
}

.mbxdh {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 15px;
}

.mbxdh a {
  width: 100%;
  font-size: 14px;
}

.article header h1 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 12px;
}

.article p {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14px;
  padding: 10px;
}

.article footer {
  margin: 15px auto;
}

.article footer address {
  padding-left: 10px;
}

.article footer time {
  padding-left: 10px;
}

.sidenav {
  float: left;
  width: 25%;
  border: 1px solid #0099cc;
  margin-top: 15px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.sidenav span {
  font-size: 22px;
  display: block;
  padding: 15px 1px;
  text-align: center;
  border-bottom: 1px solid #0099cc;
  font-weight: bold;
  background-color: #0099cc;
  width: 98%;
  margin-top: 3px;
  color: #fff;
}

.sidenav ul li {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 180%;
}

.sidenav ul li:first-child {
  margin-top: 2px;
}

.sidenav .sideul ul {
  border-bottom: 1.5px solid #0099cc;
  width: 98%;
}

.sidenav .sideul ul li {
  padding: 10px 5px;
  text-align: center;
  border-bottom: dashed 1px #0099cc;
  font-size: 16px;
}

.sidenav .sideul ul li a {
  font-size: 18px;
}

.sidenav .sideul ul li:last-child {
  border-bottom: 0px;
}

.sidenav .sideul ul li:hover {
  background-color: #0099cc;
  color: #fff;
}

.sidenav .sideul ul li:hover a {
  color: #fff;
}

.sidenav .sidenews {
  width: 99%;
}

.sidenav .sidenews ul {
  border-bottom: 1px solid #0099cc;
  width: 98%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sidenav .sidenews ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 5px;
}

.sidenav .sidenews ul li a {
  font-size: 14px;
}

.sidenav .sidenews ul li a:hover {
  color: #000;
  font-size: 13px;
}

.sidenav .sidecontact {
  width: 98%;
  padding-bottom: 15px;
}

.sidenav .sidecontact p {
  font-size: 16px;
  padding: 8px;
}

.ncontent {
  float: right;
  width: 72%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ncontent .article header h1 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 12px;
}

.ncontent .article p {
  line-height: 180%;
  text-indent: 2em;
  font-size: 14px;
  padding: 10px;
}

.ncontent .article footer {
  margin: 15px auto;
}

.ncontent .article footer address {
  padding-left: 10px;
  padding-bottom: 2px;
}

.ncontent .article footer time {
  padding: 5px 0 5px 10px;
}

.ncontent .article footer p {
  text-indent: 0;
  padding-top: 2px;
}

.ncontent .revelant {
  width: 100%;
  margin: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ncontent .revelant p {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.ncontent .revelant ul li {
  width: 47%;
  padding: 5px;
  float: left;
  line-height: 220%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ncontent .revelant ul li a {
  font-size: 14px;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ncontent .revelant ul .proli {
  width: 18%;
  text-align: center;
}

.ncontent .revelant ul .proli img {
  width: 100%;
  display: block;
}

.ncontent .revelant ul .proli a:hover {
  color: #0099cc;
}

.newslist {
  width: 100%;
}

.newslist ul li {
  padding: 0 5px 5px 5px;
  border-bottom: 1px dashed #999;
}

.newslist ul li a h3 {
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newslist ul li a p {
  clear: both;
  font-size: 14px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newslist ul li a:hover {
  color: #000;
}

.prolist {
  width: 100%;
}

.prolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prolist ul li {
  width: 28%;
  padding-right: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.prolist ul li a {
  text-align: center;
}

.prolist ul li a img {
  width: 100%;
  text-indent: 0;
  padding: 10px;
  border: 1px solid #ccc;
}

.prolist ul li a h3 {
  text-indent: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.prolist ul li a:hover {
  color: #000;
}

.prolist ul li a:hover img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 730px) and (max-width: 800px) {
  body {
    padding: 0 5px;
  }
  .pro ul {
    width: 100%;
  }
  .pro ul li {
    width: 48%;
  }
  article p div img {
    width: 70%;
  }
  .news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .news ul li {
    width: 48%;
  }
  .footer .footerlogo p {
    font-size: 20px;
  }
  .m_about {
    width: 100%;
    background-color: #000;
  }
}

@media screen and (max-width: 799px) {
  .pro ul {
    width: 100%;
  }
  .pro ul li {
    width: 48%;
  }
  .pro ul li dl dd {
    font-size: 14px;
  }
  article p img {
    width: 70%;
  }
  article p div img {
    width: 70%;
  }
  .news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .news ul li {
    width: 48%;
  }
  .news ul li .ntime {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .banner {
    display: none;
  }
  .head {
    display: none;
  }
  nav {
    display: none;
  }
  .sidenav {
    display: none;
  }
  .index-title {
    padding-top: 5px;
  }
  .index-title h3 {
    padding-top: 0;
  }
  .index-title p {
    padding-bottom: 0;
  }
  .about-2 {
    display: none;
  }
  .about-3 {
    display: none;
  }
  .about {
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
    border: 1px solid #ccc;
  }
  .about .about-l {
    width: 98%;
  }
  .about .about-l img {
    border-radius: 0%;
  }
  .about .about-r {
    display: none;
  }
  .news {
    padding-bottom: 3%;
    border-bottom: 0;
    width: 94%;
  }
  .news ul {
    width: 100%;
    margin-bottom: 4em;
  }
  .news ul li {
    width: 100%;
    border-bottom: .1em solid #ccc;
  }
  .news ul li a {
    width: 96%;
    padding: 1em;
  }
  .ncontent {
    width: 100%;
  }
  .ncontent .article header h1 {
    font-size: 1.5em;
  }
  .ncontent .article p {
    font-size: 1em;
  }
  .ncontent .article address {
    display: none;
  }
  .ncontent .revelant {
    width: 100%;
  }
  .ncontent .revelant ul {
    width: 100%;
  }
  .ncontent .revelant ul li {
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 180%;
  }
  .ncontent .revelant ul li p {
    font-size: .8em;
  }
  .ncontent .revelant ul .proli {
    width: 45%;
    text-align: center;
  }
  .ncontent .revelant ul .proli li img {
    width: 100%;
  }
  .newslist {
    padding-bottom: 4em;
  }
  .newslist a ul li h3 {
    font-size: 1.1em;
  }
  .newslist a ul li p {
    font-size: .8em;
  }
  .prolist {
    width: 100%;
    margin-bottom: 1em;
  }
  .prolist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prolist ul li {
    width: 44%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
  .prolist ul li a {
    text-align: center;
  }
  .prolist ul li a img {
    width: 100%;
    text-indent: 0;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .prolist ul li a h3 {
    text-indent: 0;
    padding: 0 0 0 2px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .prolist ul li a:hover {
    color: #000;
  }
  .prolist ul li a:hover img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .friendship {
    display: none;
  }
  .footer {
    display: none;
  }
  .mzw {
    width: 100%;
    height: 4.1rem;
  }
  .m_footer {
    margin-top: 4rem;
    visibility: visible;
    height: 4rem;
    width: 98%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #0099cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    border-top: .1em solid #ccc;
    padding: .1em;
    margin-bottom: .1rem;
  }
  .m_footer a {
    display: block;
    font-size: 1em;
    height: 4rem;
    width: 100%;
    text-align: center;
    border: 0.1em solid #fff;
    color: #fff;
  }
  .m_footer a i {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  .m_footer a span {
    display: block;
    font-size: 1rem;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1608478645982");
  /* IE9 */
  src: url("iconfont.eot?t=1608478645982#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1608478645982") format("woff"), url("iconfont.ttf?t=1608478645982") format("truetype"), url("iconfont.svg?t=1608478645982#iconfont") format("svg");
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lianxi:before {
  content: "\e628";
}

.icon-guanyu:before {
  content: "\e637";
}

.icon-wenzhangguanli:before {
  content: "\e634";
}

.icon-ziyuan:before {
  content: "\e615";
}

.icon-shouye:before {
  content: "\e659";
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*# sourceMappingURL=style.css.map */