@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Source Han Sans", "Segoe UI";
}
a {
  text-decoration: none;
  color: #000;
}
.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.w1190 {
  margin: 0 auto;
  width: 1190px;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.ovh {
  overflow: hidden;
}
.clx:after,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.pointer:hover {
  cursor: pointer;
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul,
p,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dn {
  display: none;
}
.file {
  width: 0;
  height: 0;
  border: 0;
}
.inverse {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.center-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
}
.b-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.db {
  display: block;
}
.dlb {
  display: inline-block;
}
.vtm {
  vertical-align: middle;
}
.vtt {
  vertical-align: top;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pa-l {
  position: absolute;
  left: 0;
}
.pa-r {
  position: absolute;
  right: 0;
}
.pf {
  position: fixed;
}
.p-pointer {
  cursor: pointer;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vcenter {
  text-align: center;
  white-space: nowrap;
}
.vcenter:before {
  content: '';
  display: inline-block;
  margin: 0 0 0 -0.25em;
  height: 100%;
  vertical-align: middle;
}
.vblock {
  display: inline-block;
  vertical-align: middle;
}
.t-title {
  padding: 30px 0 30px;
  margin: 50px 0 0;
  font-size: 20px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.t-prgh {
  margin: 20px 0 0;
}
.t-multi {
  margin: 0 auto;
  width: 900px;
  line-height: 30px;
  font-size: 14px;
  color: #8492a6;
}
.t-article {
  margin: 0 auto;
  width: 1000px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #8492a6;
  transform: scale(1);
  transition: all 0.3s ease;
}
.t-title1 {
  padding: 30px 0 30px;
  margin: 50px 0 0;
  font-size: 30px;
  font-weight: bolder;
  transform: scale(1);
  transition: all 0.3s ease;
}
.t-title2 {
  font-size: 15px;
  font-weight: bolder;
}
.common-img {
  width: 100%;
}
.fButton {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #f39800;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fButton:hover {
  line-height: 46px;
}
.all03 {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.all05 {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.all1 {
  transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.all03-linear {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
/**
 *菜单栏二级项
 */
.menuOption {
  position: absolute;
  top: 58px;
  left: -60px;
  z-index: 1000;
  background: #313131;
  color: #fff;
  border-radius: 5px;
  width: 120px;
  margin-left: 23px;
  overflow: hidden;
}
.menuOption li {
  border-top: 1px solid #434343;
  border-bottom: 1px solid #000;
}
.menuOption li:hover {
  background-color: #1b1b1b;
}
/**
*放大
*/
/**
 *分页
 */
.pagination li {
  float: left;
  color: #959595;
  margin: 0 5px;
}
.pagination li a {
  color: #959595;
  text-decoration: none;
}
.pagination li.first {
  margin: 0;
}
.pagination li.active a {
  color: #f39800;
}
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(6, 12, 28, 0.6);
}
.overlay img {
  width: 360px;
  height: 260px;
  border: 0 none;
}
.overlay .talk-content-close {
  width: 23px;
  height: 23px;
  top: 24px;
  right: 24px;
  background: url('/image/getMoreDelete.png') 0 0 no-repeat;
  background-size: cover;
}
.preview-image-item {
  overflow: hidden;
}
.preview-image-item img {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all  0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
}
.preview-image-item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cover-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.common-get-more-style-btn {
  width: 200px;
  margin: 105px auto 79px;
}
.break-justify {
  text-align: justify;
  text-align-last: left;
}
.banner-content-common-style {
  width: 1190px;
  font-size: 0;
  color: #FFFFFF;
}
.banner-content-common-style h1 {
  margin-bottom: 29px;
  line-height: 50px;
  font-size: 50px;
  font-weight: 600;
}
.banner-content-common-style span {
  line-height: 42px;
  font-size: 24px;
}
.banner-content-common-style .get-more-btn {
  width: 194px;
}
.bgf5 {
  background-color: #F5F5F5;
}
.c-a3 {
  color: #a3a3a3;
}
.c-1b {
  color: #1b1b1b;
}
.c-33 {
  color: #333;
}
.c-37 {
  color: #373737;
}
.c-43 {
  color: #434343;
}
.c-62 {
  color: #626262;
}
.c-c1 {
  color: #c1c1c1;
}
.c-95 {
  color: #959595;
}
.c-red {
  color: #f39800;
}
.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-light-blue {
  color: #00b7ee;
}
.c-7d {
  color: #7d7d7d;
}
body {
  padding: 0;
  margin: 0;
}
.vcenter {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.vcenter:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.vblock {
  display: inline-block;
  vertical-align: middle;
}
.dialogHolder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.dialogCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 9000;
}
.dialogBox {
  position: relative;
  width: 500px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
}
.dialogTitleBox {
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background-color: #eee;
}
.dialogTitle {
  text-align: left;
  width: 100%;
}
.dialogTitle h1 {
  margin: 0 10px;
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: 100;
}
.dialogContentBox {
  position: relative;
  margin: 10px 10px 60px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  /*font-family: "microsoft yahei";*/
}
.dialogBtnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}
.dialogCloseBtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 17px;
  height: 17px;
  background: url("/image/close.png?__sprite") no-repeat center center;
}
.dialogBtnWrap {
  margin: 10px;
  width: 50%;
  display: inline-block;
}
.dialogBtn {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-decoration: inherit;
  border-radius: 5px;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.dialogSingleConfirm {
  display: inline-block;
  margin: 10px 0;
  background-color: #00a0e9;
  color: #ffffff;
}
.dialogConfirm {
  float: left;
  background-color: #00a0e9;
  color: #ffffff;
}
.dialogConfirm:hover {
  background-color: #fff;
  color: #00a0e9;
}
.dialogCancel {
  float: right;
}
.dialogCancel:hover {
  background-color: #00a0e9;
  color: #fff;
}
.login-button,
.register-button,
.nextStep {
  margin: 20px auto 30px;
  display: block;
  width: 296px;
  height: 50px;
  background: #f39800;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
}
.login-box {
  height: 50px;
  line-height: 50px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-box input {
  width: 230px;
  text-indent: 5px;
  border: 0;
  outline: medium;
}
.weight-input {
  width: 516px;
  height: 40px;
  margin-bottom: 15px;
}
.weight-input :after {
  content: "";
  display: block;
  clear: both;
}
.weight-input label {
  width: 100px;
  height: 40px;
  text-align: right;
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.weight-input .register-box {
  float: left;
  width: 294px;
  height: 38px;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 38px;
}
.weight-input .register-box input {
  text-indent: 1em ;
  width: 260px;
  border: 0;
  outline: medium;
  font-size: 14px;
  color: #333;
}
.weight-input .register-hint {
  width: 100px;
  height: 40px;
  float: right;
  font-size: 12px;
  color: #f60000;
}
.user-type {
  width: 517px;
  height: 40px;
  margin-bottom: 15px;
}
.user-type label {
  width: 100px;
  height: 40px;
  float: left;
  text-align: right;
  margin-right: 10px;
  line-height: 40px;
}
.user-type div {
  width: 296px;
  float: left;
}
.user-type div a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 50px;
}
.user-type span {
  width: 108px;
  float: right;
}
.weight-input-send,
.weight-input-change {
  height: 40px;
  margin-bottom: 15px;
  font-size: 14px;
}
.weight-input-send .register-send,
.weight-input-change .register-send,
.weight-input-send .register-change,
.weight-input-change .register-change {
  float: left;
  width: 294px;
  height: 38px;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 38px;
}
.weight-input-send label,
.weight-input-change label {
  width: 100px;
  height: 40px;
  text-align: right;
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.weight-input-send input,
.weight-input-change input {
  border: 0;
  font-size: 14px;
  outline: medium;
}
.weight-input-send .register-hint,
.weight-input-change .register-hint {
  width: 100px;
  height: 40px;
  display: block;
  float: right;
  font-size: 12px;
  color: #f60000;
}
.weight-input-send .register-send input {
  width: 147px;
  color: #333;
}
.weight-input-send .register-send #sendCode {
  display: inline-block;
  float: right;
  width: 83px;
  height: 38px;
  border-radius: 0 5px 5px 0;
  background: #ccc;
  color: #fcfcfc;
}
.weight-input-change .register-change {
  text-align: left;
}
.weight-input-change .register-change input {
  margin-left: 30px;
  width: 147px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.weight-input-change .register-change img {
  float: right;
  height: 38px;
}
.weight-input-change .reload {
  position: relative;
  top: 12px;
  left: -40px;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("/image/reload.png") no-repeat;
}
.icon {
  float: left;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}
.icon-check {
  position: relative;
  top: 3px;
  left: 135px;
  width: 14px;
  height: 14px;
  background: url("/image/icon-check.png") no-repeat;
  cursor: pointer;
}
.icon-check11 {
  margin-left: 110px;
  width: 14px;
  height: 14px;
  background: url("/image/icon-check.png") no-repeat;
  cursor: pointer;
}
.icon-login-remember {
  float: left;
  width: 14px;
  height: 14px;
  background: url("/image/icon-check.png") no-repeat;
  cursor: pointer;
}
.icon-login-remembered {
  float: left;
  width: 14px;
  height: 14px;
  background: url("/image/icon-hocked.png") no-repeat;
  cursor: pointer;
}
.icon-error {
  margin: 12.5px 5px 12.5px 0;
  width: 15px;
  height: 15px;
  background: url("/image/icon-error.png");
}
.icon-success {
  margin: 12.5px 5px 12.5px 0;
  width: 15px;
  height: 15px;
  background: url("/image/icon-success.jpg") no-repeat;
}
.icon-success1 {
  background: url("/image/icon-success.jpg") no-repeat;
}
.icon-error1 {
  background: url("/image/icon-error.png") no-repeat;
}
.icon-click {
  margin-top: 13px;
  width: 16px;
  height: 14px;
  background: url("/image/icon-click.png");
}
.icon-clicked {
  margin-top: 13px;
  width: 16px;
  height: 14px;
  background: url("/image/icon-clicked.png") no-repeat;
}
.icon-hocked {
  margin-left: 110px;
  width: 14px;
  height: 14px;
  background: url("/image/icon-hocked.png");
}
.icon-narrow-down {
  float: none;
  margin-left: 5px;
  width: 16px;
  height: 8px;
  background: url("/image/icon-narrow-down.png");
}
.icon-user {
  position: relative;
  top: 18px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: url("/image/icon-user.png") no-repeat;
}
.icon-password {
  position: relative;
  top: 18px;
  left: 10px;
  width: 12px;
  height: 14px;
  background: url("/image/icon-password.png") no-repeat;
}
.aside {
  position: fixed;
  right: 0;
  bottom: 120px;
  padding: 0 4px;
  z-index: 1000;
  box-shadow: 0 0 10px 1px #eee;
  background: #fff;
}
.aside > div {
  position: relative;
}
.aside i {
  display: block;
  z-index: 2000;
}
.aside .qq:hover .icon-qq {
  background: url("../../image/icon/aside-qq-hover.png?__sprite") no-repeat;
  background-size: cover;
}
.aside .wechat:hover .icon-wechat {
  background: url("../../image/icon/aside-zixun-hover.png") no-repeat;
  background-size: cover;
}
.aside .tel:hover .icon-tel {
  background: url("../../image/icon/aside-tel-hover.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.aside .mail:hover .icon-mail {
  background: url("../../image/icon/aside-mail-hover.png?__sprite") no-repeat;
}
.aside .up:hover .icon-back {
  background: url("../../image/icon/aside-back-hover.png?__sprite") no-repeat;
}
.aside .aside-m {
  position: relative;
  margin: 0;
  z-index: 200;
}
.aside .aside-m:hover {
  cursor: pointer;
}
.aside .back-top {
  display: none;
}
.aside .qq {
  padding: 13px 13px;
}
.aside .qq a {
  display: block;
  width: 100%;
  height: 100%;
}
.aside .wechat {
  padding: 13px;
  border-top: 1px solid #eee;
}
.aside .tel {
  padding: 13px 13px;
  border-top: 1px solid #eee;
}
.aside .mail {
  padding: 16px 13px;
  border-top: 1px solid #eee;
}
.aside .up {
  padding: 18px 13px;
  border-top: 1px solid #eee;
}
.aside .icon-qq {
  width: 24px;
  height: 24px;
  background: url("../../image/icon/aside-qq.png") 0 0 no-repeat;
  background-size: cover;
}
.aside .icon-wechat {
  width: 24px;
  height: 24px;
  background: url("../../image/icon/aside-zixun.png") 0 0 no-repeat;
  background-size: cover;
}
.aside .icon-tel {
  width: 24px;
  height: 24px;
  background: url("../../image/icon/aside-tel.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.aside .icon-mail {
  width: 24px;
  height: 18px;
  background: url("../../image/icon/aside-mail.png?__sprite") no-repeat;
}
.aside .icon-back {
  width: 24px;
  height: 14px;
  background: url("../../image/icon/aside-back.png?__sprite") no-repeat;
}
.aside .p-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aside .tip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
  z-index: 100;
  padding: 15px;
  opacity: 0;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 0 20px 1px #eee;
  font-family: "Segoe UI", sans-serif;
  color: #f39800;
  display: none;
}
.aside .tip .image {
  box-sizing: border-box;
  display: inline-block;
  border: 1px dashed #eee;
}
.aside .tip span {
  margin-bottom: 5px;
  color: #333333;
}
.aside .tip:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  right: -9px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 10px solid transparent;
}
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 60px;
  min-width: 1190px;
  background: #000000;
  /*二级*/
  /*三级目录*/
}
.header .logo {
  display: block;
  margin: 15px 0;
  height: 30px;
  border: 0 none;
}
.header .slide-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.header .slide-menu a {
  color: #555;
  display: block;
}
.header .slide-menu:hover {
  display: block;
}
.header .slide-menu li:hover {
  background: #eee;
}
.header .slide-menu li:hover a {
  color: #f39800;
}
.header .header-menu {
  position: relative;
  height: 60px;
  color: #eee;
}
.header .header-menu a {
  display: inline-block;
  color: #eee;
}
.header li.current {
  color: #f39800;
  cursor: pointer;
}
.header li.current a.header-title,
.header .header-menu-item:hover a.header-title {
  border-bottom: 2px solid #f39800;
  color: #f39800;
  cursor: pointer;
}
.header .header-menu-item:hover a.header-title,
.header li.current a.header-title {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #f39800;
}
.header .header-menu-item {
  position: relative;
  float: left;
  margin: 0 20px;
  width: 78px;
  height: 60px;
  text-align: center;
}
.header .header-menu-item a {
  display: inline-block;
  margin: 16px 0;
  height: 28px;
  line-height: 28px;
}
.header .header-menu-item:hover .header-menu-lists,
.header .header-menu-item:hover .header-menu-list,
.header .header-menu-item:hover .header-menu-list01,
.header .header-menu-item:hover .header-menulist-list {
  visibility: visible;
  cursor: pointer;
  max-height: 600px;
}
.header .header-menu-lists {
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  padding: 10px 10px 0;
  top: 60px;
  left: -97px;
  width: 340px;
  height: 560px;
  background: #000;
  max-height: 0;
  border-radius: 0 0 3px 3px;
  text-align: left;
  opacity: .8;
}
.header .header-menu-list01 {
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  padding: 10px 10px 0 10px;
  top: 0px;
  background: #000;
  max-height: 0;
  border-radius: 0 0 3px 3px;
}
.header .header-menu-list {
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  padding: 10px 10px 0;
  top: 60px;
  left: -21px;
  width: 150px;
  background: #000;
  max-height: 0;
  border-radius: 0 0 3px 3px;
  text-align: left;
  opacity: .8;
}
.header .header-menu-list1 {
  left: 0px;
  width: 128px;
}
.header .header-menu-list-item {
  height: 14px;
  margin-bottom: 24px;
  color: #eee;
  line-height: 14px;
  white-space: nowrap;
  text-align: left;
}
.header .header-menu-list-item a {
  margin: 0;
}
.header .header-menu-list-item span {
  width: 37px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #f39800;
  border-radius: 1px;
  margin-left: 10px;
  text-align: center;
}
.header .header-menu-list-item:hover {
  cursor: pointer;
  color: #f39800;
}
.header .header-menu-list-item:hover > a {
  display: block;
  cursor: pointer;
  color: #f39800;
}
.header .header-menulist-list-item:hover {
  cursor: pointer;
  color: #f39800;
}
.header .header-menulist-list-item:hover a {
  display: block;
  cursor: pointer;
  color: #f39800;
}
.header .header-menulist-list-item {
  height: 14px;
  margin-bottom: 15px;
  margin-top: 6px;
  color: #eee;
  line-height: 14px;
  white-space: nowrap;
  text-align: left;
}
.header .header-menulist-list-item a {
  margin: 0;
}
.header .header-menulist-list-item span {
  width: 37px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #f39800;
  border-radius: 1px;
  margin-left: 10px;
  text-align: center;
}
.header .header-menulist-list-item:first-child {
  color: #fff;
}
.header .header-menu-list-item1:hover .header-menulist-list {
  visibility: visible;
  cursor: pointer;
  max-height: 430px;
}
.header .header-menulist-list {
  position: absolute;
  left: 190px;
  top: 0;
  width: 128px;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  padding: 12px 10px 0 10px;
  background: #000;
  max-height: 0;
  border-radius: 0 0 3px 3px;
  text-align: center;
}
.footer {
  height: 310px;
  padding-top: 45px;
  background: #171717;
}
.footer .footer-container {
  margin: 0 auto;
  width: 1190px;
}
.pro {
  margin-top: 15px;
}
.footer-left {
  margin-top: -20px;
  float: left;
}
.footer-left .footer-tel {
  color: #ffa400;
  font-size: 26px;
  text-align: left;
}
.footer-left .icon-tel {
  position: relative;
  top: 34px;
  display: inline-block;
  width: 59px;
  height: 59px;
}
.footer-left .footer-title {
  font-size: 18px;
  margin-left: 23px;
}
.footer-left .footer-phone-num {
  margin-left: 88px;
  font-size: 24px;
}
.footer-left .footer-social {
  display: none;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 14px;
  color: #eee;
}
.footer-left .footer-social a {
  color: #eee;
}
.footer-left .social-blank {
  display: block;
  float: left;
  width: 35px;
  height: 20px;
}
.footer-left .footer-social-item {
  margin-top: 20px;
  display: block;
  float: left;
}
.footer-left .footer-social-item:hover .we-chat {
  background: url("../../image/wechat-hover.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .footer-social-item:hover .wei-bo {
  background: url("../../image/sina-hover.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .footer-social-item:hover .bbs {
  background: url("../../image/BBS-hover.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .footer-social-item:hover a {
  color: #f39800;
}
.footer-left .icon-social {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 20px;
}
.footer-left .icon-social.we-chat {
  background: url("../../image/wechat.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .icon-social.wei-bo {
  background: url("../../image/sina.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .icon-social.bbs {
  background: url("../../image/BBS.png?__sprite") no-repeat;
  background-size: contain;
}
.footer-left .footer-social-item:last-of-type:hover .scan-wechat {
  opacity: 1;
}
.footer-left .scan-wechat {
  position: absolute;
  top: -10px;
  left: 60px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.footer-line-vertical {
  position: absolute;
  top: 0;
  left: 350px;
  width: 1px;
  height: 135px;
  background: #494949;
  z-index: 1;
}
.footer-right {
  float: right;
  font-family: "microsoft yahei", sans-serif;
  min-height: 135px;
}
.footer-right .footer-items {
  float: left;
  min-width: 200px;
  text-align: left;
  font-size: 14px;
}
.footer-right .footer-items:last-child {
  min-width: 140px;
}
.footer-right .footer-items p {
  color: #fff;
  font-size: 16px;
}
.footer-right .footer-items ul {
  margin-top: 18px;
  color: #fff;
}
.footer-right .footer-items ul li {
  margin-right: 50px;
  line-height: 35px;
}
.footer-right .footer-items ul span {
  color: #999;
}
.footer-right .footer-items ul a {
  color: #999;
}
.footer-right .footer-items ul a:hover {
  color: #ffffff;
}
.footer-line-horizon {
  margin: 88px 0 15px;
  width: 100%;
  height: 1px;
  background: #494949;
}
.footer-info {
  font-size: 12px;
  color: #fff;
}
.footer-info .footer-link p {
  color: #999;
  text-align: left;
}
.footer-info .footer-link span {
  color: #999;
}
.footer-info .footer-link li {
  float: left;
  margin-right: 10px;
}
.footer-info .footer-link li a {
  color: #999;
}
.footer-info .footer-link li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-info .footer-info-detail {
  color: #999;
  padding: 15px 0 0;
  font-size: 12px;
}
.footer-info .footer-info-detail p {
  float: left;
}
.footer-info .footer-info-detail p:nth-of-type(2) {
  margin-left: 120px;
}
.footer-info .footer-info-detail a {
  float: right;
  color: #999;
}
.index-p-page {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.index-p-page .pa {
  position: absolute;
}
.index-p-page .v-center {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-p-page .sizing-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-p-page .index-banner {
  width: 100%;
  z-index: -1;
}
.index-p-page .index-banner img {
  display: block;
  width: 100%;
}
.index-p-page .index-banner.active {
  z-index: 1;
}
.index-p-page .active-index-btn {
  height: 4px;
  bottom: 20px;
  font-size: 0;
  z-index: 1001;
}
.index-p-page .banner-item-btn {
  width: 70px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
.index-p-page .banner-nav-btn {
  width: 0;
  height: 8px;
  margin: 0;
  padding: 0;
}
.index-p-page .banner-nav-btn.active {
  background-color: #ffffff;
}
.index-p-page .index-banner-word {
  left: 360px;
  color: #ffffff;
}
.index-p-page .index-banner-word h4 {
  margin-bottom: 35px;
  line-height: 48px;
  font-size: 48px;
  color: #ffffff;
}
.index-p-page .index-banner-word div {
  width: 500px;
  line-height: 40px;
  font-size: 24px;
  color: #ffffff;
}
.index-p-page .banner-get-more-btn {
  width: 194px;
  height: 60px;
  margin-top: 40px;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
  background: #ffaf00;
  border-radius: 30px;
}
.index-p-page .banner-get-more-btn:hover {
  box-shadow: 0 6px 19px 1px rgba(255, 120, 0, 0.5);
}
.index-p-page .banner-loop-words-body {
  width: 750px;
  height: 120px;
  overflow: hidden;
}
.index-p-page .banner-loop-words {
  color: #fff;
  text-align: center;
  width: 100%;
  left: -750px;
}
.index-p-page .banner-loop-words1 {
  height: 58px;
  line-height: 58px;
  font-size: 58px;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 23px;
}
.index-p-page .banner-loop-words2 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: normal;
}
.index-p-page .header-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-p-page #header {
  position: absolute;
  top: 0;
  left: 0;
}
.index-p-page .mr-10 {
  margin-right: 10px;
}
.index-p-page .index-AR-solution {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-p-page .index-AR-solution h2 {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.index-p-page .ar-solution-desc {
  color: #666;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-size: 22px;
  margin-bottom: 100px;
  font-weight: normal;
}
.index-p-page .ar-solution-body {
  margin-bottom: 100px;
  font-size: 0;
}
.index-p-page .ar-solution-item {
  width: 390px;
  height: 200px;
  overflow: hidden;
}
.index-p-page .ar-solution-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-p-page .solution-item-content {
  width: 343px;
  height: 200px;
  z-index: 3;
}
.index-p-page .solution-item-content:hover .solution-item-name {
  color: #f39200;
}
.index-p-page .solution-item-content:hover .icon-1 {
  background: url("../../image/case-icon/icon-hover-1.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-content:hover .icon-2 {
  background: url("../../image/case-icon/icon-hover-2.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-content:hover .icon-3 {
  background: url("../../image/case-icon/icon-hover-3.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-content:hover .icon-4 {
  background: url("../../image/case-icon/icon-hover-4.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-content:hover .icon-5 {
  background: url("../../image/case-icon/icon-hover-5.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-content:hover .icon-6 {
  background: url("../../image/case-icon/icon-hover-6.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-name {
  margin: 28px 0 19px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  font-size: 22px;
  color: #333;
}
.index-p-page .solution-item-desc {
  color: #666;
  line-height: 26px;
  font-size: 15px;
}
.index-p-page .solution-item-icon {
  width: 100%;
  height: 70px;
}
.index-p-page .solution-item-icon .icon-1 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-1.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-icon .icon-2 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-2.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-icon .icon-3 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-3.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-icon .icon-4 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-4.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-icon .icon-5 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-5.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .solution-item-icon .icon-6 {
  width: 70px;
  height: 70px;
  background: url("../../image/case-icon/icon-6.png?__sprite") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .fish-video,
.index-p-page .fishs-video-body {
  width: 909px;
  height: 140px;
  bottom: 0px;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
}
.index-p-page .fish-video video,
.index-p-page .fishs-video-body video {
  width: 912px;
  height: 512px;
  position: absolute;
  top: -180px;
  left: -3px;
}
.index-p-page .index-AR-about {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url('../image/case-icon/bg-fish.jpg') 0 0 no-repeat;
  background-attachment: fixed;
  background-position: left;
}
.index-p-page .index-AR-about-content {
  padding-top: 160px;
  padding-left: 30px;
  text-align: left;
}
.index-p-page .index-AR-about-title {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #fff;
  margin-bottom: 32px;
}
.index-p-page .index-AR-about-desc {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.index-p-page .find-case-mine {
  display: block;
  margin-top: 48px;
  width: 185px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}
.index-p-page .find-case-mine:hover {
  background-color: #f39800;
  color: #fff;
  border: 1px solid #f39800;
}
.index-p-page .case-style {
  width: 27px;
  height: 27px;
  background: url("../image/case-icon/icon-add.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .case-style:hover {
  background: url("../image/case-icon/icon-circle.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .case-style:hover img,
.index-p-page .case-style:hover .case-style-name {
  display: block;
}
.index-p-page .case-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-p-page .case-style img {
  display: none;
  width: 81px;
  height: 31px;
  left: 22px;
  top: -26px;
}
.index-p-page .case-style .case-style-name {
  display: none;
  width: 99px;
  height: 33px;
  line-height: 33px;
  background-color: #ffae00;
  font-size: 16px;
  color: #fff;
  text-align: center;
  left: 103px;
  top: -40px;
}
.index-p-page .case-style.style-1 {
  top: 142px;
  left: 752px;
}
.index-p-page .case-style.style-2 {
  top: 184px;
  left: 918px;
}
.index-p-page .case-style.style-3 {
  top: 325px;
  left: 754px;
}
.index-p-page .case-style.style-4 {
  top: 418px;
  left: 900px;
}
.index-p-page .AR-users {
  font-size: 0;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.index-p-page .user-of-ar {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  font-weight: normal;
  color: #333;
  margin-bottom: 70px;
}
.index-p-page .AR-users-item {
  width: 120px;
  padding-top: 115px;
  margin: 30px 32px 0 0;
  font-size: 16px;
  color: #666;
  position: relative;
}
.index-p-page .AR-users-item span {
  position: absolute;
  top: 0;
  left: 12.5px;
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
.index-p-page .AR-users-item:nth-last-of-type(8n+1) {
  margin-right: 0;
}
.index-p-page .user-1 {
  background: url("../image/case-icon/kfc.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-2 {
  background: url("../image/case-icon/home-car.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-3 {
  background: url("../image/case-icon/disco.png") -3px 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-4 {
  background: url("../image/case-icon/juhua.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-5 {
  background: url("../image/case-icon/beigu.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-6 {
  background: url("../image/case-icon/fishmen.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-7 {
  background: url("../image/case-icon/v-pin.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-8 {
  background: url("../image/case-icon/zhifubao.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-9 {
  background: url("../image/case-icon/tutule.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-10 {
  background: url("../image/case-icon/baishi.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-11 {
  background: url("../image/case-icon/nongye.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-12 {
  background: url("../image/case-icon/kele.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-13 {
  background: url("../image/case-icon/sung.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-14 {
  background: url("../image/case-icon/icon-luoyang.png") -3px 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-15 {
  background: url("../image/case-icon/wanmei.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-16 {
  background: url("../image/case-icon/feifan.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-17 {
  background: url("../image/case-icon/zhongxing.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-18 {
  background: url("../image/case-icon/benchi.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-19 {
  background: url("../image/case-icon/odg-flat.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-20 {
  background: url("../image/case-icon/baiwei.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-21 {
  background: url("../image/case-icon/baicaoji.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-22 {
  background: url("../image/case-icon/zhaohang.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-23 {
  background: url("../image/case-icon/qianbi.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-24 {
  background: url("../image/case-icon/kafu.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-25 {
  background: url("../image/case-icon/dazhong.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-26 {
  background: url("../image/case-icon/hanjin.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-27 {
  background: url("../image/case-icon/senma.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-28 {
  background: url("../image/case-icon/baojie.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-29 {
  background: url("../image/case-icon/home-golden.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-30 {
  background: url("../image/case-icon/aodi.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-31 {
  background: url("../image/case-icon/xiaomi.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .user-32 {
  background: url("../image/case-icon/tengxun.png") 0 0 no-repeat;
  background-size: cover;
}
.index-p-page .page6 .page6-m1 {
  width: 100%;
  padding-top: 75px;
  background: #fff;
}
.index-p-page .page6 .page6-m1 h2 {
  font-size: 36px;
  font-weight: 300;
  color: #333;
}
.index-p-page .page6 .page6-m1 img {
  margin: 85px 0;
}
.index-p-page .page6 .page6-m2 {
  width: 100%;
  height: 455px;
  padding-top: 100px;
  background: #eee;
}
.index-p-page .page6 .page6-m2 h2 {
  font-size: 36px;
  font-weight: 300;
  color: #333;
}
.index-p-page .page6 .page6-m2 .wrap-container {
  position: relative;
  width: 1190px;
  height: 210px;
  margin: 100px auto 0;
}
.index-p-page .page6 .page6-m2 .wrap-container .swiper-container {
  width: 1000px;
  height: 162px;
  border-radius: 20px;
  background: #fff;
}
.index-p-page .page6 .page6-m2 .wrap-container .swiper-container .swiper-wrapper .swiper-slide p {
  margin: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.75em;
  color: #8492a6;
}
.index-p-page .page6 .page6-m2 .wrap-container .swiper-button-prev,
.index-p-page .page6 .page6-m2 .wrap-container .swiper-button-next {
  top: 38% !important;
}
.index-p-page .page6 .page6-m2 .pagination div {
  width: 500px;
  margin: 0 auto;
}
.index-p-page .page6 .page6-m2 .pagination div div {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 15px;
  opacity: 0.3;
}
.index-p-page .page6 .page6-m2 .pagination div div.cur-active {
  opacity: 1;
}
.index-p-page .page6 .page6-m2 .pagination div div:hover {
  cursor: pointer;
}
.scanprogress-box,
.binfrastructure-box,
.develop-box {
  overflow: hidden;
  padding: 0 0 80px;
  width: 100%;
  background: #fff;
}
div.scanprogress-box {
  padding: 0;
}
img.learn-index-bg {
  display: block;
  width: 100%;
  border: 0 none;
}
.develop-box {
  text-align: center;
}
.box2-binfrastructure {
  background: #f0f0f0;
}
.tree {
  margin: 0 auto 40px;
}
.scanprogress-box img {
  width: 33.3%;
}
.t-title01 {
  font-size: 35px;
}
.progress {
  height: 500px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.pro-left {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 600px;
}
.pro-left span {
  font-size: 20px;
}
.left {
  position: relative;
  left: 360px;
  height: 50px;
  text-align: left;
}
.left2 {
  position: relative;
  top: 15px;
}
.left3 {
  position: relative;
  top: 50px;
}
.left4 {
  position: relative;
  top: 80px;
}
.right {
  position: relative;
  left: -350px;
  text-align: right;
  height: 50px;
}
.right1 {
  position: relative;
  top: -30px;
}
.right3 {
  position: relative;
  top: 30px;
}
.right4 {
  position: relative;
  top: 70px;
}
.right5 {
  position: relative;
  top: 100px;
}
.licheng-k {
  position: relative;
  float: left;
  left: 11%;
  top: 12px;
  z-index: 1;
}
.progress1 {
  position: relative;
  top: -478px;
  left: 440px;
  background-image: url(../image/zhou.png);
  background-repeat: no-repeat;
  text-align: center;
  float: left;
  width: 20px;
  height: 700px;
}
.box3-bin {
  height: 800px;
}
.pro-title-t {
  color: #ff9e00;
  font-size: 16px;
  margin-left: 5px;
}
#newsMain {
  padding: 0 0 50px;
}
.news-box {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  height: 310px;
}
.news-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  width: 50px;
  height: 310px;
  box-shadow: 0px 0px 10px 1px #ccc;
  font-size: 40px;
}
.news-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 1;
  width: 50px;
  height: 310px;
  box-shadow: 0px 0px 10px 1px #ccc;
  font-size: 40px;
}
.news-inner-box {
  overflow: hidden;
  margin: 10px 0;
  padding: 0 45px;
  height: 290px;
  box-shadow: 0px 0px 10px 4px #ddd, 0px 0px 10px 4px #ddd;
}
.news-title-box {
  margin-top: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.news-title-box a {
  float: left;
}
.news-title-box a:hover,
.news-title-box span:hover {
  text-decoration: underline;
  color: #f39800;
  cursor: pointer;
}
.news-title-box a.date {
  float: right;
  font-size: 14px;
  line-height: 26px;
  color: #f39800;
}
.news-index-bg {
  display: block;
  width: 100%;
  border: 0 none;
}
.news-content {
  margin: 20px 0 0;
  position: relative;
}
.news-content .news-img {
  width: 230px;
  height: 150px;
  float: left;
}
.news-content .news-shot {
  overflow: hidden;
  display: block;
  margin: 0 0 0 250px;
  max-height: 122px;
  color: #8492a6;
  text-align: left;
  text-indent: 28px;
  line-height: 30px;
  font-size: 16px;
}
.news-content .news-shot:hover {
  text-decoration: underline;
  color: #f39800;
  cursor: pointer;
}
.news-content span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  color: #8492a6;
}
/*新闻详情页*/
body {
  background: #f7f7f7;
}
.news-main {
  margin: 0 auto;
  padding: 10px 0 130px 0;
  width: 1190px;
  background: #fff;
}
.news-time {
  margin: 10px 0 0;
  text-align: left;
  text-indent: 20px;
  color: #959595;
}
.news-img-panel {
  margin: 20px auto;
  width: 1190px;
  text-align: center;
}
.news-title {
  margin: 30px 0 0;
  text-indent: 20px;
  text-align: left;
  padding: 0;
}
.news-img-big {
  width: 100%;
}
.news-title-bar {
  width: 1150px;
  margin: 20px auto;
  text-align: left;
  color: #333;
}
.news-title-bar a {
  color: #333;
  display: inline-block;
  margin-right: 10px;
}
.news-title-bar a:hover {
  color: #f39800;
  text-decoration: underline;
}
.news-title-bar a.current-news {
  color: #f39800;
}
.news-title-bar .news-time {
  color: #939393;
  font-size: 12px;
  line-height: 14px;
}
.news-detail {
  padding: 10px 30px;
  text-align: left;
  color: #333;
}
.news-detail p {
  margin-top: 10px;
  line-height: 24px;
}
.news-detail .nd-title {
  margin-top: 16px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
div.news-main div.news-btn {
  display: inline-block;
  margin: 10px 15px 0;
  cursor: pointer;
  text-align: center;
}
div.news-main div.news-btn a {
  margin: 0 15px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
div.news-main div.news-btn a:hover {
  border-bottom: 1px solid #f39800;
  color: #f39800;
}
.product-box {
  padding: 50px 0 30px;
}
.product-box .t-article {
  font-size: 18px;
}
.solution-main {
  padding: 0 0 40px;
}
img.product-index-bg {
  display: block;
  width: 100%;
  border: 0 none;
}
div.solution-box-1 {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding: 0;
  height: 370px;
  background: #fff;
}
div.solution-box-1 .solution-inner-box {
  overflow: hidden;
  margin: 10px 0;
  height: 350px;
  box-shadow: 0px 0px 10px 4px #ddd, 0px 0px 10px 4px #ddd;
}
div.solution-box-1:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -50px;
  width: 50px;
  height: 370px;
  box-shadow: 0px 0px 10px 1px #ccc;
  font-size: 40px;
}
div.solution-box-1:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -50px;
  width: 50px;
  height: 370px;
  box-shadow: 0px 0px 10px 1px #ccc;
  font-size: 40px;
}
.solution-cnt-box {
  padding: 40px 80px;
  width: 440px;
  text-align: left;
}
.solution-cnt-box span {
  display: inline-block;
  margin: 30px 0;
  height: 30px;
  font-size: 30px;
}
.solution-cnt-box p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #8492a6;
}
.solution-cnt-box .learn-more {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  color: #f39800;
}
#lightApp {
  width: 100%;
  background-color: #fff;
}
#lightApp .mr-40 {
  margin-right: 40px;
}
#lightApp .w1060 {
  width: 1060px;
  margin: 0 auto;
}
#lightApp .p-top {
  position: absolute;
  top: 0;
}
#lightApp .p-bottom {
  position: absolute;
  bottom: 0;
}
#lightApp .pa {
  position: absolute;
}
#lightApp .v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lightApp .sizing-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp .light-app-banner {
  width: 100%;
  height: 420px;
  position: relative;
  background-color: #c4cdd9;
  overflow: hidden;
}
#lightApp .app-banner-box {
  position: relative;
  height: 100%;
}
#lightApp .app-banner-bg {
  position: absolute;
  left: -360px;
  top: 0;
  height: 420px;
  z-index: 1;
}
#lightApp .app-banner-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 116px;
  width: 760px;
  text-align: center;
}
#lightApp .app-banner-content h1 {
  font-size: 30px;
  color: #383333;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: normal;
}
#lightApp .app-banner-content p {
  font-size: 20px;
  color: #666;
  line-height: 36px;
  font-weight: 300;
}
#lightApp .app-banner-content .app-banner-btn {
  margin-top: 60px;
}
#lightApp .app-banner-content .button {
  width: 181px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0;
  margin-right: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp .app-banner-content a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
#lightApp .app-banner-content .button:hover {
  background-color: #f39800;
  border: 0 none;
}
#lightApp .app-banner-content .button:hover a {
  color: #fff;
}
#lightApp .light-app-ability {
  text-align: center;
  padding-top: 103px;
}
#lightApp h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 24px;
}
#lightApp .light-app-desc {
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
#lightApp .ability-case {
  font-size: 0;
  margin: 57px 0 99px 0;
}
#lightApp .case-body {
  display: inline-block;
  width: 370px;
  height: 481px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
#lightApp .ability-case-img {
  width: 335px;
  height: 270px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
#lightApp .ability-case-img.border-none {
  border-bottom: 0 none;
}
#lightApp .ability-case-img a {
  display: block;
  width: 100%;
  height: 222px;
  position: relative;
  top: 48px;
}
#lightApp .ability-case-img img {
  display: block;
  border: 0 none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lightApp .ability-case-desc {
  text-align: center;
  padding-top: 52px;
}
#lightApp .case-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #333;
}
#lightApp .case-ability {
  font-size: 20px;
  line-height: 20px;
  color: #666;
}
#lightApp .case-abilty-details {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #fcc348;
  text-align: center;
}
#lightApp .case-abilty-details a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 165px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp .ability-details-desc {
  text-align: center;
  text-justify: inter-word;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  padding: 0 30px;
}
#lightApp .case-ability-button {
  bottom: 65px;
  left: 134px;
  width: 100px;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
#lightApp .case-ability-button:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#lightApp .case-body:hover .case-abilty-details {
  display: block;
}
#lightApp .future-limit {
  width: 100%;
  height: 1026px;
  background-color: #f5f5f5;
}
#lightApp .future-limit-body {
  padding-top: 101px;
}
#lightApp .light-limit-case {
  width: 100%;
  height: 642px;
  margin-top: 107px;
}
#lightApp .limit-left,
#lightApp .limit-right {
  width: 519px;
  height: 640px;
  overflow: hidden;
}
#lightApp .limit-left img,
#lightApp .limit-right img {
  display: block;
  max-width: 519px;
  max-height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#lightApp .limit-left .case-1,
#lightApp .limit-right .case-1 {
  height: 640px;
}
#lightApp .limit-left .case-2,
#lightApp .limit-right .case-2 {
  height: 312px;
  overflow: hidden;
}
#lightApp .limit-left .case-3,
#lightApp .limit-right .case-3 {
  height: 314px;
  overflow: hidden;
}
#lightApp .limit-left img:hover,
#lightApp .limit-right img:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
#lightApp .app-thoughts {
  width: 100%;
  height: 1390px;
  background-color: #fff;
}
#lightApp .app-thougth-body {
  width: 998px;
  margin: 0 auto;
  padding-top: 101px;
}
#lightApp .app-ability-contrast {
  margin-top: 55px;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp .contrast-content {
  text-align: center;
  width: 171px;
  height: 70px;
  line-height: 70px;
  color: #333;
  font-size: 14px;
}
#lightApp .contrast-title {
  background-color: #f7b72d;
}
#lightApp .contrast-title li {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp .contrast-last {
  width: 312px;
  border-right: 0 none;
}
#lightApp .contrast-bg1 {
  background-color: #f5f5f5;
}
#lightApp .contrast-bg2 {
  background-color: #fff;
}
#lightApp span.img1 {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../image/lightapp/icon-right.png") 0 0 no-repeat;
  background-size: cover;
}
#lightApp span.img2 {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../image/lightapp/icon-error.png") 0 0 no-repeat;
  background-size: cover;
}
#lightApp div.img3 {
  display: inline-block;
}
#lightApp div.img3 i {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: -20px;
  background: url("../image/lightapp/icon-question.png") 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
#lightApp .question-desc {
  display: none;
  width: 282px;
  height: auto;
  position: absolute;
  top: 45px;
  right: -286px;
  z-index: 2;
  border: 1px solid #333;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  font-size: 0;
}
#lightApp .question-desc h5 {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #333;
  font-weight: bolder;
  height: 14px;
  line-height: 14px;
}
#lightApp .question-desc span {
  line-height: 16px;
  font-size: 14px;
  color: #666;
  display: block;
}
#lightApp p.app-other {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
#lightApp .padding-top1 {
  padding-top: 8px;
}
#lightApp .padding-top2 {
  padding-top: 15px;
}
#lightApp p.app-special {
  font-size: 12px;
  color: #ee7f20;
  line-height: 16px;
}
#lightApp .cost-free {
  color: #60b116;
}
#lightApp #oppenARTrival {
  width: 100%;
  height: 456px;
  text-align: center;
  background-color: #f5f5f5;
}
#lightApp #oppenARTrival .oppen-AR-trival {
  width: 1100px;
  margin: 0 auto;
  padding-top: 109px;
  font-size: 0;
}
#lightApp #oppenARTrival h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  height: 30px;
  font-weight: normal;
  margin-bottom: 38px;
}
#lightApp #oppenARTrival .about-selef-AR {
  line-height: 24px;
  height: 24px;
  margin-bottom: 67px;
  font-size: 24px;
  font-weight: 300;
  color: #666;
}
#lightApp p.AR-btn {
  display: inline-block;
  width: 201px;
  height: 60px;
  line-height: 60px;
  background-color: #f7b72d;
  border-radius: 5px;
}
#lightApp p.AR-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
}
#lightApp p.AR-btn a:hover {
  -webkit-animation: rubberBand .3s linear;
  -o-animation: rubberBand .3s linear;
  animation: rubberBand .3s linear;
}
#lightApp #lightApplay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}
#lightApp #lightApplay .light-AR-applay {
  background-color: #fff;
  width: 835px;
  height: 604px;
  padding: 38px 0 38px 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp #lightApplay .light-AR-applay > img.btn {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 30px;
  cursor: pointer;
}
#lightApp #lightApplay div.left-element {
  float: left;
  width: 528px;
  height: 526px;
  text-align: center;
  vertical-align: middle;
}
#lightApp #lightApplay div.left-element.left-element1 {
  line-height: 526px;
}
#lightApp #lightApplay div.left-element img {
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
}
#lightApp #lightApplay div.right-element {
  float: right;
  width: 230px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp #lightApplay div.right-element section {
  text-align: left;
  /*.nomol{
            font-weight: normal;
        }*/
}
#lightApp #lightApplay div.right-element section h1 {
  font-size: 14px;
  color: #000;
  padding-bottom: 20px;
}
#lightApp #lightApplay div.right-element section h1.nomol {
  font-size: 16px;
}
#lightApp #lightApplay div.right-element section h2 {
  font-size: 12px;
  padding-bottom: 10px;
  color: #e4992e;
}
#lightApp #lightApplay div.right-element section h5 {
  color: #999;
  font-size: 10px;
  margin: 0;
}
#lightApp #lightApplay section.headers {
  height: 139px;
  border-bottom: 1px solid #ddd;
}
#lightApp #lightApplay section.middles {
  height: 201px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightApp #lightApplay section.middles p {
  font-size: 12px;
  color: #8792a6;
  padding-right: 12px;
  text-align: justify;
}
#lightApp #lightApplay section.bottoms div.img-list h1 {
  padding-top: 25px;
  font-weight: 400;
}
#lightApp #lightApplay section.bottoms div.img-list img {
  width: 14px;
  height: 13px;
  margin-right: 10px;
}
#lightApp #lightApplay section.bottoms div.img-list > div {
  margin-bottom: 10px;
}
#lightApp #lightApplay section.bottoms div.img-list > div span {
  font-size: 12px;
  color: #8792a4;
}
#ARSdk {
  background-color: #fff;
  text-align: center;
}
#ARSdk .pa {
  position: absolute;
}
#ARSdk .v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ARSdk .sizing-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk .mr-40 {
  margin-right: 40px;
}
#ARSdk .ar-adk-banner {
  width: 100%;
  height: 160px;
  background: url("../image/sdk/1011.jpg") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .sdk-baner-content {
  height: 100%;
  padding-top: 47px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk .title-name {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
#ARSdk .title-detail {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 90px;
}
#ARSdk .sdk-banner-button {
  display: inline-block;
  width: 181px;
  height: 48px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 48px;
}
#ARSdk .sdk-banner-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #333;
}
#ARSdk .sdk-banner-button:hover {
  background-color: #f39800;
}
#ARSdk .sdk-banner-button:hover a {
  color: #fff;
}
#ARSdk .sdk-names {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 10px ;
}
#ARSdk .sdk-namess {
  margin: 0 0 100px 0;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  color: #333;
  padding-top: 100px;
}
#ARSdk .cc-sdks-t1 {
  position: relative;
  left: 80px;
  float: left;
  top: 65px;
  font-size: 20px;
}
#ARSdk .cc-sdks-t {
  font-size: 20px;
  position: relative;
  left: -10px;
  top: 65px;
}
#ARSdk .cc-sdks-tt {
  left: 1px;
}
#ARSdk .cc-sdks-tt1 {
  left: 85px;
}
#ARSdk .sdk-title {
  padding: 100px;
  text-align: center;
  margin: 0px auto;
  font-size: 26px;
  font-weight: normal;
  color: #333;
}
#ARSdk .sdk-content .sdk-content-cc {
  width: 1000px;
  margin: 0 auto;
}
#ARSdk .sdk-content .sdk-content-cc img {
  position: relative;
}
#ARSdk .sdk-content .sdk-content-cc0 {
  position: relative;
  left: 15px;
}
#ARSdk .sdk-content .sdk-content-cc1 {
  position: relative;
  left: 25px;
}
#ARSdk .sdk-cont {
  position: relative;
  left: 100px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  text-align: left;
  color: #666;
}
#ARSdk .sdk-cont1 {
  text-align: left;
  position: relative;
  top: 55px;
  left: -270px;
  font-size: 14px;
  display: inline-block;
  height: 40px;
}
#ARSdk .sdk-cont2 {
  text-align: left;
  position: relative;
  top: 55px;
  left: -200px;
  font-size: 14px;
  display: inline-block;
  height: 40px;
}
#ARSdk .p0 {
  position: absolute;
  font-size: 36px;
  margin-left: 20px;
  display: inline;
}
#ARSdk .p0 .sdk-name {
  color: #f6b400;
}
#ARSdk .p0 .sdk-name-t {
  font-size: 18px;
  color: #333;
}
#ARSdk .sdk-name-ti {
  margin-left: 80px;
}
#ARSdk .sdk-name-t-line {
  display: block;
  width: 380px;
  height: 1px;
  position: relative;
  left: 80px;
  top: 5px;
  background-color: #dfdfdf;
}
#ARSdk .p1 {
  font-size: 30px;
  margin-left: 150px;
  display: inline;
}
#ARSdk .sdk-conts {
  margin-top: 100px;
  float: left;
  width: 700px;
}
#ARSdk .sdk-cont1-t {
  top: 20px;
  margin-top: 20px;
}
#ARSdk .line-f-padd {
  margin: 90px 0;
}
#ARSdk .line-f-padds {
  margin: 90px 0 0 0;
}
#ARSdk .confix {
  width: 100%;
  border: #eee 1px solid;
  margin-top: 150px;
  margin-bottom: 50px;
}
#ARSdk .ar-sdk-future {
  padding-top: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk .ar-sdk-future .sdk-names {
  font-size: 26px;
  font-weight: 300;
  color: #333;
}
#ARSdk .ar-sdk-future .sdk-name-desc {
  font-size: 20px;
  font-weight: normal;
  color: #595959;
  margin-bottom: 100px;
}
#ARSdk .sdk-future-item {
  width: 370px;
  height: 481px;
  margin-top: 61px;
  border: 1px solid #f5f5f5;
}
#ARSdk .sdk-future-item.border1 {
  border-bottom: 2px solid #f6b400;
}
#ARSdk .sdk-future-item.border2 {
  border-bottom: 2px solid #8bc34a;
}
#ARSdk .sdk-future-item.border3 {
  border-bottom: 2px solid #50d8cc;
}
#ARSdk .sdk-future-img {
  width: 335px;
  height: 270px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
