.abs {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.bg100 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
body {
  overflow-x: hidden;
  min-width: 375px;
}
#header {
  line-height: 78px;
  height: 78px;
  font-size: 16px;
}
#header .container {
  position: relative;
  height: 78px;
  overflow: hidden;
}
#header .container p {
  margin: 0;
}
#header .container .logo {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  text-decoration: none;
}
#header .container .logo > img {
  height: 37px;
  margin-right: 20px;
  position: relative;
  top: -1px;
  display: inline-block;
}
#header .container .logo > p {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: #0973f0;
}
#header .container .logo > p::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #0973f0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
}


#header .container .thumb{
  float: right;
  position: relative;
}

#header .container .thumb .notice{
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  color: #333;
  padding-right: 16px;
  margin-right: 16px;
  float: left;
  cursor: pointer;
  display: none;
}

#header .container .thumb .notice .icon{
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
}

#header .container .thumb .notice::after{
  content: "";
  width: 2px;
  height: 18px;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#header .container .phone {
  color: #fe8302;
  padding-left: 28px;
  float: left;
  position: relative;
}
#header .container .phone .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.slide-container {
  position: relative;
  overflow-x: hidden;
}
.slide-container .slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
}
.slide-container .slide > img {
  position: relative;
  max-height: 100%;
  z-index: 1;
}
.slide-container .slide .container {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 44px;
  box-sizing: border-box;
}
.slide-container .slide .container > h1 {
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.slide-container .slide .container > h2 {
  position: relative;
  padding-bottom: 24px;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;
}
.slide-container .slide .container > h2::before {
  content: "";
  width: 66px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slide-container .slide .container p {
  width: 450px;
  font-size: 16px;
  line-height: 26px;
}
.slide-container .slide .container p strong {
  color: #fef201;
  font-weight: normal;
}
.slide-container .banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.slide-container .banner > img {
  position: relative;
  width:auto;
  max-width: 100%;
  z-index: 1;
}
.index-row {
  position: relative;
  padding: 32px 0 72px 0;
}
.index-row .main-title {
  text-align: center;
}
.index-row .main-title > .h1 {
  font-size: 40px;
  line-height: 118px;
  height: 118px;
  margin: 0;
}
.business {
  background-color: #f8fdfd;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center bottom;
}
.business .container {
  z-index: 2;
  position: relative;
}
.business .tips {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  padding: 0 60px 46px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
.business .business-item {
  position: relative;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 8px;
}
.business .business-item:nth-of-type(4n + 1) .img-thumb .mask {
  background-color: #1ba5e4;
  opacity: 0.7;
}
.business .business-item:nth-of-type(4n + 1) .thumb {
  background-color: #1ba5e4;
}
.business .business-item:nth-of-type(4n + 2) .img-thumb .mask {
  background-color: #f6ab03;
  opacity: 0.7;
}
.business .business-item:nth-of-type(4n + 2) .thumb {
  background-color: #f6ab03;
}
.business .business-item:nth-of-type(4n + 3) .img-thumb .mask {
  background-color: #61c850;
  opacity: 0.7;
}
.business .business-item:nth-of-type(4n + 3) .thumb {
  background-color: #61c850;
}
.business .business-item:nth-of-type(4n + 4) .img-thumb .mask {
  background-color: #4191eb;
  opacity: 0.7;
}
.business .business-item:nth-of-type(4n + 4) .thumb {
  background-color: #4191eb;
}
.business .business-item:hover .img-thumb .mask-thumb {
  transform: translate(0);
}
.business .business-item .img-thumb {
  position: relative;
  overflow: hidden;
  padding-top: 79.35483871%;
}
.business .business-item .img-thumb > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.business .business-item .img-thumb .mask-thumb {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  -webkit-transition: all 0.225s ease-in-out;
  transition: all 0.225s ease-in-out;
}
.business .business-item .img-thumb .mask-thumb .mask {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.business .business-item .img-thumb .mask-thumb .mask::after {
  content: "";
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.business .business-item .img-thumb .mask-thumb > img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.business .business-item .thumb {
  height: 78px;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business .business-item .thumb > p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.business .business-item .thumb > .icon {
  width: 30px;
  height: 30px;
}
.features .feature-item {
  text-align: center;
  padding: 0 32px;
}
.features .feature-item > img {
  display: inline-block;
  height: 64px;
}
.features .feature-item .thumb > .title {
  color: #333;
  font-weight: bold;
  margin-top: 28px;
}
.features .feature-item .thumb > p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
}
.our-whyus {
  margin-bottom: 16px;
}
.our-whyus .our-whyus-item {
  text-align: center;
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 0 40px 10px;
  display: flex;
  align-items: center;
}
.our-whyus .our-whyus-item:nth-child(even) {
  border-right: none;
}
.our-whyus .our-whyus-item:nth-last-child(1),
.our-whyus .our-whyus-item:nth-last-child(2) {
  border-bottom: 1px solid #eaeaea;
}
.our-whyus .our-whyus-item > img {
  margin-right: 24px;
}
.our-whyus .our-whyus-item .thumb {
  position: relative;
  text-align: left;
  margin-top: 30px;
}
.our-whyus .our-whyus-item .thumb .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-weight: bold;
}
.our-whyus .our-whyus-item .thumb .title::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #005ff1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.our-whyus .our-whyus-item .thumb > p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
  min-height: 66px;
  margin: 0;
}
.footer {
  position: relative;
  line-height: 40px;
  background: #20202c;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.footer > a {
  color: inherit;
}
@media (max-width: 767px) {
  .slide-container .slide {
    height: 240px;
  }
  .slide-container .slide .container > h1 {
    font-size: 26px;
    margin-bottom: 2px;
  }
  .slide-container .slide .container > h2 {
    font-size: 22px;
    padding-bottom: 14px;
  }
  .slide-container .slide .container > h2::before {
    height: 2px;
    width: 48px;
  }
  .slide-container .slide .container p {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }
  #header {
    height: 60px;
    line-height: 60px;
  }
  #header .logo > img {
    display: none !important;
  }
  #header .logo > p {
    font-size: 16px !important;
    padding-left: 10px !important;
  }
  #header .logo > p::before {
    height: 24px !important;
  }
  #header .phone {
    font-size: 14px;
  }
  .footer > a {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px !important;
  }
}

.notice-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999;
}
.notice-modal .m-thumb {
  position: absolute;
  width: 662px;
  height: 458px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.notice-modal .tit {
  font-size: 36px;
  line-height: 89px;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  margin: 0;
}
.notice-modal .m-content {
  padding: 0 64px;
  box-sizing: border-box;
  position: relative;
}
.notice-modal .title {
  font-size: 24px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  margin: 22px auto 16px;
}
.notice-modal .content {
  font-size: 18px;
  color: #666;
  height: 166px;
  overflow: hidden;
}
.notice-modal .content p {
  margin-bottom: 6px;
}
.notice-modal .btn-go {
  display: block;
  width: 178px;
  height: 58px;
  color: #fff;
  background-color: #006deb;
  border-radius: 10px;
  margin: 30px auto 38px;
  text-decoration: none;
  font-size: 22px;
  line-height: 58px;
  font-weight: normal;
  padding: 0;
}

.notice-modal .swiper {
  width: 100%;
  height: 100%;
}

.notice-modal .swiper-slide {
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.swiper-scrollbar-drag{
  background: #ccc!important;
}