a:hover {
  text-decoration: none;
}
.header {
  width: 100%;
  position: fixed;
  height: 84px;
  top: 0;
  left: 0;
}
.header .header_logo {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header .header_logo .header-large {
  display: flex;
  align-items: center;
}
.header .header_logo .header-large .logo {
  width: 61px;
  height: 48px;
  margin-right: 20px;
}
.header .header_logo .header-large .logo-text {
  display: flex;
  flex-direction: column;
}
.header .header_logo .header-large .logo-text .text {
  width: 82px;
  height: 31px;
}
.header .header_logo .header-large .logo-text .font {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  opacity: 0.7;
  margin: 3px 0 0 0;
}
.header .header_logo .header-small {
  display: none;
}
.header .header_logo .header-small img {
  width: 100%;
}
.header .header_logo h1 {
  font-weight: normal;
  padding-left: 18px;
}
.header .header_logo h1 p.name {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  margin: 4px 0 0 0;
}
.header .header_logo h1 p.font {
  left: 30px;
  top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  opacity: 0.7;
  float: left;
  margin: 6px 0 0 0;
}
.main-wrapper {
  margin-top: 84px;
}
.box-wrapper {
  width: 100%;
  background: #F1F1F1;
}
.box-wrapper:nth-child(even) {
  background: #ffffff;
}
.box-wrapper .index-box,
.box-wrapper .index-box-large {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.box-wrapper .index-box .index-box-title,
.box-wrapper .index-box-large .index-box-title {
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.index-box,
.index-box-large {
  padding: 0;
}
.index-box .index-list-wrapper,
.index-box-large .index-list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.index-box .index-list-wrapper .index-list-item,
.index-box-large .index-list-wrapper .index-list-item {
  box-sizing: border-box;
  width: 294px;
  margin-bottom: 8px;
}
.index-box-large .index-list-wrapper .index-list-item {
  width: 596px;
}
.index-list-item .item-focus-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  height: 100%;
  z-index: 999;
  background: rgba(51, 51, 51, 0.95);
  display: none;
}
.index-list-item .item-focus-dialog,
.index-list-item .item-focus-dialog:hover,
.index-list-item .item-focus-dialog:visited,
.index-list-item .item-focus-dialog:link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  height: 100%;
  padding: 20px 26px 0;
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  z-index: 1000;
  text-decoration: none;
  display: none;
}
.index-list-item .index-item-arrow {
  position: absolute;
  right: 26px;
  bottom: 16px;
  width: 19px;
  height: 16px;
  z-index: 9999;
  display: none;
}
.section1 {
  padding: 49px 0 63px;
}
.section1 .index-list-wrapper {
  margin: 25px 0 0;
}
.section1 .index-list-wrapper .index-list-item {
  position: relative;
  height: 166px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0 3px 9px 0 rgba(122, 122, 122, 0.06);
  border-radius: 2px;
}
.section1 .index-list-wrapper .index-list-item:hover {
  border: 1px solid #CCC8C8;
  box-shadow: 0 6px 12px 0 rgba(122, 122, 122, 0.17);
}
.section1 .index-list-wrapper .index-list-item .item-wrapper img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 23px 0 23px 103px;
}
.section1 .index-list-wrapper .index-list-item .item-wrapper h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  line-height: 20px;
  margin: 0;
}
.section1 .index-list-wrapper .index-list-item .item-focus-bg {
  background: rgba(38, 116, 219, 0.9);
}
.section1 .index-list-wrapper .index-list-item {
  margin-right: 8px;
}
.section2 {
  padding: 63px 0 94px;
}
.section2 .index-list-wrapper {
  margin: 34px 0 0;
}
.section2 .index-list-wrapper .index-list-item {
  position: relative;
  height: 166px;
  background: #40A7EE;
  box-shadow: 0 3px 9px 0 rgba(122, 122, 122, 0.06);
  border-radius: 2px;
}
.section2 .index-list-wrapper .index-list-item .item-wrapper img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 24px 0 20px 103px;
}
.section2 .index-list-wrapper .index-list-item .item-wrapper h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  margin: 0;
}
.section2 .index-list-wrapper .index-list-item {
  margin-right: 8px;
}
.section3 {
  padding: 59px 0 88px;
}
.section3 .index-list-wrapper {
  margin: 70px 0 0;
}
.section3 .index-list-wrapper .index-list-item {
  position: relative;
  height: 150px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 0 !important;
}
.section3 .index-list-wrapper .index-list-item .section3-item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section3 .index-list-wrapper .index-list-item .section3-item-wrapper img {
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 0 16px;
}
.section3 .index-list-wrapper .index-list-item .section3-item-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  line-height: 20px;
  margin: 0;
}
.section3 .index-list-wrapper .index-list-item {
  margin-right: 8px;
}
.section4 {
  padding: 66px 0 38px;
}
.section4 .index-list-wrapper {
  margin: 32px 0 0;
}
.section4 .index-list-wrapper .index-list-item {
  position: relative;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0 3px 9px 0 rgba(122, 122, 122, 0.06);
  border-radius: 2px;
}
.section4 .index-list-wrapper .index-list-item:hover {
  border: 1px solid #CCC8C8;
  box-shadow: 0 6px 12px 0 rgba(122, 122, 122, 0.17);
}
.section4 .index-list-wrapper .index-list-item .item-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.section4 .index-list-wrapper .index-list-item .item-wrapper img {
  display: block;
  width: 41px;
  height: 43px;
  margin: 0 32px 0 52px;
}
.section4 .index-list-wrapper .index-list-item .item-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  line-height: 20px;
  margin: 0;
}
.section4 .index-list-wrapper .index-list-item {
  margin-right: 8px;
}
.section4 .index-list-wrapper .index-list-item .item-focus-dialog,
.section4 .index-list-wrapper .index-list-item .item-focus-dialog:hover,
.section4 .index-list-wrapper .index-list-item .item-focus-dialog:visited,
.section4 .index-list-wrapper .index-list-item .item-focus-dialog:link {
  padding: 12px 18px 0;
  color: #fff;
  line-height: 24px;
  font-size: 15px;
}
.section4 .index-list-wrapper .index-list-item .index-item-arrow {
  right: 18px;
  bottom: 14px;
  width: 14.5px;
  height: 12px;
}
.section5 {
  padding: 40px 0 100px;
  background: #ffffff !important;
}
.section5 .index-list-wrapper {
  margin: 32px 0 0;
}
.section5 .index-list-wrapper .index-list-item {
  position: relative;
  height: 166px;
  background: #FFFFFF;
  box-shadow: 0 6px 12px 0 rgba(122, 122, 122, 0.17);
  border-radius: 2px;
}
.section5 .index-list-wrapper .index-list-item .item-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.section5 .index-list-wrapper .index-list-item .item-wrapper img {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 40px 0 110px;
}
.section5 .index-list-wrapper .index-list-item .item-wrapper h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.section5 .index-list-wrapper .index-list-item {
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 374px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 300px !important;
  }
  .header-small {
    display: inline-block !important;
  }
  .header-large {
    display: none !important;
  }
  .index-box .index-list-wrapper .index-list-item,
  .index-box-large .index-list-wrapper .index-list-item {
    width: 100%;
    margin-right: 0;
  }
  .section5 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 16px 0 26px;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 360px !important;
  }
  .header-small {
    display: inline-block !important;
  }
  .header-large {
    display: none !important;
  }
  .index-box .index-list-wrapper .index-list-item,
  .index-box-large .index-list-wrapper .index-list-item {
    width: 100%;
    margin-right: 0;
  }
  .section5 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 16px 0 26px;
  }
}
@media (min-width: 480px) and (max-width: 559px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 470px !important;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: 100%;
    margin-right: 0;
  }
  .section4 .index-box .index-list-wrapper .item-wrapper img {
    margin: 0 22px 0 32px;
  }
  .section5 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 16px 0 46px;
  }
}
@media (min-width: 560px) and (max-width: 639px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 550px !important;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: 100%;
    margin-right: 0;
  }
  .section5 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 20px 0 56px;
  }
}
@media (min-width: 640px) and (max-width: 799px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 630px !important;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 790px !important;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(33.3% - 4px);
    margin-right: 6px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box-large .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .section4 .index-box .index-list-wrapper .index-list-item {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .section4 .index-box .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .section4 .index-box .index-list-wrapper .item-wrapper img {
    margin: 0 32px 0 82px;
  }
  .section5 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 20px 0 40px;
  }
}
@media (min-width: 991px) and (max-width: 1109px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 980px !important;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(33.3% - 8px);
    margin-right: 12px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .section4 .index-box .index-list-wrapper .index-list-item {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .section4 .index-box .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .section4 .index-box .index-list-wrapper .item-wrapper img {
    margin: 0 32px 0 122px;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box-large .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1110px) and (max-width: 1219px) {
  .index-box,
  .index-box-large,
  .header_logo,
  .footer_center,
  .footer_keep {
    max-width: 1090px !important;
  }
  .section4 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 0 32px 0 32px;
  }
  .index-box .index-list-wrapper .index-list-item {
    width: calc(25% - 6px);
    margin-right: 8px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(4n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box-large .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1221px) {
  .index-box .index-list-wrapper .index-list-item {
    margin-right: 8px;
  }
  .index-box .index-list-wrapper .index-list-item:nth-child(4n) {
    margin-right: 0;
  }
  .index-box-large .index-list-wrapper .index-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .index-box-large .index-list-wrapper .index-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1219px) {
  .box-wrapper .index-box .index-list-wrapper .index-list-item .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section1 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 23px 0;
  }
  .section2 .index-list-wrapper .index-list-item .item-wrapper img {
    margin: 24px 0 20px;
  }
  .section4 .index-list-wrapper .index-list-item .item-wrapper {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
}
/*# sourceMappingURL=index.css.map */