#ARSdk .sdk-future-img a {
  display: block;
  width: 100%;
  height: 222px;
  position: relative;
  top: 48px;
}
#ARSdk .sdk-future-img img {
  display: block;
  border: 0 none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ARSdk .sdk-future-desc {
  text-align: center;
  padding-top: 55px;
}
#ARSdk .sdk-future-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 28px;
  color: #333;
}
#ARSdk .sdk-future-ability {
  font-size: 20px;
  line-height: 20px;
  color: #666;
}
#ARSdk .sdk-future-details {
  display: none;
  top: -1px;
  left: -1px;
  bottom: -2px;
  right: -1px;
  z-index: 2;
  background-color: #fcc348;
  text-align: center;
}
#ARSdk .sdk-future-details a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 165px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk .future-details-desc {
  text-align: center;
  text-justify: inter-word;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  padding: 0 30px;
}
#ARSdk .future-ability-button {
  bottom: 65px;
  left: 134px;
  width: 120px;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
#ARSdk .future-ability-button:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#ARSdk .sdk-future-item:hover .sdk-future-details {
  display: block;
}
#ARSdk .ar-sdk-limit {
  width: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
#ARSdk .ar-sdk-limit-body {
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  padding-top: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk .ar-sdk-limit-body .sdk-name-desc {
  margin-bottom: 7px;
}
#ARSdk .sdk-limit-item {
  width: 100px;
  padding-top: 115px;
  margin: 60px 50px 0 0;
  font-size: 20px;
  color: #666;
  position: relative;
}
#ARSdk .sdk-limit-item span {
  position: absolute;
  top: 0;
  left: 3.5px;
  width: 93px;
  height: 93px;
  margin: 0 auto;
}
#ARSdk .sdk-limit-item:nth-last-of-type(8n+1) {
  margin-right: 0;
}
#ARSdk .bg-sdk1 {
  background: url("../image/sdk/kfc.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk2 {
  background: url("../image/sdk/home-car.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk3 {
  background: url("../image/sdk/vogue.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk4 {
  background: url("../image/sdk/juhua.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk5 {
  background: url("../image/sdk/beigu.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk6 {
  background: url("../image/sdk/semir.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk7 {
  background: url("../image/sdk/v-pin.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk8 {
  background: url("../image/sdk/zhifubao.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk9 {
  background: url("../image/sdk/tutule.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk10 {
  background: url("../image/sdk/baishi.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk11 {
  background: url("../image/sdk/nongye.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk12 {
  background: url("../image/sdk/sung.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk13 {
  background: url("../image/sdk/fish.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk14 {
  background: url("../image/sdk/baojie.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk15 {
  background: url("../image/sdk/zaohang.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk .bg-sdk16 {
  background: url("../image/sdk/tianxia.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk #oppenARTrival {
  width: 100%;
  height: 365px;
  padding-top: 101px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ARSdk #oppenARTrival h4 {
  font-size: 28px;
  color: #333;
  height: 28px;
  line-height: 28px;
  margin-bottom: 55px;
}
#ARSdk .tle-phone {
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  color: #595959;
  margin-bottom: 40px;
}
#ARSdk .tle-phone i {
  display: inline-block;
  width: 26px;
  height: 30px;
  vertical-align: top;
  background: url("../image/sdk/tele.png") 0 0 no-repeat;
  background-size: cover;
}
#ARSdk a.mor-tle {
  text-decoration: underline;
  font-size: 18px;
  color: #595959;
}
#ARSdk a.mor-tle:hover {
  color: #f39800;
}
.ideasss ul {
  width: 1206px;
  height: 250px;
}
.ideasss li {
  border: 1px solid #eee;
  float: left;
  width: 580px;
  height: 250px;
}
.ideasss li .icon-11 img {
  width: auto;
  height: auto;
  float: left;
  margin-top: 70px;
  margin-left: 70px;
}
.ideasss li .details {
  font-size: 18px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.sdk-ul-two {
  margin-left: 40px;
}
.cc-sdk {
  display: block;
  text-align: left;
  width: 255px;
  margin-left: 250px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 80px;
  color: #666;
  font-weight: 300;
}
.cc-sdks {
  display: block;
  width: 250px;
  margin-left: 250px;
  line-height: 24px;
  margin-top: 80px;
  text-align: left;
  color: #666;
  font-size: 14px;
  font-weight: 300;
}
.sdk-c {
  width: 100%;
  height: 350px;
  background: #eee;
}
.sdk-c p {
  font-size: 16px;
  font-weight: bolder;
}
.sdk-c span {
  font-size: 12px;
  color: #eee;
}
.ideass-distanse {
  margin-top: 50px;
}
.hr {
  width: 300px;
}
.sdk-section-display p {
  clear: both;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  text-align: left;
  font-weight: 300;
}
.sdk-section-display p.tr1 {
  font-size: 16px;
  color: #666;
}
.sdk-section-display h4 {
  text-align: left;
  font-size: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}
.sdk-section-display .display-item .w980 {
  position: relative;
}
.sdk-section-display .display-item h2 {
  padding: 50px;
}
.img-pro {
  width: 300px;
  height: 250px;
}
.img-ar {
  width: 500px;
  height: 350px;
  position: relative;
  left: -200px;
  top: 30px;
}
.img-scan {
  width: 600px;
  height: 350px;
  position: relative;
  left: 130px;
  top: 50px;
}
.img-slam {
  width: 550px;
  height: 300px;
  position: relative;
  left: -200px;
  top: 30px;
}
.img-follow {
  width: 500px;
  height: 300px;
  position: relative;
  left: 250px;
  top: 30px;
}
.vblock01 {
  background: #f5f5f5;
}
.vblock101 {
  height: 400px ;
  max-width: 1200px;
  margin: 0 auto;
}
.vblock1 {
  position: relative;
  left: -100px;
  top: 50px;
}
.vblock1-01 {
  left: -180px;
}
.vblock2 {
  position: relative;
  left: 80px;
  top: 50px;
}
.line {
  position: relative;
  height: 1px;
  background-color: #dfdfdf;
  margin: 10px 0;
}
.line-f3 {
  width: 180px;
}
.sdk-jump {
  padding: 60px 0;
  width: 100%;
  background-color: #F8F8F8;
}
.sdk-jump span {
  display: inline-block;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  background: #f7b72e;
  border-radius: 5px;
}
.page-solution * {
  color: #333;
}
.page-solution dt,
.page-solution dd {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-solution h1 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.page-solution h2 {
  font-size: 26px;
  font-weight: normal;
  color: #333;
}
.page-solution h3 {
  font-size: 20px;
  font-weight: 300;
  color: #595959;
}
.page-solution .page-banner {
  height: 160px;
  background: url("../../../image/solution/bg-index.png?__sprite") no-repeat;
  background-size: cover;
}
.page-solution .page-banner > div {
  height: 100%;
}
.page-solution .business {
  padding: 80px 0 100px;
}
.page-solution .business h2 {
  margin-bottom: 80px;
  font-weight: 300;
}
.page-solution .business ul {
  display: inline-block;
  margin: 0 auto;
  min-width: 1201px;
}
.page-solution .business img {
  display: block;
  width: 280px;
}
.page-solution .business li {
  float: left;
  width: 280px;
  min-height: 383px;
  box-shadow: 0 0 5px 1px #eee;
}
.page-solution .business li:not(:last-of-type) {
  margin-right: 27px;
}
.page-solution .business h4 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  color: #212121;
}
.page-solution .business p {
  margin: 20px 0 18px;
  font-size: 16px;
  color: #818181;
  font-weight: 300;
  min-height: 50px;
  line-height: 25px;
}
.page-solution .business a {
  display: block;
  margin: 0 auto 30px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 15px;
}
.page-solution .business a:hover {
  background: #f39800;
  color: #fff;
}
.page-solution .case-list h2 {
  margin-bottom: 20px;
}
.page-solution .case-list h3 {
  font-weight: 300;
  margin-bottom: 35px;
}
.page-solution .case-item {
  margin: 0 auto;
  max-width: 1202px;
  margin-top: 65px;
  line-height: 0;
  box-shadow: 0px 0px 12px #efefef;
}
.page-solution .case-item:hover {
  line-height: 0;
  box-shadow: 0px 0px 12px rgba(236, 109, 0, 0.4);
}
.page-solution .case-item dt {
  position: relative;
  float: right;
  overflow: hidden;
  padding: 0;
  width: 620px;
  height: 340px;
  z-index: 1;
}
.page-solution .case-item dt img {
  float: left;
}
.page-solution .case-item .dt-001 {
  float: left;
}
.page-solution .case-item dd {
  float: left;
  position: relative;
  width: 1200px;
  text-align: left;
  z-index: 2;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page-solution .case-item i {
  position: absolute;
  top: 90px;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.page-solution .case-item i.icon-autohome {
  background: url("../../../image/solution/icon-autohome.png?__sprite") no-repeat;
}
.page-solution .case-item i.icon-zte {
  background: url("../../../image/solution/icon-zte.png?__sprite") no-repeat;
}
.page-solution .case-item i.icon-bank {
  background: url("../../../image/solution/icon-bank.png?__sprite") no-repeat;
}
.page-solution .case-title {
  position: relative;
  left: 30px;
  top: 60px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution .case-title a {
  color: #595959;
}
.page-solution .case-title a:hover {
  color: #f39800;
}
.page-solution .case-coop {
  border: solid 1px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #595959;
}
.page-solution .case-coop a {
  margin-left: 10px;
  color: #f39800;
  border-bottom: 1px solid #f39800;
}
.page-solution .case-desc {
  max-width: 670px;
  position: relative;
  left: 30px;
  top: 70px;
  text-align: left;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution .case-decs {
  margin: 30px 0 0 30px ;
  margin-top: 90px;
  color: #f39800;
}
.page-solution .case-title1 {
  max-width: 670px;
  margin-top: 40px;
  position: relative;
  left: 510px;
  top: 55px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution .case-title1 a {
  color: #595959;
}
.page-solution .case-title1 a:hover {
  color: #f39800;
}
.page-solution .case-desc1 {
  margin: 60px 40px 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution .case-decs1 {
  text-align: right;
  margin: 35px 50px 0 30px ;
  color: #f39800;
}
.page-solution .ad-list {
  padding: 100px 0;
  background: #eee;
  font-size: 20px;
  color: #595959;
}
.page-solution .ad-list h2 {
  margin-bottom: 20px;
}
.page-solution .ad-list h3 {
  margin-bottom: 100px;
  font-weight: 300;
}
.page-solution .link-more {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-solution .link-more-1 {
  padding-bottom: 60px;
  background: #eee;
}
.page-solution .link-learn-more {
  margin: 0 auto;
  padding: 0 23px;
  display: inline-block;
  font-size: 14px;
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 15px;
  line-height: 40px;
}
.page-solution .link-learn-more:hover {
  color: #fff;
  background-color: #f39800;
}
.page-solution .more {
  padding: 100px 0 120px;
  font-size: 32px;
  color: #595959;
}
.page-solution .more h2 {
  margin-bottom: 60px;
}
.page-solution .more .icon-tel {
  position: relative;
  top: 3px;
  margin-right: 15px;
  display: inline-block;
  width: 26px;
  height: 30px;
  background: url("../../../image/solution/icon-tel.png?__sprite") no-repeat;
  background-size: cover;
}
.page-solution .more p {
  margin-bottom: 40px;
}
.page-solution .more a {
  display: inline-block;
  border-bottom: 1px solid #595959;
  font-size: 18px;
  color: #595959;
}
.page-solution .more a:hover {
  color: #f39800;
  border-color: #f39800;
}
.case-background {
  height: 340px;
  float: right;
  text-align: right;
  position: relative;
  z-index: 1;
}
.case-decs-de {
  background-image: url(../image/solution/background1.png);
  background-size: cover;
  position: relative ;
  z-index: 2;
}
.case-decs-de1 {
  height: 340px;
  background-image: url(../image/solution/background2.png);
  background-size: cover;
  position: relative ;
  z-index: 2;
}
.page-solution-item * {
  color: #333;
}
.page-solution-item .bg-f9 {
  background: #f9f9f9;
}
.page-solution-item .bg-ff {
  background: #fff;
}
.page-solution-item h4 {
  font-size: 26px;
  font-weight: normal;
}
.page-solution-item h5 {
  font-size: 20px;
  font-weight: normal;
}
.page-solution-item p.dec {
  font-size: 20px;
  color: #666;
  font-weight: 300;
}
.page-solution-item p.detail {
  font-size: 16px;
  color: #666;
  line-height: 160px;
  font-weight: 300;
}
.page-solution-item .page-banner {
  height: 160px;
  background-size: cover;
}
.page-solution-item .page-banner h1 {
  font-size: 32px;
  color: #fff;
}
.page-solution-item .page-banner p {
  font-size: 24px;
  color: #fff;
}
.page-solution-item .solution-bg1 {
  background: url("../../../image/solution/bg-1.png?__sprite") no-repeat;
}
.page-solution-item .solution-bg2 {
  background: url("../../../image/solution/bg-2.png?__sprite") no-repeat;
}
.page-solution-item .solution-bg3 {
  background: url("../../../image/solution/bg-3.png?__sprite") no-repeat;
}
.page-solution-item .solution-bg4 {
  background: url("../../../image/big_screen/banner.jpg") no-repeat;
}
.page-solution-item .page-route {
  text-align: left;
  color: #f39800;
}
.page-solution-item .page-route a {
  color: #f39800;
}
.page-solution-item .page-route a:hover {
  text-decoration: underline;
}
.page-solution-item .page-route .current-route {
  color: #fff;
}
.page-solution-item .page-route span {
  margin: 0 5px;
}
.page-solution-item .title-index {
  padding-top: 100px;
}
.page-solution-item .title-index h4 {
  font-weight: normal;
}
.page-solution-item .dt-001 {
  float: left;
}
.page-solution-item .dt-001 img {
  width: 550px;
}
.page-solution-item .link-more {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-solution-item .link-more-1 {
  padding-bottom: 60px;
  background: #eee;
}
.page-solution-item .link-learn-more {
  margin: 0 auto;
  padding: 0 23px;
  display: inline-block;
  font-size: 14px;
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 15px;
  line-height: 40px;
}
.page-solution-item .link-learn-more:hover {
  color: #fff;
  background-color: #f39800;
}
.page-solution-item .services {
  padding: 100px 0;
  height: 350px;
}
.page-solution-item .service-right img {
  margin-top: 100px;
}
.page-solution-item .zhezhao {
  position: relative;
  top: -735px;
  left: -162px;
  z-index: 5;
}
.page-solution-item .zhezhao .pic10111 {
  position: relative;
  left: 223px;
  top: 750px;
  z-index: 5;
}
.page-solution-item .pic001 {
  position: relative;
  z-index: 4;
  top: -80px;
  left: 350px;
}
.page-solution-item .pic002 {
  position: relative;
  z-index: 5;
  left: 255px;
  top: -142px;
}
.page-solution-item .pic004 {
  position: relative;
  left: 50px;
}
.page-solution-item .pic005 {
  position: relative;
  top: -130px;
  left: 150px;
}
.page-solution-item .pic006 {
  position: relative;
  left: 150px;
  top: 60px;
}
.page-solution-item .pic007 {
  position: relative;
  left: 250px;
  top: 70px;
}
.page-solution-item .pic008 {
  position: relative;
  top: 70px;
}
.page-solution-item .pic0011 {
  position: relative;
  z-index: 2;
  top: -50px;
  left: 165px;
}
.page-solution-item .pic0012 {
  position: relative;
  z-index: 3;
  left: -55px;
  top: 20px;
}
.page-solution-item .pic0013 {
  position: relative;
  top: -65px;
  left: -215px;
  z-index: 2;
}
.page-solution-item .pic0014 {
  position: relative;
  z-index: 2;
  top: -270px;
  left: 225px;
}
.page-solution-item .pic1011 {
  position: relative;
  left: 230px;
  top: -200px;
  z-index: 1;
}
.page-solution-item .pic1012 {
  position: relative;
  top: -140px;
}
.page-solution-item .pic1013 {
  position: relative;
  top: 70px;
  left: 50px;
}
.page-solution-item .pic3011 {
  position: relative;
  top: 40px;
  left: 50px;
}
.page-solution-item .pic3012 {
  position: relative;
  left: 140px;
  top: 20px;
}
.page-solution-item .pic3013 {
  position: relative;
  top: 70px;
  left: 200px;
}
.page-solution-item .scene,
.page-solution-item .function {
  margin: 50px 0 0 100px;
  text-align: left;
}
.page-solution-item .scene h2,
.page-solution-item .function h2 {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 300;
}
.page-solution-item .scene p,
.page-solution-item .function p {
  color: #818181;
  font-weight: 300;
  line-height: 30px;
}
.page-solution-item .scene-title {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: normal;
}
.page-solution-item .scene-title-dec {
  margin: 30px 0 0 100px;
  text-align: left;
  line-height: 30px;
}
.page-solution-item .scene-title-dec p {
  color: #818181;
  font-weight: 300;
  font-size: 16px;
}
.page-solution-item .idea {
  padding: 80px 0;
}
.page-solution-item .idea h4 {
  margin-bottom: 16px;
  padding-top: 20px;
}
.page-solution-item .idea h5 {
  margin: 5px 0 10px;
}
.page-solution-item .idea p {
  color: #666;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .idea ul {
  margin: 100px auto 0;
  display: inline-block;
  border: 1px solid #eee;
  width: 1206px;
}
.page-solution-item .idea li {
  float: left;
  padding: 38px 0 42px;
  width: 400px;
  height: 120px;
}
.page-solution-item .idea li:nth-of-type(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.page-solution-item .idea li:hover {
  cursor: pointer;
  box-shadow: 3px 3px 10px #eee;
}
.page-solution-item .idea .icon-1,
.page-solution-item .idea .icon-2,
.page-solution-item .idea .icon-3 {
  display: inline-block;
  background-size: cover;
}
.page-solution-item .idea .icon-1 {
  width: 60px;
  height: 44px;
  background: url("../../../image/solution/icon-03.png?__sprite") no-repeat;
}
.page-solution-item .idea .icon-2 {
  width: 60px;
  height: 44px;
  background: url("../../../image/solution/icon-02.png?__sprite") no-repeat;
}
.page-solution-item .idea .icon-3 {
  width: 60px;
  height: 50px;
  background: url("../../../image/solution/icon-01.png?__sprite") no-repeat;
}
.page-solution-item .ideas {
  padding: 100px 0;
}
.page-solution-item .ideas ul {
  margin: 100px auto 0;
  display: inline-block;
  font-size: 0;
  border: 1px solid #eee;
}
.page-solution-item .ideas li {
  float: left;
  padding: 38px 0 42px;
  width: 400px;
  height: 80px;
}
.page-solution-item .ideas li:nth-of-type(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.page-solution-item .ideas li:hover {
  cursor: pointer;
  box-shadow: 3px 3px 10px #eee;
}
.page-solution-item .ideas li .icon-11 img {
  width: 80px;
  height: 80px;
  float: left;
  margin-left: 100px;
}
.page-solution-item .ideas li .details {
  font-size: 18px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  text-align: left;
}
.page-solution-item .zhifubao {
  color: #00a8f1;
}
.page-solution-item .shijia {
  color: #ff4600;
}
.page-solution-item .ideass {
  padding: 100px 0 80px;
}
.page-solution-item .ideass h4 {
  margin-bottom: 65px;
}
.page-solution-item .ideass h5 {
  margin: 14px 0 10px;
  font-size: 18px;
  font-weight: 300;
}
.page-solution-item .ideass p {
  color: #666;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .ideass ul {
  margin: 35px auto 0;
  display: inline-block;
  border: 1px solid #eee;
  width: 1206px;
}
.page-solution-item .ideass li {
  float: left;
  padding: 38px 0 42px;
  width: 300px;
  height: 120px;
}
.page-solution-item .ideass li:nth-of-type(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.page-solution-item .ideass li:nth-of-type(3) {
  border-right: 1px solid #eee;
}
.page-solution-item .ideass li:hover {
  cursor: pointer;
  box-shadow: 3px 3px 10px #eee;
}
.page-solution-item .ideass .icon-01,
.page-solution-item .ideass .icon-02,
.page-solution-item .ideass .icon-03,
.page-solution-item .ideass .icon-04 {
  display: inline-block;
  background-size: cover;
}
.page-solution-item .ideass .icon-01 {
  width: 78px;
  height: 78px;
  background: url("../../../image/solution/001.png?__sprite") no-repeat;
}
.page-solution-item .ideass .icon-02 {
  width: 78px;
  height: 78px;
  background: url("../../../image/solution/002.png?__sprite") no-repeat;
}
.page-solution-item .ideass .icon-03 {
  width: 78px;
  height: 78px;
  background: url("../../../image/solution/003.png?__sprite") no-repeat;
}
.page-solution-item .ideass .icon-04 {
  width: 78px;
  height: 78px;
  background: url("../../../image/solution/004.png?__sprite") no-repeat;
}
.page-solution-item .case {
  padding-top: 100px;
  padding-bottom: 10px;
}
.page-solution-item .case > h4 {
  margin-bottom: 20px;
}
.page-solution-item .case p {
  font-weight: 300;
  margin-bottom: 35px;
}
.page-solution-item .case-item {
  margin: 0 auto;
  max-width: 1202px;
  margin-top: 65px;
  line-height: 0;
  box-shadow: 0px 0px 12px #efefef;
  cursor: pointer;
}
.page-solution-item .case-item:hover {
  line-height: 0;
  box-shadow: 0px 0px 12px rgba(236, 109, 0, 0.4);
}
.page-solution-item .case-item dt {
  border: 0;
  position: relative;
  float: right;
  margin: 70px 0 110px;
  overflow: hidden;
  padding: 0;
  width: 620px;
  height: 330px;
  z-index: 1;
}
.page-solution-item .case-item dt img {
  float: left;
  opacity: 150;
  border: 0;
  height: 350px;
}
.page-solution-item .case-item .dt-001 {
  float: left;
}
.page-solution-item .case-item dd {
  padding: 0;
  float: left;
  position: relative;
  width: 1200px;
  text-align: left;
  z-index: 2;
}
.page-solution-item .case-item i {
  position: absolute;
  top: 90px;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.page-solution-item .case-item i.icon-autohome {
  background: url("../../../image/solution/icon-autohome.png?__sprite") no-repeat;
}
.page-solution-item .case-item i.icon-zte {
  background: url("../../../image/solution/icon-zte.png?__sprite") no-repeat;
}
.page-solution-item .case-item i.icon-bank {
  background: url("../../../image/solution/icon-bank.png?__sprite") no-repeat;
}
.page-solution-item .case-title {
  position: relative;
  left: 30px;
  top: 60px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title a {
  color: #595959;
}
.page-solution-item .case-title a:hover {
  color: #f39800;
}
.page-solution-item .case-title-t1 {
  text-align: right;
}
.page-solution-item .case-coop {
  margin-bottom: 20px;
  font-size: 18px;
  color: #595959;
}
.page-solution-item .case-coop a {
  margin-left: 10px;
  color: #f39800;
  border-bottom: 1px solid #f39800;
}
.page-solution-item .case-desc {
  max-width: 670px;
  position: relative;
  left: 30px;
  top: 60px;
  text-align: left;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs {
  margin: 30px 0 0 30px ;
  margin-top: 90px;
  color: #f39800;
  cursor: pointer;
}
.page-solution-item .case-title1 {
  margin-top: 40px;
  position: relative;
  left: 430px;
  top: 55px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title1 a {
  color: #595959;
}
.page-solution-item .case-title1 a:hover {
  color: #f39800;
}
.page-solution-item .case-desc1 {
  max-width: 670px;
  margin: 35px 40px 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs1 {
  max-width: 670px;
  text-align: right;
  margin: 35px 49px 0 30px ;
  margin-top: 50px;
  color: #f39800;
}
.page-solution-item .case-title2 {
  margin-top: 40px;
  position: relative;
  left: 550px;
  top: 70px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title2 a {
  color: #595959;
}
.page-solution-item .case-title2 a:hover {
  color: #f39800;
}
.page-solution-item .case-desc2 {
  margin: 70px 40px 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs2 {
  text-align: right;
  margin: 30px 49px 0 30px ;
  color: #f39800;
}
.page-solution-item .case-title3 {
  margin-top: 40px;
  position: relative;
  left: 510px;
  top: 40px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title3 a {
  color: #595959;
}
.page-solution-item .case-title3 a:hover {
  color: #f39800;
}
.page-solution-item .case-desc3 {
  margin: 55px 60px 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs3 {
  text-align: right;
  margin: 30px 65px 0 30px ;
  color: #f39800;
}
.page-solution-item .case-title4 {
  margin-top: 40px;
  position: relative;
  left: 480px;
  top: 50px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title4 a {
  color: #595959;
}
.page-solution-item .case-title4 a:hover {
  color: #f39800;
}
.page-solution-item .case-desc4 {
  margin: 60px 40px 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs4 {
  text-align: right;
  margin: 30px 49px 0 30px ;
  color: #f39800;
}
.page-solution-item .case-title5 {
  position: relative;
  left: 30px;
  top: 50px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.page-solution-item .case-title5 a {
  color: #595959;
}
.page-solution-item .case-title5 a:hover {
  color: #f39800;
}
.page-solution-item .case-coop {
  margin-bottom: 20px;
  font-size: 18px;
  color: #595959;
}
.page-solution-item .case-coop a {
  margin-left: 10px;
  color: #f39800;
  border-bottom: 1px solid #f39800;
}
.page-solution-item .case-desc5 {
  max-width: 600px;
  position: relative;
  left: 30px;
  top: 50px;
  text-align: left;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  line-height: 25px;
}
.page-solution-item .case-decs5 {
  margin: 70px 0 0 30px ;
  color: #f39800;
}
.page-solution-item .others {
  padding: 100px 0 100px;
}
.page-solution-item .others h4 {
  margin-bottom: 15px;
}
.page-solution-item .others p {
  color: #666;
  font-weight: 300;
}
.page-solution-item .others ul {
  margin: 100px auto 0;
  display: inline-block;
}
.page-solution-item .others li {
  float: left;
  width: 505px;
  height: 240px;
  border: 1px solid #eee;
}
.page-solution-item .others li:hover {
  border-color: #f39800;
}
.page-solution-item .others li:first-of-type {
  margin-right: 20px;
}
.page-solution-item .others li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page-solution-item .others li i {
  margin-top: 48px ;
  display: inline-block;
  background-size: cover;
}
.page-solution-item .others li h5 {
  margin: 20px 0 5px;
}
.page-solution-item .others li p {
  color: #737373;
  line-height: 25px;
}
.page-solution-item .others .icon-cus {
  margin-top: 15px;
  width: 76px;
  height: 74px;
  background: url("../../../image/solution/101.png?__sprite");
}
.page-solution-item .others .icon-design {
  margin-top: 15px;
  width: 90px;
  height: 76px;
  background: url("../../../image/solution/102.png?__sprite");
  background-size: cover;
}
.page-solution-item .others .icon-cuss {
  margin-top: 15px;
  width: 76px;
  height: 74px;
  background: url("../../../image/solution/103.png?__sprite");
}
.page-solution-item .others .open {
  margin: 100px 0 60px;
}
.page-solution-item .others .contact {
  display: inline-block;
  color: #595959;
  font-size: 18px;
  border-bottom: 1px solid #595959;
}
.page-solution-item .others .contact:hover {
  color: #f39800;
  border-color: #f39800;
}
.page-solution-item .others .tel {
  font-size: 32px;
  margin-bottom: 40px;
}
.page-solution-item .others .icon-tel {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 30px;
  background: url("../../../image/solution/icon-tel.png?__sprite") no-repeat;
  background-size: cover;
}
.case-background {
  position: relative;
  z-index: 1;
}
.case-background img {
  width: 601px;
  height: 340px;
}
.case-decs-de {
  height: 340px;
  background-image: url(../image/solution/background1.png);
  background-size: cover;
  position: relative ;
  z-index: 2;
}
.case-decs-de1 {
  height: 340px;
  background-image: url(../image/solution/background2.png);
  background-position: right;
  position: relative ;
  z-index: 2;
}
.animate-scene {
  margin-top: -50px;
}
.animate-scene1 {
  margin-top: -20px;
}
.base {
  z-index: 2;
  position: relative;
  top: -410px;
  left: 845px;
  width: 250px;
  height: 250px;
  animation: cir 10s linear 0s infinite;
  background-image: url("/image/solution/306.png");
  background-repeat: no-repeat;
}
.ball_1 {
  transform-origin: center center 50px;
}
.u_p3d {
  transform-style: preserve-3d !important;
}
@keyframes cir {
  0% {
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
  }
}
.base1 {
  z-index: 2;
  position: relative;
  top: -240px;
  left: 880px;
  width: 180px;
  height: 180px;
  animation: cir1 10s linear 0s infinite;
  background-image: url("/image/solution/303.png");
  background-repeat: no-repeat;
}
.ball_11 {
  transform-origin: center center 50px;
}
.u_p3d1 {
  transform-style: preserve-3d !important;
}
@keyframes cir1 {
  0% {
    -moz-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
  }
}
.base2 {
  z-index: 2;
  position: relative;
  top: -390px;
  left: 885px;
  width: 250px;
  height: 250px;
  animation: cir2 10s linear 0s infinite;
  background-image: url("/image/solution/306.png");
  background-repeat: no-repeat;
}
.ball_12 {
  transform-origin: center center 50px;
}
.u_p3d2 {
  transform-style: preserve-3d !important;
}
@keyframes cir2 {
  0% {
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
    -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
  }
}
.base4 {
  z-index: 2;
  position: relative;
  top: -430px;
  left: 850px;
  width: 280px;
  height: 260px;
  animation: cir4 10s linear 0s infinite;
  background-image: url("/image/solution/pic1111.png");
  background-repeat: no-repeat;
}
.ball_14 {
  transform-origin: center center 50px;
}
.u_p3d4 {
  transform-style: preserve-3d !important;
}
@keyframes cir4 {
  0% {
    -ms-transform: rotateX(67deg) rotateY(-24deg) rotateZ(0deg);
    -o-transform: rotateX(67deg) rotateY(-24deg) rotateZ(0deg);
    -webkit-transform: rotateX(67deg) rotateY(-24deg) rotateZ(0deg);
    transform: rotateX(67deg) rotateY(-24deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(67deg) rotateY(-24deg) rotateZ(-360deg);
    -o-transform: rotateX(67deg) rotateY(-24deg) rotateZ(-360deg);
    -webkit-transform: rotateX(67deg) rotateY(-24deg) rotateZ(-360deg);
    transform: rotateX(67deg) rotateY(-24deg) rotateZ(-360deg);
  }
}
.scene-circle {
  display: block;
  z-index: 99;
  opacity: .8;
  top: 80px;
  -webkit-animation: arrow 1.5s infinite ease-in-out;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
}
.progress {
  height: 600px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.pro-left {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 600px;
}
.right1 {
  right: 10px;
  text-align: right;
  height: 50px;
}
.case-details-eg1 {
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  height: 475px;
  cursor: pointer;
  overflow: hidden;
}
#pageSolutionScreenItem .services {
  padding-bottom: 0;
}
#pageSolutionScreenItem .dec-left {
  height: 230px;
  padding-top: 20px;
}
#pageSolutionScreenItem .screen-item {
  height: 28px;
  line-height: 28px;
  text-align: left;
  font-size: 18px;
}
#pageSolutionScreenItem .scene-circle {
  width: 400px;
  margin-left: 257px;
}
#pageSolutionScreenItem .animate-scene {
  margin-left: 200px;
}
#pageSolutionScreenItem .apply-case {
  padding: 100px 0 210px;
  background: url('../../../image/big_screen/bg_regular.jpg') 0 0 no-repeat;
  background-size: cover;
}
#pageSolutionScreenItem .apply-case .apply-title {
  position: relative;
  height: 30px;
  margin-bottom: 90px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
#pageSolutionScreenItem .apply-case .apply-desc {
  z-index: 2;
}
#pageSolutionScreenItem .hover-show {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  opacity: 0;
}
#pageSolutionScreenItem .hover-show1 {
  background: url('../../../image/big_screen/bg_zhanhui.jpg') 0 0 no-repeat;
}
#pageSolutionScreenItem .hover-show2 {
  background: url('../../../image/big_screen/bg_shagnchang.jpg') 0 0 no-repeat;
}
#pageSolutionScreenItem .hover-show3 {
  background: url('../../../image/big_screen/bg_fabuhui.jpg') 0 0 no-repeat;
}
#pageSolutionScreenItem .apply-desc-item {
  width: 370px;
  height: 535px;
  margin: 0 20px;
  padding-top: 300px;
  cursor: default;
  overflow: hidden;
}
#pageSolutionScreenItem .desc-item1 {
  background: url('../../../image/big_screen/changjing_01.jpg') 0 0 no-repeat;
  background-size: cover;
}
#pageSolutionScreenItem .desc-item2 {
  background: url('../../../image/big_screen/changjing_02.jpg') 0 0 no-repeat;
  background-size: cover;
}
#pageSolutionScreenItem .desc-item3 {
  background: url('../../../image/big_screen/changjing_03.jpg') 0 0 no-repeat;
  background-size: cover;
}
#pageSolutionScreenItem .desc-item-cover img,
#pageSolutionScreenItem .desc-item-normal img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 0 none;
}
#pageSolutionScreenItem .desc-item-cover p,
#pageSolutionScreenItem .desc-item-normal p {
  margin-top: 40px;
  font-size: 36px;
  color: #FFFFFF;
}
#pageSolutionScreenItem .desc-item-cover {
  height: 535px;
  top: 300px;
  right: 0;
  left: 0;
  display: none;
  z-index: 100;
}
#pageSolutionScreenItem .cover-bg-color {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(243, 152, 0, 0.8);
  z-index: 10;
  display: none;
}
#pageSolutionScreenItem .apply-desc-item:hover .cover-bg-color {
  display: block;
}
#pageSolutionScreenItem .apply-desc-item:hover .desc-item-cover {
  display: block;
}
#pageSolutionScreenItem .apply-desc-item:hover .desc-item-normal {
  display: none;
}
#pageSolutionScreenItem .desc-item-text {
  width: 310px;
  margin: 48px auto 0;
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}
#pageSolutionScreenItem .case-show {
  padding: 95px 0 100px;
}
#pageSolutionScreenItem .case-show h4 {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
}
#pageSolutionScreenItem .case-show .case-show-item {
  width: 1160px;
  height: 550px;
  margin: 120px auto 0;
  font-size: 0;
}
#pageSolutionScreenItem .case-show .case-show-item:nth-of-type(1) {
  margin-top: 100px;
}
#pageSolutionScreenItem .case-show-item-right {
  width: 700px;
  height: 550px;
}
#pageSolutionScreenItem .case-show-item-video {
  width: 700px;
  height: 550px;
}
#pageSolutionScreenItem .case-show-item-left {
  width: 460px;
  height: 550px;
  padding-top: 99px;
}
#pageSolutionScreenItem .case-show-item-left a {
  display: block;
  width: 165px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #ff9802;
  border-bottom: 1px solid #FFFFFF;
}
#pageSolutionScreenItem .case-show-item-left a:hover {
  border-bottom: 1px solid #ff9802;
}
#pageSolutionScreenItem .case-show-item-left i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../../../image/big_screen/angel.png') 0 0 no-repeat;
}
#pageSolutionScreenItem .case-logo {
  width: 400px;
  height: 45px;
}
#pageSolutionScreenItem .case-logo1 {
  background: url('../../../image/big_screen/logo_01.png') 0 0 no-repeat;
}
#pageSolutionScreenItem .case-logo2 {
  background: url('../../../image/big_screen/logo_02.png') 0 0 no-repeat;
}
#pageSolutionScreenItem .case-logo3 {
  background: url('../../../image/big_screen/logo_03.png') 0 0 no-repeat;
}
#pageSolutionScreenItem .case-name {
  height: 36px;
  margin-top: 20px;
  line-height: 36px;
  font-size: 36px;
}
#pageSolutionScreenItem .case-show-item-desc {
  width: 420px;
  margin: 50px 0 30px;
  line-height: 24px;
  font-size: 18px;
  text-align: left;
  color: #666666;
}
#pageSolutionScreenItem .get-concat-now {
  padding: 124px;
  background-color: #f5f5f5;
}
#pageSolutionScreenItem .get-concat-now a {
  width: 302px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #333333;
}
#pageSolutionScreenItem .get-concat-now a:hover {
  background-color: #ff9802;
  color: #FFFFFF;
  border: solid 1px #ff9802;
}
.page-finance {
  color: #333;
}
.page-finance h1 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.page-finance .v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-finance .active {
  color: #FFF;
  background-color: #FF9802;
  cursor: pointer;
  border: 0;
}
.page-finance .blur {
  -webkit-filter: blur(1px);
  /* Chrome, Opera */
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.page-finance .right-point {
  position: relative;
  top: -1px;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
}
.page-finance .dlb {
  display: inline-block;
}
.page-finance .cut-line {
  margin: 20px 0;
  width: 482px;
  height: 1px;
  background: #666666;
  opacity: 0.2;
}
.page-finance .cut-lines {
  margin: 20px 0;
  width: 450px;
  height: 1px;
  background: #666666;
  opacity: 0.2;
}
.page-finance .w417 {
  width: 417px;
}
.page-finance .w474 {
  width: 474px;
}
.page-finance .public-clouds {
  position: relative;
  top: -50px;
  left: -60px;
  width: 540px;
  height: 435px;
}
.page-finance .private-clouds {
  position: relative;
  left: -90px;
  top: -30px;
  width: 435px;
  height: 359px;
}
.page-finance .page-banner {
  height: 160px;
  background: url("../../../image/general/finance/finance-banner.png?__sprite") no-repeat;
  background-size: cover;
}
.page-finance .page-banner > div {
  height: 100%;
}
.page-finance .finance-all {
  width: auto;
  background-color: #F5F5F5;
}
.page-finance .finance-all .finance-all-title {
  padding: 100px 0;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.page-finance .finance-all .finance-all-content {
  padding: 0 60px 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.page-finance .finance-all .finance-all-content .finance-all-left {
  text-align: left;
  width: 50%;
}
.page-finance .finance-all .finance-all-content .finance-all-left .finance-content-title {
  margin-bottom: 30px;
  display: inline-block;
  height: 24px;
  font-size: 24px;
  line-height: 0;
  color: #333;
}
.page-finance .finance-all .finance-all-content .finance-all-left span {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.page-finance .finance-all .finance-all-content .finance-all-right {
  width: 50%;
  margin-top: -50px;
}
.page-finance .finance-scence {
  color: #333;
}
.page-finance .finance-scence .finance-scence-title {
  padding: 100px 0 0;
  font-size: 30px;
  font-weight: 400;
}
.page-finance .finance-scence .finance-scence-title1 {
  margin: 64px 0 43px;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
}
.page-finance .finance-scence .finance-scence-content .bg001,
.page-finance .finance-scence .finance-scence-content .bg002,
.page-finance .finance-scence .finance-scence-content .bg003 {
  margin-left: 0;
}
.page-finance .finance-scence .flip-container {
  position: relative;
  margin-left: 20px;
  float: left;
  width: 280px;
  height: 280px;
  z-index: 100;
}
.page-finance .finance-scence .flip-container .finance-content-con:hover {
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.page-finance .finance-scence .flip-container .finance-content-cons,
.page-finance .finance-scence .flip-container .finance-content-name {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  z-index: 10;
}
.page-finance .finance-scence .flip-container .finance-content-con {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.page-finance .finance-scence .flip-container .finance-content-cons {
  z-index: 2;
}
.page-finance .finance-scence .flip-container .finance-content-cons .finance-cons-title {
  width: 280px;
  height: 280px;
  line-height: 280px;
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-finance .finance-scence .flip-container .finance-content-name {
  color: #FFF;
  background-color: #F39700;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.page-finance .finance-scence .flip-container .finance-content-name .finance-name-title {
  margin-top: 10px;
  font-size: 22px;
}
.page-finance .finance-scence .flip-container .finance-content-name .finance-name-content {
  font-size: 18px;
  padding: 60px 10px;
}
.page-finance .finance-scence .flip-container .finance-content-name .finance-name-contents {
  font-size: 18px;
  padding: 30px 10px;
}
.page-finance .finance-scence .finance-content-conmore {
  display: inline-block;
  margin-left: 20px;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.page-finance .finance-scence .more-more {
  position: relative;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-finance .finance-scence .more-more .finance-cons-titles {
  width: 280px;
  height: 280px;
  line-height: 280px;
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-finance .finance-scence .more-more:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.page-finance .finance-terrace .finance-terrace-title {
  padding: 100px 0;
  font-size: 30px;
  font-weight: 400;
}
.page-finance .finance-terrace .finance-terrace-content {
  width: 100%;
  height: 421px;
  background-color: #F5F5F5;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-title1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  line-height: 34px;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-titles1 {
  margin-bottom: 0;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-title2 {
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-contents {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-content01 {
  position: relative;
  height: 420px;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-content01 .finance-terrace-right {
  width: 480px;
  text-align: left;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-content01 img {
  padding: 46px 0;
  width: 584px;
  height: 327px;
}
.page-finance .finance-terrace .finance-terrace-content .finance-terrace-content01 .img03 {
  padding: 62px 140px;
  width: 314px;
  height: 295px;
}
.page-finance .finance-terrace .finance-terrace-content1 {
  width: 100%;
  height: 421px;
  background-color: #FFF;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-title1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  line-height: 34px;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-title2 {
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-contents {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-content02 {
  position: relative;
  height: 420px;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-content02 .finance-terrace-left {
  width: 460px;
  text-align: left;
}
.page-finance .finance-terrace .finance-terrace-content1 .finance-terrace-content02 img {
  position: absolute;
  top: 65px;
  right: 60px;
}
.page-finance .finance-terrace-titles2 {
  margin-top: 25px;
}
.page-finance .pd44 {
  padding: 18px 44px;
}
.page-finance .pd120 {
  padding: 110px 44px;
}
.page-finance .pd116 {
  padding: 116px 100px;
}
.page-finance .pd102 {
  padding: 102px 100px;
}
.page-finance .pdd {
  margin-top: 55px;
}
.page-finance .pdds {
  margin-top: 40px;
}
.page-finance .db {
  display: block;
}
.page-finance .finance-deploy {
  width: 100%;
  height: 628px;
  background-color: #F5F5F5;
}
.page-finance .finance-deploy .finance-deploy-title {
  padding: 100px 0 40px;
  font-size: 30px;
  font-weight: 400;
}
.page-finance .finance-deploy .finance-deploy-tab {
  position: relative;
  z-index: 3;
}
.page-finance .finance-deploy .finance-deploy-tab .finance-deploy-tabs {
  margin-bottom: 80px;
  padding: 5px 40px;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #999;
  cursor: pointer;
}
.page-finance .finance-deploy .finance-deploy-tab .finance-deploy-tabs:first-child {
  margin-right: 20px;
}
.page-finance .finance-deploy .finance-deploy-tab .active {
  margin-bottom: 80px;
  padding: 5px 40px;
  font-size: 18px;
  color: #FFF;
  line-height: 50px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}
.page-finance .finance-deploy .finance-deploy-tab .active:first-child {
  margin-right: 20px;
}
.page-finance .finance-deploy .finance-deploy-tabcontent {
  height: 390px;
}
.page-finance .finance-deploy .finance-deploy-content {
  position: relative;
  padding-left: 60px;
}
.page-finance .finance-deploy .finance-deploy-content .finance-deploy-contentleft {
  text-align: left;
}
.page-finance .finance-deploy .finance-deploy-content .finance-deploy-contentleft .deploy-title {
  display: inline-block;
  margin: 85px 0 45px;
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.page-finance .finance-deploy .finance-deploy-content .finance-deploy-contentleft ul > li {
  margin-left: 18px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  list-style-type: disc;
}
.page-finance .finance-more {
  height: 600px;
  background-image: url("../../../image/general/finance/finance-more.png");
  background-repeat: no-repeat;
  text-align: center;
}
.page-finance .finance-more > div {
  display: inline-block;
}
.page-finance .finance-more .finance-more-title {
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
}
.page-finance .finance-more a {
  font-size: 20px;
  color: #FF9802;
  line-height: 50px;
}
.page-finance .finance-serve-title {
  padding: 100px 0;
  font-size: 26px;
  font-weight: 400;
}
.page-finance .finance-serve1 .finance-serve1-content {
  margin-bottom: 100px;
  height: 240px;
}
.page-finance .finance-serve1 .finance-content-content {
  margin-left: 56px;
  float: left;
  display: inline-block;
  width: 255px;
  height: 240px;
}
.page-finance .finance-serve1 .finance-content-content:first-child {
  margin-left: 0;
}
.page-finance .finance-serve1 .finance-content-content .server-title {
  font-size: 20px;
  color: #333;
  line-height: 50px;
}
.page-finance .finance-serve1 .server-content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.page-finance .finance-customer .right-point {
  position: relative;
  top: -1px;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
}
.page-finance .finance-customer .finance-customer-title {
  padding: 100px 0;
  font-size: 30px;
  font-weight: 400;
}
.page-finance .finance-customer .finance-customer-content {
  margin-bottom: 120px;
  height: 550px;
}
.page-finance .finance-customer .finance-customer-left1 {
  padding: 100px 0;
}
.page-finance .finance-customer .finance-customer-left2 {
  padding: 125px 0;
}
.page-finance .finance-customer .finance-customer-left3 {
  padding: 110px 0;
}
.page-finance .finance-customer .finance-customer-left {
  display: inline-block;
  margin-left: 40px;
  width: 437px;
  text-align: left;
}
.page-finance .finance-customer .finance-customer-left .finance-customer-icon {
  display: inline-block;
  margin-bottom: 30px;
  width: 145px;
  height: 35px;
}
.page-finance .finance-customer .finance-customer-left .finance-customer-titles {
  display: inline-block;
  margin-bottom: 52px;
  font-size: 36px;
  color: #333;
  line-height: 50px;
}
.page-finance .finance-customer .finance-customer-left p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666666;
  line-height: 27px;
}
.page-finance .finance-customer .finance-customer-left a {
  font-size: 18px;
  color: #FF9802;
  line-height: 20px;
}
.finance-serve2 {
  height: 440px;
  background-color: #F5F5F5;
}
.finance-serve2 .finance-serve2-title {
  padding: 100px 0 70px;
  font-size: 26px;
  font-weight: 400;
}
.finance-serve2 .finance-serve2-content {
  display: inline-block;
}
.finance-serve2 .finance-serve2-content img {
  float: left;
}
.finance-serve2 .finance-serve2-content span {
  float: left;
}
.finance-serve2 .finance-serve2-content .finance-serve2-contents {
  margin-left: 135px;
}
.finance-serve2 .finance-serve2-content .finance-serve2-contents:first-child {
  margin-left: 67px;
}
.finance-serve2 .finance-serve2-content .finance-serve2-contents .finance-contents-title {
  margin: 5px 0 0 13px;
}
.finance-serve2 .finance-btn {
  margin: 80px auto;
  width: 256px;
  height: 78px;
  line-height: 65px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background-image: url("../../../image/general/finance/talk-button.png?__sprite");
}
.medical-top {
  margin-top: -4px;
}
.medical-explain .medical-title {
  padding-top: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.medical-explain .medical-subtitle {
  padding: 10px 0 0!important;
  font-size: 23px!important;
}
.medical-explain .medical-sum {
  font-size: 22px!important;
  font-weight: bold!important;
}
.medical-explain .medical-desc {
  color: #333!important;
}
.medical-case .card-photo:nth-child(1) {
  padding: 20px 0 0!important;
}
.medical-case .card-photo-wrap .card-photo {
  padding: 20px 0 0!important;
}
.medical-case .empty {
  width: 100%;
  height: 160px;
}
.card-allsence {
  color: #333;
  font-size: 30px;
  padding: 50px 0 50px 0;
  font-weight: bold;
}
.case-p-page {
  width: 100%;
  background-color: #f9f9f9;
}
.case-p-page .center-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
}
.case-p-page .case-banner-title {
  width: 100%;
  height: 180px;
  position: relative;
  background: url('../image/case-banner-bg.jpg') no-repeat;
  background-size: cover;
  text-align: center;
}
.case-p-page .case-banner-title p {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}
.case-p-page .case-banner-title span {
  font-size: 24px;
  color: #e6e6e6;
}
.case-p-page #caseBox {
  width: 100%;
  margin-top: 50px;
}
.case-p-page .category-list {
  display: inline-block;
  text-align: left;
  width: 1200px;
}
.case-p-page .category-list span {
  width: 67px;
  font-size: 16px;
  color: #999;
}
.case-p-page .category-list p {
  display: inline-block;
}
.case-p-page .category-list a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  padding: 11px 0;
  border-bottom: 2px solid #f9f9f9;
}
.case-p-page ul.case-style-title {
  top: 7px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.case-p-page ul.case-style-title li {
  padding: 0 10px;
  float: left;
  font-size: 16px;
  margin-left: 20px;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.case-p-page ul.case-style-title li:hover {
  color: white;
  background: #f39800;
  text-align: center;
  border-radius: 8px;
}
.case-p-page ul.case-style-title li.active,
.case-p-page ul.case-style-title li:hover {
  text-align: center;
  border-radius: 5px;
  background: #f39800 ;
  color: white;
}
.case-p-page ul.case-style-title li.active span,
.case-p-page ul.case-style-title li:hover span {
  color: #666;
}
.case-p-page .category-list-t {
  margin-bottom: 7px;
}
.case-p-page ul.perfect-case {
  width: 1200px;
  margin: 43px auto 0;
  padding-bottom: 140px;
}
.case-p-page ul.perfect-case li {
  float: left;
  width: 280px;
  height: 360px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 25px;
  text-align: left;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}
.case-p-page ul.perfect-case h2 {
  font-size: 18px;
  color: #424242;
  line-height: 60px;
  font-weight: 300;
}
.case-p-page ul.perfect-case a {
  font-size: 14px;
  color: #f39800;
}
.case-p-page ul.perfect-case a:hover {
  color: #5079d9;
}
.case-p-page .case-eg-top {
  width: 280px;
  height: 171px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.case-p-page .case-eg-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.case-p-page .case-eg-top a img {
  width: 280px;
  height: 171px;
  border: 0 none;
  -webkit-transition: all 0.5s;
  -moz-transition: all  0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
}
.case-p-page .case-eg-top a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case-p-page .case-eg-content {
  height: 189px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 20px;
  text-align: left;
}
.case-p-page .case-eg-details {
  font-size: 14px;
  color: #B2B2B2;
  height: 78px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
}
.case-p-page .get-more-detailes {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  text-align: left;
  border-top: 1px solid #f9f9f9;
  line-height: 50px;
}
.case-p-page #openArTravel {
  padding: 90px 0 98px;
  background-color: #fff;
  font-family: "microsoft yahei";
  text-align: center;
}
.case-p-page #openArTravel h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #333;
}
.case-p-page #openArTravel p {
  margin-bottom: 30px;
  font-size: 28px;
  color: #666666;
}
.case-p-page #openArTravel .icon-tel {
  position: relative;
  top: 10px;
  margin-right: 15px;
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../../../image/solution/icon-tel.png?__sprite) no-repeat;
  background-size: cover;
}
.case-p-page #openArTravel a {
  display: block;
  width: 108px;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
  border-bottom: 1px solid #666666;
}
.case-p-page #openArTravel a:hover {
  color: #f39800;
  border-bottom: 1px solid #f39800;
}
.case-p-details {
  width: 100%;
  background-color: #fff;
  margin-top: 60px;
}
.case-p-details .shadow-bg {
  background-color: #000000;
}
.case-p-details .center-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
}
.case-p-details .case-details-main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-p-details .case-details-main > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-p-details .case-details-title {
  max-width: 1200px;
  margin: 0 0 20px 25px;
  line-height: 55px;
  text-align: left;
  font-size: 14px;
}
.case-p-details .case-details-title a {
  color: #f39800;
}
.case-p-details .case-details-title span {
  color: #000;
  cursor: pointer;
}
.case-p-details .case-details-title a:hover {
  color: #f39800;
}
.case-p-details .case-details-mainContent {
  width: 100%;
}
.case-p-details .case-details-left {
  padding: 25px 23px 0px 0px;
}
.case-p-details .case-details-eg {
  position: relative;
  margin-left: 25px;
  max-width: 1200px;
  height: 488px;
  cursor: pointer;
  overflow: hidden;
}
.case-p-details .case-details-eg > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 0 none;
  margin: 0 auto;
}
.case-p-details .case-logo {
  display: inline-block;
  float: left;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #eee;
}
.case-p-details .case-logo img {
  width: 100px;
  height: 100%;
  display: block;
}
.case-p-details .case-eg-etails {
  height: 100px;
  float: left;
  padding: 0 0 0 25px;
  line-height: 28px;
}
.case-p-details .case-eg-etails h1 {
  height: 24px;
  margin: 3px 0 25px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}
.case-p-details .case-eg-etails h2 {
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  font-weight: 300;
  margin-bottom: 8px;
}
.case-p-details .case-eg-etails span {
  font-size: 16px;
  color: #666;
  font-weight: 300;
}
.case-p-details .case-eg-etails a {
  font-size: 16px;
  color: #666;
  font-weight: 300;
}
.case-p-details .case-appStore {
  float: right;
  margin-right: 50px;
}
.case-p-details .case-appStore a {
  display: inline-block;
  width: 193px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #999;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #000;
}
.case-p-details .case-appStore a:hover {
  background-color: #999;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}
.case-p-details .case-eg-discript {
  margin-left: 25px;
  max-width: 1200px;
  text-align: left;
  padding-top: 21px;
  padding-bottom: 30px;
}
.case-p-details .case-eg-discript > p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.case-p-details .case-eg-discript strong {
  color: #333;
}
.case-p-details .discript-title {
  padding-bottom: 17px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.case-p-details .case-may-like {
  max-width: 1200px;
  margin: 0 auto;
}
.case-p-details .may-like-title {
  text-align: center;
  height: 20px;
  line-height: 20px;
  padding: 100px 0px 100px 0px;
  font-size: 30px;
  color: #333;
}
.case-p-details .case-list-mayLike {
  float: left;
  width: 279px;
  height: 240px;
  margin: 0 28px 60px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}
.case-p-details .case-list-mayLike:nth-last-child(1) {
  margin-right: 0px;
}
.case-p-details .mayLike-img {
  width: 279px;
  height: 180px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.case-p-details .mayLike-img img {
  display: block;
  width: 279px;
  height: 181px;
  border: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all  0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
}
.case-p-details .mayLike-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case-p-details .mayLike-desc {
  border-bottom: 1px solid #f9f9f9;
  text-align: left;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-p-details .mayLike-desc h4 {
  margin-left: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  padding: 20px 0 15px;
}
.case-p-details .mayLike-desc p {
  height: 78px;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  color: #777;
  font-weight: 300;
}
.case-p-details .maylike-margin-top {
  margin-top: 30px;
}
.case-p-details .mayLike-look-details a {
  position: relative;
  top: -37px;
  float: right;
  font-size: 14px;
  color: #f39800;
}
.case-p-details .mayLike-look-details a:hover {
  color: #5079d9;
}
.case-p-details .case-eg-video {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-p-details .video-control-conent {
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  z-index: 30;
  padding: 0 35px;
  background-color: #fafafa;
  cursor: auto;
}
.case-p-details .video-control-conent > div {
  float: left;
}
.case-p-details .video-control-conent .full-screen {
  float: right;
}
.case-p-details .control-paused {
  margin: 15px 30px 0 15px;
  width: 25px;
  height: 23px;
}
.case-p-details .control-paused img {
  width: 25px;
  height: 23px;
  border: 0 none;
  cursor: pointer;
}
.case-p-details .control-paused .active {
  background-color: #fafafa;
}
.case-p-details img.actived {
  display: none;
}
.case-p-details .control-progress {
  width: 75%;
  height: 14px;
  border-radius: 7px;
  margin-top: 17px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
}
.case-p-details .control-progress p {
  background-color: #f39800;
  width: 0;
  height: 14px;
}
.case-p-details .video-time {
  font-size: 14px;
  color: #7b7b7b;
  height: 48px;
  line-height: 48px;
  margin: 0 30px;
}
.case-p-details .video-full-screen {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.case-p-details #caseEgVideo {
  display: block;
  width: 100%;
  height: 100%;
}
.case-p-details #openArTravel {
  padding: 90px 0 98px;
  background-color: #fff;
  font-family: "microsoft yahei";
  text-align: center;
}
.case-p-details #openArTravel h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}
.case-p-details #openArTravel p {
  margin-bottom: 30px;
  font-size: 28px;
  color: #666666;
}
.case-p-details #openArTravel .icon-tel {
  position: relative;
  top: 10px;
  margin-right: 15px;
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../../../image/solution/icon-tel.png?__sprite) no-repeat;
  background-size: cover;
}
.case-p-details #openArTravel a {
  display: block;
  width: 108px;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
  border-bottom: 1px solid #666666;
}
.case-p-details #openArTravel a:hover {
  color: #f39800;
  border-bottom: 1px solid #f39800;
}
.case-p-details #videoCover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}
.case-p-details #videoCover .video-play-btn {
  width: 52px;
  height: 52px;
  background: url('../image/play.png') no-repeat;
  background-size: cover;
}
.case-p-details #videoCover:hover .video-play-btn {
  background: url('../image/play-hover.png') no-repeat;
}
.case-right-r {
  float: left;
  display: table;
}
.case-right-r .case-btn1 {
  display: table-cell;
  vertical-align: middle;
  float: left;
  position: relative;
  left: 500px;
  width: 190px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
}
#caseGetMore {
  background-color: #f5f5f5;
  width: 100%;
}
.case-getmore {
  width: 1190px;
  padding-top: 235px;
  margin: 0 auto;
  background-color: #fff;
}
.case-getmore div.detials {
  width: 610px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.case-getmore div.detials p {
  padding-bottom: 30px;
  position: relative;
}
.case-getmore div.detials p img {
  margin-right: 10px;
}
.case-getmore div.detials p span {
  color: #efbd86;
}
.case-getmore div.detials p.special {
  height: 252px;
}
.case-getmore div.detials input {
  width: 300px;
  height: 30px;
  line-height: 30px;
}
.case-getmore div.detials input,
.case-getmore div.detials textarea {
  border: 1px solid #e4e3e3;
  color: #333;
  font-size: 12px;
  outline: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-getmore div.detials textarea {
  resize: none;
  width: 520px;
  height: 200px;
  margin-left: 82px;
  margin-top: -20px;
}
.case-getmore div.detials div.input-and-textarea span {
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
}
.case-getmore div.detials div.input-and-textarea span.active {
  position: static;
  color: #f00;
  float: right;
  display: none;
}
.case-getmore div.detials div.input-and-textarea div {
  margin: 60px 0 112px;
  text-align: center;
}
.case-getmore div.detials div.input-and-textarea div button {
  background-color: #ccc;
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  outline: none;
  border: 0 none;
  cursor: pointer;
}
.case-getmore div.detials div.input-and-textarea div button.active {
  background-color: #e79a2e;
}
.section-header-bg {
  position: relative;
}
.section-header-bg .index-bg {
  display: block;
  width: 100%;
  border: 0 none;
}
.section-header-bg .contactText {
  top: 7%;
  left: 10%;
  width: 32%;
}
.section-contact {
  display: flex;
  width: 1200px;
  margin: 40px auto 100px;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
  text-align: left;
}
.section-contact .contact-left {
  flex: 1;
  padding: 40px 60px 60px 60px;
}
.section-contact .contact-left .left-header {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.section-contact .contact-left .input_label {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.section-contact .contact-left .contact_input {
  width: 320px;
  border: 1px solid #979797;
  padding: 12px 16px;
  border-radius: 12px;
}
.section-contact .contact-left .contact_select {
  width: 354px;
  border: 1px solid #979797;
  padding: 12px 16px;
  border-radius: 12px;
}
.section-contact .contact-left .contact-error,
.section-contact .contact-left .contact-error1,
.section-contact .contact-left .contact-error2,
.section-contact .contact-left .contact-error3 {
  color: red;
  font-size: 12px;
  margin-bottom: 12px;
}
.section-contact .contact-left #contact-btn {
  background-color: #f8b62c;
  color: #fff;
  line-height: 50px;
  text-align: center;
  width: 354px;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 26px;
  cursor: pointer;
}
.section-contact .contact-right {
  flex: 1;
  background-color: #f8b62c;
  padding: 40px 60px;
  color: #fff;
}
.section-contact .contact-right .right-header {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.section-contact .contact-right .right_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.section-contact .contact-right .contact_phone {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.section-contact .contact-right .contact_phone .contact_icon {
  width: 60px;
  margin-right: 16px;
}
.section-contact .contact-right .contact_phone p {
  font-size: 16px;
  font-weight: 600;
}
.section-contact .contact-right .contact_wechat {
  display: flex;
  margin-bottom: 24px;
}
.section-contact .contact-right .contact_wechat .contact_icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.section-contact .contact-right .contact_wechat p {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.section-company {
  box-sizing: border-box;
  display: flex;
  width: 1400px;
  margin: 0 auto 120px;
  color: #fff;
  background: #f8b62c;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
}
.section-company .section-left {
  width: 500px;
  padding: 60px 24px;
  text-align: left;
}
.section-company .section-left p {
  height: 24px;
  line-height: 24px;
}
.section-company .section-left h1 {
  margin-bottom: 20px;
  width: 350px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.section-company #mapBox {
  width: 860px;
  height: 300px;
  background: #fff;
}
#custom-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 400px;
  font-family: "Microsoft YaHei", sans-serif;
}
.modal-header {
  padding: 15px 20px 0;
  text-align: right;
}
.modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal-close:hover,
.modal-close:focus {
  color: #000;
}
.modal-body {
  padding: 20px;
  text-align: center;
}
.modal-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.modal-footer {
  padding: 0 20px 20px;
  text-align: center;
}
.modal-confirm {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.modal-confirm:hover {
  background-color: #0056b3;
}
.section-middle {
  width: 294px;
}
.page-bg {
  background-image: url("../image/aboutbg.png");
  width: auto;
  height: 160px;
}
.page-bg .page-title {
  text-align: center;
  margin-top: 40px;
}
.page-bg h1 {
  font-weight: 300;
  color: #fff;
}
.index-promotional-video {
  position: relative;
  margin: 10px auto 30px;
  max-width: 1150px;
  height: 645px;
  cursor: pointer;
  overflow: hidden;
}
.index-promotional-video .index-promotional-bg {
  z-index: 1;
}
.index-promotional-video .index-promotional-bg img {
  width: 1150px;
  height: 645px;
}
.index-promotional-video .webar-content-f {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-promotional-video .webar-content-f video {
  height: 100%;
}
.video-control-conent {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 35px;
  z-index: 30;
  background-color: #fafafa;
  cursor: auto;
}
.video-control-conent > div {
  float: left;
}
.video-control-conent .full-screen {
  float: right;
}
.control-paused {
  margin: 15px 30px 0 15px;
  width: 25px;
  height: 23px;
}
.control-paused img {
  width: 25px;
  height: 23px;
  border: 0 none;
  cursor: pointer;
}
.control-paused .active {
  background-color: #fafafa;
}
img.actived {
  display: none;
}
.control-progress {
  width: 75%;
  height: 14px;
  border-radius: 7px;
  margin-top: 17px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
}
.control-progress p {
  background-color: #f39800;
  width: 0;
  height: 14px;
}
.video-time {
  font-size: 14px;
  color: #7b7b7b;
  height: 48px;
  line-height: 48px;
  margin: 0 30px;
}
.video-full-screen {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
#videoCover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}
#videoCover .video-play-btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../image/play.png") no-repeat;
  background-size: cover;
}
#videoCover:hover .video-play-btn {
  background: url("../image/play-hover.png") no-repeat;
}
.abouts {
  display: inline-block;
  width: 1208px;
}
.abouts .t-about {
  margin-top: 30px;
}
.abouts .t-title {
  font-size: 26px;
  font-weight: 400;
  color: #333;
}
.t-title-ar {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-top: 85px;
}
.t-prgh {
  margin-top: 30px;
}
.t-prgh p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #595959;
}
.t-about1 {
  float: left;
  padding: 38px 0 42px;
  width: 400px;
  height: 30px;
  font-size: 0;
}
.t-about1:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.t-about1 .t-title1 {
  margin-left: 10px;
  font-size: 38px;
  font-weight: bolder;
}
.t-about1 p {
  font-size: 14px;
}
.t-about1 .p01 {
  margin-left: 16px;
}
.t-about1 .p02 {
  margin-left: -16px;
}
.t-about1 .p03 {
  margin-left: 120px;
}
.t-about1-line-vertical {
  float: left;
  margin-top: 40px;
  width: 1px;
  background: #999;
  height: 52px;
}
.ar-scene-bg {
  background-color: white;
  margin-top: -50px;
}
.ar-scene-bg .t-title1 {
  font-size: 26px;
  font-weight: 400;
  color: #333;
}
.ar-scene-bg .t-title-f {
  font-size: 20px;
  font-weight: 300;
  color: #595959;
}
.contact-cl .contact-c {
  border: 1px solid #efefef;
  height: 220px;
  width: 1200px;
  margin: 100px auto;
}
.contact-cl .contact-c:nth-child(2) {
  margin-top: -60px;
}
.icon-left {
  position: relative;
  top: -90px;
  width: 100px;
  height: 200px;
  float: left;
  margin-left: 195px;
}
.icon-right {
  position: relative;
  left: -100px;
  width: 100px;
  height: 200px;
  float: right;
  margin-top: -30px;
  margin-right: 100px;
}
.contact-title {
  float: left;
  margin: 50px 0 0 228px;
  font-size: 24px;
  color: #333;
}
.contact-title2 {
  position: relative;
  left: -113px;
}
.contact-item3 {
  position: absolute;
  width: 600px;
  float: left;
  margin: 120px 0 0 460px;
}
.contact-item3 li {
  text-align: left;
  float: left;
  margin-left: 80px;
  list-style-type: disc;
  font-size: 16px;
  color: #666;
}
.contact-item1 {
  width: 900px;
  float: left;
  margin: 30px 0 0 50px;
}
.contact-item1 li {
  float: left;
  margin-left: 80px;
  list-style-type: disc;
  font-size: 16px;
  color: #666;
}
.partner {
  background: #f8f8f8;
  height: 500px;
  width: 100%;
  margin: 50px auto 0;
}
.partner .t-title {
  font-size: 26px;
  font-weight: normal;
  color: #333;
  padding: 100px 0;
}
.p-partner {
  text-align: center;
  height: 77px;
  width: 1300px;
  margin: 0 auto;
}
.p-partner .p-pic {
  width: 226px;
  height: 77px;
  float: left;
  margin-left: 18px;
}
.p-partner .p-pic:first-child {
  margin-left: 50px;
}
.p-partner1 {
  text-align: center;
  height: 77px;
  width: 1300px;
  margin: 20px auto 0;
}
.p-partner1 .p-pic {
  width: 226px;
  height: 77px;
  float: left;
  margin-left: 18px;
}
.p-partner1 .p-pic:first-child {
  margin-left: 50px;
}
.pic1 {
  position: relative;
  top: -10px;
}
.pic2 {
  position: relative;
  left: -37px;
  top: -175px;
  z-index: 3;
}
.pic3 {
  position: relative;
  top: 100px;
  z-index: 3;
  left: 15px;
}
.pic4 {
  position: relative;
  top: 50px;
  left: 10px;
  z-index: 3;
}
.pic5 {
  position: relative;
  left: -25px;
  top: -88px;
  z-index: 3;
}
.pic01 {
  position: relative;
  top: 10px;
}
.pic02 {
  position: relative;
  top: -90px;
}
.pic03 {
  position: relative;
  top: -235px;
  left: -10px;
}
.div010 {
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  top: 19px;
  left: 4px;
}
.div011 {
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  top: 68px;
  left: 4px;
}
.box3-bin {
  margin-top: -150px;
}
.box3-bin .t-title {
  font-size: 26px;
  font-weight: normal;
  color: #333;
}
.active {
  background: #f39800;
}
.div012,
.div013,
.div014,
.div015,
.div016,
.div017,
.div018 {
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  top: 70px;
  margin-top: 51px;
  left: 4px;
}
.scene-circle1 {
  position: relative;
  z-index: 4;
  opacity: 0.8;
  -webkit-animation: arrow 1.5s infinite ease-in-out;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
}
body {
  font-size: 14px;
  text-align: center;
}
a {
  text-decoration: none;
}
ul,
li,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.pr {
  position: relative;
}
.h20 {
  height: 20px;
  line-height: 20px;
}
.h22 {
  height: 22px;
  line-height: 22px;
}
.h24 {
  height: 24px;
  line-height: 24px;
}
.h26 {
  height: 26px;
  line-height: 26px;
}
.h30 {
  height: 30px;
  line-height: 30px;
}
.m0 {
  margin: 0;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml-1 {
  margin-left: -1px;
}
.mt-1 {
  margin-top: -1px;
}
.p0 {
  padding: 0px;
}
.p1 {
  padding: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.p2 {
  padding: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl5 {
  padding-left: 5px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.g0 {
  color: #000;
}
.g3 {
  color: #333;
}
.g6 {
  color: #666;
}
.g9 {
  color: #999;
}
.wh {
  color: white;
}
.f0 {
  font-size: 0;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.fa {
  font-family: Arial;
}
.ft {
  font-family: Tahoma;
}
.fv {
  font-family: Verdana;
}
.fs {
  font-family: '宋体';
}
.fw {
  font-family: "microsoft yahei", "Segoe UI", sans-serif;
}
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.lt0 {
  letter-spacing: 0;
}
.lt1 {
  letter-spacing: 1px;
}
.bk {
  word-wrap: break-word;
}
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.zx1 {
  z-index: 1;
}
.zx2 {
  z-index: 2;
}
.poi:hover {
  cursor: pointer;
}
.def {
  cursor: default;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.vv {
  visibility: visible;
}
.z {
  *zoom: 1;
}
.center {
  margin: 0 auto;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.iblock {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
/*块状元素水平居中*/
.auto {
  margin-left: auto;
  margin-right: auto;
}
/*清除浮动*/
.fix {
  *zoom: 1;
}
.fix:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/*单行文字溢出虚点显示*/
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*红色标记*/
.mark {
  font-weight: bold;
  color: #ff0000;
}
/*字符型图标样式*/
.symbol {
  font-size: 14px;
  font-weight: bold;
  color: #0066cc;
}
/*主区域区背景*/
.main-eara {
  margin: 0 auto;
  text-align: center;
  width: 1003px;
  background-color: #fff;
}
.cb {
  width: 1px;
  height: 1px;
  clear: both;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-width: 1190px;
}
.c-a3 {
  color: #a3a3a3;
}
.c-1b {
  color: #1b1b1b;
}
.c-33 {
  color: #333;
}
.c-37 {
  color: #373737;
}
.c-43 {
  color: #434343;
}
.c-62 {
  color: #626262;
}
.c-c1 {
  color: #c1c1c1;
}
.c-95 {
  color: #959595;
}
.c-red {
  color: #f39800;
}
.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-light-blue {
  color: #00b7ee;
}
.c-7d {
  color: #7d7d7d;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}
.f30 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
.fw1 {
  font-weight: 100;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.mg0 {
  margin: 0px auto;
}
/***
 * left menu area
 */
.side-menu {
  padding: 15px 0;
  width: 250px;
}
.side-menu a {
  color: #333;
}
.side-menu .c-red,
.side-menu .current-menu a {
  color: #f39800;
}
.side-menu li {
  position: relative;
  margin: 0px 0px 2px 0px;
  padding: 0px 30px;
  width: 190px;
  height: 39px;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 39px;
}
.side-menu li:hover {
  background: #eee;
  color: #f39800;
  cursor: pointer;
}
.side-menu .l {
  position: absolute;
  display: block;
  left: 0px;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
.side-menu .current-menu {
  color: #f39800;
  background-color: #eee;
  cursor: pointer;
}
.side-menu .current-menu .l,
.side-menu li:hover .l {
  background-color: #f39800;
}
.side-menu .current-menu .agl,
.side-menu li:hover .agl {
  background: url(/image/agl.png?__sprite) no-repeat center center;
}
.agl-icon {
  position: absolute;
  right: -10px;
  width: 10px;
  height: 14px;
  top: 13px;
  z-index: 10;
}
.outer {
  height: 29px;
  text-align: center;
}
.inner {
  display: inline-block;
}
.big-title {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0px 20px 10px;
  margin: -10px 0 15px -20px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 600;
}
.jl-logo {
  float: left;
  display: block;
  margin-right: 10px;
  width: 17px;
  height: 30px;
  background: url(/image/jl-logo.png?__sprite) no-repeat center center;
}
/**
 *content area
 */
.content {
  margin-left: 250px;
  padding: 20px;
  border-left: 1px solid #eee;
}
.video-wrap {
  height: 500px;
  border-radius: 5px;
  background: #eee;
}
.wrap {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.title {
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #f39800;
}
.pargh {
  display: block;
  padding: 10px 0px;
  color: #626262;
  line-height: 20px;
}
.sence {
  display: block;
  padding: 10px 0px;
  color: #626262;
}
.team {
  display: block;
  float: left;
  width: 25px;
  height: 26px;
  background: url(/image/team.png?__sprite) no-repeat center center;
}
.wrap-pic {
  width: 710px;
  padding: 10px 0px;
  margin: 0px auto;
}
.panel {
  margin: 4px 0;
  overflow: hidden;
  margin-left: -10px;
  padding: 10px 5px;
  height: auto;
  width: 700px;
}
.panel li.cb {
  width: 1px;
  height: 1px;
  clear: left;
}
.panel li {
  position: relative;
  margin: 5px;
  float: left;
  width: 165px;
  height: 130px;
  border-radius: 5px;
}
.panel img {
  width: 100%;
  height: 100%;
}
.panel p {
  color: #fff;
  font-size: 12px;
}
.name {
  position: absolute;
  bottom: 25px;
  left: 10px;
}
.position {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/**
 *joinus styles
 */
.joinus .wrap {
  margin: 20px 0px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #e1e1e1;
}
.joinus .joinus-wrap {
  margin: 0 0;
}
.joinus h3 {
  margin: 10px 0px -6px 0px;
  padding: 14px 0px -2px 0px;
  height: 20px;
}
.joinus .title {
  padding: 0px 10px 10px 10px;
  margin: 0px -10px;
  border-bottom: 1px solid #eee;
}
/**
 *question styles
 */
.question .wrap {
  margin: -20px;
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.question .pargh {
  text-indent: 28px;
  padding: 10px 0px 0px;
}
.pargh em {
  color: #25a7eb;
  font-weight: 600;
}
.question h3 {
  margin: 20px 0px 0px;
  padding: 14px 0px -2px 0px;
  height: 20px;
}
.question .first-title {
  margin: -10px -20px 0px;
  padding: 0px 10px 10px 10px;
  height: 29px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #f39800;
}
.question .title {
  margin: 30px -20px 0px;
  padding: 10px;
  height: 28px;
  line-height: 28px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/**
 *business styles
 */
.business .wrap {
  margin: -20px;
  padding: 0px 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.business .pargh {
  margin-bottom: 20px;
}
.business h3 {
  margin: 10px 0px -6px 0px;
  padding: 14px 0px -2px 0px;
  height: 20px;
}
.busines .title {
  margin: -10px -20px;
  padding: 0px 10px 10px 10px;
  height: 29px;
  border-bottom: 1px solid #eee;
}
/**
 *baidu map styles
 */
#allmap {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
#result {
  width: 100%;
  font-size: 12px;
}
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-size: 14px;
  font-family: "microsoft yahei", "Segoe UI", sans-serif;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
dd {
  padding: 5px 0 0 5px;
}
li {
  line-height: 28px;
}
/***
 *callus styles
 */
.callus .wrap {
  margin: 0px -20px 0px;
  padding: 0px 20px 20px;
  border-bottom: none;
  text-align: left;
}
.callus h3 {
  margin: 10px 0px -6px 0px;
  padding: 14px 0px -2px 0px;
  height: 20px;
}
.callus .title {
  margin: -10px -20px;
  padding: 0px 10px 10px 10px;
  height: 29px;
  /*border-bottom: 1px solid #eee;*/
}
/***
 *partner styles
 */
.partner-link {
  color: #00a0e9;
  text-decoration: underline;
}
.partner-link:hover {
  cursor: hover;
}
.img-wrap {
  margin: 10px 0;
  width: 200px;
  float: left;
  text-align: center;
}
.text-wrap {
  float: left;
  margin-left: 80px;
  width: 600px;
}
.partner-img {
  height: 60px;
}
.partner .wrap {
  padding: 20px 0px 0px;
  height: 100px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.row {
  height: 20px;
  line-height: 20px;
}
.partner .wrap:after,
.partner .row:after {
  display: table;
  clear: both;
  content: '';
}
.row p {
  float: left;
}
.rl,
.rr {
  width: 40%;
}
.rar,
.ral {
  float: left;
}
.rar {
  width: 76%;
}
.main {
  margin: 140px auto 20px;
  width: 1190px;
  min-height: 640px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: "microsoft yahei", "Segoe UI", sans-serif;
  background: #fff;
}
.download-p-page {
  width: 100%;
  height: 850px;
}
.download-p-page .sizing-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-p-page .pa {
  position: absolute;
}
.download-p-page .download-page {
  width: 100%;
  height: 850px;
  background: url('../image/download/bg.jpg') 0 0 no-repeat;
  background-size: cover;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-p-page .download-page-content {
  padding-top: 90px;
}
.download-p-page .download-page-left {
  width: 595px;
  height: 622px;
  background: url("../image/download/phone1.png") 0 0 no-repeat;
}
.download-p-page .loop-body {
  width: 274px;
  height: 488px;
  overflow: hidden;
  position: absolute;
  left: 210px;
  top: 70px;
}
.download-p-page .loop-body img {
  display: block;
  border: 0 none;
  float: left;
  width: 274px;
  height: 488px;
}
.download-p-page .download-loop {
  width: 1644px;
  height: 488px;
  position: absolute;
  top: 0;
  left: 0;
}
.download-p-page .download-page-right {
  width: 500px;
  padding-top: 70px;
  text-align: left;
}
.download-p-page h3 {
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  color: #ff6039;
  margin-bottom: 12px;
  font-weight: bolder;
}
.download-p-page .download-right-desc {
  line-height: 18px;
  height: 18px;
  margin: 18px 0 72px 0;
  font-size: 18px;
  color: #cccccc;
  font-weight: normal;
}
.download-p-page .down-code {
  width: 385px;
  height: 193px;
}
.download-p-page .down-two-code {
  display: block;
  border: 0 none;
  width: 160px;
  height: 193px;
  left: 0;
  top: 0;
}
.download-p-page .down-code-apple,
.download-p-page .down-code-android {
  right: 1px;
  width: 200px;
  height: 82px;
  line-height: 82px;
  background-color: #ff6039;
  border-radius: 5px;
}
.download-p-page .down-code-apple a,
.download-p-page .down-code-android a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #fff;
  padding-left: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-p-page .down-code-apple i,
.download-p-page .down-code-android i {
  position: absolute;
  width: 33px;
  height: 40px;
  left: 16px;
  top: 20px;
}
.download-p-page .down-code-apple {
  top: 0;
}
.download-p-page .down-code-apple i {
  background: url('../image/download/apple.png') 0 0 no-repeat;
  background-size: cover;
}
.download-p-page .down-code-android {
  bottom: 0;
}
.download-p-page .down-code-android i {
  background: url('../image/download/Android.png') 0 0 no-repeat;
  background-size: cover;
}
.login-bg {
  height: 860px;
  background: url("/image/login-bg.jpg") no-repeat;
  background-size: cover;
}
.login-content {
  position: relative;
}
.login-content :after {
  content: "";
  clear: both;
}
.login-module {
  position: absolute;
  top: 205px;
  right: 0;
  width: 297px;
  padding: 0 30px 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.login-module h3 {
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: #333;
  border-bottom: 4px solid #e79b37;
  margin-bottom: 10px;
}
.login-hint {
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ff390c;
}
.login-remember {
  line-height: 14px;
}
.login-register {
  display: block;
  margin-top: 10px;
}
.login-hover:hover {
  text-decoration: underline;
  color: #f39800;
}
.login-check {
  position: relative;
  width: 297px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
#loginCheckCode {
  width: 150px;
  margin: 10px 0 0 40px;
  float: left;
  border: 0;
  outline: medium;
  font-size: 14px;
}
.login-reg {
  display: block;
  float: right;
  height: 40px;
}
.login-reg img {
  height: 40px;
  border-radius: 0 5px 5px 0;
}
#successHint {
  position: absolute;
  visibility: hidden;
  top: 12.5px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}
#loginCodeModel {
  display: none;
}
.register-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.register-module {
  width: 515px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 40px;
  margin: 183px auto 200px;
}
.register-title {
  position: relative;
  text-align: center;
  width: 517px;
  height: 62px;
  border-bottom: 2px solid #f39800;
  line-height: 62px;
}
.register-title span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 127px;
  height: 62px;
  line-height: 62px;
  font-size: 14px;
  color: #666;
}
.register-title span a {
  color: #f39800;
  font-size: 12px;
}
.register-item {
  height: 56px;
  line-height: 56px;
  color: #f39800;
  text-align: left;
  clear: both;
}
.register-item span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.agree {
  font-size: 14px;
  margin-top: 30px;
  line-height: 14px;
  color: #666;
  text-align: left;
}
.agree a {
  color: #f39800;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.findPasswordModule {
  margin-top: 200px;
  height: 670px;
}
.info-2,
.info-3,
.info-4,
.info-5 {
  display: none;
}
#forgetPwd {
  width: 700px;
  margin: 0 auto;
}
#forgetPwd h3 {
  height: 58px;
  font-size: 18px;
  line-height: 58px;
  color: #333;
  text-align: center;
}
#forgetPwd .findPwdHint {
  line-height: 40px ;
}
.step {
  display: block;
  float: left;
  width: 175px;
  height: 54px;
  border-top: 2px solid #eee;
  font-size: 18px;
  color: #eee;
}
.step span {
  font-size: 24px;
}
.step-active {
  border-top: 2px solid #f39800 !important;
  color: #f39800 !important;
}
#step1,
#step2,
#changePwd {
  background-color: #ccc;
}
#step1.active,
#step2.active,
#changePwd.active {
  background-color: #f39800;
}
.forget-item {
  height: 40px;
  margin-bottom: 15px;
}
.forget-item label {
  float: left;
  width: 185px;
  height: 40px;
  margin-right: 15px;
  text-align: right;
  font-size: 14px;
  text-indent: 5px;
  line-height: 40px;
  color: #666;
}
.forget-item div {
  float: left;
  width: 293px;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
}
.forget-item div input {
  width: 270px;
  border: 0;
  outline: medium;
}
.forget-item div :after {
  content: "";
  clear: both;
}
#hintArea {
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-indent: 5px;
}
#setCodeParent {
  position: relative;
  overflow: hidden;
}
#showCode {
  position: absolute;
  right: 0;
  top: -1px;
  width: 118px !important;
  height: 40px;
  border: 0 none;
  z-index: 10;
}
#showCode img {
  border: 5px;
  width: 118px;
  height: 40px;
}
.choose {
  display: block;
  float: left;
  margin-left: 175px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 120px;
  color: #707070;
}
.choose a {
  color: #f39800;
}
.sendSMSCode input {
  width: 160px;
}
#setCode1 {
  width: 194px;
  text-indent: 80px;
  text-align: center;
}
#sendSMS {
  display: inline-block;
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  color: #fff;
  background: #ccc ;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background-color: #f39800;
}
#sendSMS.active {
  background-color: #ccc;
}
.set-success {
  margin: 0 auto;
  width: 240px;
}
.set-success img {
  float: left;
  margin: 20px 25px 0 0;
}
.set-success div {
  float: left;
  margin-bottom: 80px;
}
.set-success div h3 {
  font-size: 24px;
  color: #333;
}
.set-success div p {
  font-size: 14px;
  color: #666;
}
.set-success div {
  text-align: center;
}
.set-success div a {
  color: #666;
  font-size: 14px;
}
#backFindPwd:hover {
  color: #f39800;
}
.page-recognition {
  background: #f0f0f0;
}
.page-recognition .recognition-container {
  background: #fff;
  padding: 180px 0 0;
}
.page-recognition .recognition-container #recognitionBox {
  padding: 0 50px 30px;
}
.page-recognition .recognition-container .title {
  width: 320px;
  margin: 0 auto 50px;
  padding: 0;
  border-left: 4px solid #eeb84d;
  border-right: 4px solid #eeb84d;
  text-align: center;
  color: #eeb84d;
  font-size: 30px;
}
.page-recognition .recognition-container .section1 .title1,
.page-recognition .recognition-container .section2 .title1 {
  margin-bottom: 60px;
  color: #000;
  font-size: 20px;
  text-align: left;
}
.page-recognition .recognition-container .section1 .dec-case,
.page-recognition .recognition-container .section2 .dec-case {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: left;
  text-indent: 15px;
}
.page-recognition .recognition-container .section1 .title3,
.page-recognition .recognition-container .section2 .title3 {
  margin-bottom: 50px;
  color: #333;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}
.page-recognition .recognition-container .section1 .split-line,
.page-recognition .recognition-container .section2 .split-line {
  margin-bottom: 70px;
  text-align: center;
  color: #000;
  font-size: 20px;
}
.page-recognition .recognition-container .section1 .split-line .error-line,
.page-recognition .recognition-container .section2 .split-line .error-line {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 158px;
  height: 1px;
  background-color: #000;
}
.page-recognition .recognition-container .section1 .error-item-imgs,
.page-recognition .recognition-container .section2 .error-item-imgs {
  width: 630px;
  margin: 0 auto 60px;
}
.page-recognition .recognition-container .section1 .error-item-imgs .img-1,
.page-recognition .recognition-container .section2 .error-item-imgs .img-1 {
  width: 280px;
  height: 280px;
  border: 1px solid #00b7ee;
}
.page-recognition .recognition-container .section1 .img-2,
.page-recognition .recognition-container .section2 .img-2 {
  margin-bottom: 50px;
  width: 630px;
  height: 370px;
  border: 1px solid #00b7ee;
}
.page-recognition .recognition-container .section1 .dec-pic,
.page-recognition .recognition-container .section2 .dec-pic {
  margin-bottom: 50px;
  display: block;
  text-align: left;
  font-size: 16px;
}
.page-recognition .recognition-container .section1 .yellow-font,
.page-recognition .recognition-container .section2 .yellow-font {
  color: #f39800 !important;
}
.page-recognition .recognition-container .section3 {
  text-align: center;
  font-size: 24px;
  color: #f39800;
}
.page-recognition .recognition-container .section3 .yellow-line {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #f39800;
}
.page-recognition .group {
  margin: 110px 0 0;
  color: #666;
}
.page-upload-guide {
  background: #f0f0f0;
}
.page-upload-guide .upload-container {
  background: #fff;
  padding: 180px 0 30px;
}
.page-upload-guide .gold-yellow {
  color: #eeb84d;
}
.page-upload-guide h2 {
  margin: 0 auto 50px;
  height: 38px;
  line-height: 38px;
  width: 280px;
  font-size: 30px;
  color: #eeb84d;
  border-left: 4px solid #eeb84d;
  border-right: 4px solid #eeb84d;
}
.page-upload-guide h3 {
  margin-bottom: 26px;
  padding: 0 65px;
  color: #333;
  font-size: 20px;
  text-align: left;
}
.page-upload-guide h4 {
  margin-bottom: 14px;
  padding: 0 90px;
  color: #333;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
}
.page-upload-guide .description {
  margin-bottom: 26px;
  padding: 0 80px 0 105px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
.page-upload-guide .description-alert {
  line-height: 30px;
  margin-bottom: 26px;
  padding: 0 80px 0 105px;
  font-size: 16px;
  color: #eeb84d;
  text-align: left;
}
.page-upload-guide .description-step {
  margin-bottom: 50px;
  padding: 0 80px 0 105px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
.page-upload-guide .description-step img {
  position: relative;
  top: 40px;
}
.page-upload-guide .img-container-list {
  margin-bottom: 35px;
  padding-left: 130px;
  text-align: left;
}
.page-upload-guide .img-one {
  margin-bottom: 35px;
  padding: 0 30px 0 130px;
  text-align: left;
}
.page-upload-guide .img-one img {
  max-width: 1030px;
}
.page-upload-guide .section {
  text-align: left;
}
.page-upload-guide .section h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.page-upload-guide .section p {
  margin-bottom: 10px;
  padding: 0 50px 0 90px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.page-upload-guide .group {
  margin: 110px 0 0;
  color: #666;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.page-webAR {
  color: #333;
}
.page-webAR .dlb {
  display: inline-block;
}
.page-webAR .v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.page-webAR h1 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.page-webAR .page-banner {
  height: 160px;
  background: url("../../../image/webAR/bg-banner.png?__sprite") no-repeat;
  background-size: cover;
}
.page-webAR .page-banner > div {
  height: 100%;
}
.page-webAR .page-banner1 {
  height: 160px;
  background: url("../../../image/solution/ARG-banner1.jpg?__sprite") no-repeat;
  background-size: cover;
}
.page-webAR .page-banner1 > div {
  height: 100%;
}
.page-webAR .page-banner1 .page-banner1-title1 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.page-webAR .case-details-eg {
  position: relative;
  margin: 60px auto 30px;
  max-width: 1150px;
  height: 645px;
  cursor: pointer;
  overflow: hidden;
}
.page-webAR .webar-content-f {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-webAR .webar-content-f video {
  height: 100%;
}
.page-webAR .video-control-conent {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -58px;
  padding: 0 35px;
  z-index: 30;
  background-color: #fafafa;
  cursor: auto;
}
.page-webAR .video-control-conent > div {
  float: left;
}
.page-webAR .video-control-conent .full-screen {
  float: right;
}
.page-webAR .control-paused {
  margin: 15px 30px 0 15px;
  width: 25px;
  height: 23px;
}
.page-webAR .control-paused img {
  width: 25px;
  height: 23px;
  border: 0 none;
  cursor: pointer;
}
.page-webAR .control-paused .active {
  background-color: #fafafa;
}
.page-webAR img.actived {
  display: none;
}
.page-webAR .control-progress {
  width: 75%;
  height: 14px;
  border-radius: 7px;
  margin-top: 17px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
}
.page-webAR .control-progress p {
  background-color: #f39800;
  width: 0;
  height: 14px;
}
.page-webAR .video-time {
  font-size: 14px;
  color: #7b7b7b;
  height: 48px;
  line-height: 48px;
  margin: 0 30px;
}
.page-webAR .video-full-screen {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.page-webAR #videoCover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-webAR #videoCover .video-play-btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url('../image/play.png') no-repeat;
  background-size: cover;
}
.page-webAR #videoCover:hover .video-play-btn {
  background: url('../image/play-hover.png') no-repeat;
}
.page-webAR .webar-describe {
  width: 1200px;
  height: 104px;
  text-align: center;
  margin: 0 auto;
}
.page-webAR .webar-describe .webar-left-describe {
  display: inline-block;
  float: left;
  width: 680px;
  height: 104px;
  margin-left: 22px;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.page-webAR .webar-describe .webar-right-describe {
  display: inline-block;
  float: right;
  width: 396px;
}
.page-webAR .webar-describe .webar-right-describe img {
  width: 101px;
  float: left;
}
.page-webAR .webar-describe .webar-right-describe span {
  width: 208px;
  float: left;
  margin-left: 20px;
  display: block;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 22px;
}
.page-webAR .webar-describe .webar-right-describe .webar-right-describet {
  font-size: 24px;
  margin-bottom: 16px;
}
.page-webAR .webar-advantage {
  text-align: center;
  margin: 0 auto;
  height: 718px;
}
.page-webAR .webar-advantage img {
  display: block;
  margin: 0 auto;
}
.page-webAR .webar-advantage .webar-advantage-title {
  padding: 94px 0;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.page-webAR .webar-advantage .webar-advantage-content {
  position: relative;
  display: inline-block;
}
.page-webAR .webar-advantage .webar-advantage-content span {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.page-webAR .webar-advantage .webar-advantage-content .webar-f-title {
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.page-webAR .webar-f1 {
  position: absolute;
  top: 72px;
  left: -180px;
}
.page-webAR .webar-f2 {
  position: absolute;
  top: -6px;
  left: -75px;
}
.page-webAR .webar-f3 {
  position: absolute;
  top: -6px;
  left: 75px;
}
.page-webAR .webar-f4 {
  position: absolute;
  top: 72px;
  left: 180px;
}
.page-webAR .webar-point {
  text-align: center;
  margin: 0 auto;
  height: 470px;
  background-color: #f4f4f4;
}
.page-webAR .webar-point .webar-point-title {
  padding: 100px 0;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.page-webAR .webar-point .webar-point-content {
  margin: 0 auto;
  width: 1200px;
}
.page-webAR .webar-point .webar-point-content li {
  float: left;
  margin-left: 205px;
  line-height: 16px;
}
.page-webAR .webar-point .webar-point-content li:first-child {
  margin-left: 100px;
}
.page-webAR .webar-point .webar-point-content li .webar-point-smalltitle {
  margin-top: 44px;
  line-height: 6px;
  font-size: 16px;
  color: #333;
}
.page-webAR .webar-more {
  width: 1200px;
  margin: 100px auto;
  height: 70px;
}
.page-webAR .webar-more .webar-more-title {
  display: block;
  float: left;
  margin-left: 210px;
  width: 300px;
  border: 1px solid #333;
  line-height: 68px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  border-radius: 15px;
  text-align: center;
}
.page-webAR .webar-more .webar-more-title:hover {
  background-color: #ff9700;
  color: white;
  border: solid #ff9700 1px;
}
.page-webAR .webar-more .more-bgcolor {
  margin-left: 180px;
}
.page-webAR .feel-webar {
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.page-webAR .feel-webar .webar-common-title {
  margin-bottom: 25px;
  padding-top: 100px;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.page-webAR .feel-webar .webar-feel-desc {
  height: 19px;
  line-height: 19px;
  font-size: 18px;
  color: #737373;
}
.page-webAR .feel-webar .webar-code-block {
  width: 120px;
  margin: 55px 75px 0;
}
.page-webAR .feel-webar img {
  display: block;
  width: 120px;
  height: 120px;
  border: 0 none;
}
.page-webAR .feel-webar .image-title {
  display: block;
  margin: 15px 0;
  line-height: 14px;
  font-size: 14px;
  color: #737373;
}
.page-webAR .feel-webar .image-desc {
  display: block;
  height: 13px;
  line-height: 13px;
  color: #ff9700;
  cursor: pointer;
}
.page-webAR .webar-cover-block {
  width: 600px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.page-webAR .webar-cover-block h1 {
  width: 70%;
  margin: 20px auto 0;
  line-height: 24px;
  font-size: 16px;
  color: #FFFFFF;
}
.page-webAR .webar-cover-block #closeCover {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.page-webAR .webar-cover-block #targetImage {
  display: block;
  width: 300px;
  height: 300px;
  margin: 30px auto 0;
}
.channel-page {
  text-align: left;
  width: auto;
  height: 500px;
  background-image: url("../image/channel/channel-page1.png");
  background-position: center;
}
.channel-page .v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -600px;
}
.channel-page .vv-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 100px;
}
.channel-page input {
  width: 300px;
  height: 28px;
  outline: none;
  font-size: 13px;
  border: 1px solid #999;
}
.channel-page .input-four-label {
  position: relative;
  top: -88px;
}
.channel-page textarea {
  line-height: 23px;
  font-size: 13px;
  resize: none ;
  border: 1px solid #999;
}
.channel-page .channel-error {
  display: block;
  position: relative;
  left: 80px;
  width: 200px;
  height: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffa600;
}
.channel-page .channel-error1 {
  display: block;
  position: relative;
  left: 80px;
  width: 200px;
  height: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffa600;
}
.channel-page .channel-error2 {
  display: block;
  position: relative;
  left: 80px;
  width: 200px;
  height: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffa600;
}
.channel-page .channel-error3 {
  display: block;
  position: relative;
  left: 80px;
  width: 200px;
  height: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffa600;
}
.channel-page .channel-content {
  position: relative;
  width: 1200px;
  margin: auto;
  height: 500px;
}
.channel-page .channel-content .channel-page-title {
  display: inline-block;
  text-align: left;
}
.channel-page .channel-content .channel-page-title span {
  margin-left: 25px;
  font-size: 30px;
  color: #fff;
}
.channel-page .channel-content .channel-page-title .channel-page-stitle {
  font-size: 20px;
}
.channel-page .channel-content .channel-right {
  text-align: center;
  background-color: #fff ;
  width: 500px;
  height: 400px;
  float: right;
  border-radius: 15px;
}
.channel-page .channel-content .channel-right .channel-right-content {
  position: relative;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -195px;
  width: 390px;
  color: #333;
  text-align: center;
}
.channel-page .channel-content .channel-right .channel-right-content .input-one {
  margin-top: 15px;
}
.channel-page .channel-content .channel-right .channel-right-content .input-four {
  outline: none;
  width: 300px;
  height: 100px;
  max-width: 300px;
  max-height: 100px;
  text-align: left;
}
.channel-page .channel-content .channel-right .channel-right-content .channel-btn {
  display: block;
  height: 40px;
  width: 390px;
  font-size: 16px;
  color: white;
  background-color: #ffa600;
  border-radius: 8px;
  line-height: 40px;
  cursor: pointer;
}
.channel-title1 {
  max-width: 670px;
  margin-top: 40px;
  position: relative;
  left: 360px;
  top: 55px;
  display: inline;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
.channel-title1 a {
  color: #595959;
}
.channel-title1 a:hover {
  color: #f39800;
}
.channel-btn-alert {
  position: relative;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -20%;
  width: 500px;
  height: 375px;
  line-height: 30px;
  background: #fff;
  color: #333;
  text-align: center;
  z-index: 11;
  display: none;
}
.channel-btn-alert img {
  float: right;
  padding: 30px;
}
.channel-btn-alert .channel-btn-alert1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -115px 0 0 -160px;
  display: inline-block;
  vertical-align: middle;
}
.channel-btn-alert .channel-btn-success {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25%;
  font-size: 20px;
  line-height: 39px;
}
.channel-btn-alert .channel-btn-success img {
  padding: 0;
  float: left;
}
.channel-btn-alert .channel-btn-success .channel-btn-success1 {
  margin-left: 20px;
}
.channel-btn-alert .channel-btn-title {
  display: inline-block;
  font-size: 16px;
  padding: 60px 0;
}
.channel-btn-alert .channel-btn-sure {
  font-size: 14px;
  display: inline-block;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background-color: #ffa600;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.channel-btn-error {
  cursor: pointer;
}
#carSolutionScreenItem,
#alipaySolutionScreenItem {
  /*整体解决方案*/
  /*热门应用场景*/
  /*全部场景*/
  /*4s店*/
  /*主机厂*/
  /*平台解决方案*/
  /*客户*/
  /*AR魅力*/
}
#carSolutionScreenItem .page-banner,
#alipaySolutionScreenItem .page-banner {
  width: 100%;
  height: 222px;
  background: url('/image/autocar/bg.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .page-banner p,
#alipaySolutionScreenItem .page-banner p {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  color: #ffffff;
}
#carSolutionScreenItem .car-solution-block-title,
#alipaySolutionScreenItem .car-solution-block-title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #000000;
}
#carSolutionScreenItem .car-industry-solution,
#alipaySolutionScreenItem .car-industry-solution {
  height: 557px;
  background: #f5f5f5;
  padding-top: 97px;
}
#carSolutionScreenItem .car-industry-solution-left,
#alipaySolutionScreenItem .car-industry-solution-left,
#carSolutionScreenItem .car-industry-solution-right,
#alipaySolutionScreenItem .car-industry-solution-right {
  margin-top: 25px;
}
#carSolutionScreenItem .car-industry-solution-left,
#alipaySolutionScreenItem .car-industry-solution-left {
  width: 310px;
  margin-right: 380px;
  line-height: 24px;
}
#carSolutionScreenItem .car-industry-solution-left p,
#alipaySolutionScreenItem .car-industry-solution-left p {
  width: 310px;
  height: 24px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000000;
}
#carSolutionScreenItem .car-industry-solution-left span,
#alipaySolutionScreenItem .car-industry-solution-left span {
  width: 310px;
  height: 24px;
  font-size: 16px;
  color: #666666;
}
#carSolutionScreenItem .car-industry-solution-right,
#alipaySolutionScreenItem .car-industry-solution-right {
  width: 360px;
  height: 308px;
  background: url('/image/autocar/autocar-nav.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .car-solution-apply,
#alipaySolutionScreenItem .car-solution-apply {
  padding-top: 90px;
  background-color: #fff;
}
#carSolutionScreenItem .car-solution-item,
#alipaySolutionScreenItem .car-solution-item {
  margin-top: 74px;
  font-size: 0;
}
#carSolutionScreenItem .car-solution-item li,
#alipaySolutionScreenItem .car-solution-item li {
  width: 300px;
}
#carSolutionScreenItem .car-solution-item li:nth-of-type(2),
#alipaySolutionScreenItem .car-solution-item li:nth-of-type(2) {
  margin: 0 145px;
}
#carSolutionScreenItem .car-solution-item .preview-image,
#alipaySolutionScreenItem .car-solution-item .preview-image {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
#carSolutionScreenItem .car-solution-item .preview-image img,
#alipaySolutionScreenItem .car-solution-item .preview-image img {
  width: 298px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all  0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
}
#carSolutionScreenItem .car-solution-item .preview-image img:hover,
#alipaySolutionScreenItem .car-solution-item .preview-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#carSolutionScreenItem .car-solution-item p,
#alipaySolutionScreenItem .car-solution-item p {
  height: 24px;
  margin: 55px 0 30px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
}
#carSolutionScreenItem .car-solution-item span,
#alipaySolutionScreenItem .car-solution-item span {
  width: 260px;
  height: 24px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
#carSolutionScreenItem .car-solution-all-apply,
#alipaySolutionScreenItem .car-solution-all-apply {
  padding-top: 90px;
  background-color: #fff;
}
#carSolutionScreenItem .car-solution-all-apply .apply-user,
#alipaySolutionScreenItem .car-solution-all-apply .apply-user {
  height: 24px;
  margin: 68px 0 42px;
  line-height: 24px;
  font-size: 24px;
  color: #333333;
}
#carSolutionScreenItem .apply-ability-item,
#alipaySolutionScreenItem .apply-ability-item {
  height: 54px;
  margin-right: 105px;
  line-height: 54px;
  font-size: 18px;
  color: #050505;
  border-bottom: 2px solid #ffffff;
}
#carSolutionScreenItem .apply-ability-item:hover,
#alipaySolutionScreenItem .apply-ability-item:hover,
#carSolutionScreenItem .apply-ability-item.active-item,
#alipaySolutionScreenItem .apply-ability-item.active-item {
  color: #FFAF00;
  border-bottom: 2px solid #FFAF00;
}
#carSolutionScreenItem .apply-ability-item:nth-last-of-type(1),
#alipaySolutionScreenItem .apply-ability-item:nth-last-of-type(1) {
  margin-right: 0;
}
#carSolutionScreenItem .show-ability-section,
#alipaySolutionScreenItem .show-ability-section {
  width: 1200px;
  height: 564px;
  margin: 38px auto 0;
  overflow: hidden;
}
#carSolutionScreenItem .show-ability-section img,
#alipaySolutionScreenItem .show-ability-section img {
  width: 100%;
  height: 100%;
}
#carSolutionScreenItem .show-ability-section .desc-left,
#alipaySolutionScreenItem .show-ability-section .desc-left,
#carSolutionScreenItem .show-ability-section .desc-right,
#alipaySolutionScreenItem .show-ability-section .desc-right {
  width: 577px;
  height: 160px;
}
#carSolutionScreenItem .show-ability-section .desc-left span,
#alipaySolutionScreenItem .show-ability-section .desc-left span,
#carSolutionScreenItem .show-ability-section .desc-right span,
#alipaySolutionScreenItem .show-ability-section .desc-right span {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}
#carSolutionScreenItem .show-ability-section .desc-left,
#alipaySolutionScreenItem .show-ability-section .desc-left {
  top: 48px;
  left: -577px;
  background: url('/image/autocar/ability-desc1.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .show-ability-section .desc-right,
#alipaySolutionScreenItem .show-ability-section .desc-right {
  right: -577px;
  bottom: 48px;
  background: url('/image/autocar/ability-desc2.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .show-ability-section .desc-left-text,
#alipaySolutionScreenItem .show-ability-section .desc-left-text {
  left: 70px;
  text-align: left;
}
#carSolutionScreenItem .show-ability-section .desc-right-text,
#alipaySolutionScreenItem .show-ability-section .desc-right-text {
  right: 70px;
  text-align: left;
}
#carSolutionScreenItem .car-solution-4s-apply,
#alipaySolutionScreenItem .car-solution-4s-apply {
  width: 100%;
  height: 891px;
  margin-top: 66px;
  background: url('/image/autocar/4s.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .car-solution-4s-apply .apply-user,
#alipaySolutionScreenItem .car-solution-4s-apply .apply-user {
  position: relative;
  padding: 120px 0 96px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
  z-index: 100;
}
#carSolutionScreenItem .apply-4s-bg-image,
#alipaySolutionScreenItem .apply-4s-bg-image {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}
#carSolutionScreenItem .apply-4s-main,
#alipaySolutionScreenItem .apply-4s-main {
  z-index: 100;
}
#carSolutionScreenItem .apply-4s-item,
#alipaySolutionScreenItem .apply-4s-item {
  width: 348px;
  height: 527px;
  margin: 0 40px;
  overflow: hidden;
  cursor: default;
}
#carSolutionScreenItem .apply-4s-item .bg-cover,
#alipaySolutionScreenItem .apply-4s-item .bg-cover {
  width: 100%;
  height: 100%;
}
#carSolutionScreenItem .apply-4s-item:nth-of-type(1),
#alipaySolutionScreenItem .apply-4s-item:nth-of-type(1) {
  background: url('/image/autocar/4s1.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .apply-4s-item:nth-of-type(2),
#alipaySolutionScreenItem .apply-4s-item:nth-of-type(2) {
  background: url('/image/autocar/4s2.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .apply-4s-item:nth-of-type(3),
#alipaySolutionScreenItem .apply-4s-item:nth-of-type(3) {
  background: url('/image/autocar/4s3.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .desc-4s-text,
#alipaySolutionScreenItem .desc-4s-text {
  top: 181px;
  right: 0;
  left: 0;
}
#carSolutionScreenItem .desc-4s-text img,
#alipaySolutionScreenItem .desc-4s-text img {
  width: 102px;
  height: 90px;
  margin: 0 auto 35px;
}
#carSolutionScreenItem .desc-4s-text p,
#alipaySolutionScreenItem .desc-4s-text p {
  height: 36px;
  line-height: 12px;
  font-size: 36px;
  color: #ffffff;
}
#carSolutionScreenItem .desc-4s-ability-info,
#alipaySolutionScreenItem .desc-4s-ability-info {
  width: 260px;
  margin: 60px auto 0;
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
  display: none;
}
#carSolutionScreenItem .apply-4s-item:hover .bg-cover,
#alipaySolutionScreenItem .apply-4s-item:hover .bg-cover {
  background-color: rgba(243, 152, 0, 0.8);
}
#carSolutionScreenItem .apply-4s-item:hover .desc-4s-ability-info,
#alipaySolutionScreenItem .apply-4s-item:hover .desc-4s-ability-info {
  display: block;
}
#carSolutionScreenItem .car-solution-oem-apply,
#alipaySolutionScreenItem .car-solution-oem-apply {
  padding-top: 64px;
  background-color: #fff;
}
#carSolutionScreenItem .select-oem-apply-type,
#alipaySolutionScreenItem .select-oem-apply-type {
  margin-top: 40px;
}
#carSolutionScreenItem .select-oem-item,
#alipaySolutionScreenItem .select-oem-item {
  height: 37px;
  margin-right: 160px;
  line-height: 37px;
  font-size: 18px;
  color: #050505;
  border-bottom: 2px solid #ffffff;
}
#carSolutionScreenItem .select-oem-item:hover,
#alipaySolutionScreenItem .select-oem-item:hover,
#carSolutionScreenItem .select-oem-item.active-item,
#alipaySolutionScreenItem .select-oem-item.active-item {
  color: #FFAF00;
  border-bottom: 2px solid #FFAF00;
}
#carSolutionScreenItem .select-oem-item:nth-last-of-type(1),
#alipaySolutionScreenItem .select-oem-item:nth-last-of-type(1) {
  margin-right: 0;
}
#carSolutionScreenItem .show-oem-apply-section,
#alipaySolutionScreenItem .show-oem-apply-section {
  margin-top: 40px;
}
#carSolutionScreenItem .show-oem-apply-item,
#alipaySolutionScreenItem .show-oem-apply-item {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}
#carSolutionScreenItem .show-oem-apply-item .top-show-image,
#alipaySolutionScreenItem .show-oem-apply-item .top-show-image {
  width: 1200px;
}
#carSolutionScreenItem .show-oem-apply-item .oem-image-item,
#alipaySolutionScreenItem .show-oem-apply-item .oem-image-item {
  top: 658px;
  right: 90px;
  width: 458px;
  height: 554px;
}
#carSolutionScreenItem .show-oem-apply-item-info,
#alipaySolutionScreenItem .show-oem-apply-item-info {
  width: 650px;
  padding-left: 150px;
}
#carSolutionScreenItem .show-oem-apply-item-info span,
#alipaySolutionScreenItem .show-oem-apply-item-info span {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
#carSolutionScreenItem .show-oem-apply-item-info-title,
#alipaySolutionScreenItem .show-oem-apply-item-info-title {
  height: 110px;
  line-height: 110px;
  font-size: 30px;
  border-bottom: 1px solid #D7D7D7;
}
#carSolutionScreenItem .car-solution-platform-common,
#alipaySolutionScreenItem .car-solution-platform-common {
  width: 100%;
  height: 421px;
  background-color: #f5f5f5;
}
#carSolutionScreenItem .car-solution-platform-item1,
#alipaySolutionScreenItem .car-solution-platform-item1 {
  margin-top: 60px;
}
#carSolutionScreenItem .car-solution-platform-item2,
#alipaySolutionScreenItem .car-solution-platform-item2 {
  background-color: #fff;
}
#carSolutionScreenItem .car-solution-platform-common-main,
#alipaySolutionScreenItem .car-solution-platform-common-main {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#carSolutionScreenItem .car-solution-platform-common-main img,
#alipaySolutionScreenItem .car-solution-platform-common-main img {
  max-width: 600px;
  max-height: 421px;
}
#carSolutionScreenItem .car-solution-platform-common-main p,
#alipaySolutionScreenItem .car-solution-platform-common-main p {
  width: 480px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
}
#carSolutionScreenItem .car-solution-platform-common-main p:nth-of-type(1),
#alipaySolutionScreenItem .car-solution-platform-common-main p:nth-of-type(1) {
  margin-top: 0;
}
#carSolutionScreenItem .car-solution-platform-common-main span,
#alipaySolutionScreenItem .car-solution-platform-common-main span {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
#carSolutionScreenItem .car-solution-platform-common-main .bgc-cover,
#alipaySolutionScreenItem .car-solution-platform-common-main .bgc-cover {
  height: 1px;
  margin-top: 15px;
  background: #666666;
  opacity: 0.2;
}
#carSolutionScreenItem .crs-platform-text-title,
#alipaySolutionScreenItem .crs-platform-text-title {
  font-size: 24px;
}
#carSolutionScreenItem .crs-platform-left,
#alipaySolutionScreenItem .crs-platform-left,
#carSolutionScreenItem .crs-platform-right,
#alipaySolutionScreenItem .crs-platform-right {
  width: 600px;
  height: 421px;
}
#carSolutionScreenItem .car-solution-custom,
#alipaySolutionScreenItem .car-solution-custom {
  padding-top: 90px;
}
#carSolutionScreenItem .car-solution-custom-main,
#alipaySolutionScreenItem .car-solution-custom-main {
  width: 1200px;
  height: 550px;
  margin: 60px auto;
  font-size: 0;
}
#carSolutionScreenItem .car-solution-custom-left,
#alipaySolutionScreenItem .car-solution-custom-left {
  width: 400px;
  text-align: left;
}
#carSolutionScreenItem .car-solution-custom-left img,
#alipaySolutionScreenItem .car-solution-custom-left img {
  margin-bottom: 30px;
}
#carSolutionScreenItem .car-solution-custom-left .cusyom-ability,
#alipaySolutionScreenItem .car-solution-custom-left .cusyom-ability {
  width: 369px;
  height: 86px;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #000000;
}
#carSolutionScreenItem .car-solution-custom-left span,
#alipaySolutionScreenItem .car-solution-custom-left span {
  width: 365px;
  margin-bottom: 40px;
  padding-right: 34px;
  line-height: 27px;
  font-size: 18px;
  color: #666666;
}
#carSolutionScreenItem .car-solution-custom-left a,
#alipaySolutionScreenItem .car-solution-custom-left a {
  line-height: 20px;
  font-size: 18px;
  color: #ff9802;
}
#carSolutionScreenItem .car-solution-custom-right,
#alipaySolutionScreenItem .car-solution-custom-right {
  width: 700px;
}
#carSolutionScreenItem .car-solution-custom-right video,
#alipaySolutionScreenItem .car-solution-custom-right video {
  width: 700px;
  height: 550px;
}
#carSolutionScreenItem .car-solution-ar,
#alipaySolutionScreenItem .car-solution-ar {
  width: 100%;
  height: 600px;
  margin: 120px 0;
  background: url('/image/autocar/armore.png') 0 0 no-repeat;
  background-size: cover;
}
#carSolutionScreenItem .car-solution-ar p,
#alipaySolutionScreenItem .car-solution-ar p {
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 36px;
  color: #ffffff;
}
#carSolutionScreenItem .car-solution-ar a,
#alipaySolutionScreenItem .car-solution-ar a {
  line-height: 50px;
  font-size: 20px;
  color: #ff9802;
}
#carSolutionScreenItem .get-more-btn,
#alipaySolutionScreenItem .get-more-btn {
  width: 299px;
  margin: 0 auto 120px;
}
.common-hover-scale-image {
  cursor: pointer;
  overflow: hidden;
}
.common-hover-scale-image img {
  width: 100%;
  height: 100%;
  border: 0 none;
  -webkit-transition: all 0.5s;
  -moz-transition: all  0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
}
.common-hover-scale-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#eduSolutionScreenItem .page-banner {
  width: 100%;
  height: 223px;
  background: url('/image/edu/banner.png') 0 0 no-repeat;
  background-size: cover;
}
#eduSolutionScreenItem .page-banner p {
  line-height: 45px;
  font-size: 30px;
  color: #ffffff;
}
#eduSolutionScreenItem .edu-solution-block-title-common {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #000000;
}
#eduSolutionScreenItem .edu-solution-block-title-special {
  height: 24px;
  margin: 80px 0 70px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
}
#eduSolutionScreenItem .edu-total-solution {
  padding: 97px 0;
  background-color: #f5f5f5;
}
#eduSolutionScreenItem .edu-total-solution-left {
  margin: 115px 192px 0 0;
  height: 24px;
  font-size: 24px;
  color: #000000;
}
#eduSolutionScreenItem .edu-total-solution-right {
  width: 360px;
  height: 279px;
  margin-top: 55px;
  border: 0 none;
}
#eduSolutionScreenItem .edu-apply-sight {
  padding-top: 91px;
  background-color: #fff;
}
#eduSolutionScreenItem .edu-apply-sight-select {
  width: 1200px;
  margin: 0 auto 61px;
  font-size: 0;
}
#eduSolutionScreenItem .edu-apply-sight-select li {
  width: 200px;
  cursor: pointer;
}
#eduSolutionScreenItem .edu-apply-sight-select img {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
}
#eduSolutionScreenItem .edu-apply-sight-select span {
  font-size: 18px;
  color: #050505;
}
#eduSolutionScreenItem .edu-apply-sight-select .apply-sight-active {
  display: none;
}
#eduSolutionScreenItem .edu-apply-sight-select li:hover .apply-sight-active,
#eduSolutionScreenItem .edu-apply-sight-select li.active-select .apply-sight-active {
  display: block;
}
#eduSolutionScreenItem .edu-apply-sight-select li:hover .apply-sight-static,
#eduSolutionScreenItem .edu-apply-sight-select li.active-select .apply-sight-static {
  display: none;
}
#eduSolutionScreenItem .edu-apply-sight-select li:hover span,
#eduSolutionScreenItem .edu-apply-sight-select li.active-select span {
  color: #FFB12A;
}
#eduSolutionScreenItem .edu-apply-sight-show-item {
  width: 100%;
  height: 700px;
  z-index: 90;
}
#eduSolutionScreenItem .edu-apply-sight-show-item img {
  width: 100%;
  height: 100%;
  border: 0 none;
}
#eduSolutionScreenItem .hover-style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 100;
}
#eduSolutionScreenItem .edu-apply-sight-show-main {
  width: 875px;
  height: 269px;
  overflow: hidden;
}
#eduSolutionScreenItem .edu-apply-sight-show-main h4 {
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  color: #ffb12a;
  font-weight: normal;
}
#eduSolutionScreenItem .edu-apply-sight-show-main p {
  height: 24px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 24px;
  color: #ffffff;
}
#eduSolutionScreenItem .edu-apply-sight-show-main p:before {
  content: '';
  position: absolute;
  top: 70%;
  left: -65px;
  background: #ffffff;
  width: 61px;
  height: 1px;
}
#eduSolutionScreenItem .edu-apply-sight-show-main p:after {
  content: '';
  position: absolute;
  top: 70%;
  right: -65px;
  background: #ffffff;
  width: 61px;
  height: 1px;
}
#eduSolutionScreenItem .edu-apply-sight-show-item-desc {
  position: absolute;
  top: 270px;
  right: 0;
  left: 0;
  line-height: 28px;
  font-size: 20px;
  color: #ffffff;
  word-break: break-all;
}
#eduSolutionScreenItem .edu-apply-hardware {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
#eduSolutionScreenItem .edu-apply-hardware-item {
  width: 550px;
  margin: 10px 100px 0 0;
}
#eduSolutionScreenItem .edu-apply-hardware-item p {
  margin: 39px 0 29px;
  line-height: 18px;
  font-size: 18px;
  color: #000000;
}
#eduSolutionScreenItem .edu-apply-hardware-item:nth-of-type(2) {
  margin-right: 0;
}
#eduSolutionScreenItem .edu-apply-hardware-item-pre {
  width: 550px;
  height: 340px;
  overflow: hidden;
  cursor: pointer;
}
#eduSolutionScreenItem .apply-hardware-item-desc {
  width: 425px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
