
.clear {
  clear: both; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ovh {
  overflow: hidden; }

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.dn {
  display: none; }

.dib {
  display: inline-block; }

.w-f {
  width: 100%; }

.h-f {
  height: 100%; }

.fwn {
  font-weight: normal; }

.tac {
  text-align: center; }

.t-f {
  transition: all 0.5s; }

.t-c {
  transition: color 0.5s; }

.t-bg {
  transition: background 0.5s; }

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=reset.css.map */


a{
    transition:all 0.3s;
}
/*首页banner*/
.i-ban {
  /*height: 740px;*/
  height: 550px;
  background: url(../image/loading.gif) no-repeat center;
}
.i-ban.box_skitter .info_slide .image_number {
  width: 21px;
  height: 21px;
  background: url(../image/i_ico2.png) no-repeat center;
}
.i-ban.box_skitter .info_slide .image_number.image_number_select {
  background-image: url(../image/i_ico1.png);
}

.i-warp .title {
  text-align: center;
}
.i-warp h2 {
  line-height: 1;
  height: 36px;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
}
.i-warp h2 a{
    color: #333333;
}
.i-warp.type-module h2{
    color: #fff;
}
.i-warp.type-module h2 a{
    color: #fff;
}
.i-warp h2 img {
  display: block;
  margin: 0 auto 0;
}

/*按钮样式*/
.i-btn {
  position: relative;
  display: block;
  color: #333333;
}
.i-btn span {
  position: relative;
  z-index: 1;
}
.i-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #fc6621;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: -webkit-transform .2s ease-in;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  transition: transform .2s ease-in,-webkit-transform .2s ease-in;
}
.i-btn:hover {
  color: #fff;
}
.i-btn:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*模块标题*/
.i-warp .title {
  text-align: center;
}
.i-warp h2 {
  line-height: 1;
  height: 36px;
}
.i-warp h2 img {
  display: block;
  margin: 0 auto 0;
}


.minw1200 {
  min-width: 1200px;
}

.x-w1200 {
  width: 1200px;
  margin: 0 auto 0;
}

/*# sourceMappingURL=style.css.map */


