@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.act1.action.act {
  animation-delay: 0.2s;
}
.act2.action.act {
  animation-delay: 0.4s;
}
.act3.action.act {
  animation-delay: 0.6s;
}
.act4.action.act {
  animation-delay: 0.8s;
}
.act5.action.act {
  animation-delay: 1s;
}
.act6.action.act {
  animation-delay: 1.2s;
}
.act7.action.act {
  animation-delay: 1.4s;
}
.act8.action.act {
  animation-delay: 1.6s;
}
.act9.action.act {
  animation-delay: 1.8s;
}
.act10.action.act {
  animation-delay: 2s;
}
.act11.action.act {
  animation-delay: 2.2s;
}
.act12.action.act {
  animation-delay: 0.3s;
}
.act13.action.act {
  animation-delay: 0.6s;
}
.act14.action.act {
  animation-delay: 0.9s;
}
.act15.action.act {
  animation-delay: 1.2s;
}
.action {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.action.act {
  animation-name: fadeInUp;
  animation-duration: 0.66s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.bt-bg {
  background: #2671FB;
  color: white;
}
body {
  background: #FAFCFF;
}
.fadeIn {
  opacity: 0;
  transition: all 0.88s ease-in-out 0s;
  transform: translate3d(0, -100px, 0);
}
.active .fadeIn {
  opacity: 1;
}
.bt-border {
  border: 1px solid #2671FB;
  color: #2671FB;
  box-sizing: border-box;
}
.e-wrap {
  width: 100%;
  overflow: hidden;
}
.e-adv-clom {
  text-align: left;
}
.e-adv-clom span,
.e-adv-clom b {
  height: 6px;
  background: #2671FB;
}
.e-adv-clom span {
  width: 20px;
  border-radius: 8px;
}
.e-adv-clom b {
  width: 8px;
  border-radius: 4px;
}
.e-adv-btn {
  position: absolute;
  bottom: 20px;
  width: 90%;
}
.e-adv-btn a {
  line-height: 50px;
  padding: 0px 46px;
  background: #2671FB;
  border-radius: 30px;
  color: #fff;
}
.e-adv-btn a img {
  width: 29px;
  vertical-align: -13px;
}
.e-reason-titbox {
  text-align: center;
}
.e-reason-title {
  font-size: 40px;
  font-weight: 500;
}
.e-reason-titbox-bg {
  font-size: 50px;
  color: rgba(38, 113, 251, 0.06);
}
.e-reason-titbox-bg .e-reason-title {
  color: #333333;
  line-height: 63px;
  font-size: 40px;
  font-weight: 500;
  margin-top: -65px;
}
.e-top-content,
.e-foot-content,
.e-connect-content {
  width: 1200px;
  margin: 0px auto;
  font-size: 16px;
  position: relative;
}
.e-top-wrap {
  padding: 24px 0px 0px 0px;
}
.e-top-content img {
  float: left;
  width: 156px;
  margin-right: 60px;
  margin-top: -9px;
}
.e-top-content ul {
  float: left;
}
.e-top-content ul li {
  float: left;
  margin-right: 10px;
}
.e-top-content ul li a {
  color: #333;
  padding: 4px 10px 23px;
}
.e-top-content ul li.active a {
  color: #2671FB;
  border-bottom: 2px solid #2671FB;
}
.e-top-right {
  float: right;
  padding: 1px 150px 0px;
  margin-top: -4px;
}
.e-top-right a {
  padding: 0px 30px;
  line-height: 32px;
  border-radius: 30px;
  margin-right: 10px;
}
.e-top-connect {
  position: absolute;
  right: -58px;
  top: 3px;
}
.e-connect-wrap {
  padding: 60px 0px 70px;
  background: url(../images/pic_lianxiwm.png) no-repeat center;
  background-size: cover;
}
.e-connect-content h5 {
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.e-con-box {
  width: 850px;
  height: 86px;
  margin: 35px auto 0px;
  box-sizing: border-box;
  padding: 8px 8px 8px 25px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.e-con-box img {
  width: 26px;
  height: 36px;
  vertical-align: -8px;
  margin-right: 15px;
}
.e-con-box input {
  height: 70px;
  font-size: 26px;
}
.e-con-box a {
  padding: 0px 68px;
  line-height: 70px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  font-size: 28px;
}
.e-foot-wrap {
  background: #001B39;
  padding: 95px 0px 50px;
}
.e-foot-left {
  float: left;
}
.e-foot-left h1 {
  font-size: 45px;
  color: #ffffff;
  line-height: 63px;
}
.e-foot-left b {
  width: 60px;
  height: 3px;
  background: white;
  margin: 60px 0px 15px;
  display: block;
}
.e-foot-left p,
.e-foot-left a {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 15px;
}
.e-foot-img img {
  width: 200px;
  margin-right: 20px;
}
.e-footer-right {
  float: right;
  width: 50%;
  padding-top: 20px;
}
.e-footer-item {
  width: 33.3%;
  float: left;
  color: #fff;
}
.e-footer-item p {
  font-size: 20px;
  margin-bottom: 15px;
}
.e-footer-item a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
}
.e-footer-company {
  margin-top: 30px;
}
.e-footer-company p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 15px;
}
.e-foot-copy {
  text-align: center;
  margin-top: 60px;
}
.e-foot-copy span {
  color: rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0px 10px;
}
.e-foot-copy span:nth-child(1) {
  border-left: 0;
}
.e-foot-copy span a {
  color: rgba(255, 255, 255, 0.6);
}
.e-foot-copy span a:hover {
  text-decoration: underline;
}
.e-pop-wrap {
  position: fixed;
  width: 100%;
  left: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  display: none;
}
.e-pop-content {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  border-radius: 8px;
}
.e-sumit-pop .e-pop-content {
  left: 28%;
  top: 26%;
}
.e-pop-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 16px;
  color: #BFD6FF;
  cursor: pointer;
}
.e-pop-text {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  text-align: center;
}
.e-pop-box {
  padding: 60px;
}
.e-pop-tit {
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 10px;
}
.e-pop-left {
  float: left;
  width: 319px;
  padding-right: 60px;
}
.e-pop-right {
  float: right;
  width: 256px;
}
.e-pop-form {
  margin-top: 20px;
}
.e-pop-line {
  margin-top: 21px;
}
.e-pop-form input {
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  border: 2px solid #5B95FF;
  color: #2671FB;
  font-size: 16px;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.e-pop-line a,
.e-code-btn a {
  display: block;
  border-radius: 30px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  line-height: 48px;
}
.e-pop-center {
  padding-top: 75px;
  float: left;
}
.e-pop-center span {
  display: inline-block;
  width: 1px;
  height: 272px;
  background: #bfd6ff;
}
.e-pop-right {
  text-align: center;
}
.e-pop-right img {
  width: 213px;
}
.e-pop-phone {
  font-size: 28px;
  color: #2671fb;
  line-height: 40px;
}
.e-pop-hotline {
  font-size: 18px;
}
.e-pop-form .e-pop-line input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2671FB;
}
.e-pop-form .e-pop-line input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2671FB;
}
.e-pop-form .e-pop-line input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2671FB;
}
.e-pop-form .e-pop-line input:-moz-placeholder {
  /* Firefox 18- */
  color: #2671FB;
}
.e-code-pop-content {
  /* width: 400px; */
  padding: 62px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  border-radius: 8px;
}
.e-code-pop .e-code-pop-content {
  left: 36%;
  top: 37%;
}
.e-code-box-top img {
  width: 100px;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.e-code-box-top input {
  width: 100px;
  height: 35px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #5b95ff;
}
.e-code-btn {
  margin-top: 25px;
}
.e-cop-new {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
}
.e-cop-new-nav {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  border-bottom: 1px solid #EBEBEB;
}
.e-cop-new-nav i {
  font-style: normal;
  display: inline-block;
}
.e-cop-new-nav span {
  margin-right: 20px;
  padding-bottom: 15px;
  cursor: pointer;
}
.e-cop-new-nav span:nth-child(5) {
  margin-right: 0px;
}
.e-cop-new-nav span i {
  width: 94px;
  height: 36px;
}
.e-cop-new-nav span:nth-child(1) i {
 
   background: url(../images/iocn_weixin_normal.png);
}
.e-cop-new-nav span:nth-child(2) i {
  background: url(../images/icon_xiaohongshu_normal.png);
}
.e-cop-new-nav span:nth-child(3) i {
  background: url(../images/icon_weibo_normal.png);
}
.e-cop-new-nav span:nth-child(4) i {
  background: url(../images/icon_kuaishou_normal.png);
}
.e-cop-new-nav span:nth-child(5) i {
  background: url(../images/icon_douyu_normal.png);
}
.e-cop-new-nav span.active:nth-child(1) {
  border-bottom: 3px solid #FF2741;
}
.e-cop-new-nav span.active:nth-child(1) i {
 background: url(../images/iocn_weixin_press.png); 
}
.e-cop-new-nav span.active:nth-child(2) {
  border-bottom: 3px solid #1AAD19;
}
.e-cop-new-nav span.active:nth-child(2) i {
  background: url(../images/icon_xiaohongshu_press.png);
}
.e-cop-new-nav span.active:nth-child(3) {
  border-bottom: 3px solid #F85B01;
}
.e-cop-new-nav span.active:nth-child(3) i {
  background: url(../images/icon_weibo_press.png);
}
.e-cop-new-nav span.active:nth-child(4) {
  border-bottom: 3px solid #9839FF;
}
.e-cop-new-nav span.active:nth-child(4) i {
  background: url(../images/icon_kuaishou_press.png);
}
.e-cop-new-nav span.active:nth-child(5) {
  border-bottom: 3px solid #FF9200;
}
.e-cop-new-nav span.active:nth-child(5) i {
  background: url(../images/icon_douyu_press.png);
}
.e-cop-new-con-item-tit {
  font-size: 18px;
  margin-top: 30px;
}
.e-cop-new-con-padding {
  padding: 0px 8%;
}
.e-cop-new-con-item-titbot {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.e-cop-new-con-item-titbot b {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 5px;
}
.e-cop-new-con-text-box {
  padding-left: 20px;
  margin-top: 15px;
}
.e-cop-new-con-text-box div {
  display: inline-block;
  margin-right: 90px;
  text-align: center;
}
.e-cop-new-con-text-box div strong {
  font-size: 30px;
}
.e-cop-new-con-text-box div p {
  font-size: 14px;
}
.e-cop-new-con-item-btn {
  text-align: center;
  padding: 30px 0px 0px;
}
.e-cop-new-con-item-btn .e-cop-bt-border {
  margin-right: 70px;
}
.e-cop-new-con-item-btn a {
  font-size: 18px;
  padding: 0px 29px;
  line-height: 40px;
  border-radius: 20px;
}
.e-cop-new-con-user-box {
  margin-top: 25px;
}
.e-cop-new-con-user {
  float: left;
  width: 25%;
  text-align: center;
}
.e-cop-new-con-user-tit {
  margin-top: 20px;
}
.e-cop-new-con-user-tit strong {
  font-size: 14px;
}
.e-cop-new-con-user-tit span {
  border-left: 1px solid #333;
  padding-left: 5px;
  margin-left: 5px;
  line-height: 16px;
  font-size: 14px;
}
.e-cop-new-con-user-txt span {
  font-size: 12px;
}
.e-cop-new-con-item {
  display: none;
}
.e-cop-new-con-item:nth-child(1) .e-cop-new-con-item-titbot b {
  background: #FF2741;
}
.e-cop-new-con-item:nth-child(1) .e-cop-new-con-text-box div strong {
  color: #FF2741;
}
.e-cop-new-con-item:nth-child(1) .e-cop-new-con-item-btn .e-cop-bt-border {
  border: 1px solid #FF2741;
  color: #FF2741;
}
.e-cop-new-con-item:nth-child(1) .e-cop-new-con-item-btn .e-cop-bt-bg {
  color: #fff;
  background: #FF2741;
  border: 1px solid #FF2741;
}
.e-cop-new-con-item:nth-child(2) .e-cop-new-con-item-titbot b {
  background: #1AAD19;
}
.e-cop-new-con-item:nth-child(2) .e-cop-new-con-text-box div strong {
  color: #1AAD19;
}
.e-cop-new-con-item:nth-child(2) .e-cop-new-con-item-btn .e-cop-bt-border {
  border: 1px solid #1AAD19;
  color: #1AAD19;
}
.e-cop-new-con-item:nth-child(2) .e-cop-new-con-item-btn .e-cop-bt-bg {
  color: #fff;
  background: #1AAD19;
  border: 1px solid #1AAD19;
}
.e-cop-new-con-item:nth-child(3) .e-cop-new-con-item-titbot b {
  background: #F85B01;
}
.e-cop-new-con-item:nth-child(3) .e-cop-new-con-text-box div strong {
  color: #F85B01;
}
.e-cop-new-con-item:nth-child(3) .e-cop-new-con-item-btn .e-cop-bt-border {
  border: 1px solid #F85B01;
  color: #F85B01;
}
.e-cop-new-con-item:nth-child(3) .e-cop-new-con-item-btn .e-cop-bt-bg {
  color: #fff;
  background: #F85B01;
  border: 1px solid #F85B01;
}
.e-cop-new-con-item:nth-child(4) .e-cop-new-con-item-titbot b {
  background: #9839FF;
}
.e-cop-new-con-item:nth-child(4) .e-cop-new-con-text-box div strong {
  color: #9839FF;
}
.e-cop-new-con-item:nth-child(4) .e-cop-new-con-item-btn .e-cop-bt-border {
  border: 1px solid #9839FF;
  color: #9839FF;
}
.e-cop-new-con-item:nth-child(4) .e-cop-new-con-item-btn .e-cop-bt-bg {
  color: #fff;
  background: #9839FF;
  border: 1px solid #9839FF;
}
.e-cop-new-con-item:nth-child(5) .e-cop-new-con-item-titbot b {
  background: #FF9200;
}
.e-cop-new-con-item:nth-child(5) .e-cop-new-con-text-box div strong {
  color: #FF9200;
}
.e-cop-new-con-item:nth-child(5) .e-cop-new-con-item-btn .e-cop-bt-border {
  border: 1px solid #FF9200;
  color: #FF9200;
}
.e-cop-new-con-item:nth-child(5) .e-cop-new-con-item-btn .e-cop-bt-bg {
  color: #fff;
  background: #FF9200;
  border: 1px solid #FF9200;
}