#eduSolutionScreenItem #caseEgDetail {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
#eduSolutionScreenItem #caseEgDetail #WebAR-video {
  width: 1200px;
  height: 500px;
}
#eduSolutionScreenItem .ar-edu-advantage {
  padding-top: 90px;
  background-color: #fff;
}
#eduSolutionScreenItem .ar-edu-advantage-list {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
#eduSolutionScreenItem .ar-edu-advantage-list-item {
  width: 300px;
  margin: 0 149px 80px 0;
}
#eduSolutionScreenItem .ar-edu-advantage-list-item h5 {
  height: 24px;
  margin: 50px 0 30px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
}
#eduSolutionScreenItem .ar-edu-advantage-list-item:nth-of-type(3n + 3) {
  margin-right: 0;
}
#eduSolutionScreenItem .edu-advantage-image {
  width: 300px;
  height: 300px;
}
#eduSolutionScreenItem .ar-edu-advantage-list-desc {
  width: 260px;
  height: 144px;
  line-height: 24px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  word-break: break-all;
}
#eduSolutionScreenItem .edu-solution-block-title-special1 {
  margin: 0 0 50px;
}
#eduSolutionScreenItem .ar-edu-vr-list {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
#eduSolutionScreenItem .ar-edu-vr-list-item {
  width: 350px;
  height: 490px;
  margin-right: 70px;
  background-size: cover;
}
#eduSolutionScreenItem .ar-edu-vr-list-item h5 {
  top: 313px;
  right: 0;
  left: 0;
  margin: 0;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
}
#eduSolutionScreenItem .ar-edu-vr-list-item .ar-edu-vr-list-desc {
  top: 360px;
  right: 45px;
  left: 45px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