.i-case .link li, .i-ensure .link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.i-case .list .mask h3, .i-case .list .mask p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i-case {
  background: #fff;
  padding: 100px 0 50px;
  border-bottom: 1px solid #f3f3f3;
}
.i-case .link {
  margin: 68px auto 4px;
  font-size: 0;
  text-align: center;
}
.i-case .link ul {
  float: none;
}
.i-case .link li {
  float: none;
  margin: 0 45px;
  white-space: nowrap;
}
.i-case .link a {
  display: block;
  font-size: 18px;
  color: #999999;
  line-height: 48px;
  height: 48px;
  padding-bottom: 3px;
  position: relative;
}
.i-case .link a span {
  position: relative;
  z-index: 2;
}
.i-case .link a i {
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #000000;
  -webkit-transition: left 0.3s,width 0.3s;
  transition: left 0.3s,width 0.3s;
}
.i-case .link a.cur, .i-case .link a:hover {
  color: #333;
}
.i-case .link a.cur i, .i-case .link a:hover i {
  width: 100%;
  left: 0;
}
.i-case .content-box {
  position: relative;
}
.i-case .content-box .bg {
  position: relative;
}
.i-case .content-box .bg img {
  display: block;
}
.i-case .content-box .bg:before {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../image/loading.gif) no-repeat center;
}
.i-case .content-box .bg.load:before{
  display: block;
}
.i-case .list {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.i-case .list ul {
  float: left;
  width: 100.1%;
}
.i-case .list li {
  float: left;
  width: 33.333%;
}
.i-case .list .box {
  display: block;
  position: relative;
  overflow: hidden;
  transition: clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}
.i-case .list .box img{
  display: block;
}
.i-case .list .box:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
.i-case .list .box.active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.i-case .list .mask {
  position: absolute;
  left: 0;
  right: 0;
  height: 102px;
  padding: 125px 6% 0;
  bottom: -102px;
  background: url(../image/x_shadow1.png) no-repeat center;
  -webkit-transition: opacity 0.6s,bottom 0.6s;
  transition: opacity 0.6s,bottom 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-case .list .mask h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 6px;
  width: 100%;
}
.i-case .list .mask p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  width: 100%;
}
.i-case .bottom {
  margin-top: 50px;
}
.i-case .bottom .link-btn{
  font-size: 0;
  text-align: center;
}
.i-case .bottom .btn {
  /*float: left;*/
  /*margin-left: 20px;*/
  margin: 0 10px;
  display: inline-block;
  width: 198px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.i-case .bottom .btn2 {
  background: #e5e5e5;
}
.i-case .o-btn a {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-right: 8px;
}
.i-case .o-btn a i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -8px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.i-case .o-btn a.next i {
  margin-left: -3px;
  border-color: transparent transparent transparent #000000;
}
.i-case .o-btn a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.i-case .o-btn a:hover {
  border-color: #000;
  background: #000;
}
.i-case .o-btn a:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.i-case .o-btn a:hover i {
  border-color: transparent #fff transparent transparent;
}
.i-case .o-btn a:hover.next i {
  border-color: transparent transparent transparent #fff;
}

.i-solution {
  background: #f2f2f2;
  padding: 100px 0 60px;
  border-bottom: 1px solid #f3f3f3;
}
.i-solution .content {
  margin: 70px auto 0;
}
.i-solution ul {
  float: left;
  width: 100%;
}
.i-solution li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
}
.i-solution li .box {
  display: block;
  padding: 45px 0 0;
  height: 215px;
}
.i-solution li .box:hover {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
          box-shadow: 0 0 10px 0 #ccc;
}
.i-solution li .box:hover .img {
  top: -5px;
}
.i-solution li .box:hover h3 {
  color: #fc6621;
}
.i-solution li .img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.i-solution li .img:hover {
  top: -5px;
}
.i-solution li h3 {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.i-solution li h3 a {
  color: #333;
}
.i-solution li h3 a:hover {
  color: #fc6621;
}
.i-solution li p {
  font-size: 16px;
  color: #c1c1c1;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 10px;
}

.i-ensure {
  background: #f2f2f2;
  padding: 80px 0 68px;
}
.i-ensure .link {
  margin: 38px auto 0;
  font-size: 0;
  text-align: center;
}
.i-ensure .link ul {
  float: none;
}
.i-ensure .link li {
  float: none;
  margin: 0 45px;
  white-space: nowrap;
}
.i-ensure .link a {
  display: block;
  font-size: 18px;
  color: #999999;
  line-height: 64px;
  height: 64px;
  padding-bottom: 3px;
  position: relative;
}
.i-ensure .link a span {
  position: relative;
  z-index: 2;
}
.i-ensure .link a i {
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #000000;
  -webkit-transition: left 0.3s,width 0.3s;
  transition: left 0.3s,width 0.3s;
}
.i-ensure .link a.cur, .i-ensure .link a:hover {
  color: #333333;
}
.i-ensure .link a.cur i, .i-ensure .link a:hover i {
  width: 100%;
  left: 0;
}
.i-ensure .content {
  margin: 74px auto 0;
  height: 460px;
}
.i-ensure .list ul {
  float: left;
  width: 100%;
}
.i-ensure .list li {
  float: left;
  width: 49%;
  margin: 0 2% 20px 0;
  background-color: #fff;
  height: 210px;
  display: table;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right 50px center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.i-ensure .list li:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.i-ensure .list .text {
  padding: 0 40px 0 40px;
  display: table-cell;
  vertical-align: middle;
}
.i-ensure .list .text h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 5px;
  width: 500px;
}
.i-ensure .list .text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 500px;
}

