.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0%;
}
.flex-vertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: end;
  align-items: flex-end;
}
.flex-horizontal {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
  }
  .banner {
    height: 480px;
  }
  .banner .banner-img1,
  .banner .banner-img2,
  .banner .banner-img3 {
    position: relative;
  }
  .banner .banner-img1 .banner-title1,
  .banner .banner-img2 .banner-title1,
  .banner .banner-img3 .banner-title1 {
    top: 61%;
    left: 50%;
    width: 90% !important;
    min-height: auto !important;
    padding: 0 2% 1% !important;
  }
  .banner .banner-img1 .banner-title1 h1,
  .banner .banner-img2 .banner-title1 h1,
  .banner .banner-img3 .banner-title1 h1 {
    line-height: 80px !important;
  }
  .banner .banner-img1 .banner-title1 p,
  .banner .banner-img2 .banner-title1 p,
  .banner .banner-img3 .banner-title1 p {
    line-height: 30px !important;
  }
  #header {
    position: absolute !important;
  }
  #header #fullpageMenu {
    position: absolute;
    top: 100px;
    width: 100%;
    background-color: #ffffff;
  }
  #header #fullpageMenu li {
    width: 100%;
    height: 100%;
  }
  #header #fullpageMenu li a {
    color: #0080cc;
    line-height: 45px;
    border-bottom: 1px #E5E5E5 solid;
  }
  #header #fullpageMenu li a:hover {
    background-color: #00a8ff;
    color: #ffffff;
  }
  #header #fullpageMenu li #select-case {
    width: 100%;
    height: 100%;
    margin-top: 47px;
    position: static;
    background-color: #e2f0ff;
  }
  #header #fullpageMenu li #select-case li {
    float: none;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px  dotted #595757;
  }
  #header #fullpageMenu li #select-case li:last-child {
    border-bottom: 0;
  }
  #header #fullpageMenu li #select-case li a {
    display: block;
    float: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.875em;
    color: #0080cc;
  }
  #header #fullpageMenu li #select-case li a:hover {
    background-color: #fff;
  }
  #fullpage .main-business #main1-title {
    top: 30px;
  }
  #fullpage .main-business .main1-left,
  #fullpage .main-business .main1-middle,
  #fullpage .main-business .main1-right {
    padding: 140px 0;
  }
  #fullpage .hardware-support {
    height: 690px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top {
    padding-top: 35px;
  }
  #fullpage .hardware-support .hardware-mian .main2-bottom .main2-left {
    padding: 2%;
  }
  #fullpage .success-case #main3-title {
    top: 30px;
  }
  #fullpage .success-case .main3-part {
    padding: 140px 0;
  }
  #fullpage .about-us {
    height: 400px;
  }
  #fullpage .about-us #main4-title {
    top: 30px;
  }
  #fullpage .about-us .main4-part .main4-box dl {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  body {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #333;
  }
  #header {
    position: relative !important;
    height: 60px !important;
    background: url("../images/topbj.png") top center repeat-y;
  }
  #header .logo-ok {
    margin-top: 10px !important;
    height: 40px !important;
  }
  #header .logo-ok a {
    width: 100px;
    height: 40px;
    float: left;
  }
  #header .logo-ok a img {
    width: 100%;
    height: 100%;
    float: left;
  }
  #header .logo-ok .slogan {
    display: none;
  }
  #header .nav-header .nav-btn {
    margin-top: 11px !important;
  }
  #header #fullpageMenu {
    position: absolute;
    top: 60px !important;
    width: 100%;
    background-color: #ffffff;
  }
  #header #fullpageMenu li {
    width: 100%;
    height: 100%;
  }
  #header #fullpageMenu li a {
    color: #0080cc;
    line-height: 45px;
    border-bottom: 1px #E5E5E5 solid;
  }
  #header #fullpageMenu li a:hover {
    background-color: #00a8ff;
    color: #ffffff;
  }
  #header #fullpageMenu li #select-case {
    width: 100%;
    height: 100%;
    margin-top: 47px;
    position: static;
    background-color: #e2f0ff;
  }
  #header #fullpageMenu li #select-case li {
    float: none;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 0;
  }
  #header #fullpageMenu li #select-case li:last-child {
    border-bottom: 0;
  }
  #header #fullpageMenu li #select-case li a {
    display: block;
    float: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.875em;
    color: #0080cc;
  }
  #header #fullpageMenu li #select-case li a:hover {
    background-color: #fff;
  }
  .banner {
    height: 180px;
  }
  .banner .banner-img1,
  .banner .banner-img2,
  .banner .banner-img3 {
    position: relative;
  }
  .banner .banner-img1 .banner-title1,
  .banner .banner-img2 .banner-title1,
  .banner .banner-img3 .banner-title1 {
    top: 25% !important;
    width: 90% !important;
    min-height: auto !important;
    padding: 0 1% 1% !important;
  }
  .banner .banner-img1 .banner-title1 h1,
  .banner .banner-img2 .banner-title1 h1,
  .banner .banner-img3 .banner-title1 h1 {
    line-height: 30px !important;
    font-size: 1.55em !important;
  }
  .banner .banner-img1 .banner-title1 p,
  .banner .banner-img2 .banner-title1 p,
  .banner .banner-img3 .banner-title1 p {
    line-height: 20px !important;
  }
  #fullpage .main-business {
    background-image: none !important;
  }
  #fullpage .main-business #main1-title {
    padding-top: 40px;
    position: static;
    background-color: #ffffff;
  }
  #fullpage .main-business .main1-part {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  #fullpage .main-business .main1-part .main1-left,
  #fullpage .main-business .main1-part .main1-middle,
  #fullpage .main-business .main1-part .main1-right {
    width: 100% !important;
    margin-right: 0px !important;
    height: 100%;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fullpage .hardware-support {
    height: 100%;
  }
  #fullpage .hardware-support .hardware-mian .main2-top {
    padding-top: 35px;
    background-image: none !important;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-title {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show {
    max-width: 100% !important;
    margin: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .gate-machine {
    padding-top: 60px;
    width: 100%;
    background-color: #e8e8e8;
    cursor: pointer;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .gate-machine dt {
    height: 202px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .gate-machine dt img {
    width: auto;
    margin-top: 13px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .gate-machine dd {
    height: 97px;
    line-height: 97px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .ticket-machine {
    cursor: pointer;
    padding-top: 60px;
    width: 100%;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .ticket-machine img {
    width: auto;
    height: 202px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .ticket-machine dd {
    height: 97px;
    line-height: 97px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .pos-machine {
    cursor: pointer;
    background-color: #e8e8e8;
    width: 100%;
    padding-top: 80px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .pos-machine img {
    width: auto;
    height: 202px;
  }
  #fullpage .hardware-support .hardware-mian .main2-top .main2-show .pos-machine dd {
    height: 97px;
    line-height: 97px;
  }
  #fullpage .hardware-support .hardware-mian .main2-bottom .main2-left {
    padding: 2%;
  }
  #fullpage .success-case {
    background-image: none !important;
  }
  #fullpage .success-case #main3-title {
    padding-top: 40px;
    position: static;
    background-color: #ffffff;
  }
  #fullpage .success-case .main3-part .success-box {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  #fullpage .success-case .main3-part .success-box dl {
    width: 100%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #fullpage .success-case .main3-part .success-box dl dd {
    height: 55px;
    line-height: 55px;
  }
  #fullpage .about-us {
    height: 450px;
  }
  #fullpage .about-us #main4-title {
    top: 30px;
  }
  #fullpage .about-us .main4-part .main4-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #fullpage .about-us .main4-part .main4-box dl {
    margin-top: 25px !important;
  }
}
#header {
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .logo-ok {
  width: auto;
  height: 65px;
  float: left;
  margin-top: 17px;
  margin-left: 1%;
}
#header .logo-ok a {
  float: left;
  margin-right: 25px;
}
#header .logo-ok a img {
  width: 100%;
  height: 100%;
}
#header .logo-ok .slogan {
  float: left;
  width: 360px;
  padding-left: 10px;
  height: 60px;
  margin-top: 5px;
  background: url("../images/slogan.png") no-repeat center top;
  background-size: cover;
}
#header .nav-header {
  float: right;
}
#header .nav-header .nav-btn {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 32px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
#header .nav-header .nav-btn .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
  margin-top: 4px;
}
#header .nav-left {
  width: 40%;
  float: right;
}
#header .nav-left li {
  float: left;
  width: 20%;
  position: relative;
}
#header .nav-left li a {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
}
#header .nav-left li a:hover {
  background-color: #eb4b28;
}
#header .nav-left li .navActive {
  background-color: #eb4b28;
}
#header .nav-left li #select-case {
  width: 180px;
  height: 182px;
  position: absolute;
  top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .nav-left li #select-case li {
  float: none;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px  dotted #ffffff;
}
#header .nav-left li #select-case li:last-child {
  border-bottom: 0;
}
#header .nav-left li #select-case li a {
  display: block;
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875em;
}
#header .nav-left li #select-case li a:hover {
  background-color: #000000;
}
#fullpage .banner .swiper-container {
  height: 100%;
}
#fullpage .banner .banner-img1 {
  background: url('../images/slideshow-new-1.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#fullpage .banner .banner-img2 {
  background: url('../images/slideshow-new-2.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#fullpage .banner .banner-img3 {
  background: url('../images/slideshow-new-3.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#fullpage .banner .banner-img4 {
  background: url('../images/slideshow-new-4.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#fullpage .banner .banner-img1,
#fullpage .banner .banner-img2,
#fullpage .banner .banner-img3 {
  position: relative;
}
#fullpage .banner .banner-img1 .banner-title1,
#fullpage .banner .banner-img2 .banner-title1,
#fullpage .banner .banner-img3 .banner-title1 {
  position: absolute;
  top: 61%;
  left: 50%;
  width: 1082px;
  text-align: center;
  padding: 0 95px 23px;
  min-height: 213px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
}
#fullpage .banner .banner-img1 .banner-title1 h1,
#fullpage .banner .banner-img2 .banner-title1 h1,
#fullpage .banner .banner-img3 .banner-title1 h1 {
  font-size: 3.0625em;
  line-height: 100px;
}
#fullpage .banner .banner-img1 .banner-title1 p,
#fullpage .banner .banner-img2 .banner-title1 p,
#fullpage .banner .banner-img3 .banner-title1 p {
  font-size: 1.25em;
  line-height: 30px;
}
#fullpage .main-business {
  background: url('../images/main-business.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}
#fullpage .main-business .main1-title {
  text-align: center;
  color: #16c4fd;
  position: absolute;
  width: 100%;
  top: 16%;
  z-index: 92;
}
#fullpage .main-business .main1-title p {
  font-size: 1.625em;
  line-height: 35px;
}
#fullpage .main-business .main1-title .pamk1 {
  margin-top: 10px;
  color: #333333;
  font-size: 1em;
  line-height: 22px;
}
#fullpage .main-business .main1-part {
  max-width: 1208px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#fullpage .main-business .main1-part .main1-left,