#eduSolutionScreenItem .ar-edu-vr-list-item:nth-of-type(1) {
  background: url('/image/edu/vr1.png') 0 0 no-repeat;
}
#eduSolutionScreenItem .ar-edu-vr-list-item:nth-of-type(2) {
  background: url('/image/edu/vr2.png') 0 0 no-repeat;
}
#eduSolutionScreenItem .ar-edu-vr-list-item:nth-of-type(3) {
  margin-right: 0;
  background: url('/image/edu/vr3.png') 0 0 no-repeat;
}
#eduSolutionScreenItem .ar-edu-platform-section {
  width: 100%;
  height: 400px;
}
#eduSolutionScreenItem .bgf5 {
  background-color: #f5f5f5;
}
#eduSolutionScreenItem .ar-edu-platform {
  padding-top: 70px;
  background-color: #fff;
}
#eduSolutionScreenItem .edu-platform-image {
  width: 530px;
  height: 400px;
  text-align: left;
}
#eduSolutionScreenItem .edu-platform-image img {
  max-width: 530px;
  max-height: 400px;
  display: block;
  border: 0 none;
}
#eduSolutionScreenItem .edu-platform-desc {
  width: 500px;
  text-align: left;
}
#eduSolutionScreenItem .edu-platform-desc h5 {
  height: 30px;
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 30px;
  color: #000000;
  font-weight: normal;
}
#eduSolutionScreenItem .edu-platform-desc .edu-platform-desc-item {
  width: 489px;
  margin-bottom: 35px;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  word-break: break-all;
}
#eduSolutionScreenItem .ar-edu-user {
  padding-top: 150px;
}
#eduSolutionScreenItem .picture-user-flow {
  padding: 88px 0 100px;
}
#eduSolutionScreenItem .picture-user-flow-main {
  margin: 96px auto 0;
}
#eduSolutionScreenItem .picture-user-flow-item {
  width: 300px;
  height: 628px;
  padding-top: 70px;
  background: url('/image/edu/7.png') 0 0 no-repeat;
  background-size: cover;
}
#eduSolutionScreenItem .picture-user-flow-item .user-step-icon {
  width: 100%;
  height: 145px;
  margin-bottom: 70px;
}
#eduSolutionScreenItem .picture-user-flow-item .user-step-icon img {
  max-width: 100%;
  max-height: 145px;
}
#eduSolutionScreenItem .picture-user-flow-item h4 {
  height: 36px;
  margin-bottom: 58px;
  line-height: 36px;
  font-size: 30px;
  color: #000000;
  font-weight: 400;
}
#eduSolutionScreenItem .picture-user-flow-item span {
  width: 160px;
  margin: 0 auto 30px;
  line-height: 24px;
  font-size: 18px;
  color: #000000;
}
#eduSolutionScreenItem .picture-user-flow-item-middle {
  width: 96px;
  height: 27px;
  margin: 0 25px;
  background: url('/image/edu/9.png') 0 0 no-repeat;
  background-size: cover;
}
#eduSolutionScreenItem .get-more-btn {
  width: 299px;
  margin: 145px auto 62px;
}
.ar-picture-p-page {
  min-width: 1200px;
}
.ar-picture-p-page .picture-section-title {
  line-height: 50px;
  font-size: 38px;
  font-weight: bold;
  color: #313131;
}
.ar-picture-p-page .section-bg {
  width: 100%;
  top: 460px;
  right: 0;
  left: 0;
  z-index: -1;
}
.ar-picture-p-page .mr152 {
  margin-right: 152px;
}
.ar-picture-p-page .picture-location-word {
  width: 523px;
  font-size: 0;
}
.ar-picture-p-page .picture-location-word h4 {
  width: 100%;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.ar-picture-p-page .picture-location-word p {
  width: 315px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #373737;
}
.ar-picture-p-page .product-location-common img {
  width: 523px;
}
.ar-picture-p-page .program-advantage-top {
  width: 1200px;
  margin: 70px auto 50px;
  font-size: 0;
}
.ar-picture-p-page .program-advantage-top-item {
  width: 600px;
  height: 418px;
}
.ar-picture-p-page .program-advantage-top-item:nth-of-type(1) {
  background-color: #FFA748;
}
.ar-picture-p-page .program-advantage-top-item:nth-of-type(2) {
  background-color: #F99340;
}
.ar-picture-p-page .program-advantage-top-item img {
  width: 250px;
  margin: 60px auto 35px;
}
.ar-picture-p-page .program-advantage-top-item h4 {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.ar-picture-p-page .program-advantage-top-item p {
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.ar-picture-p-page .program-advantage-info {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.ar-picture-p-page .program-advantage-item {
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.ar-picture-p-page .program-advantage-item:hover {
  border: 1px solid rgba(150, 150, 150, 0.25);
  box-shadow: 6px 10px 40px 0 rgba(150, 150, 150, 0.5);
}
.ar-picture-p-page .program-advantage-item img {
  width: 135px;
  margin: 53px auto 0;
}
.ar-picture-p-page .program-advantage-item h4 {
  line-height: 62px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.ar-picture-p-page .program-advantage-item p {
  width: 303px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #373737;
}
.ar-picture-p-page .architecture-section {
  margin-top: 110px;
  font-size: 0;
}
.ar-picture-p-page .architecture-section img {
  width: 495px;
}
.ar-picture-p-page .architecture-section-item {
  width: 560px;
  margin-right: 145px;
}
.ar-picture-p-page .architecture-section-item h4 {
  margin: 65px 0 20px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.ar-picture-p-page .architecture-section-item h4:nth-of-type(1) {
  margin-top: 0;
}
.ar-picture-p-page .architecture-section-item p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #373737;
}
.ar-picture-p-page .picture-type-section {
  font-size: 0;
  background: url("../../image/arpicture/type_bg.png") 0 0 no-repeat;
  background-size: cover;
}
.ar-picture-p-page .picture-type-section-item-content {
  width: 1200px;
  height: 527px;
  margin: 120px auto 0;
}
.ar-picture-p-page .picture-type-section-item {
  width: 360px;
  height: 527px;
  top: 0;
  background-color: #fff;
  box-shadow: 6px 10px 40px 0 rgba(90, 90, 90, 0.47);
  transition: all 0.3s linear;
  cursor: default;
}
.ar-picture-p-page .picture-type-section-item:hover {
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  /* IE 9 */
  -moz-transform: translateY(-20px);
  /* Firefox */
  -webkit-transform: translateY(-20px);
  /* Safari 和 Chrome */
  -o-transform: translateY(-20px);
  /* Opera */
}
.ar-picture-p-page .picture-type-section-item h4 {
  margin: 50px 0 25px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.ar-picture-p-page .picture-type-section-item p {
  width: 281px;
  line-height: 28px;
  font-size: 16px;
  color: #373737;
}
.ar-picture-p-page .picture-type-section-item h5 {
  right: 0;
  bottom: 33px;
  left: 0;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  color: #373737;
}
.ar-picture-p-page .picture-type-section-item1 {
  left: 420px;
}
.ar-picture-p-page .picture-type-top {
  height: 200px;
  background-color: #FFA748;
}
.ar-picture-p-page .picture-type-top img {
  max-width: 100%;
  max-height: 100%;
}
.ar-picture-p-page .coo-item {
  width: 120px;
  margin: 130px 90px 0;
}
.ar-picture-p-page .coo-item img {
  margin: 0 auto;
  z-index: -1;
}
.ar-picture-p-page .coo-item .coo-num {
  height: 50px;
  margin: 30px 0 25px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.ar-picture-p-page .coo-item p {
  line-height: 26px;
  font-size: 24px;
  color: #000000;
}
.ar-picture-p-page .coo-base-line {
  top: 450px;
  width: 1200px;
  height: 1px;
  z-index: -2;
}
.ar-picture-p-page .coo-base-line p {
  width: 0;
  height: 1px;
  background: #d4d4d4;
}
.ar-picture-p-page .circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffaf00;
  border-radius: 15px;
}
.ar-picture-p-page .circle_bottom {
  position: absolute;
  top: -2.5px;
  left: 42.5px;
  width: 35px;
  height: 35px;
  background: rgba(255, 175, 0, 0.8);
  border-radius: 100%;
  filter: alpha(opacity=40);
  z-index: -100;
}
.ar-picture-p-page .circle_bottom2 {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 40px;
  height: 40px;
  background: rgba(255, 175, 0, 0.6);
  border-radius: 100%;
  filter: alpha(opacity=20);
  z-index: -110;
}
.ar-picture-p-page .animation {
  -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ar-picture-p-page .animation2 {
  -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}
@keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}
.solution-p-page .solution-p-banner {
  width: 100%;
  height: 250px;
  background: url('/image/specialSolution/banner.png') 0 0 no-repeat;
  background-size: cover;
}
.solution-p-page .solution-banner-top {
  width: 1200px;
}
.solution-p-page .solution-banner-top h4 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}
.solution-p-page .solution-banner-top span {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.solution-p-page .solution-banner-top a {
  width: 119px;
  height: 36px;
  margin-top: 25px;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #F39200;
  border-radius: 3px;
}
.solution-p-page .solution-p-title {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
}
.solution-p-page .hot-title {
  margin-bottom: 125px;
}
.solution-p-page .hot-solution-section {
  padding-top: 95px;
}
.solution-p-page .solution-link-list-common {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.solution-p-page .solution-link-list-common li {
  width: 330px;
}
.solution-p-page .solution-link-list-common li:nth-of-type(2) {
  margin: 0 100px;
}
.solution-p-page .solution-link-list-common span {
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}
.solution-p-page .solution-link-list-common .list-item-name {
  margin: 20px 0 10px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.solution-p-page .solution-link-list-common .pre-view {
  width: 100%;
  height: 80px;
}
.solution-p-page .solution-link-list-common .pre-view img {
  max-height: 70px;
}
.solution-p-page .solution-link-list-common .image-static {
  display: block;
}
.solution-p-page .solution-link-list-common .image-active {
  display: none;
}
.solution-p-page .solution-link-list-common li:hover .image-static {
  display: none;
}
.solution-p-page .solution-link-list-common li:hover .image-active {
  display: block;
}
.solution-p-page .solution-link-list-common li:hover .list-item-name {
  color: #F39200;
}
.solution-p-page .solution-link-list-common .has-no-link {
  cursor: default;
}
.solution-p-page .all-solution-section {
  padding-top: 125px;
}
.solution-p-page .all-solution-title {
  margin-bottom: 80px;
}
.solution-p-page .select-solution-type-btn {
  width: 186px;
  height: 59px;
  margin: 0 60px 77px 0;
  line-height: 59px;
  font-size: 30px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 3px;
}
.solution-p-page .select-solution-type-btn:hover,
.solution-p-page .select-solution-type-btn.active {
  color: #ffffff;
  background-color: #F39200;
  border: 1px solid #F39200;
}
.solution-p-page .common-solution-link-list1,
.solution-p-page .special-solution-link-list1 {
  margin-bottom: 120px;
}
.solution-p-page .perfect-solution-case {
  padding-top: 128px;
}
.solution-p-page .solution-case-title {
  margin-bottom: 78px;
}
.solution-p-page .solution-case-list {
  width: 1200px;
  margin: 0 auto 93px;
  font-size: 0;
}
.solution-p-page .solution-case-list li {
  width: 285px;
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-size: cover;
}
.solution-p-page .solution-case-list li:nth-of-type(4n + 4) {
  margin-right: 0;
}
.solution-p-page .solution-case-list li:nth-of-type(1) {
  background: url('/image/specialSolution/autoCar.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(2) {
  background: url('/image/specialSolution/zhaoshang.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(3) {
  background: url('/image/specialSolution/toplife.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(4) {
  background: url('/image/specialSolution/day-c.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(5) {
  background: url('/image/specialSolution/kbk.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(6) {
  background: url('/image/specialSolution/cctv.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(7) {
  background: url('/image/specialSolution/kfc.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:nth-of-type(8) {
  background: url('/image/specialSolution/sogou.png') 0 0 no-repeat;
}
.solution-p-page .solution-case-list li:hover .solution-case-item-desc {
  display: block;
}
.solution-p-page .solution-case-item-desc {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding-left: 39px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #F39200;
  z-index: 1;
}
.solution-p-page .solution-case-item-desc .case-name {
  margin-bottom: 17px;
  line-height: 22px;
  font-size: 22px;
  color: #333333;
}
.solution-p-page .solution-case-item-desc .case-desc {
  margin-bottom: 17px;
  line-height: 14px;
  font-size: 14px;
  color: #666666;
}
.solution-p-page .solution-case-item-desc a {
  font-size: 14px;
  color: #f4980f;
}
.solution-p-page .solution-case-item-desc a:hover {
  text-decoration: underline;
}
.solution-p-page .get-more-case {
  width: 236px;
  height: 59px;
  margin: 0 auto 115px;
  line-height: 59px;
  font-size: 24px;
  color: #ffffff;
  background-color: #F39200;
  border-radius: 5px;
}
.remote-p-page .remote-banner {
  width: 100%;
  height: 223px;
  background: url("/image/remote/bg.png") 0 0 no-repeat;
  background-size: cover;
}
.remote-p-page .remote-banner p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}
.remote-p-page .get-more-btn {
  width: 299px;
  margin: 44px auto 62px;
}
.remote-p-page .remote-section-title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: normal;
  color: #000000;
}
.remote-p-page .remote-all-solution {
  padding: 97px 0 100px;
  background-color: #F5F5F5;
}
.remote-p-page .remote-all-solution-left {
  width: 715px;
  margin-top: 86px;
  text-align: left;
}
.remote-p-page .remote-all-solution-left p {
  height: 24px;
  margin-top: 30px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.remote-p-page .remote-all-solution-left .get-more-btn {
  width: 199px;
  height: 61px;
  margin: 30px 0 0;
}
.remote-p-page .remote-all-solution-right {
  width: 360px;
  height: 248px;
  margin-top: 86px;
  background: url("/image/remote/all-solution.png") 0 0 no-repeat;
  background-size: cover;
}
.remote-p-page .remote-apply-scene {
  padding: 90px 0;
}
.remote-p-page .remote-apply-scene-main {
  width: 1200px;
  margin: 145px auto 0;
  font-size: 0;
}
.remote-p-page .remote-apply-scene-item {
  width: 300px;
}
.remote-p-page .remote-apply-scene-item p {
  margin: 40px 0 25px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
}
.remote-p-page .remote-apply-scene-item span {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  word-break: break-all;
  text-align: justify;
}
.remote-p-page .remote-apply-scene-item:nth-of-type(2n+2) {
  margin: 0 150px;
}
.remote-p-page .remote-apply-scene-item-pre {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.remote-p-page .remote-apply-scene-item-pre img {
  display: block;
  width: 300px;
  height: 300px;
}
.remote-p-page .remote-perfect-section {
  padding-top: 60px;
}
.remote-p-page .remote-perfect-section-main {
  width: 1200px;
  margin: 145px auto 0;
}
.remote-p-page .remote-perfect-section-img {
  width: 581px;
  height: 377px;
  margin-bottom: 110px;
}
.remote-p-page .remote-perfect-section-img img {
  width: 581px;
  height: 377px;
  border: 0 none;
}
.remote-p-page .remote-perfect-section-text {
  width: 581px;
  height: 377px;
  margin-bottom: 110px;
  text-align: left;
}
.remote-p-page .remote-perfect-section-text .remote-perfect-section-text-main {
  width: 100%;
  height: 100%;
}
.remote-p-page .remote-perfect-section-text p {
  width: 465px;
  height: 30px;
  margin-bottom: 60px;
  line-height: 30px;
  font-size: 30px;
  color: #000000;
}
.remote-p-page .remote-perfect-section-text span {
  line-height: 24px;
  font-size: 18px;
  color: #666666;
  word-break: break-all;
}
.remote-p-page .remote-perfect-section-text img {
  display: block;
  width: 199px;
  height: 61px;
  margin-top: 30px;
  border: 0 none;
}
.remote-p-page .remote-ability {
  padding-top: 100px;
}
.remote-p-page .remote-ability-main {
  margin-top: 165px;
}
.remote-p-page .remote-ability-item {
  padding: 56px 0;
  text-align: left;
}
.remote-p-page .remote-ability-item:nth-of-type(2n + 1) {
  background-color: #f5f5f5;
}
.remote-p-page .remote-ability-item-main {
  width: 1160px;
  margin: 0 auto;
  font-size: 0;
}
.remote-p-page .remote-ability-text {
  width: 600px;
}
.remote-p-page .remote-ability-text p {
  width: 458px;
  height: 64px;
  margin-bottom: 20px;
  line-height: 64px;
  font-size: 24px;
  color: #000000;
  border-bottom: 1px solid #666666;
}
.remote-p-page .remote-ability-text span {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  word-break: break-all;
}
.remote-p-page .remote-ability-text .remote-ability-desc {
  width: 440px;
  margin-bottom: 30px;
}
.remote-p-page .remote-ability-text .remote-ability-desc-icon {
  width: 201px;
}
.remote-p-page .remote-ability-text .remote-ability-desc-icon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: cover;
}
.remote-p-page .remote-ability-picture {
  width: 560px;
}
.remote-p-page .ability-icon1 {
  background: url("/image/remote/icon1.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon2 {
  background: url("/image/remote/icon2.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon3 {
  background: url("/image/remote/icon3.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon4 {
  background: url("/image/remote/icon4.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon5 {
  background: url("/image/remote/icon5.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon6 {
  background: url("/image/remote/icon6.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon7 {
  background: url("/image/remote/icon7.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon8 {
  background: url("/image/remote/icon8.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon9 {
  background: url("/image/remote/icon9.png") 0 0 no-repeat;
  background-size: cover;
}
.remote-p-page .ability-icon10 {
  background: url("/image/remote/icon10.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon11 {
  background: url("/image/remote/icon11.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon1 {
  background: url("/image/remote/icon1.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon12 {
  background: url("/image/remote/icon12.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon13 {
  background: url("/image/remote/icon13.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon14 {
  background: url("/image/remote/icon14.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon15 {
  background: url("/image/remote/icon15.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon1 {
  background: url("/image/remote/icon1.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon16 {
  background: url("/image/remote/icon16.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon17 {
  background: url("/image/remote/icon17.png") 0 0 no-repeat;
}
.remote-p-page .ability-icon18 {
  background: url("/image/remote/icon18.png") 0 0 no-repeat;
}
.remote-p-page .deeply-get-more {
  width: 100%;
  height: 525px;
  background: url("/image/remote/footer.png") 0 0 no-repeat;
  background-size: cover;
}
.remote-p-page .deeply-get-more p {
  width: 1200px;
  height: 52px;
  margin-bottom: 40px;
  line-height: 52px;
  font-size: 48px;
  color: #ffffff;
}
.remote-p-page #caseEgDetail {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  background-color: #fff;
}
.remote-p-page #caseEgDetail #WebAR-video {
  width: 1200px;
  height: 500px;
}
.page-slam .slam-banner {
  width: 100%;
  height: 768px;
  background: url('/image/slam/banner.png') 0 0 no-repeat;
  background-size: cover;
}
.page-slam .slam-banner-content {
  width: 1190px;
  font-size: 0;
  color: #FFFFFF;
}
.page-slam .slam-banner-content h1 {
  margin-bottom: 29px;
  line-height: 50px;
  font-size: 50px;
  font-weight: 600;
}
.page-slam .slam-banner-content span {
  line-height: 42px;
  font-size: 24px;
}
.page-slam .slam-banner-content .get-more-btn {
  width: 194px;
  margin-top: 100px;
}
.page-slam .slam-feature {
  margin: 70px auto 30px;
  line-height: 24px;
  font-size: 24px;
  color: #000;
}
.page-slam .slam-desc-text-common {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.page-slam .slam-block-title {
  line-height: 30px;
  font-size: 30px;
  color: #000;
}
.page-slam .slam-block-title1 {
  margin: 79px 0 68px;
}
.page-slam .slam-block-title2 {
  margin: 70px 0 75px;
}
.page-slam .slam-advantage-block {
  font-size: 0;
}
.page-slam .slam-advantage-item {
  width: 50%;
  text-align: center;
}
.page-slam .slam-advantage-item h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.page-slam .slam-advantage-item1 {
  margin-top: 30px;
}
.page-slam .slam-advantage-img {
  height: 166px;
}
.page-slam .slam-advantage-img img {
  max-height: 166px;
}
.page-slam .slam-apply-scene {
  padding: 40px 0;
}
.page-slam .bgf5f5f5 {
  background-color: #f5f5f5;
}
.page-slam .preview-image-item {
  width: 550px;
  height: 340px;
  margin-right: 70px;
}
.page-slam .preview-image-item img {
  width: 100%;
}
.page-slam .slam-apply-scene-desc {
  width: 550px;
  height: 340px;
}
.page-slam .slam-apply-scene-desc .slam-feature {
  margin: 0 0 40px;
}
.page-tour .slide-banner .index-banner {
  width: 100%;
  z-index: -1;
}
.page-tour .slide-banner .index-banner .slide-banner {
  display: block;
  width: 100%;
}
.page-tour .slide-banner .index-banner.active {
  z-index: 1;
}
.page-tour .slide-banner .active-index-btn {
  height: 4px;
  bottom: 20px;
  font-size: 0;
  z-index: 1001;
}
.page-tour .slide-banner .banner-item-btn {
  width: 70px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
.page-tour .slide-banner .banner-nav-btn {
  width: 0;
  height: 8px;
  margin: 0;
  padding: 0;
}
.page-tour .slide-banner .banner-nav-btn.active {
  background-color: #ffffff;
}
.page-tour .slide-banner .v-center {
  font-size: 30px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-tour .slide-banner .red-link {
  position: absolute;
  top: 65%;
  left: 60%;
}
.page-tour .tour-banner {
  width: 100%;
}
.page-tour .tour-banner p {
  font-size: 30px;
  color: #FFFFFF;
}
.page-tour .tour-section-title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.page-tour .tour-section-desc-title,
.page-tour .tour-section-desc-title1 {
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.page-tour .tour-section-desc-title1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.page-tour .tour-section-desc-info {
  line-height: 28px;
  color: #666666;
}
.page-tour .tour-solution-section {
  padding: 95px 0;
  background-color: #f5f5f5;
}
.page-tour .tour-solution-main {
  height: 306px;
  margin-top: 28px;
  font-size: 0;
}
.page-tour .tour-solution-main img {
  width: 357px;
  height: 306px;
}
.page-tour .tour-solution-main-desc {
  width: 684px;
}
.page-tour .tour-solution-main-desc p {
  margin-bottom: 30px;
}
.page-tour .tour-solution-main-desc span {
  font-size: 16px;
}
.page-tour .tour-apply-section {
  padding: 95px 0 60px;
  background-color: #fff;
}
.page-tour .tour-apply-section-nav {
  width: 1055px;
  margin: 65px auto 115px;
  font-size: 0;
}
.page-tour .mr230 {
  margin-right: 230px;
}
.page-tour .tour-apply-section-nav-btn {
  padding-bottom: 16px;
  font-size: 20px;
  color: #333333;
  border-bottom: 2px solid #FFFFFF;
}
.page-tour .tour-apply-section-nav-btn.active,
.page-tour .tour-apply-section-nav-btn:hover {
  color: #F39700;
  border-bottom: 2px solid #F39700;
  background-color: #fff;
}
.page-tour .tour-apply-section-nav-img {
  width: 1055px;
  height: 495px;
  margin-top: 40px;
}
.page-tour .tour-apply-section-nav-img img {
  width: 1055px;
  height: 495px;
}
.page-tour .tour-platform-section-item {
  width: 100%;
  height: 420px;
}
.page-tour .tour-platform-item-image {
  width: 560px;
  height: 325px;
  margin-right: 60px;
}
.page-tour .tour-platform-item-image img {
  max-width: 560px;
  margin: 0 auto;
}
.page-tour .tour-platform-item-desc {
  width: 560px;
}
.page-tour .tour-platform-item-desc p {
  width: 450px;
}
.page-tour .tour-visitor-section {
  padding-top: 90px;
}
.page-tour .tour-visitor-section-main {
  width: 1190px;
  margin: 80px auto 0;
  font-size: 0;
}
.page-tour .tour-visitor-section-main-img {
  width: 1190px;
  margin-bottom: 60px;
}
.page-tour .tour-visitor-section-main-desc {
  padding: 0 0 100px 50px;
}
.page-tour .tour-visitor-section-main-desc img {
  width: 142px;
}
.page-tour .tour-visitor-section-main-desc h4 {
  margin: 40px 0 30px;
  line-height: 36px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
.page-tour .tour-visitor-section-main-desc span {
  font-size: 18px;
}
.page-tour .tour-feel-section {
  width: 100%;
  height: 600px;
  background: url('/image/tour/5.png') 0 0 no-repeat;
  background-size: cover;
}
.page-tour .tour-feel-section p {
  height: 36px;
  margin-bottom: 36px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
}
.page-tour .tour-feel-section a {
  font-size: 20px;
  font-weight: 400;
  color: #ff9802;
}
.page-tour .tour-select-section {
  padding: 100px 0 5px;
  font-size: 0;
}
.page-tour .tour-select-item {
  width: 33.333%;
  margin-bottom: 110px;
}
.page-tour .tour-select-item h4 {
  margin: 45px 0 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.page-tour .tour-select-item span {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.page-tour .select-img {
  width: 100%;
  height: 92px;
}
.page-tour .select-img img {
  max-height: 92px;
}
.page-marketing .marketing-banner {
  width: 100%;
  height: 223px;
  background: url('/image/marketing/banner.png') 0 0 no-repeat;
  background-size: cover;
}
.page-marketing .marketing-banner p {
  font-size: 30px;
  color: #FFFFFF;
}
.page-marketing .marketing-section-title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.page-marketing .marketing-section-desc-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}
.page-marketing .marketing-section-desc-info {
  line-height: 28px;
  color: #666666;
}
.page-marketing .marketing-all-section {
  padding: 95px 0;
  background-color: #f5f5f5;
}
.page-marketing .marketing-all-section img {
  width: 360px;
  height: 255px;
}
.page-marketing .marketing-all-section-info {
  width: 683px;
}
.page-marketing .marketing-all-section-info span {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.page-marketing .hot-apply-section {
  padding: 95px 0 60px;
  font-size: 0;
}
.page-marketing .hot-apply-item {
  width: 270px;
  height: 380px;
  margin: 90px 10px 95px;
  cursor: default;
  overflow: hidden;
}
.page-marketing .hot-apply-item img {
  width: 270px;
}
.page-marketing .hot-apply-item-desc-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-marketing .hot-apply-item-desc-info {
  top: 380px;
  right: 0;
  left: 0;
  height: 380px;
  z-index: 10;
}
.page-marketing .hot-apply-item-desc-info p {
  margin-top: 40px;
  font-size: 36px;
  color: #FFF;
}
.page-marketing .hot-apply-item-desc-info .desc-item-text {
  width: 230px;
  margin: 48px auto 0;
  line-height: 24px;
  font-size: 18px;
  color: #FFF;
}
.page-marketing .hot-apply-item:hover .hot-apply-item-desc-bg {
  background-color: rgba(243, 152, 0, 0.8);
}
.page-marketing .marketing-apply-item {
  width: 100%;
  height: 420px;
  font-size: 0;
}
.page-marketing .marketing-apply-item-img {
  width: 585px;
  height: 420px;
  line-height: 420px;
}
.page-marketing .marketing-apply-item-img img {
  max-width: 585px;
  max-height: 357px;
}
.page-marketing .marketing-apply-item-desc {
  width: 465px;
}
.page-marketing .marketing-apply-item-desc span {
  font-size: 14px;
}
.page-marketing .marketing-case-section {
  padding-top: 100px;
}
.page-marketing .get-more-case-section {
  width: 100%;
  height: 600px;
  background: url('/image/marketing/more.png') 0 0 no-repeat;
  background-size: cover;
}
.page-marketing .get-more-case-section p {
  height: 36px;
  margin-bottom: 36px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
}
.page-marketing .get-more-case-section a {
  font-size: 20px;
  font-weight: 400;
  color: #ff9802;
}
.page-marketing .marketing-select-section {
  padding: 120px 0 110px;
  font-size: 0;
}
.page-marketing .marketing-select-item {
  width: 297.5px;
  margin-top: 130px;
}
.page-marketing .marketing-select-item img {
  max-height: 106px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
}
.page-marketing .marketing-select-item p {
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #000000;
}
.page-marketing .marketing-select-item span {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
.page-marketing .finance-customer .right-point {
  position: relative;
  top: -1px;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid ;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
}
.page-marketing .finance-customer .finance-customer-title {
  padding: 100px 0;
  font-size: 30px;
  font-weight: 400;
}
.page-marketing .finance-customer .finance-customer-content {
  margin-bottom: 60px;
  height: 450px;
}
.page-marketing .finance-customer .finance-customer-left {
  display: inline-block;
  margin: 0 20px 0 20px;
  width: 437px;
  text-align: left;
}
.page-marketing .finance-customer .finance-customer-left .finance-customer-icon {
  display: inline-block;
  margin-bottom: 30px;
  width: 145px;
  height: 35px;
}
.page-marketing .finance-customer .finance-customer-left .finance-customer-titles {
  display: inline-block;
  margin-bottom: 52px;
  font-size: 24px;
  color: #333;
  line-height: 50px;
}
.page-marketing .finance-customer .finance-customer-left p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666666;
  line-height: 27px;
}
.page-marketing .finance-customer .finance-customer-left a {
  font-size: 18px;
  color: #FF9802;
  line-height: 20px;
}
.page-marketing .finance-customer .videocon {
  width: 700px;
  height: 394px;
}
.page-marketing .finance-customer video {
  width: 700px;
}
.page-cloud {
  background-color: #fff;
}
.page-cloud .cloud-banner {
  width: 100%;
  height: 223px;
  line-height: 223px;
  font-size: 45px;
  color: #ffffff;
  background: url("/image/cloud/banner.png") 0 0 no-repeat;
  background-size: cover;
}
.page-cloud .cloud-page-section-title {
  height: 45px;
  line-height: 45px;
  font-size: 45px;
  color: #333333;
}
.page-cloud .cloud-feature-section {
  margin-bottom: 60px;
  padding-top: 70px;
}
.page-cloud .cloud-feature-desc {
  line-height: 34px;
  font-size: 20px;
  color: #666666;
}
.page-cloud .cloud-feature-item {
  width: 472px;
  margin: 60px 38px 0;
}
.page-cloud .cloud-feature-item img {
  width: 472px;
  height: 320px;
  margin-bottom: 12px;
}
.page-cloud .cloud-feature-item h4 {
  line-height: 86px;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
.page-cloud .cloud-feature-item p {
  line-height: 35px;
  font-size: 20px;
  color: #666666;
}
.page-cloud .cloud-apply {
  width: 100%;
  font-size: 0;
  background-color: #f5f5f5;
}
.page-cloud .cloud-apply .cloud-page-section-title {
  padding: 80px 0 65px;
}
.page-cloud .cloud-apply-item {
  width: 100%;
}
.page-cloud .cloud-apply-item img {
  width: 100%;
}
.page-cloud .cloud-apply-item-desc {
  width: 1190px;
}
.page-cloud .cloud-apply-item-desc h4 {
  line-height: 50px;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
}
.page-cloud .cloud-apply-item-desc .cloud-apply-item-desc-info {
  width: 386px;
  margin-top: 60px;
  line-height: 44px;
  font-size: 28px;
  color: #ffffff;
  word-break: break-all;
}
.page-cloud .cloud-more-section {
  margin-top: 70px;
}
.page-cloud .cloud-more-section .cloud-more-arcloud {
  width: 200px;
}
.page-cloud .cloud-more-section span {
  display: block;
  font-size: 20px;
  color: #666666;
}
.page-cloud .get-more-btn {
  margin: 45px auto 60px;
}
#wechatSolutionScreenItem .section-title {
  margin-top: 130px;
  line-height: 36px;
  font-size: 36px;
  color: #f39800;
}
#wechatSolutionScreenItem .page-banner {
  width: 100%;
  height: 223px;
  background: url('/image/wechat/banner.png') 0 0 no-repeat;
  background-size: cover;
}
#wechatSolutionScreenItem .page-banner p {
  font-size: 30px;
  color: #ffffff;
}
#wechatSolutionScreenItem .solution-info-common {
  width: 525px;
  margin: 36px 25px 0;
}
#wechatSolutionScreenItem .info-image-cover {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#wechatSolutionScreenItem .info-image-cover img {
  width: 100%;
}
#wechatSolutionScreenItem .solution-info-desc {
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  line-height: 68px;
  text-indent: 35px;
  font-size: 28px;
  color: #ffffff;
  background: #272727;
  opacity: 0.4;
}
#wechatSolutionScreenItem .solution-info-item-desc {
  width: 468px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 18px;
  color: #000;
}
#wechatSolutionScreenItem .scene-section {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
#wechatSolutionScreenItem .scene-section-left {
  width: 575px;
  height: 581px;
  margin-right: 50px;
}
#wechatSolutionScreenItem .scene-section-right {
  width: 575px;
}
#wechatSolutionScreenItem .scene-section-right-item {
  width: 575px;
  height: 266px;
}
#wechatSolutionScreenItem .scene-section-right-item:nth-of-type(1) {
  margin-bottom: 49px;
}
#wechatSolutionScreenItem .scene-section-common {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
#wechatSolutionScreenItem .scene-section-common img {
  width: 100%;
  height: 100%;
}
#wechatSolutionScreenItem .scene-title {
  top: 0;
  left: 0;
  width: 139px;
  line-height: 51px;
  font-size: 24px;
  color: #ffffff;
  background: #f39800;
  border-radius: 8px 24px 8px 24px;
}
#wechatSolutionScreenItem .scene-section-desc {
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}
#wechatSolutionScreenItem .scene-section-desc-info {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 153px 0 30px;
}
#wechatSolutionScreenItem .advantage-section {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
#wechatSolutionScreenItem .advantage-section-advantage {
  margin-bottom: 36px;
  line-height: 72px;
  font-size: 24px;
  color: #000000;
}
#wechatSolutionScreenItem .advantage-section-item {
  width: 575px;
  height: 266px;
  margin-bottom: 50px;
  background: #ffffff;
  box-shadow: 1px 2px 8px 0 rgba(176, 176, 176, 0.5);
  border-radius: 8px;
}
#wechatSolutionScreenItem .advantage-section-item:hover {
  box-shadow: 1px 2px 8px 0 rgba(176, 176, 176, 0.8);
}
#wechatSolutionScreenItem .advantage-section-item:nth-of-type(2n + 1) {
  margin-right: 50px;
}
#wechatSolutionScreenItem .advantage-section-item-left {
  width: 300px;
  height: 100%;
}
#wechatSolutionScreenItem .advantage-section-item-left img {
  max-width: 300px;
  max-height: 100%;
}
#wechatSolutionScreenItem .advantage-section-item-right {
  width: 275px;
}
#wechatSolutionScreenItem .advantage-item-title {
  line-height: 18px;
  font-size: 18px;
  color: #f39800;
}
#wechatSolutionScreenItem .advantage-line {
  width: 30px;
  height: 2px;
  margin: 10px 0 2px;
  background: #ee5e00;
}
#wechatSolutionScreenItem .advantage-item-desc {
  width: 215px;
  line-height: 22px;
  font-size: 14px;
  color: #000000;
}
#wechatSolutionScreenItem .advantage-section-item-rate {
  width: 876px;
  margin: 0 auto;
  padding: 30px 52px 0;
  background: #ffffff;
  box-shadow: 1px 2px 8px 0 rgba(176, 176, 176, 0.49);
  border-radius: 8px;
  overflow: hidden;
}
#wechatSolutionScreenItem .advantage-section-item-rate .rate-info {
  padding: 0 10px;
}
#wechatSolutionScreenItem .advantage-section-item-rate:hover {
  box-shadow: 1px 2px 8px 0 rgba(176, 176, 176, 0.8);
}
#wechatSolutionScreenItem .advantage-title {
  height: 50px;
  margin-bottom: 20px;
  line-height: 48px;
  font-size: 28px;
  color: #f39800;
  border-bottom: 4px solid #f0f0f0;
}
#wechatSolutionScreenItem .advantage-rate-common {
  margin-bottom: 35px;
}
#wechatSolutionScreenItem .advantage-rate-title {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #000000;
}
#wechatSolutionScreenItem .advantage-rate-total {
  width: 772px;
  height: 6px;
  margin-top: 7px;
  background: #f0f0f0;
  border-radius: 5px;
}
#wechatSolutionScreenItem .advantage-rate-current {
  left: 0;
  height: 10px;
  background: linear-gradient(270deg, #f49701 0%, #fc7015 100%);
  border-radius: 6px;
}
#wechatSolutionScreenItem .technology-title {
  margin-top: 14px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
#wechatSolutionScreenItem .technology-title-note {
  line-height: 18px;
  font-size: 18px;
  color: #666666;
}
#wechatSolutionScreenItem .technology-item {
  width: 300px;
  margin: 60px 75px;
}
#wechatSolutionScreenItem .technology-item p {
  margin-top: 30px;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
#wechatSolutionScreenItem .technology-item-image {
  width: 300px;
  height: 300px;
  box-shadow: 1px 2px 8px 0 rgba(176, 176, 176, 0.49);
  border-radius: 8px;
  overflow: hidden;
}
#wechatSolutionScreenItem .technology-item-image img {
  max-width: 300px;
  max-height: 300px;
}
#wechatSolutionScreenItem .case-section {
  width: 1200px;
  margin: 0 auto 140px;
  font-size: 0;
}
#wechatSolutionScreenItem .case-item-common {
  width: 575px;
  height: 430px;
  text-align: left;
}
#wechatSolutionScreenItem .case-item-common:nth-of-type(2n+1) {
  margin-right: 50px;
}
#wechatSolutionScreenItem .case-item-image img {
  max-width: 575px;
  max-height: 357px;
  border-radius: 8px;
}
#wechatSolutionScreenItem .case-item-desc {
  left: 80px;
}
#wechatSolutionScreenItem .case-item-title {
  margin: 30px 0;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