.i-process {
  background: #ffffff;
  padding: 140px 0 150px;
}
.i-process .content {
  margin: 60px 0 0;
  height: 270px;
  position: relative;
  background: url(../image/i_bg1.png) no-repeat center;
  width: 0;
  overflow: hidden;
}
.i-process .i-btn {
  margin: 92px auto 0;
  width: 198px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.i-process .list {
  padding-top: 106px;
}
.i-process .list ul {
  float: left;
  width: 100%;
}
.i-process .list li {
  float: left;
  /*width: 12.5%;*/
  width: 11.1%;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.i-process .btn {
  width: 68px;
  height: 150px;
  line-height: 2;
  color: #8f8f95;
  text-align: center;
  margin: 0 auto 0;
}
.i-process .btn.cur {
  color: #fc6621;
}
.i-process .btn.cur .light:after {
  -webkit-animation: Circle 1.2s infinite linear;
          animation: Circle 1.2s infinite linear;
  display: block;
}
.i-process .btn.cur .circle {
  background: #fc6621;
}
.i-process .btn.cur .circle:after {
  background-position: 0 -68px;
}
.i-process .btn p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin: 17px 0 20px;
}
.i-process .btn.btn2 .circle:after {
  background-image: url(../image/x_bg_sign07.png);
}
.i-process .btn.btn3 .circle:after {
  background-image: url(../image/x_bg_sign08.png);
}
.i-process .btn.btn4 .circle:after {
  background-image: url(../image/x_bg_sign09.png);
}
.i-process .btn.btn5 .circle:after {
  background-image: url(../image/x_bg_sign10.png);
}
.i-process .btn.btn6 .circle:after {
  background-image: url(../image/x_bg_sign11.png);
}
.i-process .btn.btn7 .circle:after {
  background-image: url(../image/x_bg_sign12.png);
}
.i-process .btn.btn8 .circle:after {
  background-image: url(../image/x_bg_sign13.png);
}
.i-process .btn.btn9 .circle:after {
  background-image: url(../image/x_bg_sign14.png);
}
.i-process .btn .light {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}
.i-process .btn .light:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #fc6621;
  display: none;
}
.i-process .btn .circle {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background: #edeff1;
}
.i-process .btn .circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  background: url(../image/x_bg_sign06.png) no-repeat;
}

@-webkit-keyframes Circle {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes Circle {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
/*# sourceMappingURL=welcome.css.map */

.i-area{
  padding: 88px 0 120px;
}
.i-area .content{
  margin-top: 88px;
}
.i-area .item{
  float: left;
  width: 25%;
}
.i-area .item .icon{
  width: 163px;
  height: 163px;
  margin: 0 auto 0;
}
.i-area .item .icon img{
  display: block;
}
.i-area .item h3{
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  font-weight: normal;
  margin: 30px 0 15px;
  text-align: center;
}
.i-area .item .box{
  height: 172px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.i-area .item .box .con{
  display: inline-block;
  text-align: left;
}
.i-area .item .box p{
  position: relative;
}
.i-area .item .box p:after{
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #bfbfbf;
  top: 7px;
}
.i-area .item .box a{
  color: #666666;
}
.i-area .item .box p.no-line:after{
  display: none;
}
.i-area .item .btn{
  display: block;
  width: 198px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto 0;
}

.i-advantage .link a{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.i-advantage {
  background: #ffffff;
  padding: 100px 0 120px;
  border-bottom: 1px solid #f3f3f3;
}
.i-advantage .content {
  margin: 50px auto 0;
}
.i-advantage .top-box {
  width: 840px;
  margin: 0 auto 0;
}
.i-advantage .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
.i-advantage .num {
  margin: 50px auto 0;
  width: 680px;
}
.i-advantage .num table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.i-advantage .num td {
  padding: 0 28px;
  text-align: center;
  position: relative;
}
.i-advantage .num .td-first {
  padding-left: 0;
}
.i-advantage .num .td-last {
  padding-right: 0;
}
.i-advantage .num h4 {
  font-size: 74px;
  color: #333333;
  font-family: "Trump";
  line-height: 1;
}
.i-advantage .num p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-advantage .num .line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 88px;
  background: #eaeaea;
  margin-top: -44px;
}
.i-advantage .bot-box {
  margin: 65px 0 0;
  overflow: hidden;
}
.i-advantage .bot-box ul {
  float: left;
  width: 100.1%;
}
.i-advantage .bot-box li {
  float: left;
  width: 16.6%;
}
.i-advantage .bot-box .box {
  margin: 0 auto 0;
  width: 170px;
  height: 70px;
  position: relative;
}
.i-advantage .bot-box .box .gay {
  display: block;
}
.i-advantage .bot-box .box .color {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-advantage .bot-box .box:hover .color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-advantage .link {
  margin-top: 75px;
  font-size: 0;
  text-align: center;
}
.i-advantage .link a {
  margin: 0 20px;
  width: 198px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}