#fullpage .main-business .main1-part .main1-middle,
#fullpage .main-business .main1-part .main1-right {
  width: 33%;
  margin-right: 4px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
#fullpage .main-business .main1-part .main1-sk {
  position: relative;
  top: 36%;
  width: 87%;
  margin: 0 auto;
  text-align: center;
  color: #16c4fd;
  min-height: 342px;
}
#fullpage .main-business .main1-part .main1-sk .main1-bg1 {
  height: 129px;
  background: url('../images/icon-system1.png') no-repeat center top;
  background-size: contain;
}
#fullpage .main-business .main1-part .main1-sk .main1-bg2 {
  height: 129px;
  background: url('../images/icon-system2.png') no-repeat center top;
  background-size: contain;
}
#fullpage .main-business .main1-part .main1-sk .main1-bg3 {
  height: 129px;
  background: url('../images/icon-system3.png') no-repeat center top;
  background-size: contain;
}
#fullpage .main-business .main1-part .main1-sk h3 {
  height: 86px;
  line-height: 86px;
  font-size: 1.625em;
  font-weight: normal;
}
#fullpage .main-business .main1-part .main1-sk .main1-par {
  padding-top: 6px;
  border-top: 1px  dotted #16c4fd;
  font-size: 0.875em;
}
#fullpage .main-business .main1-part .main1-sk .main1-par p {
  line-height: 30px;
}
#fullpage .main-business .main1-part .main1-sk .main1-par .big-p {
  height: 56px;
  line-height: 56px;
}
#fullpage .hardware-support .hardware-mian {
  height: 100%;
}
#fullpage .hardware-support .main2-top {
  height: 65%;
  background: url('../images/bgshow.png') no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .hardware-support .main2-top .main2-title {
  text-align: center;
  color: #16c4fd;
  width: 100%;
  z-index: 92;
  position: absolute;
  top: 22%;
}
#fullpage .hardware-support .main2-top .main2-title p {
  font-size: 1.625em;
  line-height: 35px;
}
#fullpage .hardware-support .main2-top .main2-title .pamk1 {
  margin-top: 10px;
  color: #333333;
  font-size: 1em;
  line-height: 22px;
}
#fullpage .hardware-support .main2-top .main2-show {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  top: 40%;
  text-align: center;
  color: #16c4fd;
  font-size: 1.0625em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#fullpage .hardware-support .main2-top .main2-show .gate-machine {
  width: 165px;
  cursor: pointer;
}
#fullpage .hardware-support .main2-top .main2-show .gate-machine dt {
  height: 202px;
}
#fullpage .hardware-support .main2-top .main2-show .gate-machine dt img {
  width: auto;
  margin-top: 13px;
}
#fullpage .hardware-support .main2-top .main2-show .gate-machine dd {
  height: 50px;
  line-height: 50px;
}
#fullpage .hardware-support .main2-top .main2-show .ticket-machine {
  cursor: pointer;
  width: 88px;
}
#fullpage .hardware-support .main2-top .main2-show .ticket-machine img {
  width: 100%;
  height: 202px;
}
#fullpage .hardware-support .main2-top .main2-show .ticket-machine dd {
  height: 50px;
  line-height: 50px;
}
#fullpage .hardware-support .main2-top .main2-show .pos-machine {
  cursor: pointer;
  width: 92px;
}
#fullpage .hardware-support .main2-top .main2-show .pos-machine img {
  width: 100%;
  height: 202px;
}
#fullpage .hardware-support .main2-top .main2-show .pos-machine dd {
  height: 50px;
  line-height: 50px;
}
#fullpage .hardware-support .main2-bottom {
  height: 35%;
  font-size: 1.625em;
  color: #ffffff;
}
#fullpage .hardware-support .main2-bottom .main2-left {
  width: 40%;
  float: left;
  height: 100%;
  background-color: #16c4fd;
  padding: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .hardware-support .main2-bottom .main2-left ul li:first-child {
  margin-bottom: 15px;
}
#fullpage .hardware-support .main2-bottom .main2-left dl {
  text-align: right;
  margin-right: 6%;
}
#fullpage .hardware-support .main2-bottom .main2-right {
  width: 60%;
  float: left;
  height: 100%;
  background: url('../images/hand-bink.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#fullpage .success-case {
  background: url('../images/success-case.png') no-repeat top center;
  background-size: cover;
  position: relative;
}
#fullpage .success-case .main3-title {
  text-align: center;
  color: #16c4fd;
  position: absolute;
  width: 100%;
  z-index: 92;
  top: 16%;
}
#fullpage .success-case .main3-title p {
  font-size: 1.625em;
  line-height: 35px;
}
#fullpage .success-case .main3-title .pamk1 {
  margin-top: 10px;
  color: #333333;
  font-size: 1em;
  line-height: 22px;
}
#fullpage .success-case .main3-part {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  font-size: 1em;
  color: #16c4fd;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#fullpage .success-case .main3-part .success-box {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-around;
}
#fullpage .success-case .main3-part .success-box dl dt {
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
#fullpage .success-case .main3-part .success-box dl dt img {
  border-radius: 50%;
  transition: all 1s;
}
#fullpage .success-case .main3-part .success-box dl dt img:hover {
  transform: scale(1.3);
  transition: all 1s;
}
#fullpage .success-case .main3-part .success-box dl dd {
  height: 75px;
  line-height: 75px;
}
#fullpage .about-us {
  background: url('../images/about.png') no-repeat top center;
  background-size: cover;
  position: relative;
}
#fullpage .about-us .main4-title {
  text-align: center;
  color: #16c4fd;
  position: absolute;
  width: 100%;
  top: 16%;
  z-index: 92;
}
#fullpage .about-us .main4-title p {
  font-size: 1.625em;
  line-height: 35px;
}
#fullpage .about-us .main4-title .pamk1 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 1em;
  line-height: 22px;
}
#fullpage .about-us .main4-part {
  color: #ffffff;
  max-width: 757px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#fullpage .about-us .main4-part .main4-box {
  position: absolute;
  top: 31%;
}
#fullpage .about-us .main4-part .main4-box .selected {
  height: 30px;
  line-height: 30px;
  font-size: 1.25em;
  font-weight: 500;
}
#fullpage .about-us .main4-part .main4-box .selected2 {
  font-size: 1em;
  line-height: 30px;
}
#fullpage .about-us .main4-part .main4-box dl {
  margin-top: 125px;
}
#fullpage .about-us .main4-part .main4-box dl dt {
  font-size: 1.625em;
  padding-left: 50px;
  background: url("../images/pic-icon.png") no-repeat left;
}
#fullpage .about-us .main4-part .main4-box dl dd {
  color: #a1eb28;
  font-size: 2.25em;
  height: 50px;
  line-height: 50px;
}
