/* 在线会话遮挡 */
.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
  bottom: 70px !important;
}

.seize-foot {
  display: block;
}

.seize-foot {
  background: #2e4883
}

.seize-foot-form {
  padding: 70px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.seize-foot-form h5 {
  font-size: 36px;
  line-height: 1.3333333;
  color: #fff;
  font-weight: 600;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 130px
}

.seize-foot-form .sendemail {
  width: 55%;
  position: relative
}

.seize-foot-form .sendemail form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.seize-foot-form .sendemail .post-text {
  -webkit-flex: 1;
  flex: 1;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  color: #17a549;
  padding: 0 30px;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box
}

.seize-foot-form .sendemail .post-btn {
  background: #1f1f1f;
  font-size: 24px;
  color: #fff;
  width: 210px;
  text-align: center;
  height: 65px;
  display: block;
  cursor: pointer
}

.seize-foot-form .sendemail .post-btn:hover {
  background:  #dc2e21
}

#seize-footer {
  border-top: 1px solid rgba(255,255,255,.21);
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#seize-footer h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase
}

.seize-foot-nav {
  width: 324px
}

.seize-foot-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.seize-foot-nav ul li {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #e2e2e2;
  padding: 0 0 0 17px;
  background: url(pic/dot1.png) no-repeat left center
}

.seize-foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.seize-foot-list ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #e2e2e2;
  padding: 0 0 0 17px;
  background: url(pic/dot1.png) no-repeat left center
}

.seize-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.seize-foot-contact {
  width: 430px
}

.seize-foot-contact p {
  color: #e2e2e2;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px
}

.seize-foot-contact p:nth-of-type(2) {
  background: url(pic/c1.png) no-repeat left center;
  line-height: 53px;
  padding: 0 0 0 60px
}

.seize-foot-contact p:nth-of-type(2) a {
  font-size: 30px;
  font-weight: 600;
  font-style: italic
}

.seize-foot-contact p a:hover {
  color: #fff;
  text-decoration: underline
}

.seize-copyright {
  padding: 26px 0
}

.seize-copyright .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
}

.seize-copyright p {
  font-size: 17px;
  color: #090909
}

.seize-copyright .share {
  font-size: 0
}

.seize-copyright .share a {
  display: inline-block;
  color: #515151;
  background: #fff;
  border: 1px solid #bababa;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%
}

.seize-copyright .share a+a {
  margin-left: 20px
}

.seize-copyright .share a i {
  font-size: 24px;
  color: inherit
}

.seize-copyright .share a:hover {
  color: #fff;
  border-color: #e2e2e2;
  background: #2e4883
}

#seize-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #e60012;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px
}

#seize-gotop i {
  color: #fff;
  font-size: 18px
}

#seize-gotop:hover {
  background: #353535
}

#seize-footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: none;
  z-index: 999;
  background: #333;
  border-top: 1px solid rgba(255,255,255,.8);
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s
}

#seize-footBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  padding: 6px 0 0;
  box-sizing: border-box
}

#seize-footBar li:first-child {
  border-left: none
}

#seize-footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase
}

#seize-footBar li i {
  color: #fff;
  font-size: 20px
}

#seize-footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px
}

@media screen and (max-width: 1500px) {
  .seize-foot-list ul li {
    font-size:17px;
    line-height: 28px
  }
  .seize-foot-form h5 {
    font-size: 32px;
    margin-right: 90px
  }
}
@media screen and (max-width: 1400px) {
  .seize-foot-nav {
    width: 160px
  }

  .seize-foot-nav ul li {
      width: 100%;
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 5px
  }

  .seize-foot-list ul li {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 5px
  }

  .seize-foot-contact {
      width: 400px
  }

  .seize-foot-contact p {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 5px
  }
  .seize-foot-form h5 {
    font-size: 28px;
    margin-right: 60px
  }

  .seize-foot-form .sendemail .post-text {
      height: 55px;
      line-height: 55px;
      padding: 0 20px;
      font-size: 17px
  }

  .seize-foot-form .sendemail .post-btn {
      font-size: 22px;
      width: 160px;
      height: 55px
  }
}
@media screen and (max-width: 768px) {
  .seize-foot {
    padding: 30px 0
  }

  .seize-foot h5 {
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center
  }

  .seize-foot .wp {
    -webkit-flex-direction: column;
    flex-direction: column
  }
  #seize-footBar {
    display: block
  }
  .seize-foot-form {
    padding: 30px 0;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .seize-foot-form h5 {
      font-size: 24px;
      line-height: 1.1;
      margin-right: 0;
      text-align: center
  }

  .seize-foot-form .sendemail {
      width: 90%;
      margin: 20px auto 0
  }

  .seize-foot-form .sendemail .post-text {
      height: 50px;
      line-height: 50px;
      padding: 0 15px
  }

  .seize-foot-form .sendemail .post-btn {
      font-size: 20px;
      width: 140px;
      height: 50px
  }
  #seize-footer {
    padding: 30px 0
  }

  #seize-footer h5 {
      font-size: 22px;
      margin: 0 0 15px;
      text-align: center
  }

  #seize-footer .wp {
      -webkit-flex-direction: column;
      flex-direction: column
  }
  .seize-foot-nav,.seize-foot-list {
    display: none
  }

  .seize-foot-contact {
    width: 100%;
    text-align: center
  }

  .seize-foot-contact p {
    font-size: 16px;
    line-height: 24px
  }

  .seize-foot-contact p:nth-of-type(2) {
    line-height: 40px;
    padding: 0 0 0 50px;
    background-size: 40px;
    display: inline-block
  }

  .seize-foot-contact p:nth-of-type(2) a {
    font-size: 24px
  }
  .seize-copyright {
    padding: 15px 0 60px;
    text-align: center
  }

  .seize-copyright .wp {
      -webkit-flex-direction: column;
      flex-direction: column
  }

  .seize-copyright img {
      height: 50px
  }

  .seize-copyright p {
      font-size: 15px;
      margin-top: 15px
  }

  .seize-copyright .share {
      margin: 15px 0 0
  }

  .seize-copyright .share a {
      width: 40px;
      height: 40px;
      line-height: 40px
  }

  .seize-copyright .share a+a {
      margin-left: 8px
  }

  .seize-copyright .share a i {
      font-size: 22px
  }
}
@media screen and (max-width: 768px) {
}