@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  border: 0;
}

body {
  /*font-family:  'Source Sans Pro', sans-serif,'Microsoft YaHei';*/
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
}

a {
  color: #000;
}

a:hover {
  color: #93339e;
}

.container {
  width: 100%;
  min-width: 1350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*动画*/
.transition {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img, img {
  max-width: 100%;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*清除缓存*/
/*标题*/
.i-title {
  padding: 45px 0 25px;
  text-align: center;
}

.i-title h2 {
  font-size: 40px;
  /*color: #333;*/
}

.i-title p {
  font-size: 16px;
  color: #666;
  padding-top: 8px;
  font-weight: 300;
}

/*头部*/
.header {
  width: 100%;
  min-width: 1350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.header .box {
  width: 1350px;
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  /*导航*/
}
.header .box .logo {
  height: 60px;
  width: auto;
}
.header .box .logo img {
  height: 60px;
  max-width: 500px;
}

.top-nav-list {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
}
.top-nav-list .item {
  flex-grow: 1;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-bottom: 2px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
  overflow: visible;
}
.top-nav-list .item:hover {
  border-bottom: 2px solid #93339e;
}
.top-nav-list .active {
  color: #93339e;
  border-bottom: 2px solid #93339e;
}
.top-nav-list .children .children-box {
  position: absolute;
  padding: 10px 0;
  width: 110px;
  margin-left: -15px;
  flex-direction: column;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #93339e;
  display: none;
  font-size: 16px;
}
.top-nav-list .children .children-box .children-item {
  text-align: center;
}
.top-nav-list .children:hover .children-box {
  display: flex;
}

/*底部*/
.footer {
  width: 100%;
  min-width: 1350px;
  margin: 20px auto 0;
  background: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-box {
  width: 1350px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
}
.footer .footer-box span {
  padding: 0 8px;
}
.footer .footer-box a {
  color: #fff;
}
.footer .footer-box a:hover {
  color: #93339e;
}



/*# sourceMappingURL=style-cn.css.map */