#wechatSolutionScreenItem .case-item-desc-info {
  width: 429px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
#alipaySolutionScreenItem .apply-ability-item {
  margin: 55px 490px 0 0;
}
#alipaySolutionScreenItem .car-solution-all-apply {
  font-size: 0;
}
#alipaySolutionScreenItem .wechat-feature-item,
#alipaySolutionScreenItem .wechat-adv-item {
  margin-top: 100px;
  font-size: 24px;
  color: #000;
}
#alipaySolutionScreenItem .wechat-feature-item {
  width: 238px;
}
#alipaySolutionScreenItem .wechat-feature-item img {
  width: 140px;
  margin: 0 auto 48px;
}
#alipaySolutionScreenItem .wechat-adv-item {
  width: 294px;
}
#alipaySolutionScreenItem .wechat-adv-item img {
  width: 258px;
  margin: 0 auto 28px;
}
#alipaySolutionScreenItem .car-solution-custom-left {
  width: 580px;
}
#alipaySolutionScreenItem .car-solution-custom-left .cusyom-ability {
  width: 525px;
  height: 50px;
}
#alipaySolutionScreenItem .car-solution-custom-left span {
  width: 525px;
}
#alipaySolutionScreenItem .car-solution-custom-right {
  width: 590px;
}
#alipaySolutionScreenItem .car-solution-custom-right video {
  width: 590px;
  height: 430px;
}
#alipaySolutionScreenItem .page-banner {
  background: url('/image/alipay/banner.png') 0 0 no-repeat;
}
#alipaySolutionScreenItem .car-industry-solution-right {
  background: url('/image/alipay/total.png') 0 0 no-repeat;
}
#alipaySolutionScreenItem .car-solution-ar {
  background: url('/image/alipay/banner1.png') 0 0 no-repeat;
}
#alipaySolutionScreenItem .alipay-feature-item {
  width: 372px;
  height: 335px;
  margin: 80px 20px 0;
  font-size: 24px;
  color: #000;
  background: #ffffff;
  border: 2px solid #eeeeee;
  overflow: hidden;
}
#alipaySolutionScreenItem .alipay-feature-item img {
  width: 201px;
  margin: 24px auto 20px;
}
#alipaySolutionScreenItem .alipay-value-item {
  cursor: pointer;
}
#alipaySolutionScreenItem .alipay-value-item-desc {
  top: 335px;
  right: 0;
  left: 0;
  height: 335px;
}
#alipaySolutionScreenItem .alipay-value-item-desc-item {
  line-height: 60px;
  font-size: 18px;
  color: #FFFFFF;
}
#alipaySolutionScreenItem .alipay-value-item-desc-item i {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-color: #fff;
  border-radius: 7px;
}
#alipaySolutionScreenItem .alipay-apply-step-item {
  width: 301px;
  height: 499px;
  background: #ffffff;
  border: 6px solid #ffb12a;
  border-radius: 30px;
}
#alipaySolutionScreenItem .alipay-apply-step-item img {
  width: 167px;
  margin: 50px auto;
}
#alipaySolutionScreenItem .alipay-apply-step-item h5 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
#alipaySolutionScreenItem .alipay-apply-step-item span {
  width: 230px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 20px;
  text-align: justify;
  text-align-last: center;
}
#alipaySolutionScreenItem .alipay-apply-step-image {
  width: 124px;
  height: 63px;
  margin: 0 15px 0 12px;
}
#alipaySolutionScreenItem .alipay-concat-us-block {
  width: 100%;
  padding: 70px 0;
  background-color: #f5f5f5;
}
#alipaySolutionScreenItem .alipay-concat-us-block-main {
  width: 877px;
  height: 817px;
  margin: 0 auto;
  padding-top: 80px;
  background: #ffffff;
}
#alipaySolutionScreenItem .alipay-concat-us-block-main h5 {
  margin: 0;
  line-height: 76px;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}
