@charset "utf-8";
body {
  font-size: 12px;
  font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
ul,
dl,
p,
h1,
dt,
dd,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
  outline: none;
}
img {
  vertical-align: middle;
  border-top: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
  font-size: 0;
}
.w {
  width: 1024px;
  margin: 0 auto;
}
.hide {
  display: none !important;
}
.fixed {
  position: fixed !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99999;
  overflow: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background: rgba(0, 0, 0, 0.4);
  background: #333\9;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: 320px;
  height: 30px;
  background: url("new/logo/logo-white.png") no-repeat 0 0;
  text-indent: -9999em;
  margin: 13.5px 0;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  line-height: 60px;
  margin: 0 14px;
  font-size: 14px;
  position: relative;
}
.header .nav li a {
  transition: color .3s ease;
  color: #fff;
}
.header .nav li a:hover {
  color: #df5828;
}
.header .nav li.active a {
  color: #df5828;
}
.header .nav .product:hover {
  color: #00b7f1;
}
.header .nav .product .box {
  position: absolute;
  text-align: center;
  width: 205px;
  top: 52px;
  left: -64.5px;
  line-height: normal;
}
.header .nav .product .box a {
  display: inline-block;
  width: 60px;
  color: #000;
  font-size: 12px;
  margin: 0 20px;
}
.header .nav .product .box a img {
  margin: 20px 0;
}
.header.white {
  background: #fff;
}
.header.white .logo a {
  background-image: url("new/logo/logo-color.png");
}
.header.white .nav li {
  color: #262423;
}
.header.white .nav li a:hover {
  color: #00b7f1;
}
.header.white .nav li.active a {
  color: #00b7f1;
}
.header.black {
  background: rgba(0, 0, 0, 0.4);
}
.header.black .nav li a {
  color: #fff;
}
.header.black .nav li a:hover {
  color: #181818;
}
.header.black .nav li.active {
  color: #181818;
}
.header.black .nav li.active a {
  color: #181818;
}
.header.no {
  position: fixed;
  top: -90px;
}
.header.active {
  top: 0;
}
.container {
  position: relative;
  height: 900px;
}
.container .content-box {
  position: absolute;
  height: 776px;
  top: 50%;
  margin-top: -388px;
  left: 0;
  text-align: center;
  width: 100%;
}
.container .title {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
}
.container .txt {
  color: #fff;
  font-size: 20px;
  display: block;
}
.container .phone-box {
  display: inline-block;
  width: 281px;
  min-height: 579px;
  margin: 50px 105px 0 105px;
}
.container .phone-box .carousel {
  width: 230px;
  height: 404px;
  margin: 85px auto 110px;
  position: relative;
}
.container .phone-box .carousel li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 404px;
  text-align: center;
}
.container .phone-box .carousel li img {
  max-height: 100%;
  max-width: 100%;
}
.container .phone-box .link-btn {
  display: block;
  margin: 0 auto;
  height: 38px;
  line-height: 38px;
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.container .phone-box .link-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.container .xsbb-phone {
  background: url("yellow_phone_box.png") no-repeat 0 0;
}
.container .weiguanli-phone {
  background: url("green_phone_box.png") no-repeat 0 0;
}
.footer {
  background: #f2f2f2;
  padding-top: 25px;
}
.footer .map {
  float: left;
  margin-left: 25px;
}
.footer .map dl {
  float: left;
  margin: 10px 80px 0 0;
}
.footer .map dt {
  line-height: 30px;
  margin-bottom: 5px;
}
.footer .map dt i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("sprite.png") no-repeat 0 0;
  vertical-align: middle;
}
.footer .map dt i.icon-box {
  background-position: 0 0;
}
.footer .map dt i.icon-link {
  background-position: -30px 0;
}
.footer .map dt i.icon-phone {
  background-position: -60px 0;
}
.footer .map dt a {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.footer .map dd {
  margin: 0 0 10px 35px;
}
.footer .map dd a {
  font-size: 12px;
  color: #000;
  transition: color .3s ease;
}
.footer .map dd a:hover {
  color: #df5828;
}
.footer .code {
  overflow: hidden;
  zoom: 1;
  padding-left: 28px;
}
.footer .code .code-box {
  float: left;
  width: 150px;
  text-align: center;
  margin-right: 23px;
}
.footer .code .code-box img {
  background: #fff;
  padding: 10px;
  width: 126px;
  height: 126px;
}
.footer .code .code-box .txt {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.footer .copyright {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  padding: 15px 0 20px;
  margin-top: 35px;
}
.footer .copyright p {
  text-align: center;
  color: #a5a5a5;
  line-height: 18px;
  font-size: 12px;
}
.footer .copyright a {
  color: #a5a5a5;
}
.page-container {
  margin-top: 52px;
}
.page-container .process ul {
  padding: 10px 0 77px 54px;
}
.page-container .process li {
  float: left;
  position: relative;
  width: 174px;
  height: 61px;
  font-size: 16px;
  color: #070707;
  line-height: 61px;
  margin: 80px 64px 0 0;
}
.page-container .process li em {
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  font-style: normal;
  margin: 0 15px;
}
.page-container .process li i {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("sprite.png") no-repeat 0 0;
  top: 15.5px;
  right: -46px;
}
.page-container .process li .icon-arrow-right {
  background-position: 0 -30px;
}
.page-container .process li .icon-arrow-down {
  top: 86px;
  left: 72px;
  background-position: -60px -30px;
}
.page-container .process li .icon-arrow-left {
  background-position: -30px -30px;
}
.page-container .process .color-one {
  background: #f8a466;
}
.page-container .process .color-two {
  background: #ffe35f;
}
.page-container .process .color-three {
  background: #b6e989;
}
.page-container .process .color-four {
  background: #80d3a3;
}
.page-container .process .color-five {
  background: #8fd7de;
}
.page-container .process .color-six {
  background: #a7cee4;
}
.page-container .process .color-seven {
  background: #c8b7d9;
}
.page-container .process .color-eight {
  background: #ec90a8;
}
.page-container .contact-phone {
  padding-bottom: 46px;
}
.page-container .contact-phone .t {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  height: 0;
  margin: 42px 0 57px;
}
.page-container .contact-phone .t span {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  background: #fff;
  color: #8f8f8f;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
}
.page-container .contact-phone p {
  color: #6f7176;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  white-space: pre;
}
.page-container .download-center {
  margin-top: 155px;
  padding-bottom: 125px;
}
.page-container .download-center .intro {
  color: #555;
  padding-left: 40px;
}
.page-container .download-center .intro h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.page-container .download-center .intro p {
  line-height: 30px;
  width: 500px;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-container .download-center .download-box {
  float: left;
  width: 160px;
  text-align: center;
  margin: 0 10px 0 0px;
}
.page-container .download-center .download-box .icon {
  margin-bottom: 20px;
}
.page-container .download-center .download-box .btn {
  margin: 0 auto 8px;
  display: block;
}
.page-container .download-center .download-box .btn span {
  display: block;
  width: 133px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  font-size: 12px;
  color: #121212;
  margin: 0 auto;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.page-container .download-center .download-box .btn .code-box {
  display: none;
  width: 201px;
  height: 207px;
  background: url("download_code_box.png") no-repeat 0 0;
  margin: 0 auto;
}
.page-container .download-center .download-box .btn .code-box img {
  width: 164px;
  height: 164px;
  display: block;
  margin: 0 auto;
  padding-top: 26px;
}
.page-container .download-center .download-box .btn:hover .code-box {
  display: block;
}
.page-container .download-center .download-box.apple .btn span {
  border-color: #d3d3d3;
}
.page-container .download-center .download-box.apple .btn span:hover {
  background: #7d7979;
  border-color: #7d7979;
  color: #fff;
}
.page-container .download-center .download-box.android .btn span {
  border-color: #b4deac;
}
.page-container .download-center .download-box.android .btn span:hover {
  background: #62b651;
  border-color: #62b651;
  color: #fff;
}
.page-container .download-center .download-box.pc .btn span {
  border-color: #a3d7f5;
}
.page-container .download-center .download-box.pc .btn span:hover {
  background: #0b9ff5;
  border-color: #0b9ff5;
  color: #fff;
}
.ww {
  width: 1024px;
  position: absolute;
  left: 50%;
  margin-left: -512px;
  bottom: 35px;
}
.ww .follow-count {
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 5;
  color: #fff;
}
.ww .follow-count label {
  display: block;
  font-size: 16px;
}
.ww .follow-count strong {
  font-size: 35px;
  color: #e55819;
}
.ww .follow-count span {
  font-size: 25px;
}
.xsbb-detail {
  background: none;
  overflow: hidden;
}
.xsbb-detail .section-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.xsbb-detail .section {
  position: relative;
  width: 100%;
  height: 100%;
}
.xsbb-detail .section img {
  max-width: 98%;
  max-height: 98%;
}
.xsbb-detail .section .button-try {
  display: none;
  width: 118px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  text-align: center;
  border-radius: 4px;
}
.xsbb-detail .section .button-try-white {
  color: #fff;
  border-color: #fff;
}
.xsbb-detail .section .mc {
  max-width: 1210px;
  margin: auto;
  width: 90%;
  height: 90%;
  padding: 40px 0;
  position: relative;
}
.xsbb-detail .section p {
  font-size: 14px;
  color: #434343;
}
.xsbb-detail .section h2 {
  font-size: 34px;
  color: #fb6240;
  font-weight: normal;
}
.xsbb-detail .section-1 {
  background: #ffaf32 url("new/xsbbinfo/xsbb-info-bg1.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-1 img {
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 85%;
  max-height: 85%;
}
.xsbb-detail .section-1 .intro {
  overflow: hidden;
  zoom: 1;
  padding-top: 120px;
  float: right;
  margin: 0 0 60px 55%;
}
.xsbb-detail .section-1 .intro h2 {
  margin: 30px 0 25px;
}
.xsbb-detail .section-1 .intro p {
  line-height: 28px;
  color: #fff ;
  margin-bottom: 50px;
}
.xsbb-detail .section-2 {
  background: #ffaf32 url("new/xsbbinfo/xsbb-info-bg2.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-2 img {
  float: right;
  max-width: 80%;
  max-height: 80%;
  margin-top: 8%;
  margin-right: 5%;
}
.xsbb-detail .section-2 .intro {
  width: 400px;
  overflow: hidden;
  zoom: 1;
  padding-top: 120px;
  margin-bottom: 60px;
  margin-left: 5%;
}
.xsbb-detail .section-2 .intro h2 {
  margin: 30px 0 25px;
}
.xsbb-detail .section-2 .intro p {
  line-height: 28px;
}
.xsbb-detail .section-2 .intro p span {
  font-size: 20px;
  color: #fff;
}
.xsbb-detail .section-3 {
  background: url("new/xsbbinfo/xsbb-info-bg3.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-3 h2 {
  margin: 30px 0 25px;
  text-align: center;
}
.xsbb-detail .section-3 p {
  color: #fff;
  display: block;
  width: 830px;
  margin: 30px auto 25px;
  line-height: 30px;
  position: relative;
  text-align: center;
}
.xsbb-detail .section-3 img {
  display: block;
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}
.xsbb-detail .section-3 .button-try {
  position: absolute;
  right: -120px;
  top: 5px;
}
.xsbb-detail .section-4 {
  background: url("new/xsbbinfo/xsbb-info-bg4.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-4 h2 {
  margin-top: 40px;
  text-align: center;
}
.xsbb-detail .section-4 p {
  width: 1210px;
  padding-top: 10px;
  margin: auto;
  line-height: 30px;
  display: block;
  text-align: center;
}
.xsbb-detail .section-4 p.p-two {
  margin-bottom: 30px;
  padding-top: 0;
  width: 700px;
}
.xsbb-detail .section-4 .button-try {
  margin: 0 auto 20px;
}
.xsbb-detail .section-4 img {
  display: block;
  max-width: 75%;
  max-height: 75%;
  margin: auto;
}
.xsbb-detail .section-5 {
  background: url("new/xsbbinfo/xsbb-info-bg5.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-5 h2 {
  margin-top: 40px;
  text-align: center;
}
.xsbb-detail .section-5 p {
  width: 715px;
  padding-top: 10px;
  margin: 0 auto 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #fff;
}
.xsbb-detail .section-5 .button-try {
  margin: 0 auto 20px;
}
.xsbb-detail .section-6 {
  background: #ffaf32 url("new/xsbbinfo/xsbb-info-bg6.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-6 img {
  float: left;
  margin: 0 60px 0 20px;
  max-height: 90%;
  max-width: 90%;
}
.xsbb-detail .section-6 .intro {
  overflow: hidden;
  zoom: 1;
  padding-top: 120px;
  margin-bottom: 60px;
}
.xsbb-detail .section-6 .intro h2 {
  margin: 30px 0 25px;
}
.xsbb-detail .section-6 .intro p {
  line-height: 28px;
  margin-bottom: 50px;
}
.xsbb-detail .section-7 {
  background: #ffaf32 url("new/xsbbinfo/xsbb-info-bg7.jpg") no-repeat top center;
  background-size: cover;
}
.xsbb-detail .section-7 img {
  float: right;
  max-width: 60%;
  max-height: 60%;
  margin: 150px 0 0 100px;
}
.xsbb-detail .section-7 .intro {
  overflow: hidden;
  zoom: 1;
  padding-top: 200px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.xsbb-detail .section-7 .intro h2 {
  margin: 30px 0 25px;
}
.xsbb-detail .section-7 .intro p {
  line-height: 28px;
}
.xsbb-detail .section-7 .intro p span {
  font-size: 20px;
  color: #fff;
}
.xsbb-detail .section-8 {
  background: #fff;
  text-align: center;
}
.xsbb-detail .section-8 .mc {
  width: 1024px;
  margin: 0 auto;
  padding-top: 40px;
}
.xsbb-detail .section-8 h1 {
  font-size: 30px;
  color: #1d81c5;
  margin-bottom: 40px;
}
.xsbb-detail .section-8 h1:after,
.xsbb-detail .section-8 h1:before {
  content: attr(data-content);
  font-size: 0;
  border-bottom: 1px solid #c8c8c8;
  width: 35%;
  display: inline-table;
  vertical-align: middle;
}
.xsbb-detail .section-8 h1:after {
  margin-left: 20px;
}
.xsbb-detail .section-8 h1:before {
  margin-right: 20px;
}
.xsbb-detail .section-8 h2 {
  font-size: 18px;
  color: #1d81c5;
  margin-bottom: 10px;
}
.xsbb-detail .section-8 label {
  font-size: 14px;
  color: #323639;
}
.xsbb-detail .section-8 img {
  margin-top: 50px;
}
.xsbb-detail .section-9 {
  background: url("bg4.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.xsbb-detail .section-9 .mc {
  width: 1024px;
  margin: 0 auto;
  padding-top: 40px;
}
.xsbb-detail .section-9 h1 {
  font-size: 30px;
  color: #e1e1e1;
  margin-bottom: 40px;
}
.xsbb-detail .section-9 h1:after,
.xsbb-detail .section-9 h1:before {
  content: attr(data-content);
  font-size: 0;
  border-bottom: 1px solid #232c5a;
  width: 35%;
  display: inline-table;
  vertical-align: middle;
}
.xsbb-detail .section-9 h1:after {
  margin-left: 20px;
}
.xsbb-detail .section-9 h1:before {
  margin-right: 20px;
}
.xsbb-detail .section-9 h2 {
  font-size: 24px;
  color: #bfb7d0;
  margin-bottom: 15px;
}
.xsbb-detail .section-9 label {
  font-size: 14px;
  color: #a599bd;
}
.xsbb-detail .section-9 img {
  margin-top: 50px;
}
.xsbb-detail .section-9 p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-top: 65px;
  opacity: .5;
  -moz-opacity: .5;
  fliter: alpha(opacity=50);
}
.xsbb-detail .section-10 {
  background: #fff;
  text-align: center;
}
.xsbb-detail .section-10 .mc {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
.xsbb-detail .section-10 h1 {
  font-size: 30px;
  color: #666;
  margin-bottom: 40px;
}
.xsbb-detail .section-10 h1:after,
.xsbb-detail .section-10 h1:before {
  content: attr(data-content);
  font-size: 0;
  border-bottom: 1px solid #dbdfe4;
  width: 35%;
  display: inline-table;
  vertical-align: middle;
}
.xsbb-detail .section-10 h1:after {
  margin-left: 20px;
}
.xsbb-detail .section-10 h1:before {
  margin-right: 20px;
}
.xsbb-detail .section-10 label {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
  display: block;
}
.xsbb-detail .section-10 img {
  margin-bottom: 50px;
}
.xsbb-detail .section-10 .txt-box {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  line-height: 34px;
  padding: 26px 0;
  width: 200px;
  left: 401px;
  top: 455px;
}
.xsbb-detail .section-11 {
  background: #dbdfe4;
  text-align: center;
}
.xsbb-detail .section-11 .mc {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.xsbb-detail .section-11 h1 {
  font-size: 30px;
  color: #ff682b;
  margin-bottom: 40px;
}
.xsbb-detail .section-11 h1:after,
.xsbb-detail .section-11 h1:before {
  content: attr(data-content);
  font-size: 0;
  border-bottom: 1px solid #f1f2f4;
  width: 35%;
  display: inline-table;
  vertical-align: middle;
}
.xsbb-detail .section-11 h1:after {
  margin-left: 20px;
}
.xsbb-detail .section-11 h1:before {
  margin-right: 20px;
}
.xsbb-detail .section-11 img {
  margin-top: 60px;
}
.wheel-btn {
  position: fixed;
  z-index: 99999;
  right: 50px;
  top: 50%;
  margin-top: -165px;
}
.wheel-btn li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin-bottom: 16px;
  cursor: pointer;
}
.wheel-btn li.active {
  background: #fff;
}
.video-center {
  background: url("bg5.jpg") no-repeat center top;
  background-size: cover;
}
.video-center .arrow {
  position: absolute;
  z-index: 999;
  width: 78px;
  height: 106px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  margin-top: -53px;
  line-height: 106px;
  text-align: center;
  font-size: 0;
}
.video-center .arrow i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("arrow.png") no-repeat 0 0;
  vertical-align: middle;
}
.video-center .prev {
  left: 0;
}
.video-center .prev i {
  background-position: 0 -50px;
}
.video-center .prev:hover i {
  background-position: 0 0;
}
.video-center .next {
  right: 0;
}
.video-center .next i {
  background-position: -50px -50px;
}
.video-center .next:hover i {
  background-position: -50px 0;
}
.video-center .video-box {
  position: relative;
  width: 1035px;
  height: 649px;
  left: 50%;
  margin-left: -517.5px;
  top: 120px;
}
.video-center .video-box .box {
  position: absolute;
  background: url("video_box.png") no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.video-center .video-box .play-btn {
  position: absolute;
  z-index: 9999;
  width: 139px;
  height: 139px;
  background: url("play_btn.png") no-repeat 0 0;
  left: 50%;
  margin-left: -64.5px;
  top: 170px;
  text-indent: -999em;
}
.video-center .video-box .video-name {
  position: absolute;
  width: 677px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  left: 175px;
  top: 375px;
  z-index: 9999;
}
.video-center .video-box .slide {
  position: absolute;
  z-index: 9999;
  text-align: center;
  width: 677px;
  left: 175px;
  top: 430px;
}
.video-center .video-box .slide li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4d4d4d;
  margin: 0 10px;
}
.video-center .video-box .slide li.active {
  background: #1997bf;
}
.video-center .video-list {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.video-center .video-list img {
  position: absolute;
  z-index: 0;
  width: 677px;
  height: 383px;
  left: 175px;
  top: 37px;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
}
.video-center .video-list .now-video {
  z-index: 2;
}
.video-center .video-list .prev-video {
  -webkit-transform: translate3d(-320px, 0, -200px);
  -moz-transform: translate3d(-320px, 0, -200px);
  -ms-transform: translate3d(-320px, 0, -200px);
  -o-transform: translate3d(-320px, 0, -200px);
  transform: translate3d(-320px, 0, -200px);
}
.video-center .video-list .next-video {
  -webkit-transform: translate3d(320px, 0, -200px);
  -moz-transform: translate3d(320px, 0, -200px);
  -ms-transform: translate3d(320px, 0, -200px);
  -o-transform: translate3d(320px, 0, -200px);
  transform: translate3d(320px, 0, -200px);
}
.video-center .video-list .active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.video-center .video {
  position: absolute;
  width: 677px;
  height: 383px;
  left: 175px;
  top: 37px;
  z-index: 9999;
}
.wgl-detail {
  background: none;
  overflow: hidden;
}
.wgl-detail .section-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.wgl-detail .section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wgl-detail .section-1 {
  background: url("weiguanli/bg1.jpg") no-repeat center top;
  background-size: cover;
}
.wgl-detail .section-1 .mc {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  bottom: 20px;
}
.wgl-detail .section-1 .txt-box {
  padding-top: 300px;
  float: left;
}
.wgl-detail .section-1 .txt-box h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 100;
}
.wgl-detail .section-1 .txt-box p {
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  width: 440px;
}
.wgl-detail .section-1 img {
  margin: 0 0 0 25px;
}
.wgl-detail .section-2 {
  background: url("weiguanli/bg2.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.wgl-detail .section-2 h1 {
  font-size: 50px;
  color: #333;
  font-weight: 100;
  padding: 40px 0 35px;
}
.wgl-detail .section-2 p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 95px;
}
.wgl-detail .section-2 img {
  margin: 0 8px;
}
.wgl-detail .section-3 {
  background: #fff;
}
.wgl-detail .section-3 .mc {
  position: relative;
}
.wgl-detail .section-3 .txt-box {
  float: left;
  width: 412px;
  padding-top: 370px;
}
.wgl-detail .section-3 .txt-box h1 {
  font-size: 50px;
  font-weight: 100;
  color: #333;
}
.wgl-detail .section-3 .txt-box h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
  margin-bottom: 45px;
}
.wgl-detail .section-3 .txt-box p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 48px;
}
.wgl-detail .section-3 .txt-box li {
  float: left;
  width: ;
  font-size: 24px;
  color: #999;
  padding: 36px 0;
  width: 122px;
  border: 1px solid #333;
  margin-left: 20px;
  text-align: center;
}
.wgl-detail .section-3 .txt-box li:hover {
  color: #55b342;
}
.wgl-detail .section-3 .txt-box li:first-child {
  margin-left: 0;
}
.wgl-detail .section-3 img {
  position: absolute;
  right: 50px;
  top: 135px;
}
.wgl-detail .section-4 {
  background: url("weiguanli/bg3.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.wgl-detail .section-4 h1 {
  font-size: 50px;
  color: #333;
  font-weight: 100;
  padding-top: 115px;
}
.wgl-detail .section-4 h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
  margin-bottom: 35px;
}
.wgl-detail .section-4 p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
}
.wgl-detail .section-5 {
  background: #fff;
  text-align: center;
}
.wgl-detail .section-5 .mc {
  position: relative;
}
.wgl-detail .section-5 h1 {
  font-size: 50px;
  color: #333;
  font-weight: 100;
  padding-top: 115px;
}
.wgl-detail .section-5 h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
  margin-bottom: 30px;
}
.wgl-detail .section-5 p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-bottom: 20px;
}
.wgl-detail .section-5 .hand {
  position: absolute;
  top: 680px;
  right: 10px;
}
.wgl-detail .section-6 {
  background: url("weiguanli/bg4.jpg") no-repeat center top;
  background-size: cover;
}
.wgl-detail .section-6 .mc {
  position: relative;
  text-align: left;
}
.wgl-detail .section-6 h1 {
  font-size: 50px;
  color: #333;
  font-weight: 100;
  padding-top: 115px;
  text-align: center;
}
.wgl-detail .section-6 h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
  margin-bottom: 30px;
  text-align: center;
}
.wgl-detail .section-6 p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.wgl-detail .section-7 {
  background: #fff;
}
.wgl-detail .section-7 .mc {
  position: relative;
}
.wgl-detail .section-7 .txt-box {
  float: left;
  padding-top: 370px;
}
.wgl-detail .section-7 .txt-box h1 {
  font-size: 50px;
  font-weight: 100;
  color: #333;
}
.wgl-detail .section-7 .txt-box h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
  margin-bottom: 40px;
}
.wgl-detail .section-7 .txt-box li {
  float: left;
  width: ;
  font-size: 24px;
  color: #999;
  padding: 15px 0;
  width: 105px;
  border: 1px solid #333;
  margin-left: 9px;
  text-align: center;
}
.wgl-detail .section-7 .txt-box li:first-child {
  margin-left: 0;
}
.wgl-detail .section-7 .txt-box li i {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0 auto;
  background: url("weiguanli/sprite.png") no-repeat 0 0;
}
.wgl-detail .section-7 .txt-box li .icon-1 {
  background-position: 0 0;
}
.wgl-detail .section-7 .txt-box li .icon-2 {
  background-position: -60px 0;
}
.wgl-detail .section-7 .txt-box li .icon-3 {
  background-position: -120px 0;
}
.wgl-detail .section-7 .txt-box li .icon-4 {
  background-position: -180px 0;
}
.wgl-detail .section-7 .txt-box li:hover {
  color: #55b342;
}
.wgl-detail .section-7 .txt-box li:hover i {
  background-position-y: -50px;
}
.wgl-detail .section-7 img {
  position: absolute;
  right: 50px;
  top: 135px;
}
.page {
  padding-top: 225px;
}
.page .title {
  position: fixed;
  height: 225px;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.legal .title {
  background: url("legalNotices.jpg") no-repeat center top;
}
.legal .txt-box {
  padding: 18px 0;
  border-top: 1px solid #ededed;
}
.legal .txt-box:first-child {
  border-top: 0;
}
.legal .txt-box h1 {
  font-size: 18px;
  font-weight: 100;
  color: #15b989;
  margin-bottom: 10px;
}
.legal .txt-box h1 span {
  font-size: 14px;
  color: #a3a3a3;
  margin-left: 5px;
}
.legal .txt-box p {
  font-size: 14px;
  color: #676767;
  line-height: 30px;
}
.about-us .title {
  background: url("about_us.jpg") no-repeat center top;
}
.about-us .w {
  width: 995px;
}
.about-us .section-1 {
  padding-bottom: 50px;
}
.about-us .section-1 h1 {
  font-size: 30px;
  color: #0b6ac2;
  font-weight: 100;
  padding: 40px 0 30px;
}
.about-us .section-1 p {
  font-size: 14px;
  color: #444;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 35px;
}
.about-us .section-2 {
  background: #e9eaee;
  padding: 40px 0;
}
.about-us .section-2 h1 {
  font-size: 30px;
  font-weight: 100;
  color: #0c8bd4;
  margin-bottom: 25px;
}
.about-us .section-2 h2 {
  font-size: 24px;
  color: #454545;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 25px;
}
.about-us .section-2 h2 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  background: #00b7f1;
  vertical-align: middle;
  margin-right: 15px;
}
.about-us .section-2 h3 {
  font-size: 24px;
  color: #454545;
  line-height: 24px;
  font-weight: 100;
  padding-left: 40px;
}
.about-us .section-2 h3 i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #405070;
  vertical-align: middle;
  margin-right: 10px;
}
.about-us .section-2 h4 {
  font-size: 18px;
  color: #b81d15;
  font-weight: 100;
  padding-left: 60px;
  margin-bottom: 8px;
  margin-top: 24px;
}
.about-us .section-2 p {
  font-size: 14px;
  color: #444;
  line-height: 28px;
  padding-left: 60px;
}
.about-us .section-2 img {
  margin-left: 15px;
}
.about-us .section-3 {
  padding-bottom: 80px;
}
.about-us .section-3 h2 {
  font-size: 30px;
  color: #454545;
  line-height: 30px;
  font-weight: 100;
  padding: 20px 0;
}
.about-us .section-3 h2 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  background: #00b7f1;
  vertical-align: middle;
  margin-right: 15px;
}
.about-us .section-3 h3 {
  font-size: 24px;
  color: #454545;
  line-height: 24px;
  font-weight: 100;
  padding-left: 40px;
  margin-bottom: 20px;
}
.about-us .section-3 h3 i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #405070;
  vertical-align: middle;
  margin-right: 10px;
}
.about-us .section-3 h4 {
  font-size: 18px;
  color: #b6040a;
  font-weight: 100;
  padding-left: 60px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.about-us .section-3 p {
  font-size: 14px;
  color: #454545;
  line-height: 28px;
  padding-left: 60px;
}
.about-us .section-3 .line {
  height: 0;
  border-top: 1px solid #e9e9e9;
  margin: 19px 0;
}
.contact-us .title {
  background: url("contact_us.jpg") no-repeat center top;
}
.contact-us .w {
  width: 980px;
}
.contact-us h1 {
  font-size: 30px;
  font-weight: 100;
  color: #454545;
  margin: 45px 0 30px;
}
.contact-us .contact-box {
  float: left;
  margin-left: 135px;
}
.contact-us .contact-box dt {
  font-size: 24px;
  font-weight: bold;
  color: #1f6fc8;
  line-height: 24px;
  margin-bottom: 22px;
}
.contact-us .contact-box dt i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #00b7f1;
  vertical-align: middle;
  margin-right: 14px;
}
.contact-us .contact-box dd {
  font-size: 14px;
  color: #454545;
  margin-bottom: 10px;
}
.contact-us img {
  float: left;
  margin-bottom: 40px;
}
.contact-us .map-link {
  clear: both;
  display: block;
  padding-top: 30px;
}
.contact-us .map-link img {
  float: none;
}
.contact-us .address-box {
  float: left;
  width: 430px;
  margin-left: 90px;
  margin-bottom: 40px;
}
.contact-us .address-box dt {
  font-size: 18px;
  color: #454545;
  margin-bottom: 22px;
}
.contact-us .address-box dd {
  font-size: 14px;
  color: #454545;
  margin-bottom: 20px;
}
.contact-us .no-margin {
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .container .phone-box {
    margin: 30px 105px 0 105px;
  }
  .container .title {
    margin-top: 30px;
  }
  .xsbb-detail .section-3 h1 {
    margin-top: 40px;
  }
  .xsbb-detail .section-3 h2 {
    margin: 25px 0 17px;
  }
  .xsbb-detail .section-3 img {
    height: 620px;
  }
  .xsbb-detail .section-8 img {
    margin-top: 25px;
  }
  .xsbb-detail .section-9 p {
    margin-top: 30px;
  }
  .xsbb-detail .section-10 img {
    margin-bottom: 20px;
  }
}
.xsbb-about-us {
  background: url(new/aboutus/about-top-bg.png) no-repeat top center;
  min-height: 300px;
}
.xsbb-about-us .content-top {
  min-width: 990px;
  width: 1120px;
  margin: auto;
  padding: 123px  0 100px;
}
.xsbb-about-us .content-top .mt {
  text-align: left;
}
.xsbb-about-us .content-top .mt h1 {
  font-size: 58px;
  border-bottom: 1px solid #989a9a;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.xsbb-about-us .content-top .mt h1 span {
  color: #f46444;
}
.xsbb-about-us .content-top .mt h2 {
  font-size: 22px;
  font-weight: normal;
  color: #666;
  margin-bottom: 30px;
}
.xsbb-about-us .content-top .mc {
  min-width: 990px;
  width: 1120px;
  margin: auto;
}
.xsbb-about-us .content-top .mc p {
  line-height: 35px;
  color: #9498a3;
  font-size: 15px;
}
.xsbb-about-us .content-top .mc .left-part {
  text-align: left;
  margin-bottom: 20px;
}
.xsbb-about-us .content-top .mc .right-part {
  text-align: right;
  color: #737374;
}
.xsbb-about-us .content-top .mc .right-part b {
  font-weight: normal;
  color: #f26343;
}
.xsbb-about-us .content-mid {
  width: 100%;
  overflow: hidden;
}
.xsbb-about-us .content-mid ul {
  margin-right: -2px;
}
.xsbb-about-us .content-mid ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  border: 2px solid #fff;
  border-left: none;
  overflow: hidden;
  position: relative;
  line-height: 0;
  color: #fff;
}
.xsbb-about-us .content-mid ul li img {
  width: 100%;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xsbb-about-us .content-mid ul li .mem-name {
  font-size: 24px;
  position: absolute;
  z-index: 2;
  bottom: 47%;
  width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xsbb-about-us .content-mid ul li .mem-pos {
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  padding: 0px 15%;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xsbb-about-us .content-mid ul li .mem-shade {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGNiqIdBJgY4IMgEAHsMAoYy93i9AAAAAElFTkSuQmCC');
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xsbb-about-us .content-mid ul li hr {
  position: absolute;
  z-index: 2;
  width: 44px;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-left: -22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.xsbb-about-us .content-mid ul li:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.xsbb-about-us .content-mid ul li:hover .mem-name {
  margin-bottom: 40px;
  opacity: 1;
}
.xsbb-about-us .content-mid ul li:hover .mem-pos {
  opacity: 1;
  margin-top: 30px;
}
.xsbb-about-us .content-mid ul li:hover .mem-shade {
  opacity: 1;
}
.xsbb-about-us .content-mid ul li:hover hr {
  opacity: 1;
}
.xsbb-about-us .content-bot {
  background: #373f4f;
  padding-bottom: 40px;
}
.xsbb-about-us .content-bot .co-map {
  float: left;
  width: 65%;
}
.xsbb-about-us .content-bot .co-list {
  float: right;
  width: 28%;
  min-width: 300px;
  padding-right: 5%;
  color: #99a1bd;
  margin-top: 5%;
}
.xsbb-about-us .content-bot .co-list h3,
.xsbb-about-us .content-bot .co-list dd {
  color: #647794;
}
.xsbb-about-us .content-bot .co-list h3 {
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #586074;
  margin-bottom: 25px;
}
.xsbb-about-us .content-bot .co-list dt,
.xsbb-about-us .content-bot .co-list dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
.xsbb-about-us .content-bot .co-list dd {
  margin-bottom: 5px;
  font-size: 14px;
}
.xsbb-about-us .content-bot .co-list dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.xsbb-about-us .content-bot .co-list dt i {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #99a1bd;
  border-radius: 5px;
}
.xsbb-about-us .content-bot .co-list dt.base i {
  top: 2px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url(new/aboutus/star-gray.png) no-repeat;
  border-radius: 0;
}
.portal-wrap {
  width: 100%;
}
.portal-wrap .slider {
  position: relative;
  width: 100%;
  overflow: auto;
  height: 100%;
}
.portal-wrap .slider ul li.fore {
  display: block;
  float: left;
  width: 33%;
  height: 100%;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.portal-wrap .slider ul li.fore.fore1 {
  background-image: url(index-portal.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='index-portal.jpg', sizingMethod='scale');
}
.portal-wrap .slider ul li.fore.fore1 .w {
  width: 1024px;
  margin: 90px auto auto;
  overflow: hidden;
  zoom: 0;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show {
  float: left ;
  width: 327px;
  height: 634px;
  position: relative;
  background: url(portal-phone-bg.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .figiner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  width: 163px;
  height: 163px;
  background: url(ico-finger.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider {
  position: absolute;
  left: 24px;
  top: 54px;
  width: 283px;
  height: 503px;
  overflow: hidden;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 100%;
  top: 0;
  z-index: 1;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore1 {
  left: 0;
  background: url(slider-1-01.png) no-repeat;
  z-index: 2;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore1 .ele {
  display: none;
  position: absolute;
  width: 93px;
  height: 81px;
  background: url(slider-1-01-ele.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore1 .ele.ele1 {
  bottom: 96px;
  left: 1px;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore1 .ele.ele2 {
  bottom: 180px;
  right: 0px;
  background-position: 0 -82px;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore1 .ele.ele3 {
  bottom: 180px;
  left: 1px;
  background-position: 0 -164px;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore2 {
  background: url(slider-1-02.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore3 {
  background: url(slider-1-03.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .app-show .app-show-slider ol li.fore.fore4 {
  background: url(slider-1-04.png) no-repeat;
}
.portal-wrap .slider ul li.fore.fore1 .w .intro {
  float: left;
  margin: 472px 0 0 25px;
  font-size: 18px;
  color: #fff;
}
.portal-wrap .slider ul li.fore.fore1 .w .intro p {
  line-height: 34px;
}
.portal-wrap .slider ul li.fore.fore1 .w .intro a {
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 5px 75px;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px #fff;
}
.portal-wrap .slider ul li.fore.fore1 .w .intro a:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 0 10px #eee;
}
.portal-wrap .slider ul li.fore.fore2 {
  background-image: url(index-boss.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='index-boss.jpg', sizingMethod='scale');
}
.portal-wrap .slider ul li.fore.fore3 {
  background-image: url(index-saledirector.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='index-saledirector.jpg', sizingMethod='scale');
}
.portal-wrap .slider ul li.fore.fore4 {
  background-image: url(index-sales.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='index-sales.jpg', sizingMethod='scale');
}
.portal-wrap .slider ul li.fore .info {
  position: absolute;
  width: 580px;
  height: 634px;
  left: 50%;
  margin-left: -30%;
  top: 50%;
  margin-top: -300px;
}
.portal-wrap .slider ul li.fore .info .info-phone {
  width: 303px;
  height: 580px;
  position: relative;
  padding: 54px 0 0 24px;
  float: left;
  background: url(portal-phone-bg.png) no-repeat;
}
.portal-wrap .slider ul li.fore .info .info-phone .info-slider {
  width: 283px;
  height: 503px;
  overflow: hidden;
}
.portal-wrap .slider ul li.fore .info .info-phone .info-slider ul {
  width: 500%;
  height: 100%;
}
.portal-wrap .slider ul li.fore .info .info-phone .info-slider ul li {
  float: left;
  height: 100%;
  width: 283px;
}
.portal-wrap .slider ul li.fore .info .info-txt {
  float: left;
  padding: 40px 0 0 30px;
  color: #fff;
}
.portal-wrap .slider ul li.fore .info .info-txt p {
  float: left;
  width: 16px;
  height: 100%;
  margin-right: 13px;
  font-family: '幼圆', 'Microsoft Yahei';
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden;
}
.portal-wrap .slider ul li.fore .info .info-txt h2 {
  float: left;
  width: 30px;
  font-size: 30px;
  font-weight: normal;
  margin: -3px 20px 0 10px;
  line-height: 34px;
}
.portal-wrap .slider ul li.fore .info .info-txt h3 {
  float: left;
  font-size: 50px;
  font-weight: normal;
}
.portal-wrap .slider ul li.fore .info a.know {
  position: absolute;
  right: -65px;
  top: 46px;
  width: 95px;
  height: 42px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-family: microsoft yahei;
  border-radius: 4px;
  transition: all .4s ease;
}
.portal-wrap .slider ul li.fore .info a.know:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 0 10px #eee;
}
.portal-wrap .slider ul li.fore.fore2 .info .info-txt h3 {
  -webkit-transform: rotateZ(90deg) translateX(17px) translateY(22px);
  -moz-transform: rotateZ(90deg) translateX(17px) translateY(22px);
  -ms-transform: rotateZ(90deg) translateX(17px) translateY(22px);
  transform: rotateZ(90deg) translateX(17px) translateY(22px);
}
.portal-wrap .slider ul li.fore.fore3 .info .info-txt h2 {
  width: 30px;
  line-height: 26px;
  margin-top: -5px;
  font-size: 24px;
  text-align: center;
}
.portal-wrap .slider ul li.fore.fore3 .info .info-txt h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 32px;
}
.portal-wrap .slider ul li.fore.fore3 .info a.know {
  top: 41px;
  right: 4px;
}
.portal-wrap .slider ul li.fore.fore4 .info {
  margin-left: 1%;
}
.portal-wrap .slider ul li.fore.fore4 .info .info-txt p {
  float: right;
}
.portal-wrap .slider ul li.fore.fore4 .info .info-txt h2 {
  float: right;
  width: 30px;
  line-height: 26px;
  margin-top: -2px;
  font-size: 24px;
  text-align: center;
}
.portal-wrap .slider ul li.fore.fore4 .info .info-txt h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 32px;
}
.portal-wrap .slider ul li.fore.fore4 .info a.know {
  top: 41px;
  right: 4px;
}
.portal-wrap .slider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.portal-wrap .slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.portal-wrap .slider .dots li.active {
  background: #fff;
  opacity: 1;
}
.portal-wrap .slider .unslider-arrow {
  position: absolute;
  z-index: 2;
  width: 78px;
  height: 106px;
  background: rgba(255, 255, 255, 0.2);
  background: #eee\9;
  top: 50%;
  margin-top: -53px;
  line-height: 106px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  transition: opacity .5s ease;
}
.portal-wrap .slider .unslider-arrow i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("arrow.png") no-repeat 0 0;
  vertical-align: middle;
}
.portal-wrap .slider .unslider-arrow.prev {
  left: 10px;
}
.portal-wrap .slider .unslider-arrow.prev i {
  background-position: 0 -50px;
}
.portal-wrap .slider .unslider-arrow.next {
  right: 10px;
}
.portal-wrap .slider .unslider-arrow.next i {
  background-position: -50px -50px;
}
.portal-wrap .slider.hover .unslider-arrow {
  opacity: 1;
}
@media screen and (max-height: 720px), screen and (max-width: 1279px) {
  .portal-wrap .slider ul li.fore .info .info-phone {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .portal-wrap .slider ul li.fore.fore1 .w {
    margin-top: 45px;
  }
  .portal-wrap .slider ul li.fore.fore1 .w .app-show {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .portal-wrap .slider ul li.fore.fore1 .w .intro {
    margin-top: 430px;
  }
}
.m-viewport,
.swiper-container {
  min-width: 320px;
  max-width: 768px;
  height: 100%;
  margin: auto;
}
.swiper-slide {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4 {
  font-weight: normal;
}
.swiper-slide .h-fsbig {
  font-size: 38px;
}
.swiper-slide .h-fsmid {
  font-size: 36px;
}
.swiper-slide .h-fssmall {
  font-size: 26px;
}
.swiper-slide .c-black {
  color: #555;
}
.swiper-slide .c-orange {
  color: #fc5e3b;
}
.swiper-slide .h-pt70 {
  padding-top: 20%;
}
.swiper-slide .p-intro {
  font-size: 16px;
  color: #fefdfd;
  padding-top: 20px;
  text-align: center;
}
.swiper-slide.swiper-slide-style1 h2 {
  font-size: 30px;
  padding-top: 15%;
}
.swiper-slide.swiper-slide-style1 h3 {
  font-size: 26px;
}
.swiper-slide.swiper-slide-style1 h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.swiper-slide.swiper-slide-style1 .mc {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  margin-top: -16%;
  text-align: center;
  color: #fff;
  background: url(mobile/new/iphone.png) no-repeat center top;
  background-size: contain;
}
.swiper-slide.swiper-slide-style1 .mc p {
  line-height: 30px;
  font-size: 16px;
  opacity: 0;
}
.swiper-slide.swiper-slide-style1.swiper-slide-active h4 {
  margin-top: 23%;
  -webkit-animation: swiper-slide-left 0.8s ease;
  -moz-animation: swiper-slide-left 0.8s ease;
  animation: swiper-slide-left 0.8s ease;
}
.swiper-slide.swiper-slide-style1.swiper-slide-active p:nth-child(2) {
  -webkit-animation: swiper-slide-left 0.8s ease 0.2s both;
  -moz-animation: swiper-slide-left 0.8s ease 0.2s both;
  animation: swiper-slide-left 0.8s ease 0.2s both;
}
.swiper-slide.swiper-slide-style1.swiper-slide-active p:nth-child(3) {
  -webkit-animation: swiper-slide-left 0.8s ease 0.4s both;
  -moz-animation: swiper-slide-left 0.8s ease 0.4s both;
  animation: swiper-slide-left 0.8s ease 0.4s both;
}
.swiper-slide.swiper-slide-style1.swiper-slide-active p:nth-child(4) {
  -webkit-animation: swiper-slide-left 0.8s ease 0.6s both;
  -moz-animation: swiper-slide-left 0.8s ease 0.6s both;
  animation: swiper-slide-left 0.8s ease 0.6s both;
}
.swiper-slide.swiper-slide-style1.swiper-slide-active p:nth-child(5) {
  -webkit-animation: swiper-slide-left 0.8s ease 0.8s both;
  -moz-animation: swiper-slide-left 0.8s ease 0.8s both;
  animation: swiper-slide-left 0.8s ease 0.8s both;
}
.swiper-slide.swiper-slide-1 {
  background-image: url(mobile/new/m-bg-01.png);
}
.swiper-slide.swiper-slide-1 h3 {
  font-size: 24px;
}
.swiper-slide.swiper-slide-1 .bottom-info {
  position: absolute;
  bottom: 5%;
  font-size: 12px;
  width: 55%;
  left: 50%;
  margin-left: -25%;
  z-index: 1;
}
.swiper-slide.swiper-slide-1 .bottom-info .phone {
  font-size: 20px;
}
.swiper-slide.swiper-slide-1 .bottom-info .phone i {
  display: inline-block;
  height: 26px;
  width: 30px;
  background: url(mobile/new/phone-orange.png) no-repeat;
  background-size: auto 100%;
  -webkit-animation: tada 0.8s ease infinite alternate;
  -moz-animation: tada 0.8s ease infinite alternate;
  animation: tada 0.8s ease infinite alternate;
}
.swiper-slide.swiper-slide-1 .bottom-info p {
  line-height: 20px;
  color: #6b6b6b;
}
.swiper-slide.swiper-slide-1.swiper-slide-active h2 {
  -webkit-animation: swiper-slide-down 1s ease;
  -moz-animation: swiper-slide-down 1s ease;
  animation: swiper-slide-down 1s ease;
}
.swiper-slide.swiper-slide-1.swiper-slide-active h3 {
  -webkit-animation: swiper-slide-top 1s ease;
  -moz-animation: swiper-slide-top 1s ease;
  animation: swiper-slide-top 1s ease;
}
.swiper-slide.swiper-slide-2 {
  background-image: url(mobile/new/m-bg-02.png);
}
.swiper-slide.swiper-slide-2 h2 {
  padding-top: 18%;
}
.swiper-slide.swiper-slide-2 .mc {
  right: 8%;
  margin-top: -25%;
}
.swiper-slide.swiper-slide-3 {
  background-image: url(mobile/new/m-bg-03.png);
}
.swiper-slide.swiper-slide-3 .mc {
  left: 50%;
  margin-left: -25%;
  margin-top: -33%;
}
.swiper-slide.swiper-slide-4 {
  background-image: url(mobile/new/m-bg-04.png);
}
.swiper-slide.swiper-slide-4 h2,
.swiper-slide.swiper-slide-4 h3 {
  text-align: left;
  padding-left: 16%;
}
.swiper-slide.swiper-slide-4 h3 {
  margin-left: 5px;
}
.swiper-slide.swiper-slide-4 .mc {
  left: 8%;
  margin-top: -30%;
}
.swiper-slide.swiper-slide-5 {
  background-image: url(mobile/new/m-bg-05.png);
}
.swiper-slide.swiper-slide-5 .mc {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 20px;
  background: url(mobile/new/m-bg-05-c1.png) no-repeat center;
  background-size: contain;
}
.swiper-slide.swiper-slide-5 .mc .first,
.swiper-slide.swiper-slide-5 .mc .second {
  position: absolute;
  width: 100%;
  top: 23%;
  bottom: 16%;
  left: -3%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-slide.swiper-slide-5 .mc .first {
  z-index: 1;
  background-image: url(mobile/new/m-bg-05-c2.png);
}
.swiper-slide.swiper-slide-5 .mc .second {
  z-index: 2;
  background-image: url(mobile/new/m-bg-05-c3.png);
  -webkit-transform: translate3d(-4px, 1px, 0);
  -moz-transform: translate3d(-4px, 1px, 0);
  transform: translate3d(-4px, 1px, 0);
}
.swiper-slide.swiper-slide-5.swiper-slide-active .second {
  -webkit-animation: swiper-slide-5-move 0.8s ease 0.5s both;
  -moz-animation: swiper-slide-5-move 0.8s ease 0.5s both;
  animation: swiper-slide-5-move 0.8s ease 0.5s both;
}
.swiper-slide.swiper-slide-6 {
  background-image: url(mobile/new/m-bg-06.png);
}
.swiper-slide.swiper-slide-6 .p-intro {
  color: #555;
  padding-top: 10px;
}
.swiper-slide.swiper-slide-6 .fore {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.swiper-slide.swiper-slide-6 .fore.fore1 {
  background: url(mobile/new/m-bg-06-c1.png) no-repeat;
  background-size: cover;
  margin-top: -40px;
  left: 15px;
}
.swiper-slide.swiper-slide-6 .fore.fore2 {
  background: url(mobile/new/m-bg-06-c2.png) no-repeat;
  background-size: cover;
  margin-top: -40px;
  right: 15px;
}
.swiper-slide.swiper-slide-6 .fore.fore3 {
  background: url(mobile/new/m-bg-06-c3.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  left: 15px;
}
.swiper-slide.swiper-slide-6 .fore.fore4 {
  background: url(mobile/new/m-bg-06-c4.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  right: 15px;
}
.swiper-slide.swiper-slide-6.swiper-slide-active .fore1,
.swiper-slide.swiper-slide-6.swiper-slide-active .fore3 {
  -webkit-animation: swiper-slide-right 1s ease both;
  -moz-animation: swiper-slide-right 1s ease both;
  animation: swiper-slide-right 1s ease both;
}
.swiper-slide.swiper-slide-6.swiper-slide-active .fore2,
.swiper-slide.swiper-slide-6.swiper-slide-active .fore4 {
  -webkit-animation: swiper-slide-left 1s ease both;
  -moz-animation: swiper-slide-left 1s ease both;
  animation: swiper-slide-left 1s ease both;
}
.swiper-slide.swiper-slide-7 {
  background-image: url(mobile/new/m-bg-07.png);
}
.swiper-slide.swiper-slide-7 .fore {
  width: 45%;
  height: 25px;
  line-height: 25px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 6%;
  margin-left: -23%;
}
.swiper-slide.swiper-slide-7.swiper-slide-active .fore {
  -webkit-animation: swiper-slide-7 1s ease 0.5s both;
  -moz-animation: swiper-slide-7 1s ease 0.5s both;
  animation: swiper-slide-7 1s ease 0.5s both;
}
.swiper-slide.swiper-slide-8 {
  background-image: url(mobile/new/m-bg-08.png);
}
.swiper-slide.swiper-slide-8 .p-intro {
  color: #555;
}
.swiper-slide.swiper-slide-8 .fore {
  position: absolute;
  left: 0;
  top: 40%;
  bottom: 10%;
  width: 100%;
  background: url(mobile/new/m-bg-08-c1.png) center;
  background-size: contain;
}
.swiper-slide.swiper-slide-8.swiper-slide-active .fore {
  -webkit-animation: swiper-slide-top 1s ease 0.5s both;
  -moz-animation: swiper-slide-top 1s ease 0.5s both;
  animation: swiper-slide-top 1s ease 0.5s both;
}
.swiper-slide.swiper-slide-9 {
  background-image: url(mobile/new/m-bg-09.png);
}
.swiper-slide.swiper-slide-9 .p-intro {
  line-height: 24px;
}
.swiper-slide.swiper-slide-9 .fore {
  width: 10%;
  height: 3%;
  background: #fff;
  color: #f67154;
  font-size: 10px;
  -webkit-transform: skewX(20deg) rotate(-20deg) scale(0.7);
  -moz-transform: skewX(20deg) rotate(-20deg) scale(0.7);
  transform: skewX(20deg) rotate(-20deg) scale(0.7);
  position: absolute;
  top: 62.5%;
  left: 16%;
}
.swiper-slide.swiper-slide-9 .fore.fore2 {
  top: 65.5%;
  left: 22.5%;
}
.swiper-slide.swiper-slide-9 .fore.fore3 {
  top: 69%;
  left: 29%;
}
.swiper-slide.swiper-slide-9.swiper-slide-active .fore {
  -webkit-animation: swiper-slide-9 1s ease 0.5s both;
  -moz-animation: swiper-slide-9 1s ease 0.5s both;
  animation: swiper-slide-9 1s ease 0.5s both;
}
.swiper-slide.swiper-slide-10 {
  background-image: url(mobile/new/m-bg-10.png);
}
.swiper-slide.swiper-slide-10 h2 {
  padding-top: 50px;
}
.swiper-slide.swiper-slide-10 .download-btn {
  display: block;
  width: 33%;
  padding: 3.5% 0;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid #6d5b50;
  background: #ececec;
  margin: auto auto 10px;
  color: #6d5b50;
}
.swiper-slide.swiper-slide-10 .download-btn.fore1 {
  margin-top: 30px;
}
.swiper-slide.swiper-slide-10 a.tel {
  position: absolute;
  bottom: 10%;
  left: 4%;
  width: 40%;
  height: 7%;
  text-align: left;
}
.swiper-slide.swiper-slide-10 a.tel i {
  display: inline-block;
  height: 26px;
  width: 30px;
  position: relative;
  top: 5px;
  background: url(mobile/new/phone-orange.png) no-repeat;
  background-size: auto 100%;
  -webkit-animation: tada 0.8s ease infinite alternate;
  -moz-animation: tada 0.8s ease infinite alternate;
  animation: tada 0.8s ease infinite alternate;
}
.swiper-slide.swiper-slide-10 .p-intro {
  color: #555;
  line-height: 26px;
}
.swiper-slide.swiper-slide-10.swiper-slide-active h2 {
  -webkit-animation: swiper-slide-down 1s ease;
  -moz-animation: swiper-slide-down 1s ease;
  animation: swiper-slide-down 1s ease;
}
.swiper-slide.swiper-slide-10.swiper-slide-active h3 {
  -webkit-animation: swiper-slide-top 1s ease;
  -moz-animation: swiper-slide-top 1s ease;
  animation: swiper-slide-top 1s ease;
}
span.arrow_down {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  z-index: 10;
  width: 30px;
  -webkit-animation: arrow_down 1.5s ease-in-out infinite alternate;
}
span.arrow_down img {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .xsbb-about-us .content-bot .co-map,
  .xsbb-about-us .content-bot .co-list {
    float: none;
    width: 100%;
    margin: auto;
  }
  .xsbb-about-us .content-bot .co-map {
    text-align: center;
  }
  .xsbb-about-us .content-bot .co-list {
    width: 400px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .swiper-slide .h-pt70 {
    padding-top: 10%;
  }
  .swiper-slide.swiper-slide-style1 h2 {
    padding-top: 10%;
  }
  .swiper-slide.swiper-slide-10 a.tel {
    bottom: 6%;
  }
}
@-webkit-keyframes swiper-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swiper-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swiper-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swiper-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swiper-slide-5-move {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-4px, 1px, 0);
    -moz-transform: translate3d(-4px, 1px, 0);
    transform: translate3d(-4px, 1px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
}
@-webkit-keyframes swiper-slide-7 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 0 0 10px #333;
  }
}
@-webkit-keyframes swiper-slide-9 {
  0% {
    -webkit-transform: skewX(20deg) rotate(-20deg) scale(0.7) translate3d(0, 0, 0);
    -moz-transform: skewX(20deg) rotate(-20deg) scale(0.7) translate3d(0, 0, 0);
    transform: skewX(20deg) rotate(-20deg) scale(0.7) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: skewX(20deg) rotate(-20deg) scale(1.2) translate3d(0, -5px, 0);
    -moz-transform: skewX(20deg) rotate(-20deg) scale(1.2) translate3d(0, -5px, 0);
    transform: skewX(20deg) rotate(-20deg) scale(1.2) translate3d(0, -5px, 0);
  }
}
@-webkit-keyframes arrow_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -transform: translateY(0px);
  }
}
@-webkit-keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.float-box {
  position: fixed;
  right: 10px;
  z-index: 9999;
  bottom: 10px;
}
.float-box .float-box-c {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}
.float-box .contact-box {
  position: relative;
  width: 130px;
  background: #3bad50;
  padding: 7px 0 4px 0;
}
.float-box .contact-box b {
  display: block;
  width: 37px;
  height: 13px;
  background: url(new/public/sprite.png) no-repeat -7px -206px;
  margin: 0 auto;
}
.float-box .contact-box label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 8px auto 5px;
}
.float-box .contact-box input {
  width: 118px;
  height: 21px;
  line-height: 20px;
  color: #65a87d;
  font-size: 12px;
  background: #247e3c;
  border: 1px solid #4dc462;
  margin: 0 0 0 5px;
  border-radius: 2px;
}
.float-box .contact-box input:focus {
  background: #fff;
  color: #247e3c;
}
.float-box .contact-box input::-webkit-input-placeholder {
  color: #65a87d;
}
/* WebKit browsers */
.float-box .contact-box input:-moz-placeholder {
  color: #65a87d;
}
/* Mozilla Firefox 4 to 18 */
.float-box .contact-box input::-moz-placeholder {
  color: #65a87d;
}
/* Mozilla Firefox 19+ */
.float-box .contact-box input:-ms-input-placeholder {
  color: #65a87d;
}
/* Internet Explorer 10+ */
.float-box span a {
  background: url(new/public/index_bg004.png) no-repeat 0 0;
  display: block;
  width: 130px;
  height: 32px;
}
.float-box span {
  border-bottom: 1px solid #dfe6e9;
  padding: 4px 0;
  display: block;
}
.float-box span.btn-1 {
  padding-top: 0;
}
.float-box span.btn-3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.float-box span.btn-1 a {
  background-position: -15px -4px;
}
.float-box span.btn-2 a {
  background-position: -15px -44px;
}
.float-box span.btn-3 a {
  background-position: -15px -84px;
}
.float-box span.btn-1:hover a {
  background-position: -155px -4px;
}
.float-box span.btn-2:hover a {
  background-position: -155px -44px;
}
.float-box span.btn-3:hover a {
  background-position: -155px -84px;
}
.float-box .contact-box .close-btn {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(new/public/sprite.png) no-repeat -80px -7px;
  right: -10px;
  top: -10px;
}
.float-box .contact-box .close-btn:hover {
  background-position: -81px -130px;
}
.float-box.simple .float-box-c {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.float-box.simple .contact-box {
  position: relative;
  width: 130px;
  background: #3bad50;
  padding: 7px 0 4px 0;
  display: none;
}
.float-box.simple .contact-box b {
  display: block;
  width: 37px;
  height: 13px;
  background: url(new/public/sprite.png) no-repeat -7px -206px;
  margin: 0 auto;
  display: none;
}
.float-box.simple .contact-box label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 8px auto 5px;
  display: none;
}
.float-box.simple .contact-box input {
  width: 118px;
  height: 21px;
  line-height: 20px;
  color: #65a87d;
  font-size: 12px;
  background: #247e3c;
  border: 1px solid #4dc462;
  margin: 0 0 0 5px;
  display: none;
}
.float-box.simple span {
  border-bottom: 0;
  padding: 0;
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 0;
  line-height: normal;
}
.float-box.simple span a {
  background: url(new/public/show-fast-btn.png) 0 0 no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border-radius: 3px;
}
.float-box.simple span.btn-1 {
  padding-top: 0;
}
.float-box.simple span.btn-3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.float-box.simple span.btn-1 a {
  background-position: 0 0;
  background-color: #778091;
}
.float-box.simple span.btn-2 a {
  background-position: 0 -65px;
  background-color: #778091;
}
.float-box.simple span.btn-3 a {
  background-position: 0 -130px;
  background-color: #778091;
}
.float-box.simple .gotot {
  border-bottom: 0;
  padding: 0;
  display: none;
}
.float-box.simple .gotot a {
  width: 60px;
  height: 60px;
  background-position: 0 -195px;
  margin-top: 0;
  background-color: #778091;
}
.float-box.simple span a:hover {
  background-color: #fe8282;
}
.float-box.simple .gotot a:hover {
  background-color: #3ab9f4;
}
.float-box.simple .contact-box .close-btn {
  display: none;
}
.float-box.call .float-box-c {
  border-radius: 2px;
  padding: 5px;
}
.float-box.call .contact-box {
  display: block;
}
.float-box.call .contact-box b {
  display: block;
}
.float-box.call .contact-box label {
  display: block;
}
.float-box.call .contact-box input {
  display: block;
}
.float-box.call span.btn-1 a {
  background: url(new/public/index_bg004.png) no-repeat 0 0;
  display: block;
  width: 130px;
  height: 32px;
}
.float-box.call span.btn-1 {
  padding-top: 0;
  margin: 0;
}
.float-box.call span.btn-1 a {
  background-position: -15px -4px;
}
.float-box.call span.btn-1:hover a {
  background-position: -155px -4px;
}
.float-box.call .contact-box .close-btn {
  display: block;
}
.wid {
  width: 100%;
}
.cb {
  clear: both;
}
.color-fd7c60 {
  color: #fd7c60;
}
.color-5ea2e9 {
  color: #5ea2e9;
}
.color-7dc868 {
  color: #7dc868;
}
.bg-w {
  background: white;
}
.ma {
  margin: auto;
}
.triangle-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid #626262;
  border-bottom: 4px solid transparent;
}
.triangle-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #626262;
  border-bottom: 4px solid transparent;
}
.none {
  display: none;
}
.page-click {
  border: 1px solid #4d9ae8;
}
.page-back {
  background: #4d9ae8;
  color: white !important;
}
.c-fff {
  color: white !important;
}
.m17 {
  margin: 0 17px;
}
.w1000 {
  width: 1000px;
  margin: auto;
}
.p30 {
  padding-top: 30px ;
  padding-bottom: 30px;
}
.media-content-box {
  margin-top: 60px;
}
.media-content-box-banner {
  width: 1000px;
  height: 222px;
  background: url("media/banner-1.jpg") no-repeat center;
  background-size: cover;
}
.media-content-box-center {
  padding-top: 30px;
}
.media-content-box-center .media-content-box-center-nav a {
  display: block;
  width: 320px;
  height: 50px;
  border: 1px solid #a9a8a8;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #474a4c;
  float: left;
  font-weight: 700;
}
.media-content-box-center .media-content-box-center-test li {
  padding: 25px 0;
  border-top: 1px solid #c8dffe;
}
.media-content-box-center .media-content-box-center-test li:nth-child(1) {
  border-top: none;
}
.media-content-box-center .media-content-box-center-test li img {
  width: 110px;
  height: 80px;
  float: left;
}
.media-content-box-center .media-content-box-center-test li .test-lef {
  height: 80px;
  margin-left: 140px;
}
.media-content-box-center .media-content-box-center-test li .test-lef h1 {
  font-size: 16px;
  color: #474a4c;
  line-height: 30px;
}
.media-content-box-center .media-content-box-center-test li .test-lef h2 {
  font-size: 14px;
  color: #595c5d;
  font-weight: lighter;
  line-height: 30px;
}
.media-content-box-center .media-content-box-center-test li .test-lef h2 i {
  font-style: normal;
}
.media-content-box-center .media-content-box-center-test li .test-lef h2 span {
  padding: 0 5px;
}
.media-content-box-center .media-content-box-center-test li .test-lef p {
  font-size: 14px;
  color: #898989;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-page {
  text-align: center;
  padding: 50px 0;
}
.media-page a {
  display: inline-block;
  padding: 5px 10px;
  color: #626262;
}
.media-page a i {
  font-style: normal;
}
.detail-content > dl > dt {
  width: 100%;
  padding: 10px 0;
  color: white;
  margin: 30px 0;
  background: #5397df;
  font-size: 20px;
  text-align: center;
}
.detail-content .detail-content-lef {
  width: 720px;
  float: left;
}
.detail-content .detail-content-rig {
  width: 230px;
  float: right;
  position: relative;
}
.detail-content .detail-content-rig .detail-content-rig-top {
  padding-top: 20px;
  background: #eef3f9;
}
.detail-content .detail-content-rig .detail-content-rig-top a {
  display: block;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: #5397df;
}
.detail-content .detail-content-rig .detail-content-rig-text {
  padding: 20px;
  background: #f5f8fa;
}
.detail-content .detail-content-rig .detail-content-rig-text dt {
  font-size: 15px;
  padding: 5px 0;
  color: #666563;
  border-bottom: 1px solid #c9defc;
  margin-bottom: 10px;
}
.detail-content .detail-content-rig .detail-content-rig-text dd {
  line-height: 25px;
}
.detail-content .detail-content-rig .detail-content-rig-text a {
  display: block;
  padding: 15px 0;
  border: 1px solid #a5a6a7;
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #575653;
  cursor: pointer;
}
.detail-content .detail-content-rig .detail-content-rig-text a img {
  width: 30px;
  height: 22px;
}
.detail-content .detail-content-rig-top-a-click {
  background: #fff;
  border-right: 10px solid #5397df;
}
.detail-content .detail-content-lef li {
  padding: 25px 0;
  border-top: 1px solid #c8dffe;
}
.detail-content .detail-content-lef li:nth-child(1) {
  border-top: none;
}
.detail-content .detail-content-lef li .test-lef {
  height: 80px;
}
.detail-content .detail-content-lef li .test-lef h1 {
  font-size: 16px;
  color: #474a4c;
  line-height: 30px;
}
.detail-content .detail-content-lef li .test-lef h2 {
  font-size: 14px;
  color: #595c5d;
  font-weight: lighter;
  line-height: 30px;
}
.detail-content .detail-content-lef li .test-lef h2 i {
  font-style: normal;
}
.detail-content .detail-content-lef li .test-lef h2 span {
  padding: 0 5px;
}
.detail-content .detail-content-lef li .test-lef p {
  font-size: 14px;
  color: #898989;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-article h1 {
  font-size: 21px;
  color: #5f5f5f;
  line-height: 40px;
}
.media-article h2 {
  font-size: 14px;
  color: #595c5d;
  font-weight: lighter;
  line-height: 30px;
}
.media-article h2 i {
  font-style: normal;
}
.media-article h2 span {
  padding: 0 5px;
}
.media-article p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 25px;
}
.media-article .img-box {
  text-align: center;
  margin: 50px auto;
}
.media-article .img-box img {
  margin: auto;
  border: 1px solid #c2c4c7;
}
.tc-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000000000000000000;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  display: none;
}
.tc-div {
  display: table-cell;
  vertical-align: middle;
}
.kuang {
  width: 650px;
  margin: auto;
  background: #fff;
  border: 10px solid #dddddd;
  position: relative;
}
.kuang .alt-box {
  position: absolute;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #000;
  z-index: 11111111111111;
  left: 200px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  top: 200px;
  display: none;
}
.kuang img {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.kuang dt {
  width: 610px;
  padding: 20px;
  background: #4790de;
  color: white;
}
.kuang dt h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
}
.kuang dt p {
  font-size: 14px;
  line-height: 20px;
}
.kuang dd {
  border: 2px solid #bababa;
  border-top: none;
  width: 606px;
  padding: 20px;
  text-align: center;
}
.kuang dd p {
  color: red;
}
.kuang dd input[type=text] {
  width: 100.5%;
  height: 35px;
  margin: 10px 0;
  border-radius: 5px;
  color: #a1a1a1;
  text-indent: 1em;
  font-size: 14px;
  border: 1px solid #ddd;
  font-family: "微软雅黑";
}
.kuang dd textarea {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-indent: 1em;
  font-size: 14px;
  color: #a1a1a1;
  margin: 10px 0;
  font-family: "微软雅黑";
}
.kuang dd input[type=submit] {
  display: inline-block;
  width: 200px;
  height: 45px;
  color: white;
  font-size: 20px;
  background: #fd7c5f;
  border: none;
  border-radius: 3px;
  margin: 20px auto;
  cursor: pointer;
  font-family: "微软雅黑";
}
.SafeIns {
  width: 100%;
  background: #fff;
  padding-top: 60px;
}
.SafeIns-content {
  width: 1000px;
  margin: auto;
  padding: 30px 0 100px 0;
  background: #fff;
}
.SafeIns-content > p {
  font-size: 16px;
  padding: 5px 0;
  color: #58afff;
}
.SafeIns-banner {
  width: 100%;
  height: 222px;
  background: url("safe/banner.jpg") no-repeat center;
  background-size: cover;
}
.SafeIns-test {
  margin-top: 30px;
}
.SafeIns-test-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.SafeIns-test-p {
  margin-top: 15px;
}
.SafeIns-test-p p {
  font-size: 14px;
  color: #595757;
  line-height: 25px;
}
.SafeIns-test-p p span {
  color: #1b8adf;
}
.SafeIns-test-info ul {
  width: 100%;
  margin-top: 30px;
}
.SafeIns-test-info ul li {
  width: 28%;
  float: left;
  text-align: center;
}
.SafeIns-test-info ul li dl {
  margin-top: 20px;
}
.SafeIns-test-info ul li dt {
  font-weight: normal;
  font-size: 26px;
  padding: 15px 0;
}
.SafeIns-test-info ul li dd {
  font-size: 14px;
  color: #595757;
  line-height: 25px;
  text-align: left;
  margin-top: 10px;
}
.pad8 {
  padding: 0 8%;
}
.color-1b8adf {
  color: #1b8adf;
}
.color-00c3d4 {
  color: #00c3d4;
}
.color-0097dd {
  color: #0097dd;
}
.bg-ff6c61 {
  background: #ff6c61;
}
.bg-00b372 {
  background: #00b372;
}
.color-00b372 {
  color: #00b372;
}
.color-05c0a8 {
  color: #05c0a8;
}
.color-4e71c9 {
  color: #4e71c9;
}
.color-2089ff {
  color: #2089ff;
}
.SafeIns-test-info h2 {
  font-weight: normal;
  font-size: 20px;
  padding: 8px 0;
}
.SafeIns-test-info h3 {
  font-weight: normal;
  font-size: 20px;
  padding: 8px 0;
  text-align: right;
}
.w990 {
  width: 990px;
  margin: auto;
  position: relative;
}
.joinus-body {
  background: #f5f5f5 url(new/joinus/top-bg01.jpg) center top no-repeat;
  overflow-x: hidden;
}
.joinus-ui,
.part4 .mc .smc {
  background: url(new/joinus/joinus-ui.png) no-repeat;
}
.join-us {
  background: url(new/joinus/top-bg02.jpg) center 296px no-repeat;
}
.join-us .first-show {
  background: url(new/joinus/top-bg03.jpg) center 599px no-repeat;
  height: 899px;
}
.join-us .first-show .mc {
  height: 810px;
  position: relative;
}
.join-us .first-show .mc img.qrcode {
  position: absolute;
  bottom: 120px;
  box-shadow: 0 0 10px #333;
}
.join-us .first-show .mc img.qrcode.qrcode-intro {
  right: 184px;
}
.join-us .first-show .mc img.qrcode.qrcode-joinus {
  right: 20px;
}
.join-us .first-show .mc .smc {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.join-us .first-show .mc .smc.smc1 {
  bottom: 186px;
  left: 10px;
  z-index: 3;
}
.join-us .first-show .mc .smc.smc2 {
  bottom: 100px;
  left: 14px;
  z-index: 2;
}
.join-us .first-show .mc .smc.smc3 {
  bottom: -70px;
  left: -60px;
  z-index: 1;
}
.join-us .first-show .mc.active .smc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.join-us .first-show .mc.active .smc1 {
  -webkit-transition: all 0.4s linear 0.8s;
  -moz-transition: all 0.4s linear 0.8s;
  -o-transition: all 0.4s linear 0.8s;
  -ms-transition: all 0.4s linear 0.8s;
  transition: all 0.4s linear 0.8s;
}
.join-us .first-show .mc.active .smc2 {
  -webkit-transition: all 0.4s linear 0.4s;
  -moz-transition: all 0.4s linear 0.4s;
  -o-transition: all 0.4s linear 0.4s;
  -ms-transition: all 0.4s linear 0.4s;
  transition: all 0.4s linear 0.4s;
}
.join-us .first-show .mc.active .smc3 {
  -webkit-transition: all 0.4s linear 0;
  -moz-transition: all 0.4s linear 0;
  -o-transition: all 0.4s linear 0;
  -ms-transition: all 0.4s linear 0;
  transition: all 0.4s linear 0;
}
.join-us .part1 {
  padding: 90px 0 88px;
  background: #f5f5f5 url(new/joinus/part1-bg.png) no-repeat center top;
}
.join-us .part1 .mt {
  font-size: 46px;
  text-align: center;
  margin-bottom: 60px;
  color: #424242;
}
.join-us .part1 .mt > * {
  display: inline-block;
  opacity: 0;
}
.join-us .part1 .mt span {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.join-us .part1 .mt b {
  color: #f46444;
  padding-left: 10px;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  font-weight: normal;
}
.join-us .part1.active .mt span {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.join-us .part1.active .mt b {
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  -moz-transition: all 0.4s ease-in-out 0.6s;
  -o-transition: all 0.4s ease-in-out 0.6s;
  -ms-transition: all 0.4s ease-in-out 0.6s;
  transition: all 0.4s ease-in-out 0.6s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.join-us .part1 .mc ul {
  margin-right: -27px;
}
.join-us .part1 .mc ul li {
  float: left;
  width: 305px;
  margin-right: 27px;
  box-shadow: 0 0 5px #888;
  opacity: 0;
}
.join-us .part1 .mc ul li div {
  margin-bottom: 10px;
}
.join-us .part1 .mc ul li p {
  line-height: 26px;
  color: #666;
  padding: 0 6px;
  font-size: 16px;
}
.join-us .part1 .mc ul li:nth-child(1) {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.join-us .part1 .mc ul li:nth-child(2) {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.join-us .part1 .mc ul li:nth-child(3) {
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
.join-us .part1.active .mc ul li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.join-us .part1.active .mc ul li:nth-child(1) {
  -webkit-transition: all 1s ease-in-out 1.8s;
  -moz-transition: all 1s ease-in-out 1.8s;
  -o-transition: all 1s ease-in-out 1.8s;
  -ms-transition: all 1s ease-in-out 1.8s;
  transition: all 1s ease-in-out 1.8s;
}
.join-us .part1.active .mc ul li:nth-child(2) {
  -webkit-transition: all 0.6s ease-in-out 1.4s;
  -moz-transition: all 0.6s ease-in-out 1.4s;
  -o-transition: all 0.6s ease-in-out 1.4s;
  -ms-transition: all 0.6s ease-in-out 1.4s;
  transition: all 0.6s ease-in-out 1.4s;
}
.join-us .part1.active .mc ul li:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out 1s;
  -moz-transition: all 0.4s ease-in-out 1s;
  -o-transition: all 0.4s ease-in-out 1s;
  -ms-transition: all 0.4s ease-in-out 1s;
  transition: all 0.4s ease-in-out 1s;
}
.join-us .part2 {
  height: 747px;
  background: url(new/joinus/part2-bg.jpg) center top no-repeat;
}
.join-us .part2 .mt {
  padding-top: 94px;
  text-align: center;
  margin-bottom: 68px;
}
.join-us .part2 .mt > * {
  display: inline-block;
  height: 88px;
  line-height: 88px;
  color: #fff;
  font-size: 46px;
  font-weight: normal;
  letter-spacing: 10px;
}
.join-us .part2 .mt b {
  padding: 0 30px;
  color: #fa721f;
  background: #000;
  margin-right: 20px;
}
.join-us .part2 .mc article {
  margin-bottom: 30px;
}
.join-us .part2 .mc article img {
  float: left;
  box-shadow: 0 0 20px #666;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part2 .mc article p {
  margin-left: 354px;
  padding-top: 70px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part2.active .mc article:nth-child(1) img {
  -webkit-animation: rotateInMove 1.5s ease-in-out forwards;
  animation: rotateInMove 1.5s ease-in-out forwards;
}
.join-us .part2.active .mc article:nth-child(1) p {
  -webkit-animation: flipInX 0.5s ease-in-out 3s forwards;
  animation: flipInX 0.5s ease-in-out 3s forwards;
}
.join-us .part2.active .mc article:nth-child(2) img {
  -webkit-animation: rotateInMove 1.5s ease-in-out 1.5s forwards;
  animation: rotateInMove 1.5s ease-in-out 1.5s forwards;
}
.join-us .part2.active .mc article:nth-child(2) p {
  -webkit-animation: flipInX 0.5s ease-in-out 4s forwards;
  animation: flipInX 0.5s ease-in-out 4s forwards;
}
.join-us .part3 {
  background: #f5f5f5;
  padding: 60px 0;
}
.join-us .part3 .mt {
  text-align: center;
  margin-bottom: 20px;
}
.join-us .part3 .mt > * {
  display: inline-block;
  height: 88px;
  line-height: 88px;
  color: #424242;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 5px;
}
.join-us .part3 .mt b {
  color: #f46444;
  margin-left: 10px;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part3 .mt span {
  opacity: 0;
}
.join-us .part3 img {
  float: left;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part3 article {
  margin-left: 490px;
  padding-top: 55px;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part3 p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  text-align: left;
}
.join-us .part3 p.fore1 {
  width: 124px;
  height: 27px;
  background-position: 0 -316px;
}
.join-us .part3 p.fore2 {
  width: 360px;
  height: 60px;
  background-position: -220px -313px;
  padding-top: 20px;
}
.join-us .part3.active .mt span {
  -webkit-animation: lightSpeedIn 0.5s ease-in-out 0.2s forwards;
  animation: lightSpeedIn 0.5s ease-in-out 0.2s forwards;
}
.join-us .part3.active .mt b {
  -webkit-animation: bounceIn 0.5s ease-in-out 0.7s forwards;
  animation: bounceIn 0.5s ease-in-out 0.7s forwards;
}
.join-us .part3.active img {
  -webkit-animation: rotateInUpRight 0.5s ease-in-out 1s forwards;
  animation: rotateInUpRight 0.5s ease-in-out 1s forwards;
}
.join-us .part3.active article {
  -webkit-animation: rotateInUpLeft 0.5s ease-in-out 1s forwards;
  animation: rotateInUpLeft 0.5s ease-in-out 1s forwards;
}
.join-us .part4 {
  background: #4a4a4a url(new/joinus/part4-bg.jpg) center top no-repeat;
  min-height: 995px;
}
.join-us .part4 .w990 {
  padding-top: 90px;
  height: 905px;
}
.join-us .part4 .mt {
  margin-bottom: 70px;
}
.join-us .part4 .mt p {
  font-size: 36px;
  color: #333;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 4px;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part4 .mt b {
  color: #fa721f;
  background: #333;
  padding: 3px 20px;
  font-weight: normal;
}
.join-us .part4 .mt span {
  padding-right: 10px;
}
.join-us .part4 .mc img {
  position: absolute;
  bottom: 11px;
  left: -154px;
  -webkit-transform: rotateZ(3deg) translateY(200px);
  transform: rotateZ(3deg) translateY(200px);
  opacity: 0;
}
.join-us .part4 .mc .smc-wrap {
  float: right;
  margin: 100px 64px 0 0;
}
.join-us .part4 .mc .smc {
  height: 53px;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 37px;
  float: right;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part4 .mc .smc b {
  font-size: 22px;
  font-weight: normal;
  padding: 0 30px 37px 34px;
}
.join-us .part4 .mc .smc.smc1 {
  width: 632px;
}
.join-us .part4 .mc .smc.smc2 {
  width: 606px;
  background-position: 0 -60px;
}
.join-us .part4 .mc .smc.smc3 {
  width: 579px;
  background-position: 0 -119px;
}
.join-us .part4 .mc .smc.smc4 {
  width: 554px;
  background-position: 0 -179px;
}
.join-us .part4 .mc .smc.smc5 {
  width: 532px;
  background-position: 0 -238px;
}
.join-us .part4.active .mt p:first-child {
  -webkit-animation: lightSpeedLeftIn 0.4s ease-in-out 0.4s forwards;
  animation: lightSpeedLeftIn 0.4s ease-in-out 0.4s forwards;
}
.join-us .part4.active .mt p:last-child {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 0.8s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 0.8s forwards;
}
.join-us .part4.active img {
  -webkit-transition: all 0.4s ease-in-out 1.2s;
  -moz-transition: all 0.4s ease-in-out 1.2s;
  -o-transition: all 0.4s ease-in-out 1.2s;
  -ms-transition: all 0.4s ease-in-out 1.2s;
  transition: all 0.4s ease-in-out 1.2s;
  -webkit-transform: rotateZ(3deg) translateY(0);
  transform: rotateZ(3deg) translateY(0);
  opacity: 1;
}
.join-us .part4.active .smc.smc1 {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 1.6s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 1.6s forwards;
}
.join-us .part4.active .smc.smc2 {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 2s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 2s forwards;
}
.join-us .part4.active .smc.smc3 {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 2.4s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 2.4s forwards;
}
.join-us .part4.active .smc.smc4 {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 2.9s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 2.9s forwards;
}
.join-us .part4.active .smc.smc5 {
  -webkit-animation: lightSpeedIn 0.4s ease-in-out 3.2s forwards;
  animation: lightSpeedIn 0.4s ease-in-out 3.2s forwards;
}
.join-us .part5 {
  min-height: 1000px;
}
.join-us .part5 .mt {
  background: #4a4a4a;
  color: #fff;
  font-size: 54px;
  letter-spacing: 4px;
  padding: 62px 0;
  text-align: center;
}
.join-us .part5 .smt {
  margin: 60px 0;
}
.join-us .part5 .smt p {
  font-size: 36px;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 4px;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part5 .smt b {
  color: #fa721f;
  font-weight: normal;
}
.join-us .part5 .mc {
  position: relative;
}
.join-us .part5 .mc .line-bg {
  display: none;
  display: block\9;
  background: url(new/joinus/line.png) no-repeat;
  position: absolute;
  z-index: 1;
}
.join-us .part5 .mc .line {
  z-index: 10;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.join-us .part5 .mc .line:after {
  content: '';
  position: absolute;
  font-size: 0;
  height: 1px;
  width: 0;
  background: #f47c62;
  z-index: 1;
  display: none\9;
}
.join-us .part5 .mc .smc {
  position: absolute;
  z-index: 10;
}
.join-us .part5 .mc .smc.smc-letter div {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
  opacity: 0;
  opacity: 1\9;
}
.join-us .part5 .mc .smc.smc-letter span {
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: auto;
}
.join-us .part5 .mc .smc.smc1 span,
.join-us .part5 .mc .smc.smc4 span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
}
.join-us .part5 .mc .smc.smc1 {
  top: 182px;
  left: 25px;
}
.join-us .part5 .mc .smc.smc1 span {
  background: #fa932e;
}
.join-us .part5 .mc .smc.smc1 span.line:after {
  /*width: 150px;*/
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateZ(27deg) translate3d(21px, 18px, 0);
  -moz-transform: rotateZ(27deg) translate3d(21px, 18px, 0);
  -o-transform: rotateZ(27deg) translate3d(21px, 18px, 0);
  -ms-transform: rotateZ(27deg) translate3d(21px, 18px, 0);
  transform: rotateZ(27deg) translate3d(21px, 18px, 0);
}
.join-us .part5 .mc .smc.smc1 .line-bg {
  width: 150px;
  height: 127px;
  bottom: -109px;
  right: -104px;
  background-position: 0 -150px;
}
.join-us .part5 .mc .smc.smc2 {
  width: 330px;
  height: 330px;
  background: #74b859;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 212px;
  left: 188px;
}
.join-us .part5 .mc .smc.smc2 img {
  margin: 70px auto 0;
}
.join-us .part5 .mc .smc.smc2 p {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}
.join-us .part5 .mc .smc.smc2.line:after {
  /*width: 92px;*/
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateZ(-63deg) translate3d(280px, -40px, 0);
  -moz-transform: rotateZ(-63deg) translate3d(280px, -40px, 0);
  -o-transform: rotateZ(-63deg) translate3d(280px, -40px, 0);
  -ms-transform: rotateZ(-63deg) translate3d(280px, -40px, 0);
  transform: rotateZ(-63deg) translate3d(280px, -40px, 0);
}
.join-us .part5 .mc .smc.smc2 .line-bg {
  width: 92px;
  height: 127px;
  top: -101px;
  left: 223px;
  background-position: -316px 0;
}
.join-us .part5 .mc .smc.smc3 {
  top: 0;
  left: 450px;
}
.join-us .part5 .mc .smc.smc3 span {
  background: #f46444;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
}
.join-us .part5 .mc .smc.smc3 span.line:after {
  /*width: 220px;*/
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateZ(27deg) translate3d(56px, 50px, 0);
  -moz-transform: rotateZ(27deg) translate3d(56px, 50px, 0);
  -o-transform: rotateZ(27deg) translate3d(56px, 50px, 0);
  -ms-transform: rotateZ(27deg) translate3d(56px, 50px, 0);
  transform: rotateZ(27deg) translate3d(56px, 50px, 0);
}
.join-us .part5 .mc .smc.smc3 .line-bg {
  width: 196px;
  height: 103px;
  bottom: -77px;
  right: -174px;
  background-position: -417px 0;
}
.join-us .part5 .mc .smc.smc4 {
  top: 158px;
  right: 110px;
}
.join-us .part5 .mc .smc.smc4 span {
  background: #71a1ce;
  margin-left: 30px;
}
.join-us .part5 .mc .smc.smc4 span.line:after {
  /*width: 171px;*/
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateZ(82deg) translate3d(40px, 4px, 0);
  -moz-transform: rotateZ(82deg) translate3d(40px, 4px, 0);
  -o-transform: rotateZ(82deg) translate3d(40px, 4px, 0);
  -ms-transform: rotateZ(82deg) translate3d(40px, 4px, 0);
  transform: rotateZ(82deg) translate3d(40px, 4px, 0);
}
.join-us .part5 .mc .smc.smc4 .line-bg {
  width: 30px;
  height: 170px;
  bottom: -164px;
  left: 64px;
  background-position: -689px -137px;
}
.join-us .part5 .mc .smc.smc5 {
  width: 50px;
  height: 50px;
  line-height: 34px;
  font-size: 30px;
  text-align: center;
  background: #f46444;
  color: #fff;
  border-radius: 50%;
  letter-spacing: 2px;
  top: 428px;
  right: 154px;
}
.join-us .part5 .mc .smc.smc5.line:after {
  /*width: 129px;*/
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateZ(-48deg) translate3d(-3px, 14px, 0);
  -moz-transform: rotateZ(-48deg) translate3d(-3px, 14px, 0);
  -o-transform: rotateZ(-48deg) translate3d(-3px, 14px, 0);
  -ms-transform: rotateZ(-48deg) translate3d(-3px, 14px, 0);
  transform: rotateZ(-48deg) translate3d(-3px, 14px, 0);
}
.join-us .part5 .mc .smc.smc5 .line-bg {
  width: 87px;
  height: 122px;
  top: -112px;
  left: 44px;
  background-position: -719px -230px;
}
.join-us .part5 .mc .smc.smc6 {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  width: 26px;
  height: 26px;
  background: #71a1ce;
  top: 321px;
  right: 50px;
  border-radius: 50%;
  z-index: 4;
}
.join-us .part5.active .mt span {
  -webkit-animation: slideInLeft 0.3s ease-in-out;
  animation: slideInLeft 0.3s ease-in-out;
  display: block;
}
.join-us .part5.active .smt p:first-child {
  -webkit-animation: slideInRight 0.3s ease-in-out 0.3s forwards;
  animation: slideInRight 0.3s ease-in-out 0.3s forwards;
}
.join-us .part5.active .smt p:last-child {
  -webkit-animation: slideInLeft 0.3s ease-in-out 0.6s forwards;
  animation: slideInLeft 0.3s ease-in-out 0.6s forwards;
}
.join-us .part5.active .mc .smc1 div {
  -webkit-animation: fadeInUp .3s linear 1s forwards;
  animation: fadeInUp .3s linear 1s forwards;
}
.join-us .part5.active .mc .smc1 span {
  -webkit-animation: pulse .3s linear 1s forwards;
  animation: pulse .3s linear 1s forwards;
}
.join-us .part5.active .mc .smc1 span.line:after {
  -webkit-transition: all 0.3s ease-in-out 1.3s;
  -moz-transition: all 0.3s ease-in-out 1.3s;
  -o-transition: all 0.3s ease-in-out 1.3s;
  -ms-transition: all 0.3s ease-in-out 1.3s;
  transition: all 0.3s ease-in-out 1.3s;
  width: 150px;
}
.join-us .part5.active .mc .smc2 {
  -webkit-animation: pulse .3s linear 1.3s forwards;
  animation: pulse .3s linear 1.3s forwards;
}
.join-us .part5.active .mc .smc2.line:after {
  -webkit-transition: all 0.3s ease-in-out 1.6s;
  -moz-transition: all 0.3s ease-in-out 1.6s;
  -o-transition: all 0.3s ease-in-out 1.6s;
  -ms-transition: all 0.3s ease-in-out 1.6s;
  transition: all 0.3s ease-in-out 1.6s;
  width: 92px;
}
.join-us .part5.active .mc .smc3 div {
  -webkit-animation: fadeInUp .3s linear 1.9s forwards;
  animation: fadeInUp .3s linear 1.9s forwards;
}
.join-us .part5.active .mc .smc3 span {
  -webkit-animation: pulse .3s linear 1.9s forwards;
  animation: pulse .3s linear 1.9s forwards;
}
.join-us .part5.active .mc .smc3 span.line:after {
  -webkit-transition: all 0.3s ease-in-out 2.1s;
  -moz-transition: all 0.3s ease-in-out 2.1s;
  -o-transition: all 0.3s ease-in-out 2.1s;
  -ms-transition: all 0.3s ease-in-out 2.1s;
  transition: all 0.3s ease-in-out 2.1s;
  width: 220px;
}
.join-us .part5.active .mc .smc4 div {
  -webkit-animation: fadeInUp .3s linear 2.4s forwards;
  animation: fadeInUp .3s linear 2.4s forwards;
}
.join-us .part5.active .mc .smc4 span {
  -webkit-animation: pulse .3s linear 2.4s forwards;
  animation: pulse .3s linear 2.4s forwards;
}
.join-us .part5.active .mc .smc4 span.line:after {
  -webkit-transition: all 0.3s ease-in-out 2.7s;
  -moz-transition: all 0.3s ease-in-out 2.7s;
  -o-transition: all 0.3s ease-in-out 2.7s;
  -ms-transition: all 0.3s ease-in-out 2.7s;
  transition: all 0.3s ease-in-out 2.7s;
  width: 171px;
}
.join-us .part5.active .mc .smc5 {
  -webkit-animation: pulse .3s linear 3s forwards;
  animation: pulse .3s linear 3s forwards;
}
.join-us .part5.active .mc .smc5.line:after {
  -webkit-transition: all 0.3s ease-in-out 3.3s;
  -moz-transition: all 0.3s ease-in-out 3.3s;
  -o-transition: all 0.3s ease-in-out 3.3s;
  -ms-transition: all 0.3s ease-in-out 3.3s;
  transition: all 0.3s ease-in-out 3.3s;
  width: 129px;
}
.join-us .part5.active .mc .smc6 {
  -webkit-animation: pulse .3s linear 3.6s forwards;
  animation: pulse .3s linear 3.6s forwards;
}
.join-us .part6 {
  background: #f39440;
  padding: 33px 0 28px;
}
.join-us .part6 .tel {
  float: left;
}
.join-us .part6 .tel i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  width: 51px;
  height: 47px;
  background-position: -148px -316px;
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.join-us .part6 .tel p {
  line-height: 36px;
  color: #fff;
  font-size: 28px;
  padding-left: 60px;
}
.join-us .part6 .ask {
  float: right;
  background: #434343;
  font-size: 36px;
  padding: 10px 25px;
  letter-spacing: 5px;
  color: #fff;
  border-radius: 10px;
}
