.homeBanner {
  width: 100%;
  height: 320px;
  background-color: #4e82f9;
  background-image: url("../imgs/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  overflow: hidden;
  display: block;
}
.homeBanner h1 {
  font-size: 44px;
  font-weight: bold;
  margin: 58px 0 29px;
  letter-spacing: 2px;
}
.homeBanner h2 {
  font-size: 18px;
  margin-bottom: 56px;
  font-weight: 400;
  letter-spacing: 1px;
}
.homeBanner .goTry {
  display: block;
  width: 192px;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(180deg, #FFF7D8 0%, #FFE063 100%);
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #303C4F;
}
.homeBanner .goTry:hover {
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1600);
}

.articleTitle {
  font-size: 30px;
  font-weight: bold;
  color: #424242;
  text-align: center;
  margin: 65px auto 58px;
}
.article .articleList {
  width: 580px;
  height: 605px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.article .articleList h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin: 6px 0 26px;
}
.article .articleList h3 .seeMore {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
  margin-top: 2px;
}
.article .articleList h3 .seeMore i {
  width: 6px;
  height: 12px;
  background: url("../imgs/icons.png") -46px -50px;
  display: inline-block;
  margin-left: 6px;
  transition: 0s;
}
.article .articleList h3 .seeMore:hover {
  color: #FE7326;
}
.article .articleList h3 .seeMore:hover i {
  background-position: -82px -10px;
}
.article .articleList .item {
  display: block;
  width: 540px;
  height: 158px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}
.article .articleList .item:hover {
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2);
}
.article .articleList .item .type {
  width: 118px;
  height: 118px;
  border-radius: 16px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.article .articleList .item .type p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 13px;
}
.article .pdfToWord .item .type p {
  color: #176FFF;
}
.article .pdfToJpg .item .type p {
  color: #5856FE;
}
.article .help .item .type p {
  color: #FF9F60;
}
.article .articleList .item h4 {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  padding: 11px 0 14px;
}
.article .articleList .item h4:hover {
  color: #FE7326;
}
.article .articleList .item .text {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  height: 40px;
}
.article .articleList .item .info {
  margin-top: 19px;
  color: #999999;
  font-size: 12px;
}
.article .articleList .item .info .tags {
  float: right;
  max-width: 150px;
  overflow: hidden;
  height: 16px;
  text-align: right;
}
.article .articleList .item .info .tag {
  color: #424242;
  display: block;
  margin-bottom: 10px;
  height: 16px;
}
.article .articleList .item .tag:hover {
  color: #FE7326;
}

.client {
  width: 100%;
  height: 360px;
  overflow: hidden;
  color: #ffffff;
  background: url("../imgs/bgBottom.png") no-repeat center;
  margin-top: 40px;
}
.client h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 82px auto 34px;
  letter-spacing: 5px;
}
.client h2 img {
  width: 50px;
  height: 50px;
  margin: 0px -2px -8px 6px;
}
.client p {
  font-size: 20px;
  margin-bottom: 53px;
  text-align: center;
}
.client a {
  width: 190px;
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  color: #3A73FF;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.client a i {
  display: inline-block;
  width: 18px; height: 20px;
  background: url("../imgs/icons.png") -10px -10px;
  margin: 0 0 -2px 8px;
}
.client a:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #BED1FF 100%);
  box-shadow: 0px 3px 10px 1px rgba(7,79,255,0.5);
}