#alipaySolutionScreenItem .alipay-concat-us-block-main p {
  width: 94px;
  height: 6px;
  margin: 0 auto;
  background: #ffb12a;
}
#alipaySolutionScreenItem .alipay-concat-us-block-main .alipay-concat-us-note {
  width: 600px;
  margin: 30px auto 60px;
  line-height: 28px;
  font-size: 20px;
  color: #969696;
}
#alipaySolutionScreenItem .alipay-concat-us-item {
  width: 706px;
  margin: 0 auto 30px;
  line-height: 84px;
  font-size: 0;
}
#alipaySolutionScreenItem .alipay-concat-us-item span {
  width: 145px;
  font-size: 26px;
  color: #969696;
}
#alipaySolutionScreenItem .alipay-concat-us-item span i {
  color: #FC5A68;
}
#alipaySolutionScreenItem .alipay-concat-us-item input {
  width: 560px;
  height: 84px;
  padding: 0 32px;
  font-size: 26px;
  color: #666666;
  border: 2px solid #eeeeee;
  border-radius: 10px;
}
#alipaySolutionScreenItem #postUserMsgBtn {
  width: 256px;
  height: 63px;
  margin: 30px auto 0;
  line-height: 63px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  background: #ffaf00;
  box-shadow: 0 6px 19px 1px rgba(255, 120, 0, 0.5);
  border-radius: 31px;
}
#alipaySolutionScreenItem #errorMsgNote {
  top: 260px;
  right: 0;
  left: 0;
  font-size: 24px;
  color: #ffb000;
}
#alipaySolutionScreenItem #reauestSuccessEle {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#alipaySolutionScreenItem .request-success-main {
  width: 997px;
  height: 263px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
