/*新闻*/
.list_news { width:100%; margin: auto; padding-top: 30px; min-height: 300px; }
.list_news li { float: left; width: 100%; border: 1px solid #e6e6e6; margin-bottom: 1.5%; background:#fff; }
.list_news li a { display: block; padding: 2%; }
.list_news li a h5 { overflow: hidden; font-size: 22px; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; width: 90%; }
.list_news li a p { font-size: 16px; line-height: 25px; height: 60px;  color: #666; padding-top: 10px; width: 90%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.list_news li a i { display: block; font-size: 14px; color: #fff; width: 8%; margin-right: 2%; text-align: center; background: #005baa; float: left; height: 90px; }
.list_news li a i em, .list_news li a i span { display: block; width: 100%; }
.list_news li a i span { font-size: 42px; line-height: 54px; padding-top: 5px; font-style:normal; }
.list_news li a i em { font-size: 14px; }
.list_news li a:hover { background: #005baa; }
.list_news li a:hover h5 { color:#fff; }
.list_news li a:hover p { color:#c9d5e7; }
.list_news li a:hover i { background: #fff;color: #c9d5e7;}
.list_news li a:hover i em {color: #c9d5e7;}

/*合作伙伴*/
.index_four{padding-bottom: 80px; background:#005baa;}
.index_four ul{width:100%;margin:44px auto 60px;}

.index_four ul li,.p2oneul li{float: left;border:1px solid #c2c3cc; background:#fff; margin-right:-1px;margin-bottom:-1px;width:25%;text-align: center;height:320px; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s;}
.index_four ul li a,.p2oneul li a{display: block;text-align: center;}
.index_four ul li a img,.p2oneul li a{display: inline-block;}
.index_four ul li a *,.p2oneul li a *{display: block;}
.index_four ul li a span.img,.p2oneul li a span.img{line-height:320px; *font-size:85px;}
.index_four ul li a span.img:after,.p2oneul li a span.img:after{content:' '; vertical-align:middle;}
.index_four ul li a span.img img,.p2oneul li a span.img img{vertical-align:middle;max-width: 90%;display: inline-block;}
.index_four ul li:hover,.p2oneul li:hover{border-color: #407e9d;-webkit-box-shadow: 0 5px 10px #11437d;box-shadow: 0 5px 10px #11437d;}
.index_four ul li a:hover span.txt,.p2oneul li a:hover span.txt{color: #407e9d;}
.index_four ul li a:hover span.img img,.p2oneul li a:hover span.img img {-webkit-transform: translateY(-3px);transform: translateY(-3px);-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}

/*业务范围*/

.box {
  margin-top:60px;
  position: relative;
  overflow: hidden;
  height: 480px;
  background: #1f1f1f;
}
.box *{box-sizing:border-box;}

.cont__inner {
  position: relative;
  height: 100%;
}
.cont__inner:hover .el__bg:after {
  opacity: 1;
}

.el {
  position: absolute;
  left: 0;
  top: 0;
  width:20%;  
  height: 100%;
  padding-right:1px;
  border-right:1px solid #fff;
  background:url(r_x.jpg)/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/r_x.jpg*/ repeat-y right top;
  -webkit-transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  will-change: transform, width, opacity;
 
}
.el:not(.s--active) {
  cursor: pointer;
}
.el__overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
  
}
.el__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.el__bg {
  position: relative;
  width: 100vw;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s 0.7s;
  transition: -webkit-transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
  will-change: transform;
}
.el__bg i {
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.cont.s--inactive .el__bg i {
  -webkit-transform: translate3d(0, -100%, 0) scale(1.2);
          transform: translate3d(0, -100%, 0) scale(1.2);
}
.el.s--active .el__bg i {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.el__bg:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 91, 170, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}




.el__preview-cont {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top:-90px;
  width: 100%;
  -webkit-transition: all 0.3s 1.2s;
  transition: all 0.3s 1.2s;
  text-align: center;
}

.el__preview-cont  h5{font-size: 22px;line-height: 39px;color: #ffffff;font-weight: normal;}
.cont.s--inactive .el__preview-cont {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.box.s--el-active .el__preview-cont {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.el__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.el:nth-child(1) {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.box.s--el-active .el:nth-child(1):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(0%, 0, 0);
          transform: scale(0.5) translate3d(0%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(1) .el__bg {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.el:nth-child(1) .el__bg i {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.el:nth-child(2) {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transform-origin: 150% 50%;
          transform-origin: 150% 50%;
}
.box.s--el-active .el:nth-child(2):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(105%, 0, 0);
          transform: scale(0.5) translate3d(105%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(2) .el__bg {
  -webkit-transform: translate3d(-19.2%, 0, 0);
          transform: translate3d(-19.2%, 0, 0);
}
.el:nth-child(2) .el__bg i {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.el:nth-child(3) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
  -webkit-transform-origin: 250% 50%;
          transform-origin: 250% 50%;
		  
}
.box.s--el-active .el:nth-child(3):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(210%, 0, 0);
          transform: scale(0.5) translate3d(210%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(3) .el__bg {
  -webkit-transform: translate3d(-38.4%, 0, 0);
          transform: translate3d(-38.4%, 0, 0);
}
.el:nth-child(3) .el__bg i {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.el:nth-child(4) {
	border-left:1px solid #fff;
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
  -webkit-transform-origin: 350% 50%;
          transform-origin: 350% 50%;
}
.box.s--el-active .el:nth-child(4):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(315.625%, 0, 0);
          transform: scale(0.5) translate3d(315.625%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(4) .el__bg {
  -webkit-transform: translate3d(-57.6%, 0, 0);
          transform: translate3d(-57.6%, 0, 0);
}
.el:nth-child(4) .el__bg i {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.el:nth-child(5) {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
  -webkit-transform-origin: 450% 50%;
          transform-origin: 450% 50%;
}
.box.s--el-active .el:nth-child(5):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(400%, 0, 0);
          transform: scale(0.5) translate3d(400%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(5) .el__bg {
  -webkit-transform: translate3d(-76.8%, 0, 0);
          transform: translate3d(-76.8%, 0, 0);
}
.el:nth-child(5) .el__bg i {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/*------*/
.el:nth-child(6) {
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
  -webkit-transform-origin: 500% 50%;
          transform-origin: 500% 50%;
}
.box.s--el-active .el:nth-child(6):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(500%, 0, 0);
          transform: scale(0.5) translate3d(500%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.el:nth-child(6) .el__bg {
  -webkit-transform: translate3d(-76.8%, 0, 0);
          transform: translate3d(-76.8%, 0, 0);
}
.el:nth-child(6) .el__bg i {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/*------*/

.el:hover .el__bg:after {

  background: rgba(13, 66, 118, 0.6);
  opacity: 1;
}





.el.s--active {
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
  transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
}
.el.s--active .el__bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.el.s--active .el__bg i {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}



.business .wap{display: none;}
.business .wap li{width:100%;margin: 0 0 0.5% 0;}

.business .wap li a{display: block;position: relative;overflow: hidden;}
.business .wap li a em{display: block;width: 100%;height: 0;padding-bottom: 35%;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.business .wap li a em:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background:#005baa;}
.business .wap li a .text{position: absolute;left: 0;top: 50%; margin-top:-47px; width: 100%;text-align: center;}
.business .wap li a .text .icon{width: 40px;}
.business .wap li a .text h5{font-size: 14px;color: #fff;line-height: 34px;}



/*业务范围*/
.w_100 {
  width: 100%;
  margin: 0 auto; }
  
.center {
  width: 1680px;
  margin: 0 auto; }

.hide {
  display: none !important; }

.com-title {
  color: #005baa;
  font-size: 40px;
  font-weight: bold;
  text-align:center; 
  
  }
  
.com-title_bai {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align:center; 
  
  }

.cul-title-box .t1 {
  color: #000000;
  font-size: 34px; }
.cul-title-box .t2 {
  color: #666;
  font-size: 22px; }
.cul-title-box .line {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background-color: #005baa; }

.m-map{
  display: none;
}
.m-map img{
  width: 100%;
}
.header {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  z-index: 1000; }
  .header .center-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1680px;
    margin: 0 auto; }
    .header .center-head .logo {
      width: 295px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .header .center-head .logo img {
        width: 100%;
        opacity: 0; }
    .header .center-head .right {
      display: flex;
      align-items: center; }
      .header .center-head .right .nav {
        display: flex;
        align-items: center; }
        .header .center-head .right .nav > li {
          padding: 0 30px;
          position: relative; }
          .header .center-head .right .nav > li > a {
            color: #fff;
            font-size: 18px;
            height: 100px;
            line-height: 100px;
            display: inline-block;
            transition: all .8s; }
          .header .center-head .right .nav > li span {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #005baa;
            transition: width .5s;
            display: inline-block; }
          .header .center-head .right .nav > li .nav-box {
            position: absolute;
            padding: 15px 0 20px;
            top: 100px;
            height: 380px;
            z-index: 10000;
            width: 100%;
            box-sizing: border-box;
            left: 0;
            display: none;
            transition: all .5s; }
            .header .center-head .right .nav > li .nav-box > li {
              height: 35px;
              padding: 0 10px;
              margin-top: 5px; }
              .header .center-head .right .nav > li .nav-box > li > a {
                width: 100%;
                height: 100%;
                line-height: 35px;
                text-align: center;
                color: #333;
                font-size: 14px;
                display: inline-block; }
              .header .center-head .right .nav > li .nav-box > li:hover a {
                color: #005baa;
                font-weight: bold; }
            .header .center-head .right .nav > li .nav-box:hover {
              background-color: #fff; }
          .header .center-head .right .nav > li:hover a {
            color: #005baa; }
          .header .center-head .right .nav > li:hover span {
            width: 100%; }
        .header .center-head .right .nav .active a {
          color: #005baa; }
        .header .center-head .right .nav .active span {
          width: 100%; }
        .header .center-head .right .nav:hover .nav-box {
          display: block; }
      .header .center-head .right .search {
        width: 20px;
        height: 20px;
		background-image:url(search.png)/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/search.png*/;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer; }
  .header .nav-content-bg {
    width: 100%;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.85);
    display: none; }

.header-fix {
  box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 200000;
  border-bottom: 1px solid #ddd; }
  .header-fix .nav > li > a {
    color: #333333 !important; }
  .header-fix .nav .active > a {
    color: #005baa !important; }
  .header-fix .nav > li:hover > a {
    color: #005baa !important; }
  .header-fix .nav > li:hover span {
    width: 100%; }

.footer {
  width: 100%;
  background: #0c1728; }
  .footer .top01 .top-box {
    display: flex;
    flex-wrap: nowrap; }
    .footer .top01 .top-box .top-left {
      padding: 55px 40px 0 0; }
      .footer .top01 .top-box .top-left .tl-title {
        font-size: 14px;
        color: #5e6675; }
      .footer .top01 .top-box .top-left .line-box {
        margin-top: 35px; }
        .footer .top01 .top-box .top-left .line-box .line {
          margin-bottom: 10px; }
          .footer .top01 .top-box .top-left .line-box .line .t1 img {
            width: 18px; }
          .footer .top01 .top-box .top-left .line-box .line .t1 span {
            color: #5e6675;
            vertical-align: middle;
            margin-left: 5px; }
          .footer .top01 .top-box .top-left .line-box .line .t2 {
            font-size: 14px;
            color: #eee;
            margin-top: 5px; }
    .footer .top01 .top-box .top-center {
      padding: 55px 0;
      width: 100%;
	  
	   }
      .footer .top01 .top-box .top-center .link-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box; }
        .footer .top01 .top-box .top-center .link-box > li .tt {
          color: #5e6675;
          font-size: 16px;
          margin-bottom: 35px; }
        .footer .top01 .top-box .top-center .link-box > li .link-list > li {
          position: relative;
          margin-bottom: 10px; }
          .footer .top01 .top-box .top-center .link-box > li .link-list > li a {
            color: #eee;
            font-size: 16px; }
          .footer .top01 .top-box .top-center .link-box > li .link-list > li span {
            display: block;
            position: absolute;
            width: 0;
            height: 1px;
            background: #005baa;
            bottom: -3px;
            transition: all .8s; }
          .footer .top01 .top-box .top-center .link-box > li .link-list > li:hover a {
            color: #005baa; }
          .footer .top01 .top-box .top-center .link-box > li .link-list > li:hover span {
            width: 100%; }
    .footer .top01 .top-box .top-right {
      padding: 55px 0 30px 35px; }
      .footer .top01 .top-box .top-right .tr-title {
        font-size: 14px;
        color: #4c5362; }
      .footer .top01 .top-box .top-right .code-box-big {
        display: flex;
        margin-top: 35px; }
        .footer .top01 .top-box .top-right .code-box-big .code-box .code {
          width: 100px;
          height: 100px;
          background: #fff;
          border-radius: 10px;
          padding: 10px;
          box-sizing: border-box;
          transition: all .8s; }
          .footer .top01 .top-box .top-right .code-box-big .code-box .code img {
            width: 100%; }
        .footer .top01 .top-box .top-right .code-box-big .code-box p {
          color: #4c5362;
          font-size: 14px;
          margin-top: 6px;
          text-align: center; }
        .footer .top01 .top-box .top-right .code-box-big .code-left {
          margin-left: 15px; }
      .footer .top01 .top-box .top-right .href-box {
        padding-left: 15px;
        margin-top: 25px; }
        .footer .top01 .top-box .top-right .href-box a {
          font-size: 14px;
          color: #5e6675; }
        .footer .top01 .top-box .top-right .href-box span {
          width: 1px;
          height: 15px;
          background: #5e6675;
          display: inline-block;
          vertical-align: text-bottom;
          margin: 0 30px; }
      .footer .top01 .top-box .top-right .friend-href {
        margin-top: 40px; }
        .footer .top01 .top-box .top-right .friend-href .t1 {
          color: #5e6675;
          font-size: 14px; }
        .footer .top01 .top-box .top-right .friend-href .select {
          width: 220px;
          height: 40px;
          background-color: #0f1c31;
          border-radius: 5px;
          padding: 0 10px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative;
          cursor: pointer; }
          .footer .top01 .top-box .top-right .friend-href .select span {
            color: #5e6675;
            font-size: 14px; }
          .footer .top01 .top-box .top-right .friend-href .select .down {
            display: inline-block;
            width: 18px;
            height: 11px;
            background-size: 18px 11px;
            background-image: url("down.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/down.png*/;
            background-repeat: no-repeat; }
          .footer .top01 .top-box .top-right .friend-href .select .down-box {
            position: absolute;
            bottom: 55px;
            width: 100%;
            left: 0px;
            display: none; }
            .footer .top01 .top-box .top-right .friend-href .select .down-box li {
              width: 100%;
              height: 50px;
              line-height: 50px;
              text-align: center;
              color: #5e6675;
              font-size: 14px;
              background: #0f1c31; }
              .footer .top01 .top-box .top-right .friend-href .select .down-box li:hover {
                background: #5e6675;
                color: #fff;
                cursor: pointer; }
  .footer .bottom01 {
    text-align: center;
    border-top: 1px solid #192333;
    padding: 20px 0; }
    .footer .bottom01 p {
      color: #5e6675;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle; }
      .footer .bottom01 p a {
        color: #5e6675; }
    .footer .bottom01 .police {
      margin-left: 20px;
      margin-right: 20px; }
      .footer .bottom01 .police img {
        margin-right: 10px; }

.toTop {
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("top.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/top.png*/;
  background-size: 40px 35px;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 10000; }

.right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -76px;
  z-index: 10020; }
  .right-nav > ul {
    width: 50px; }
    .right-nav > ul li {
      width: 100%;
      height: 50px;
      margin-bottom: 1px;
      background-color: #fff;
      transition: background-color .8s;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative; }
      .right-nav > ul li:hover {
        background-color: #005baa; }
    .right-nav > ul .wechat {
      background-image: url("index01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index01.png*/;
      background-size: 27px 23px; }
      .right-nav > ul .wechat .wechat-box {
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: -105px;
        display: none; }
        .right-nav > ul .wechat .wechat-box .inner-box {
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff;
          border-radius: 5px; }
          .right-nav > ul .wechat .wechat-box .inner-box img {
            width: 80px;
            display: inline-block; }
            .right-nav > ul .wechat .wechat-box .inner-box img:first-of-type {
              margin-right: 5px; }
      .right-nav > ul .wechat:hover {
        background-image: url("index04.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index04.png*/; }
        .right-nav > ul .wechat:hover .wechat-box {
          display: block; }
    .right-nav > ul .phone {
      background-image: url("index02.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index02.png*/;
      background-size: 24px 20px; }
      .right-nav > ul .phone .phone-box {
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: -198px;
        display: none; }
        .right-nav > ul .phone .phone-box .inner {
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff;
          color: #005baa;
          font-weight: bold;
          font-size: 24px;
          border-radius: 6px;
          display: inline-block; }
      .right-nav > ul .phone:hover {
        background-image: url("index05.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index05.png*/; }
        .right-nav > ul .phone:hover .phone-box {
          display: block; }
    .right-nav > ul .world {
      background-image: url("index03.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index03.png*/;
      background-size: 22px 22px; }
      .right-nav > ul .world .world-box {
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: -140px;
        display: none; }
        .right-nav > ul .world .world-box .inner {
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff;
          color: #005baa;
          font-weight: bold;
          font-size: 20px;
          border-radius: 6px;
          display: inline-block; }
      .right-nav > ul .world a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      .right-nav > ul .world:hover {
        background-image: url("index06.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/index06.png*/; }
        .right-nav > ul .world:hover .world-box {
          display: block; }
    .right-nav > ul .mail {
      background-image: url("100.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/100.png*/;
      background-size: 22px 22px; }
      .right-nav > ul .mail .mail-box {
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: -113px;
        display: none; }
        .right-nav > ul .mail .mail-box .inner {
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff;
          color: #005baa;
          font-weight: bold;
          font-size: 20px;
          border-radius: 6px;
          display: inline-block; }
      .right-nav > ul .mail a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      .right-nav > ul .mail:hover {
        background-image: url("101.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/101.png*/; }
        .right-nav > ul .mail:hover .mail-box {
          display: block; }
       .right-nav > ul .bim {
         background-image: url("Bim.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/Bim.png*/;
         background-size: 24px 24px;
       }
.right-nav > ul .bim {
  background-image: url("Bim.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/Bim.png*/;
  background-size: 24px 24px; }
.right-nav > ul .bim .bim-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -188px;
  display: none; }
.right-nav > ul .bim .bim-box .inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #005baa;
  font-weight: bold;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block; }
.right-nav > ul .bim a {
  display: inline-block;
  width: 100%;
  height: 100%; }
.right-nav > ul .bim:hover {
  background-image: url("Bim1.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/Bim1.png*/; }
.right-nav > ul .bim:hover .bim-box {
  display: block; }
.pot-box {
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 95%;
  z-index: 1;
  overflow: hidden; }
  .pot-box .waves {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.m-header, .m-cover, .m-area-box {
  display: none; }

.search-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 58, 131, 0.98);
  z-index: 1000001;
  display: none; }
  .search-content .search-box {
    position: absolute;
    top: calc(50% - 170px);
    left: calc(50% - 410px); }
    .search-content .search-box .outer-box {
      width: 820px;
      height: 100px;
      border-radius: 50px;
      box-sizing: border-box;
      padding: 10px;
      background: rgba(255, 255, 255, 0.2); }
      .search-content .search-box .outer-box .inner-box {
        width: 100%;
        height: 100%;
        line-height: 87px;
        padding-left: 35px;
        border-radius: 40px;
        background: #fff;
        position: relative; }
        .search-content .search-box .outer-box .inner-box input {
          background-color: transparent;
          height: 60px;
          width: 90%;
          border: 0;
          border-radius: 0;
          font-size: 20px; }
        .search-content .search-box .outer-box .inner-box .search-icon-box {
          display: inline-block;
          width: 80px;
          height: 80px;
          right: 0;
          top: 0;
          border: 0;
          background-color: transparent;
          cursor: pointer;
          position: absolute;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-image: url(search01.png)/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/search01.png*/; }
    .search-content .search-box .close {
      text-align: center;
      margin-top: 180px; }
      .search-content .search-box .close i {
        display: inline-block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(close01.png)/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/close01.png*/; }

.inner-banner {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .inner-banner .com-nav {
    position: absolute;
    height: 60px;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9); }
    .inner-banner .com-nav li {
      width: 200px;
      height: 100%;
      border-right: 1px solid #fff;
      float: left; }
      .inner-banner .com-nav li a {
        display: inline-block;
        width: 100%;
        line-height: 60px;
        height: 100%;
        color: #666;
        font-size: 16px;
        text-align: center;
        transition: background-color .6s; }
      .inner-banner .com-nav li .active {
        background-color: #005baa;
        background-image: url("ic01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ic01.png*/;
        background-size: 54px 54px;
        background-repeat: no-repeat;
        background-position: center right;
        color: #fff; }
      .inner-banner .com-nav li:hover a {
        background-color: #005baa;
        background-image: url("ic01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ic01.png*/;
        background-size: 54px 54px;
        background-repeat: no-repeat;
        background-position: center right;
        color: #fff;
        transition: background-color .6s; }

.pages-box {
  width: 100%;
  padding: 15px 0;
  background: #fff; }
  
  
 .pages .pageinfo ,  .pages .pagefirst ,  .pages .pageend { display:none !important;}
  
  .pages-box .pages {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pages-box .pages a {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 16px;
      color: #666;
      background-color: #f1f1f1;
      border-radius: 3px;
      margin-right: 10px;
      transition: all .6s; }
    .pages-box .pages .num:hover {
      background-color: #b81012;
      color: #fff;
      transition: all .6s; }
    .pages-box .pages .active {
      background-color: #b81012;
      color: #fff; }
    .pages-box .pages .pre-next {
      background-size: 7px 11px;
      background-repeat: no-repeat;
      background-position: center; }
    .pages-box .pages .pre {
      background-image: url("ic02.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ic02.png*/; }
    .pages-box .pages .next {
      background-image: url("ic03.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ic03.png*/; }

.banner-title {
  color: #fff;
  position: absolute;
  bottom: 290px;
  width: 100%; }
  .banner-title .t1 {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: bold; }
  .banner-title .t2 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 24px; }

.detail-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid #eee; }
  .detail-bottom > .left {
    float: left; }
    .detail-bottom > .left p {
      color: #666;
      font-size: 14px; }
      .detail-bottom > .left p a {
        color: #666;
        font-size: 14px; }
    .detail-bottom > .left .next {
      margin-top: 15px; }
  .detail-bottom > .right {
    display: inline-block;
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ededed;
    font-size: 14px;
    background: #005baa; }

.noborder {
  border-bottom: 0 !important; }

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px; }
  .join-form .line {
    width: 100%;
    height: 36px;
    display: inline-block; }
    .join-form .line .label {
      height: 36px;
      display: inline-block;
      float: left;
      font-size: 16px;
      line-height: 36px; }
    .join-form .line input {
      display: inline-block;
      float: left;
      width: 438px;
      height: 36px;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #f1f5fd;
      padding: 0 10px; }
    .join-form .line textarea {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 1px solid #f1f5fd;
      padding: 10px;
      resize: none; }
    .join-form .line .load {
      width: 438px;
      height: 25px;
      background-color: #fff;
      border: none;
      margin-top: 6px;
      display: inline-block;
      float: left; }
    .join-form .line img {
      display: inline-block;
      margin-left: 10px;
      width: 80px;
      height: 34px; }
    .join-form .line button {
      width: 120px;
      height: 38px;
      border-radius: 4px;
      background-color: #005baa;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      float: right; }
    .join-form .line.heightauto {
      height: auto; }

.cert-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none; }
  .cert-cover .cert-banner {
    width: 700px;
    margin-top: 40px;
    position: relative;
    left: calc(50% - 350px);
    top: calc(50% - 250px); }
    .cert-cover .cert-banner .cert-swiper {
      width: 555px;
      height: 500px; }
      .cert-cover .cert-banner .cert-swiper .swiper-slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative; }
        .cert-cover .cert-banner .cert-swiper .swiper-slide .pic {
          width: 100%;
          height: 390px;
          background-repeat: no-repeat;
          background-size: 100%; }
        .cert-cover .cert-banner .cert-swiper .swiper-slide .text-box {
          width: 100%;
          position: absolute;
          text-align: center;
          font-size: 18px;
          color: #fff;
          margin-top: 30px; }
    .cert-cover .cert-banner .close {
      width: 100%;
      position: absolute;
      bottom: -50px;
      left: calc(50% - 30px); }
      .cert-cover .cert-banner .close i {
        width: 60px;
        height: 60px;
        display: inline-block;
        background-image: url("close01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/close01.png*/;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer; }
    .cert-cover .cert-banner .button-box .swiper-button-prev-cert {
      width: 23px;
      height: 42px;
      background-repeat: no-repeat;
      background-image: url("cert-arr01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/cert-arr01.png*/;
      background-size: cover;
      transform: rotate(180deg);
      outline: none; }
      .cert-cover .cert-banner .button-box .swiper-button-prev-cert.swiper-button-disabled {
        background-image: url("cert-arr02.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/cert-arr02.png*/; }
    .cert-cover .cert-banner .button-box .swiper-button-next-cert {
      width: 23px;
      height: 42px;
      background-repeat: no-repeat;
      background-image: url("cert-arr01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/cert-arr01.png*/;
      background-size: cover;
      outline: none; }
      .cert-cover .cert-banner .button-box .swiper-button-next-cert.swiper-button-disabled {
        cursor: pointer; }

.college-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none; }

.toast-box {
  z-index: 1000002;
  position: fixed;
  top: calc(50% - 420px);
  left: calc(50% - 540px);
  display: none; }
  .toast-box .toast-content {
    width: 1080px;
    padding: 40px 40px 0;
    background: #fff; }
    .toast-box .toast-content .title-box {
      color: #333;
      font-size: 24px; }
      .toast-box .toast-content .title-box span {
        display: inline-block;
        width: 4px;
        height: 30px;
        background: #005baa;
        vertical-align: sub;
        margin-right: 5px; }
  .toast-box .toast01-content {
    height: 740px; }
    .toast-box .toast01-content .toast-ul {
      margin-top: 35px; }
      .toast-box .toast01-content .toast-ul > li {
        height: 180px;
        margin-bottom: 20px; }
        .toast-box .toast01-content .toast-ul > li .pic {
          width: 320px;
          float: left;
          height: 100%; }
        .toast-box .toast01-content .toast-ul > li .info {
          width: 680px;
          height: 100%;
          float: left;
          position: relative;
          background: #f8f8f8;
          overflow: hidden;
          padding: 50px 0 0 40px; }
          .toast-box .toast01-content .toast-ul > li .info > ul li {
            list-style: disc;
            color: #666;
            font-size: 14px;
            line-height: 1.8em; }
          .toast-box .toast01-content .toast-ul > li .info .num {
            position: absolute;
            bottom: -35px;
            right: 20px;
            color: #dfdfdf;
            font-size: 60px;
            font-weight: bold; }
  .toast-box .toast02-content {
    height: 700px; }
    .toast-box .toast02-content .toast02-ul {
      margin-top: 40px; }
      .toast-box .toast02-content .toast02-ul li {
        margin-bottom: 10px; }
        .toast-box .toast02-content .toast02-ul li .left {
          width: 160px;
          height: 96px;
          float: left;
          background-repeat: no-repeat;
          background-size: cover; }
        .toast-box .toast02-content .toast02-ul li .tag01 {
          background-image: url("ban08.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban08.png*/; }
        .toast-box .toast02-content .toast02-ul li .tag02 {
          background-image: url("ban09.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban09.png*/; }
        .toast-box .toast02-content .toast02-ul li .tag03 {
          background-image: url("ban10.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban10.png*/; }
        .toast-box .toast02-content .toast02-ul li .tag04 {
          background-image: url("ban11.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban11.png*/; }
        .toast-box .toast02-content .toast02-ul li .tag05 {
          background-image: url("ban12.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban12.png*/; }
        .toast-box .toast02-content .toast02-ul li .info {
          float: left;
          margin-left: 35px; }
          .toast-box .toast02-content .toast02-ul li .info .t1 {
            color: #333;
            font-size: 24px; }
          .toast-box .toast02-content .toast02-ul li .info .t2 {
            color: #666;
            font-size: 14px;
            margin-top: 15px; }
  .toast-box .toast03-content {
    height: 600px; }
    .toast-box .toast03-content .toast03-ul li {
      width: 49%;
      height: 210px;
      margin-right: 2%;
      float: left;
      padding: 40px 0 50px; }
      .toast-box .toast03-content .toast03-ul li .title {
        color: #666;
        font-size: 24px; }
        .toast-box .toast03-content .toast03-ul li .title i {
          width: 30px;
          height: 30px;
          display: inline-block;
          background-size: cover;
          background-repeat: no-repeat;
          margin-right: 10px;
          vertical-align: sub; }
        .toast-box .toast03-content .toast03-ul li .title .icon01 {
          background-image: url("ban04.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban04.png*/; }
        .toast-box .toast03-content .toast03-ul li .title .icon02 {
          background-image: url("ban05.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban05.png*/; }
        .toast-box .toast03-content .toast03-ul li .title .icon03 {
          background-image: url("ban06.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban06.png*/; }
        .toast-box .toast03-content .toast03-ul li .title .icon04 {
          background-image: url("ban07.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/ban07.png*/; }
      .toast-box .toast03-content .toast03-ul li .info {
        color: #666;
        font-size: 14px;
        margin-top: 20px;
        line-height: 1.8em; }
      .toast-box .toast03-content .toast03-ul li:nth-of-type(2n) {
        margin-right: 0; }
      .toast-box .toast03-content .toast03-ul li:nth-of-type(1), .toast-box .toast03-content .toast03-ul li:nth-of-type(2) {
        border-bottom: 1px solid #ddd; }

.toast-close {
  text-align: center;
  position: absolute;
  bottom: -120px;
  width: 100%; }
  .toast-close i {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: inline-block;
    background-image: url("close01.png")/*tpa=http://www.inkete.com/App/Tpl/Home/Default/Public/images/close01.png*/;
    background-repeat: no-repeat;
    background-size: cover; }

.intro-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.9);
  display: none; }
  .intro-cover .intro-bigPic {
    width: 700px;
    text-align: center;
    left: calc(50% - 350px);
    top: 20%;
    position: absolute; }



@media screen and (max-width: 750px) {
	
.business .box{display: none;}
.business .wap{display: block; margin-top:20px;}	

.business .wap li{width: 100%;margin-bottom:1px;}
/*.business .wap li:nth-child(2n){float: right !important; margin-right:0;}*/

.business .wap li a .text{}
.business .wap li a .text .icon{width: 70px;}
.business .wap li a .text h5{font-size: 18px;line-height: 24px;}
	
.index_four ul li, .p2oneul li { width:50%; height:160px;}
.index_four ul li a span.img, .p2oneul li a span.img { line-height:160px;}
.index_four ul li a span.img img, .p2oneul li a span.img img { max-width: 60%;}

.index_four {  padding-bottom: 10px;}


}