/* CSS Document */


.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

.mini-apps {
  background: url("images/bg.png") repeat;
}
.mini-apps img {
  display: block;
}
.mini-apps .mini-title {
  text-align: center;
}
.mini-apps .mini-title > div {
  display: inline-block;
}
.mini-apps .mini-title span {
  display: block;
  float: left;
}
.mini-apps .mini-title .t-txt {
  color: #03b5ef;
  font-size: 36px;
  line-height: 1.4;
  margin-left: 15px;
  padding-top: 10px;
  text-align: left;
}
.mini-apps .mini-title .t-txt em {
  display: block;
  font-size: 16px;
  font-family: Arial;
  text-transform: uppercase;
}
.mini-apps .box-01 {
  background: url(images/bg-01.png) no-repeat top center;
  height: 844px;
}
.mini-apps .box-01 .container {
  height: 844px;
}
.mini-apps .box-01 .b-1-1 {
  left: 0;
  top: 110px;
}
.mini-apps .box-01 .b-1-2 {
  left: 0;
  top: 208px;
}
.mini-apps .box-01 .b-1-31 {
  left: 0;
  top: 510px;
}
.mini-apps .box-01 .b-1-4 {
  left: 345px;
  top: 170px;
}
.mini-apps .box-01 .b-1-5 {
  top: auto;
  bottom: -25px;
  left: 590px;
}
.mini-apps .box-02 {
  height: 470px;
}
.mini-apps .box-02 .mini-title {
  margin-bottom: 10px;
  margin-top: 75px;
}
.mini-apps .box-02 .tabs-tit {
  text-align: center;
  margin-bottom: 15px;
}
.mini-apps .box-02 .tabs-tit a {
  display: inline-block;
  color: #7fcfea;
  font-size: 22px;
  margin: 0 30px;
  height: 46px;
  line-height: 46px;
  border-bottom: 2px solid transparent;
}
.mini-apps .box-02 .tabs-tit a:hover, .mini-apps .box-02 .tabs-tit a.current {
  border-bottom-color: #63d6fb;
  color: #00aee6;
}
.mini-apps .box-02 .tabs-cont {
  position: relative;
  height: 268px;
}
.mini-apps .box-02 .tabs-cont > div {
  height: 268px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.mini-apps .box-03 {
  background: url(images/img-15.png) no-repeat;
  height: 1223px;
}
.mini-apps .box-03 .mini-title {
  margin-bottom: 30px;
  margin-top: 260px;
}
.mini-apps .box-03 .mini-title .t-txt {
  color: #ffffff;
}
.mini-apps .box-03 .box {
  float: left;
  width: 50%;
}
.mini-apps .box-03 .box img {
  margin: 0 auto;
}
.mini-apps .box-04 {
  height: 320px;
}
.mini-apps .box-04 .mini-title {
  margin-bottom: 70px;
  margin-top: -30px;
}
.mini-apps .box-04 .main {
  text-align: center;
}
.mini-apps .box-04 .main .box {
  width: 300px;
  display: inline-block;
}
.mini-apps .box-04 .main .box .icon {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  transition: all .7s;
}
.mini-apps .box-04 .main .box .icon.icon-01 {
  background: url(images/img-17.png) no-repeat;
}
.mini-apps .box-04 .main .box .icon.icon-02 {
  background: url(images/img-19.png) no-repeat;
}
.mini-apps .box-04 .main .box .icon.icon-03 {
  background: url(images/img-21.png) no-repeat;
}
.mini-apps .box-04 .main .box .title {
  height: 56px;
  line-height: 56px;
  color: #888888;
  font-size: 20px;
  font-weight: bold;
}
.mini-apps .box-04 .main .box:hover .icon.icon-01 {
  background: url(images/img-18.png) no-repeat;
}
.mini-apps .box-04 .main .box:hover .icon.icon-02 {
  background: url(images/img-20.png) no-repeat;
}
.mini-apps .box-04 .main .box:hover .icon.icon-03 {
  background: url(images/img-22.png) no-repeat;
}
.mini-apps .box-04 .main .box:hover .title {
  color: #03b5ef;
}
.mini-apps .box-05 {
  height: 740px;
}
.mini-apps .box-05 .mini-title {
  margin-bottom: 35px;
}
.mini-apps .box-05 .a-more {
  font-size: 20px;
  color: #1fc4f9;
}
.mini-apps .btm-box {
  background: url(images/img-16.png) no-repeat top center;
  height: 300px;
  padding-top: 315px;
}
.mini-apps .btm-box .a-btn a {
  display: inline-block;
}
.mini-apps .btm-box .tel-warp {
  background: url(images/img-24.png) no-repeat left top;
  padding-left: 90px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
}
.mini-apps .btm-box .tel-warp span {
  display: block;
  font-size: 48px;
  font-weight: bold;
}

.scroll-left {
  width: 1200px;
  position: relative;
}
.scroll-left .hd .prev, .scroll-left .hd .next {
  display: block;
  width: 29px;
  height: 57px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  z-index: 999;
}
.scroll-left .hd .prev {
  left: -40px;
  background: url(images/img-12.png) no-repeat;
}
.scroll-left .hd .next {
  right: -40px;
  background: url(images/img-13.png) no-repeat;
}
.scroll-left .hd .bd {
  width: 1200px;
  overflow: hidden;
}
.scroll-left .hd .bd ul {
  overflow: hidden;
  zoom: 1;
}
.scroll-left .hd .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
}
.scroll-left.case-list .bd ul li {
  width: 303px;
}
.scroll-left.case-list .box {
  background: url(images/img-25.png) no-repeat;
  width: 272px;
  height: 500px;
  padding: 72px 0 0 31px;
}
.scroll-left.case-list .box img {
  display: block;
}
.scroll-left.list-01 .bd ul li, .scroll-left.list-02 .bd ul li {
  width: 280px;
  margin-right: 26px;
}
.scroll-left.list-01 .box, .scroll-left.list-02 .box {
  background: url(images/img-11.png) no-repeat;
  width: 240px;
  height: 268px;
  color: #ffffff;
  padding: 0 20px;
}
.scroll-left.list-01 .box .num, .scroll-left.list-02 .box .num {
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 32px;
  margin: 0 auto 25px auto;
}
.scroll-left.list-01 .box .title, .scroll-left.list-02 .box .title {
  background: url(images/img-14.png) no-repeat bottom center;
  padding-bottom: 11px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.scroll-left.list-01 .box .txt, .scroll-left.list-02 .box .txt {
  font-size: 12px;
  line-height: 22px;
}
.scroll-left.list-01 .box.box-02 .title, .scroll-left.list-02 .box.box-02 .title {
  margin-top: 50px;
}