#alipaySolutionScreenItem .request-success-main img {
  width: 67px;
  margin: 44px auto 16px;
}
#alipaySolutionScreenItem .request-success-main h5 {
  margin: 0 0 34px;
  line-height: 26px;
  font-size: 26px;
  color: #000;
}
#alipaySolutionScreenItem .request-success-main span {
  font-size: 20px;
  color: #969696;
}
#arGlassPage {
  background: linear-gradient(#373b3e, #000000);
  min-height: 1000px;
}
#arGlassPage .webar-content-f {
  font-size: 0;
  width: 100%;
}
#arGlassPage .video-full-screen {
  font-size: 14px;
}
#arGlassPage .section-title-common {
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
#arGlassPage .section-title-common span {
  font-size: 38px;
  font-weight: bold;
  color: #313131;
}
#arGlassPage .icon-title {
  width: 27px;
  height: 50px;
  margin-right: 30px;
  background: url("../../../image/glass/section_title.png") 0 0 no-repeat;
  background-size: cover;
}
#arGlassPage .section-bg-image {
  width: 100%;
  border: 0 none;
}
#arGlassPage .section1-main {
  background-image: url("../../../image/glass/glassBg11.jpg");
  background-size: 100%;
}
#arGlassPage .section1-main-conent {
  box-sizing: border-box;
  width: 1200px;
  margin: auto;
  padding: 350px 0;
  text-align: left;
}
#arGlassPage .section1-main-conent .title1 {
  font-size: 40px;
  color: #f7f7f7;
  margin-bottom: 20px;
}
#arGlassPage .section1-main-conent .title2 {
  line-height: 40px;
  font-size: 22px;
  color: #f7f7f7;
}
#arGlassPage .section2-main {
  background-image: url("../../../image/glass/glassBg2.jpg");
  background-size: 100%;
}
#arGlassPage .section2-main .section2-main-conent {
  box-sizing: border-box;
  width: 1200px;
  color: #fff;
  margin: auto;
  padding: 220px 0 500px;
  text-align: center;
}
#arGlassPage .section2-main .section2-main-conent .desc1 {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 20px;
}
#arGlassPage .section2-main .section2-main-conent .desc2 {
  font-size: 27px;
  margin-bottom: 30px;
}
#arGlassPage .section2-main .section2-main-conent .desc3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#arGlassPage .section2-main .section2-main-conent .desc4 {
  font-size: 18px;
}
#arGlassPage .section3-main .section3-main-conent {
  box-sizing: border-box;
  width: 1200px;
  color: #fff;
  margin: auto;
  padding: 180px 0 180px;
  text-align: center;
}
#arGlassPage .section3-main .section3-main-conent .title1 {
  font-size: 50px;
  margin-bottom: 80px;
}
#arGlassPage .section3-main .section3-main-conent .apply {
  display: flex;
  justify-content: space-between;
}
#arGlassPage .section3-main .section3-main-conent .apply .type1 {
  box-sizing: border-box;
  width: 508px;
  height: 622px;
  background: linear-gradient(#54595e, #181818);
  border-radius: 22px;
}
#arGlassPage .section3-main .section3-main-conent .apply .type2 {
  box-sizing: border-box;
  width: 508px;
  height: 622px;
  background: linear-gradient(#54595e, #181818);
  border-radius: 22px;
}
#arGlassPage .section3-main .section3-main-conent .apply .desc {
  font-size: 34px;
  margin-bottom: 16px;
  text-align: center;
}
#arGlassPage .section3-main .section3-main-conent .apply .apply_glass1,
#arGlassPage .section3-main .section3-main-conent .apply .apply_glass2 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
#arGlassPage .section3-main .section3-main-conent .apply .apply_glass1 {
  width: 85%;
  margin: 90px 0 35px;
}
#arGlassPage .section3-main .section3-main-conent .apply .apply_glass2 {
  width: 63%;
  margin: 75px 0 10px;
}
#arGlassPage .section4-main .section4-main-conent {
  box-sizing: border-box;
  width: 1200px;
  color: #fff;
  margin: auto;
  padding: 180px 0 200px;
  text-align: center;
}
#arGlassPage .section4-main .section4-main-conent .title1 {
  font-size: 50px;
  margin-bottom: 20px;
}
#arGlassPage .section4-main .section4-main-conent .title2 {
  font-size: 20px;
  margin-bottom: 85px;
}
#arGlassPage .section4-main .section4-main-conent .apply {
  display: flex;
  justify-content: space-between;
}
#arGlassPage .section4-main .section4-main-conent .apply .type1 {
  box-sizing: border-box;
  width: 330px;
  height: 340px;
  background: #191a1f;
  border-radius: 22px;
}
#arGlassPage .section4-main .section4-main-conent .apply .type2 {
  box-sizing: border-box;
  width: 330px;
  height: 340px;
  background: #191a1f;
  border-radius: 22px;
}
#arGlassPage .section4-main .section4-main-conent .apply .type3 {
  box-sizing: border-box;
  width: 330px;
  height: 340px;
  background: #191a1f;
  border-radius: 22px;
}
#arGlassPage .section4-main .section4-main-conent .apply .type-icon {
  margin: auto;
  margin-top: 33px;
}
#arGlassPage .section4-main .section4-main-conent .apply .desc1 {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}
#arGlassPage .section4-main .section4-main-conent .apply .desc2 {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
#arGlassPage .section5-main .section5-main-conent {
  box-sizing: border-box;
  width: 1200px;
  color: #fff;
  margin: auto;
  padding: 120px 0 200px;
  text-align: center;
}
#arGlassPage .section5-main .section5-main-conent .desc1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
#arGlassPage .section5-main .section5-main-conent .desc2 {
  font-size: 20px;
  margin-bottom: 30px;
}
#arGlassPage .section5-main .section5-main-conent .contract {
  background-color: #4200ff;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
}
#arGlassPage .glass-apply-section {
  width: 100%;
  padding: 135px 0 324px;
  background-color: #fafafa;
}
#arGlassPage .section2-title {
  margin-bottom: 80px;
}
#arGlassPage .apply-section-nav {
  width: 1200px;
  margin: 0 auto 100px;
  font-size: 0;
}
#arGlassPage .apply-section-item {
  width: 25%;
  height: 121px;
  padding-bottom: 15px;
  line-height: 121px;
  font-size: 30px;
  font-weight: 300;
  color: #313131;
}
#arGlassPage .apply-item-loop {
  width: 1200px;
  height: 77px;
  top: 136px;
  left: 0;
  font-size: 0;
  display: none;
  background: #ffffff;
  box-shadow: 0 0 70px 0 rgba(239, 239, 239, 0.63);
  border-radius: 10px;
}
#arGlassPage .apply-item-loop li {
  width: 50%;
  line-height: 77px;
  font-size: 24px;
  color: #8b8b8b;
}
#arGlassPage .apply-item-loop li:hover,
#arGlassPage .apply-item-loop li.active-color {
  color: #ffaf00;
}
#arGlassPage .apply-section-nav:hover .apply-section-item.active {
  color: #313131;
  background: #fafafa;
}
#arGlassPage .apply-section-nav:hover .apply-section-item.active .apply-item-loop {
  display: none;
}
#arGlassPage .apply-section-nav:hover .apply-section-item:hover,
#arGlassPage .apply-section-item.active {
  color: #ffffff;
  background: url("../../../image/glass/nav_item.png") 0 0 no-repeat;
  background-size: cover;
}
#arGlassPage .apply-section-nav:hover .apply-section-item:hover .apply-item-loop,
#arGlassPage .apply-section-item.active .apply-item-loop {
  display: block;
}
#arGlassPage .image-loop {
  width: 100%;
  background-color: #fff;
}
#arGlassPage .image-loop img {
  width: 100%;
}
#arGlassPage .image-loop-item {
  opacity: 0;
}
#arGlassPage .image-loop-text-content {
  bottom: 124px;
  width: 820px;
  height: 400px;
  padding: 70px 80px 0;
  z-index: 10;
  background: url("../../../image/glass/text-bg.png") 0 0 no-repeat;
  background-size: cover;
}
#arGlassPage .image-loop-text-title {
  line-height: 38px;
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
}
#arGlassPage .image-loop-text-desc {
  margin-top: 50px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: justify;
  text-align-last: left;
}
#arGlassPage .select-us-section {
  padding-top: 90px;
  background-color: #fff;
}
#arGlassPage .our-greatest {
  width: 400px;
  padding: 170px 0 230px;
}
#arGlassPage .our-greatest img {
  width: 130px;
}
#arGlassPage .our-greatest p {
  margin: 55px 0 20px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #313131;
}
#arGlassPage .our-greatest span {
  line-height: 28px;
  font-size: 18px;
}
#arGlassPage .cooperate-section {
  padding: 106px 0 172px;
  background-color: #fafafa;
}
#arGlassPage .cooperate-co-item {
  width: 350px;
  margin-top: 128px;
}
#navigationCommonStylePage .navigation-feature {
  width: 100%;
  height: 168px;
  background-color: #f39800;
}
#navigationCommonStylePage .navigation-feature img {
  width: 55px;
  height: 55px;
  margin-right: 19px;
  border: 0 none;
}
#navigationCommonStylePage .navigation-feature li {
  width: auto;
  color: #ffffff;
}
#navigationCommonStylePage .navigation-feature p {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
}
#navigationCommonStylePage .navigation-feature span {
  line-height: 16px;
  font-size: 16px;
}
#navigationCommonStylePage .navigation-solution-title {
  padding: 85px 0 19px;
  line-height: 30px;
  font-size: 30px;
  color: #333333;
  font-weight: bolder;
}
#navigationCommonStylePage .navigation-solution-title-desc {
  margin-bottom: 85px;
  line-height: 16px;
  font-size: 16px;
  color: #666666;
}
#navigationCommonStylePage .navigation-solutions-section-item {
  padding: 45px 0;
  font-size: 0;
}
#navigationCommonStylePage .navigation-solutions-section-item img {
  width: 600px;
  height: 366px;
}
#navigationCommonStylePage .navigation-solutions-section-item .navigation-solutions-section-item-desc {
  width: 600px;
  height: 366px;
}
#navigationCommonStylePage .navigation-solutions-section-item p {
  margin-bottom: 34px;
  line-height: 24px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
#navigationCommonStylePage .navigation-solutions-section-item .solution-item-desc {
  width: 100%;
  word-break: break-all;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
#navigationCommonStylePage .active-video-info {
  margin-top: 68px;
  font-size: 0;
}
#navigationCommonStylePage .active-video-info-item {
  width: 400px;
}
#navigationCommonStylePage .active-video-info-item span {
  width: 340px;
  font-size: 16px;
  color: #666666;
}
#navigationCommonStylePage .product-advantages-item {
  width: 300px;
}
#navigationCommonStylePage .product-advantages-item span {
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}
#navigationCommonStylePage .active-video-info-item,
#navigationCommonStylePage .product-advantages-item {
  line-height: 24px;
}
#navigationCommonStylePage .active-video-info-item img,
#navigationCommonStylePage .product-advantages-item img {
  width: 90px;
  height: 90px;
}
#navigationCommonStylePage .active-video-info-item p,
#navigationCommonStylePage .product-advantages-item p {
  margin: 20px 0;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
#navigationCommonStylePage .product-advantages-section {
  margin-top: 85px;
  font-size: 0;
}
#navigationCommonStylePage .footer-loop-section {
  margin-top: 85px;
  font-size: 0;
}
#navigationCommonStylePage .footer-loop-item {
  width: 370px;
}
#navigationCommonStylePage .footer-loop-item-star {
  width: 200px;
  height: 32px;
  margin-bottom: 25px;
}
#navigationCommonStylePage .footer-loop-item-desc {
  margin-bottom: 35px;
  line-height: 36px;
  word-break: break-all;
  font-size: 24px;
  color: #ffffff;
}
#navigationCommonStylePage .footer-loop-btn-item {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background: url("/image/navigation/loop_static.png") 0 0 no-repeat;
}
#navigationCommonStylePage .footer-loop-btn-item:hover,
#navigationCommonStylePage .footer-loop-btn-item.active {
  background: url("/image/navigation/loop_active.png") 0 0 no-repeat;
}
#navigationCommonStylePage .navigation-class-case {
  margin: 80px 0;
  font-size: 0;
}
#navigationCommonStylePage .navigation-class-case a {
  margin-top: 30px;
  font-size: 16px;
  color: #f39800;
}
#navigationCommonStylePage .navigation-class-case-desc,
#navigationCommonStylePage .case-banner {
  width: 600px;
  height: 430px;
}
#navigationCommonStylePage .navigation-class-case-desc .case-icon {
  width: 193px;
}
#navigationCommonStylePage .navigation-class-case-desc p {
  margin: 30px 0;
  line-height: 24px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
#navigationCommonStylePage .navigation-class-case-item-desc {
  width: 540px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
#navigationCommonStylePage .navigation-footer-banner h4 {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 2px 3px 9px rgba(116, 85, 18, 0.17);
}
#navigationCommonStylePage .scenes-section-item img {
  width: 373px;
  height: 473px;
}
#navigationCommonStylePage .scenes-section-item p {
  width: 260px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bolder;
}
#nftPage .video_banner .w100 {
  width: 100%;
}
#nftPage .video_banner .banner_box {
  width: auto;
  left: 18.8%;
  top: 40%;
}
#nftPage .video_banner .banner_box .banner_title {
  font-size: 52px;
}
#nftPage .video_banner .banner_box .banner_text {
  font-size: 22px;
  font-weight: 900;
}
#nftPage .section_arShow {
  width: 1200px;
  margin: 80px auto 100px;
}
#nftPage .section_arShow .arShow_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b8b6b9;
}
#nftPage .section_arShow .arShow_title .arShow_title_left {
  font-size: 50px;
}
#nftPage .section_arShow .arShow_title .arShow_title_right {
  width: 40%;
}
#nftPage .section_arShow .arShow_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#nftPage .section_arShow .arShow_content .content_item {
  width: 520px;
  height: 520px;
  border-radius: 30px;
  background-color: #fab52f;
  overflow: hidden;
}
#nftPage .section_arShow .arShow_content .content_item .image {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 565px;
}
#nftPage .section_arShow .arShow_content .content_item .left_item,
#nftPage .section_arShow .arShow_content .content_item .right_item {
  top: 0%;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
#nftPage .section_arShow .arShow_content .content_item .left_item .left_item_title,
#nftPage .section_arShow .arShow_content .content_item .right_item .left_item_title,
#nftPage .section_arShow .arShow_content .content_item .left_item .right_item_title,
#nftPage .section_arShow .arShow_content .content_item .right_item .right_item_title {
  font-size: 36px;
  font-weight: 900;
  padding: 160px 0 35px;
  opacity: 1;
}
#nftPage .section_arShow .arShow_content .content_item .left_item .left_item_text,
#nftPage .section_arShow .arShow_content .content_item .right_item .left_item_text,
#nftPage .section_arShow .arShow_content .content_item .left_item .right_item_text,
#nftPage .section_arShow .arShow_content .content_item .right_item .right_item_text {
  font-size: 22px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  opacity: 1;
}
#nftPage .section_arShow .arShow_content .arShow_content_left:hover .image {
  display: block;
}
#nftPage .section_arShow .arShow_content .arShow_content_left:hover .left_item {
  display: block;
}
#nftPage .section_arShow .arShow_content .arShow_content_right:hover .image {
  display: block;
}
#nftPage .section_arShow .arShow_content .arShow_content_right:hover .right_item {
  display: block;
}
#nftPage .section_feature {
  width: 1200px;
  margin: 80px auto;
}
#nftPage .section_feature .feature_title {
  color: #b8b6b9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nftPage .section_feature .feature_title .feature_title_left {
  font-size: 50px;
}
#nftPage .section_feature .feature_title .feature_title_right {
  width: 36%;
}
#nftPage .section_feature .feature1 {
  margin: 40px 0 50px;
  border-radius: 60px;
  overflow: hidden;
}
#nftPage .section_feature .feature1 .feature1_slide {
  color: #fff;
  z-index: 999;
}
#nftPage .section_feature .feature1 .feature1_slide .feature1_img {
  width: 100%;
}
#nftPage .section_feature .feature1 .feature1_slide .feature1_title {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  z-index: 999;
  font-weight: 900;
}
#nftPage .section_feature .feature1 .feature1_slide .feature1_desc {
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 22px;
  line-height: 35px;
  z-index: 999;
  font-weight: 900;
}
#nftPage .section_feature .feature1 .feature1_slide .feature1_box {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#nftPage .section_virtual {
  width: 1200px;
  margin: 80px auto;
}
#nftPage .section_virtual .virtual_title {
  color: #b8b6b9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nftPage .section_virtual .virtual_title .virtual_title_left {
  font-size: 50px;
}
#nftPage .section_virtual .virtual_title .virtual_title_right {
  width: 28%;
}
#nftPage .section_virtual .virtual1 {
  margin: 40px 0 50px;
  border-radius: 50px;
  overflow: hidden;
}
#nftPage .section_virtual .virtual1 .virtual1_slide {
  color: #fff;
}
#nftPage .section_virtual .virtual1 .virtual1_slide .virtual1_img {
  width: 100%;
}
#nftPage .section_virtual .virtual1 .virtual1_slide .virtual1_title {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  z-index: 999;
  font-weight: 900;
}
#nftPage .section_virtual .virtual1 .virtual1_slide .virtual1_desc {
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 22px;
  line-height: 35px;
  z-index: 999;
  font-weight: 900;
}
#nftPage .section_virtual .virtual1 .virtual1_slide .virtual1_box {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
#nftPage .section_cooperation {
  width: 1200px;
  margin: 100px auto 100px;
  color: #b8b6b9;
}
#nftPage .section_cooperation .cooperation_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nftPage .section_cooperation .cooperation_title .cooperation_title_left {
  font-size: 50px;
}
#nftPage .section_cooperation .cooperation_title .cooperation_title_right {
  width: 35%;
}
#nftPage .section_cooperation .cooperations {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
#nftPage .section_cooperation .cooperations .cooperation_item img {
  width: 135px;
}
#nftPage .section_cooperation .cooperations .cooperation_item .item_name {
  font-size: 20px;
  line-height: 40px;
  font-weight: 900;
}
#megaPage {
  min-width: 1200px;
}
#megaPage #tips {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#megaPage #tips .tips {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 571px;
}
#megaPage #tips .tips .tips_top {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding: 18px 0;
  background-color: #f5f5f5;
}
#megaPage #tips .tips .tips_top p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600;
}
#megaPage #tips .tips .tips_top span {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #999999;
  font-size: 25px;
  cursor: pointer;
}
#megaPage #tips .tips .main,
#megaPage #tips .tips .thank {
  padding: 0 36px;
  line-height: 25px;
  font-size: 17px;
  color: #666;
  text-align: left;
}
#megaPage #tips .tips .main {
  padding-top: 30px;
}
#megaPage #tips .tips .thank {
  padding-top: 15px;
}
#megaPage #tips .tips .enter {
  display: inline-block;
  margin: 25px 30px 17px;
  width: 500px;
  height: 50px;
  line-height: 50px;
  background: #01a0e9;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}
#megaPage .ar-page-nav {
  position: relative;
  background-size: 100% 100%;
  width: 100%;
}
#megaPage .ar-page-nav .ar-nav-left {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  margin: auto;
  color: #fff;
}
#megaPage .ar-page-nav .ar-nav-left h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
#megaPage .ar-page-nav .ar-nav-left p {
  font-size: 18px;
  line-height: 30px;
}
#megaPage .ar-page-nav .ar-nav-left .btns {
  margin-top: 15px;
}
#megaPage .ar-page-nav .ar-nav-left .btns .btn {
  width: 199px;
  height: 53px;
  line-height: 53px;
  background-color: #01a0e9;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#megaPage .ar-page-nav .ar-nav-left .btns .mr20 {
  margin-right: 20px;
}
@media screen and (min-width: 1650px) {
  #megaPage .ar-page-nav .ar-nav-left {
    top: 20%;
  }
  #megaPage .ar-page-nav .ar-nav-left p {
    line-height: 32px;
  }
  #megaPage .ar-page-nav .ar-nav-left .btns {
    margin-top: 30px;
  }
}
#megaPage .mega_release {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 100px;
}
#megaPage .mega_release .w1200 {
  width: 1200px;
  margin: auto;
}
#megaPage .mega_release .w1200 .r_1 {
  font-size: 50px;
  color: #01a0e9;
  padding: 100px 0 40px;
}
#megaPage .mega_release .w1200 .r_2 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  text-indent: 40px;
  margin-bottom: 30px;
}
#megaPage .mega_feature {
  background-color: #fff;
}
#megaPage .mega_feature .f_item {
  width: 100%;
}
#megaPage .mega_feature .f_item .f1200 {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 110px 0;
}
#megaPage .mega_feature .f_item .f1200 .f_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47%;
}
#megaPage .mega_feature .f_item .f1200 .f_left .f_title {
  font-size: 32px;
  color: #01a0e9;
  line-height: 70px;
  text-align: left;
}
#megaPage .mega_feature .f_item .f1200 .f_left .f_text {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-top: 14px;
}
#megaPage .mega_feature .f_item .f1200 .f_left .f_text p {
  line-height: 40px;
}
#megaPage .mega_feature .f_item .f1200 .f_left .f_btn {
  margin-top: 30px;
  text-align: left;
}
#megaPage .mega_feature .f_item .f1200 .f_left .f_btn .f_apply {
  display: inline-block;
  width: 199px;
  height: 53px;
  background-color: #01a0e9;
  line-height: 53px;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
#megaPage .mega_feature .f_item .f1200 .f_right {
  width: 47%;
}
#megaPage .mega_feature .item_2 {
  background-color: #f7f7f7;
}
#megaPage .mega_download .w1200 {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#megaPage .mega_download .w1200 .download_left {
  width: 400px;
  text-align: left;
}
#megaPage .mega_download .w1200 .download_left .left_title {
  margin: 0 0 20px;
  font-size: 34px;
}
#megaPage .mega_download .w1200 .download_left .left_content {
  font-size: 20px;
  line-height: 35px;
}
#megaPage .mega_download .w1200 .download_left .left_btns {
  display: flex;
  margin-top: 40px;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn1 {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn1 .btn_ios {
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: #333333;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  display: flex;
  cursor: pointer;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn1 .btn_ios img {
  width: 30px;
  margin-right: 5px;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 {
  display: flex;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .btn_android {
  display: flex;
  justify-content: center;
  width: 150px;
  align-items: center;
  background-color: #333333;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  cursor: pointer;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .btn_android img {
  width: 33px;
  margin-right: 5px;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .scan_tip {
  position: absolute;
  display: none;
  top: 70px;
  left: -10px;
  z-index: 1000;
  padding: 15px;
  opacity: 1;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 0 20px 1px #eee;
  font-family: "Segoe UI", sans-serif;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .scan_tip img {
  width: 150px;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .scan_tip p {
  color: #333;
  text-align: center;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2 .scan_tip::after {
  position: absolute;
  display: block;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
#megaPage .mega_download .w1200 .download_left .left_btns .left_btn2:hover .scan_tip {
  display: block;
}
#megaPage .mega_download .w1200 .download_right {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding-left: 20px;
}
#megaPage .mega_download .w1200 .download_right .download_right_right1 {
  position: relative;
}
#megaPage .mega_download .w1200 .download_right .download_right_right1 img {
  width: 260px;
}
#megaPage .mega_download .w1200 .download_right .download_right_right1 .video1 {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 220px;
}
#megaPage .mega_download .w1200 .download_right .download_right_right3 {
  position: relative;
}
#megaPage .mega_download .w1200 .download_right .download_right_right3 img {
  width: 656px;
  margin-top: 4px;
}
#megaPage .mega_download .w1200 .download_right .download_right_right3 .video3 {
  position: absolute;
  top: 21px;
  left: 16px;
  width: 625px;
}
#megaPage .mega_info {
  padding: 100px 0;
}
#megaPage .mega_info .i1200 {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#megaPage .mega_info .i1200 .i_item {
  width: 47%;
  margin-bottom: 40px;
}
#megaPage .mega_info .i1200 .i_item #r1 .show,
#megaPage .mega_info .i1200 .i_item #r2 .show,
#megaPage .mega_info .i1200 .i_item #r3 .show,
#megaPage .mega_info .i1200 .i_item #r4 .show,
#megaPage .mega_info .i1200 .i_item #r1 .hoverShow,
#megaPage .mega_info .i1200 .i_item #r2 .hoverShow,
#megaPage .mega_info .i1200 .i_item #r3 .hoverShow,
#megaPage .mega_info .i1200 .i_item #r4 .hoverShow {
  width: 564px;
  height: 313px;
}
#megaPage .mega_info .i1200 .i_item #r1 dn,
#megaPage .mega_info .i1200 .i_item #r2 dn,
#megaPage .mega_info .i1200 .i_item #r3 dn,
#megaPage .mega_info .i1200 .i_item #r4 dn {
  display: none;
}
#megaPage .mega_info .i1200 .i_item .i_2 {
  font-size: 25px;
  line-height: 50px;
  color: #01a0e9;
  text-align: left;
}
#megaPage .mega_info .i1200 .i_item .i_3 {
  font-size: 17px;
  text-align: left;
  color: #333;
  line-height: 36px;
}
#megaPage .mega_goods {
  width: 100%;
  background-color: #f7f7f7;
  padding: 100px 0 30px;
}
#megaPage .mega_goods .goods_title {
  font-size: 34px;
  color: #333;
  font-weight: 900;
  text-align: center;
  margin-bottom: 90px;
}
#megaPage .mega_goods .g1200 {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#megaPage .mega_goods .g1200 .g_item {
  width: 236px;
  margin-bottom: 85px;
}
#megaPage .mega_goods .g1200 .g_item .item_image_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
#megaPage .mega_goods .g1200 .g_item .item_image_box .item_image {
  display: inline-block;
  width: 90px;
}
#megaPage .mega_goods .g1200 .g_item .item_title {
  margin: 20px 0;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
#megaPage .mega_goods .g1200 .g_item .item_desc {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
}
#megaPage .mega_demo {
  width: 100%;
  padding: 100px 0;
}
#megaPage .mega_demo .d1200 {
  width: 1200px;
  margin: auto;
}
#megaPage .mega_demo .d1200 .demo_title {
  font-size: 34px;
  color: #01a0e9;
  font-weight: 900;
  text-align: center;
  margin-bottom: 55px;
}
#megaPage .mega_demo .d1200 .demo_video {
  width: 1100px;
  margin: auto;
  margin-bottom: 60px;
}
#megaPage .mega_demo .d1200 .demo_cases {
  display: flex;
  justify-content: space-around;
}
#megaPage .mega_demo .d1200 .demo_cases .case_item {
  width: 300px;
  background-color: #fff;
  cursor: pointer;
  padding: 0 4px;
}
#megaPage .mega_demo .d1200 .demo_cases .case_item .case_image {
  /*width: 100%;*/
  width: 192px;
  height: 108px;
}
#megaPage .mega_demo .d1200 .demo_cases .case_item .case_name {
  font-size: 24px;
  font-weight: 900;
  color: #01a0e9;
  line-height: 45px;
  margin-bottom: 8px;
}
#megaPage .mega_landmark {
  width: 100%;
  padding: 100px 0 130px;
  background-color: #f7f7f7;
}
#megaPage .mega_landmark .lankmark_title {
  font-size: 34px;
  color: #01a0e9;
  font-weight: 900;
  text-align: center;
  margin-bottom: 55px;
}
#megaPage .mega_landmark .l1500 {
  width: 1500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#megaPage .mega_landmark .l1500 .landmark_item {
  position: relative;
  width: 288px;
}
#megaPage .mega_landmark .l1500 .landmark_item .landmark_img {
  width: 100%;
}
#megaPage .mega_landmark .l1500 .landmark_item .landmark_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.45);
}
#megaPage .mega_landmark .l1500 .landmark_item .landmark_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-color: rgba(0, 0, 0, 0.45);
  padding-top: 15px;
}
#megaPage .mega_landmark .l1500 .landmark_item .landmark_list p {
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}
#megaPage .mega_landmark .l1500 .landmark_item .dn {
  display: none;
}
#megaPage .mega_landmark .links {
  margin-top: 80px;
}
#megaPage .mega_landmark .links .btn {
  display: inline-block;
  width: 199px;
  height: 53px;
  line-height: 53px;
  background-color: #01a0e9;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#megaPage .mega_landmark .links .link_view {
  margin-right: 50px;
}
#megaPage .openAreas {
  width: 100%;
  height: 902px;
  background: #f7f7f7;
}
#megaPage .openAreas .w1200 {
  position: relative;
  width: 1200px;
  margin: auto;
}
#megaPage .openAreas h4 {
  padding: 70px 0;
  line-height: 42px;
  font-size: 30px;
}
#megaPage .openAreas .more {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 21px;
  color: #01a0e9;
  text-decoration: underline;
}
#megaPage .openAreas .areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#megaPage .openAreas .areas .areas_item {
  position: relative;
  width: 360px;
  height: 240px;
  background-color: skyblue;
  margin-bottom: 70px;
  color: #fff;
  background: url("/assets/images/spatialMap/bg.png") no-repeat;
  background-size: 100% 100%;
}
#megaPage .openAreas .areas .areas_item .place {
  position: absolute;
  top: 188px;
  left: 16px;
  font-size: 24px;
}
#megaPage .openAreas .areas .areas_item .applyBtn {
  position: absolute;
  top: 184px;
  right: 16px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #01a0e9;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
}
#megaPage .openAreas .areas .a1 {
  background: url("/assets/images/spatialMap/mall.png") no-repeat;
}
#megaPage .openAreas .areas .a2 {
  background: url("/assets/images/spatialMap/shopping.png") no-repeat;
}
#megaPage .openAreas .areas .a3 {
  background: url("/assets/images/spatialMap/nice.png") no-repeat;
}
#megaPage .openAreas .areas .a4 {
  background: url("/assets/images/spatialMap/jie.png") no-repeat;
}
#megaPage .openAreas .areas .a5 {
  background: url("/assets/images/spatialMap/keji.png") no-repeat;
}
#megaPage .openAreas .areas_En {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#megaPage .openAreas .areas_En .areas_item {
  position: relative;
  width: 360px;
  height: 240px;
  background-color: skyblue;
  margin-bottom: 70px;
  color: #fff;
  background: url("/assets/images/spatialMap/bg.png") no-repeat;
  background-size: 100% 100%;
}
#megaPage .openAreas .areas_En .areas_item .place {
  position: absolute;
  bottom: 18px;
  left: 16px;
  width: 210px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
#megaPage .openAreas .areas_En .areas_item .applyBtn {
  position: absolute;
  top: 184px;
  right: 16px;
  width: 122px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #01a0e9;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
}
#megaPage .openAreas .areas_En .a1 {
  background: url("/assets/images/spatialMap/mall.png") no-repeat;
}
#megaPage .openAreas .areas_En .a2 {
  background: url("/assets/images/spatialMap/shopping.png") no-repeat;
}
#megaPage .openAreas .areas_En .a3 {
  background: url("/assets/images/spatialMap/nice.png") no-repeat;
}
#megaPage .openAreas .areas_En .a4 {
  background: url("/assets/images/spatialMap/jie.png") no-repeat;
}
#megaPage .openAreas .areas_En .a5 {
  background: url("/assets/images/spatialMap/keji.png") no-repeat;
}
#megaPage .openAreas .applyWord {
  top: 803px;
  left: 50%;
  transform: translateX(-50%);
}
#megaPage .cursor {
  cursor: pointer;
}
.rt-main {
  color: #FFF;
  text-align: left;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.rt-main .rt-banner {
  width: 100%;
  max-width: 1920px;
  max-height: 283px;
}
.rt-main .rt-bg-top {
  background-image: url('/image/red-tourism/bg-top.jpg');
  background-size: cover;
  height: 1072px;
}
.rt-main .rt-bg-btm {
  background-image: url('/image/red-tourism/bg-bottom.jpg');
  background-size: cover;
  height: 3482px;
}
.rt-main .img {
  display: block;
  margin: 0;
  padding: 0;
}
.rt-section {
  width: 1190px;
  margin: 0 auto;
}
.rt-section .rt-mgr-second {
  padding: 99px 0 0 0;
}
.rt-section .img100 {
  width: 100%;
}
.rt-section .rt-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.rt-section .rt-sub-title {
  font-size: 24px;
  font-weight: 400;
  margin: 70px 0 40px 0;
}
.rt-section .rt-mgr-item {
  margin: 70px 0 50px 0;
}
.rt-section .rt-top-img {
  width: 576px;
  overflow: hidden;
}
.rt-section .mgr-box-top {
  margin-top: 20px;
}
.rt-section .rt-right-desc {
  margin-left: 90px;
}
.rt-section .rt-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #FEFBFB;
}
.rt-section .color1 {
  color: #FFBABF !important;
}
.rt-section .rt-img-tip {
  font-size: 12px;
  color: #FFBABF;
  margin: -20px 17px 0 0;
}
.rt-section .rt-img-tip-right {
  text-align: right;
}
.rt-section .img-scale {
  cursor: pointer;
  transition: all 0.6s;
}
.rt-section .img-scale:hover {
  transform: scale(1.1);
}
.rt-section .rt-box {
  display: flex;
}
.rt-section .rt-box img {
  display: inline-block;
}
.rt-section .rt-box .rt-box-left {
  width: 50%;
}
.rt-section .rt-box .rt-box-right {
  flex: 1;
  width: 50%;
}
.rt-section .rt-box .rt-img-row {
  display: flex;
}
.rt-section .rt-box .rt-img-row .rt-img-left {
  width: 50%;
  overflow: hidden;
}
.rt-section .rt-box .rt-img-row .rt-img-right {
  flex: 1;
  overflow: hidden;
}
.rt-section .rt-complete {
  text-align: center;
}
.rt-video-wrap {
  position: absolute;
  z-index: 100;
  width: 1154px;
  height: 488px;
  overflow: hidden;
  background-color: #000;
  border-top: 36px solid #FF674B;
  border-bottom: 36px solid #FF674B;
  border-left: 18px solid #FF674B;
  border-right: 18px solid #FF674B;
}
.rt-video-wrap .video-btn-play {
  position: absolute;
  z-index: 100;
  width: 52px;
  height: 52px;
  background-image: url('/image/play.png');
  cursor: pointer;
}
.rt-video-wrap .video-btn-play:hover {
  background-image: url('/image/play-hover.png');
}
.rt-video-wrap .video-el-hide {
  display: none;
}
.rt-video-wrap .video-control-conent {
  position: absolute;
  left: 0;
  background-color: #FFF;
  height: 48px;
  padding: 0 !important;
}
.card-title {
  color: #333;
  font-size: 30px;
  padding: 50px 0 50px 0;
  font-weight: 400;
}
.card-title-bg {
  background-color: #F5F5F5;
}
.card-photo-wrap {
  text-align: left;
}
.card-photo-wrap .card-photo {
  width: 1190px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 45px 0;
}
.card-photo-wrap .card-photo .card-photo-item {
  width: 50%;
  overflow: hidden;
}
.card-photo-wrap .card-padding {
  padding: 0;
}
.card-photo-wrap .card-photo .card-photo {
  text-align: center;
}
.card-photo-wrap .card-photo .card-photo .card-photoTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 22px;
}
.card-photo-wrap .card-photo .card-photo .card-img {
  width: 90%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.card-photo-wrap .card-photo .card-photo .card-image {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.card-photo-wrap .card-photo .card-photo .card-img:hover {
  transform: scale(1.1);
}
.card-photo-wrap .card-photo .card-photo .card-image:hover {
  transform: scale(1.1);
}
.card-photo-wrap .card-photo .card-text {
  display: flex;
  align-items: center;
  margin-left: 5%;
}
.card-photo-wrap .card-photo .card-text .card-text-item {
  width: 85%;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-text-title {
  line-height: 24px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-new-title {
  font-size: 25px;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-text-desc {
  margin-top: 30px;
  word-break: break-all;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-new-desc {
  margin-top: 20px;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-text-subtitle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 35px 0 10px;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-text-link {
  margin-top: 18px;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-text-link a {
  font-size: 14px;
  color: #f39800;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-list-item {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.card-photo-wrap .card-photo .card-text .card-text-item .card-list-item .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 6px;
}
.card-photo-wrap .card-photo .card-moretext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-photo-wrap .card-photo .card-moretext .card-text-item {
  width: 85%;
  padding: 20px 0;
}
.card-photo-wrap .card-photo .card-moretext .card-text-item .card-text-title {
  line-height: 24px;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.card-photo-wrap .card-photo .card-moretext .card-text-item .card-text-desc {
  margin-top: 14px;
  word-break: break-all;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.card-photo-wrap .card-photo .card-moretext .card-details {
  width: 85%;
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
  word-break: break-all;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.photoFlex {
  display: flex!important;
  flex-direction: column!important;
  justify-content: center;
  align-items: center;
}
.photoFlex .card-img {
  width: 50%!important;
  height: 450px;
}
.card-photo-wrap:nth-child(odd) {
  background-color: #F5F5F5;
}
.card-icon-wrap {
  text-align: left;
}
.card-icon-wrap .card-icon {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.card-icon-wrap .card-icon .icon-item {
  width: 25%;
  text-align: center;
}
.card-icon-wrap .card-icon .icon-item .icon-text {
  padding: 10px 36px 30px 36px;
}
.card-icon-wrap .card-icon .icon-item .icon-text .icon-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.card-icon-wrap .card-icon .icon-item .icon-text .icon-desc {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.card_iconleft_wrap {
  background-color: #F39800;
  text-align: center;
}
.card_iconleft_wrap .card_icon {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.card_iconleft_wrap .card_icon .icon_item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  padding: 55px 15px 50px;
}
.card_iconleft_wrap .card_icon .icon_item img {
  margin-right: 10px;
}
.card_iconleft_wrap .card_icon .icon_item .icon_text {
  text-align: left;
  color: #fff;
}
.card_iconleft_wrap .card_icon .icon_item .icon_text .icon_title {
  font-size: 18px;
  font-weight: bold;
}
.card_iconleft_wrap .card_icon .icon_item .icon_text .icon_desc {
  font-size: 14px;
  margin-top: 10px;
}
.card_iconleft_wrap .icon_item:nth-child(1) {
  padding-left: 0;
}
.card_iconleft_wrap .icon_item:last-child {
  padding-right: 0;
}
.card-big-banner-wrap {
  text-align: center;
  margin: 0 auto;
}
.card-big-banner-wrap .card-big-banner-item {
  position: relative;
}
.card-big-banner-wrap .card-big-banner-item .banner-image {
  width: 100%;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1190px;
  margin: 0 auto;
  color: #FFF;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text {
  text-align: left;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text .banner-title {
  font-size: 36px;
  font-weight: bold;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text .banner-sub-title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text .banner-desc {
  margin-top: 18px;
  font-size: 20px;
  line-height: 150%;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text .banner-button {
  margin-top: 20px;
}
.card-big-banner-wrap .card-big-banner-item .banner-text-wrap .banner-text .banner-button img {
  width: 170px;
  cursor: pointer;
}
.card-big-icon-wrap {
  text-align: left;
}
.card-big-icon-wrap .card-icon {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.card-big-icon-wrap .card-icon .icon-item {
  width: 33%;
  text-align: center;
}
.card-big-icon-wrap .card-icon .icon-item .icon-text {
  padding: 10px 86px;
}
.card-big-icon-wrap .card-icon .icon-item .icon-text .icon-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.card-big-icon-wrap .card-icon .icon-item .icon-text .icon-desc {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.card-logo-wrap {
  text-align: left;
}
.card-logo-wrap .card-logo {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.card-logo-wrap .card-logo .logo-item {
  width: 25%;
  text-align: center;
}
.card-logo-wrap .card-logo .logo-item img {
  width: 90%;
  padding: 4px 0;
}
.sl-d3-banner .banner-title,
.sl-d3-banner .banner-sub-title {
  color: #f39800;
}
.sl-d3-banner .banner-desc {
  width: 40%;
}
.sl-education .banner-desc {
  width: 40%;
}
#IndexPage {
  background-color: #fff;
}
#IndexPage .navigation-solution-title {
  text-align: center;
  padding: 95px 0;
  line-height: 30px;
  font-size: 34px;
  color: #333333;
  font-weight: bolder;
}
#IndexPage .navigation-solutions-section-item {
  padding: 50px 0 70px;
  font-size: 0;
}
#IndexPage .navigation-solutions-section-item .en_title {
  width: 1200px;
  margin: auto;
  font-size: 32px;
  color: #f39700;
  text-align: left;
}
#IndexPage .navigation-solutions-section-item .cn_title {
  width: 1200px;
  margin: auto;
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}
#IndexPage .navigation-solutions-section-item .bg_title {
  width: 1200px;
  margin: auto;
  margin-top: -5x;
  margin-bottom: 20px;
}
#IndexPage .navigation-solutions-section-item .bg_title img {
  width: 100%;
}
#IndexPage .navigation-solutions-section-item .item_content {
  width: 1200px;
  margin: auto;
  background-color: #f8b62c;
  color: #fff;
  padding: 52px 0;
}
#IndexPage .navigation-solutions-section-item .item_content .left_img {
  width: 600px;
}
#IndexPage .navigation-solutions-section-item .item_content .navigation-solutions-section-item-desc {
  width: 600px;
  height: 366px;
}
#IndexPage .navigation-solutions-section-item .item_content p {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
#IndexPage .navigation-solutions-section-item .item_content .solution-item-desc {
  width: 100%;
  word-break: break-all;
  line-height: 34px;
  font-size: 20px;
  font-weight: 600;
}
#IndexPage .navigation-solutions-section-item2 {
  padding: 10px 0 70px;
}
#IndexPage .navigation-solutions-section-item3 {
  padding: 10px 0 20px;
}
#IndexPage .product-advantages-item {
  width: 300px;
}
#IndexPage .product-advantages-item span {
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}
#IndexPage .product-advantages-item {
  line-height: 24px;
}
#IndexPage .product-advantages-item img {
  width: 90px;
  height: 90px;
}
#IndexPage .product-advantages-item p {
  margin: 20px 0;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
#IndexPage .product-advantages-section {
  margin-top: 85px;
  font-size: 0;
}
#IndexPage .navigation-class-case {
  width: 100%;
  margin: auto;
}
#IndexPage .navigation-class-case .case_content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
#IndexPage .navigation-class-case .case_content .case_left {
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_bg {
  display: inline-block;
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_demo {
  position: absolute;
  top: 35px;
  right: -18px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_demo img {
  display: inline-block;
  width: 570px;
}
#IndexPage .navigation-class-case .case_content .case_right {
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_right p {
  font-size: 33px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 50px;
}
#IndexPage .navigation-class-case .case_content .case_right .case_link img {
  display: inline-block;
  width: 200px;
}
#IndexPage .navigation-class-case2 {
  width: 100%;
  margin: 50px auto 100px;
}
#IndexPage .navigation-class-case2 .case_content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
#IndexPage .navigation-class-case2 .case_content .case_left {
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_bg {
  display: inline-block;
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_demo {
  position: absolute;
  top: 35px;
  left: -70px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_demo img {
  display: inline-block;
  width: 570px;
}
#IndexPage .navigation-class-case2 .case_content .case_right {
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_right p {
  font-size: 33px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 50px;
}
#IndexPage .navigation-class-case2 .case_content .case_right .case_link img {
  display: inline-block;
  width: 200px;
}
#IndexPage {
  background-color: #fff;
}
#IndexPage .navigation-solution-title {
  text-align: center;
  padding: 95px 0;
  line-height: 30px;
  font-size: 34px;
  color: #333333;
  font-weight: bolder;
}
#IndexPage .navigation-solutions-section-item {
  padding: 50px 0 70px;
  font-size: 0;
}
#IndexPage .navigation-solutions-section-item .en_title {
  width: 1200px;
  margin: auto;
  font-size: 32px;
  color: #f39700;
  text-align: left;
}
#IndexPage .navigation-solutions-section-item .cn_title {
  width: 1200px;
  margin: auto;
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}
#IndexPage .navigation-solutions-section-item .bg_title {
  width: 1200px;
  margin: auto;
  margin-top: -5x;
  margin-bottom: 20px;
}
#IndexPage .navigation-solutions-section-item .bg_title img {
  width: 100%;
}
#IndexPage .navigation-solutions-section-item .item_content {
  width: 1200px;
  margin: auto;
  background-color: #f8b62c;
  color: #fff;
  padding: 52px 0;
}
#IndexPage .navigation-solutions-section-item .item_content .left_img {
  width: 600px;
}
#IndexPage .navigation-solutions-section-item .item_content .navigation-solutions-section-item-desc {
  width: 600px;
  height: 366px;
}
#IndexPage .navigation-solutions-section-item .item_content p {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
#IndexPage .navigation-solutions-section-item .item_content .solution-item-desc {
  width: 100%;
  word-break: break-all;
  line-height: 34px;
  font-size: 20px;
  font-weight: 600;
}
#IndexPage .navigation-solutions-section-item2 {
  padding: 10px 0 70px;
}
#IndexPage .navigation-solutions-section-item3 {
  padding: 10px 0 20px;
}
#IndexPage .product-advantages-item {
  width: 300px;
}
#IndexPage .product-advantages-item span {
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}
#IndexPage .product-advantages-item {
  line-height: 24px;
}
#IndexPage .product-advantages-item img {
  width: 90px;
  height: 90px;
}
#IndexPage .product-advantages-item p {
  margin: 20px 0;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
#IndexPage .product-advantages-section {
  margin-top: 85px;
  font-size: 0;
}
#IndexPage .navigation-class-case {
  width: 100%;
  margin: auto;
}
#IndexPage .navigation-class-case .case_content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
#IndexPage .navigation-class-case .case_content .case_left {
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_bg {
  display: inline-block;
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_demo {
  position: absolute;
  top: 35px;
  right: -18px;
}
#IndexPage .navigation-class-case .case_content .case_left .case_demo img {
  display: inline-block;
  width: 570px;
}
#IndexPage .navigation-class-case .case_content .case_right {
  width: 600px;
}
#IndexPage .navigation-class-case .case_content .case_right p {
  font-size: 33px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 50px;
}
#IndexPage .navigation-class-case .case_content .case_right .case_link img {
  display: inline-block;
  width: 200px;
}
#IndexPage .navigation-class-case2 {
  width: 100%;
  margin: 50px auto 100px;
}
#IndexPage .navigation-class-case2 .case_content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
#IndexPage .navigation-class-case2 .case_content .case_left {
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_bg {
  display: inline-block;
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_demo {
  position: absolute;
  top: 35px;
  left: -70px;
}
#IndexPage .navigation-class-case2 .case_content .case_left .case_demo img {
  display: inline-block;
  width: 570px;
}
#IndexPage .navigation-class-case2 .case_content .case_right {
  width: 600px;
}
#IndexPage .navigation-class-case2 .case_content .case_right p {
  font-size: 33px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 50px;
}
#IndexPage .navigation-class-case2 .case_content .case_right .case_link img {
  display: inline-block;
  width: 200px;
}
.page-arcase .w1200 {
  width: 1200px;
  margin: 0 auto;
}
.page-arcase .arcaseBox {
  padding: 100px 0;
}
.page-arcase .arcaseBox .arcaseTitle {
  color: #F8B62C;
  font-size: 32px;
  padding-bottom: 50px;
}
.page-arcase .arcaseBox .arcaseText {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.page-arcase .arcaseBox .video {
  padding: 50px 80px;
}
.page-arcase .arcaseBox .video img {
  width: 100%;
}
.page-arcase .arcaseBox .case3Video {
  width: 40%;
  margin: auto;
}
.page-arcase .arcaseBox .arcasePage {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.page-arcase .arcaseBox .arcasePage img {
  cursor: pointer;
}
.page-arcase .arcaseBox .arcasePage .up {
  margin-right: 100px;
}
