.nofind {
  background: #F4F7FC;
  padding-top: 80px;
}
.nofind .nofind-ct {
  padding: 30px 0 70px 0;
  width: 450px;
  text-align: center;
  margin: 0 auto;
}
.nofind img {
  width: 450px;
}
.nofind .find-content {
  padding: 30px 0 50px 0;
  color: #333333;
  font-size: 20px;
}
.productTab {
  width: 100%;
  overflow: hidden;
}
.productTab .productTab-items {
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 1000px;
  margin: auto;
}
.productTab .productTab-items .productTab-item {
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
}
.productTab .productTab-items .productTab-item:after {
  display: table;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -1px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  left: 50%;
  background-color: transparent;
}
.productTab .productTab-items .productTab-item:hover {
  color: #E55D52;
}
.productTab .productTab-items .productTab-item:not(:last-child) {
  margin-right: 50px;
}
.productTab .productTab-items .productTab-item.active {
  color: #E55D52;
  font-weight: 600;
}
.productTab .productTab-items .productTab-item.active:after {
  background-color: #E55D52;
  width: 100%;
  left: 0px;
}
.productTab .productTab-items:after {
  display: table;
  content: '';
  clear: both;
}
.productTab .productTab-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  white-space: nowrap;
}
.productTab .productTab-content > div {
  width: 100%;
  display: inline-block;
  padding: 20px 10px;
  box-sizing: border-box;
  opacity: 0;
  vertical-align: top;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productTab .productTab-content > div.active {
  opacity: 1;
  height: auto;
}
.apply {
  height: 330px;
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.apply div {
  width: 670px;
  margin: 0 auto;
}
.apply div > p {
  font-size: 36px;
}
.apply div .explain {
  margin: 40px 0;
}
.apply div .explain p {
  font-size: 18px;
  margin: 5px 0;
}
.apply div .explain p:last-child {
  color: #8a8a8a;
  font-size: 16px;
}
.apply div div a span {
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  font-size: 16px;
  background: #df4a43;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.xfd-page {
  height: 48px;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.xfd-page .xfd-page-info {
  height: 28px;
  line-height: 28px;
  float: left;
}
.xfd-page .xfd-page-info span {
  padding: 0 5px;
  font-weight: 600;
}
.xfd-page .xfd-page-count {
  float: right;
}
.xfd-page .xfd-page-count ul {
  list-style: none;
}
.xfd-page .xfd-page-count ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #aaa;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 2px;
}
.xfd-page .xfd-page-count ul li:not(.disabled):not(.active):hover {
  border-color: #e55d52;
  color: #e55d52;
}
.xfd-page .xfd-page-count ul li.active {
  border-color: #e55d52;
  background-color: #e55d52;
  color: #fff;
}
.xfd-page .xfd-page-count ul li.disabled {
  cursor: not-allowed;
}
.media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111000;
}
.media .video {
  max-width: 900px;
  min-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media .video i {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 5px;
}
.media .video i:hover {
  color: #dc4739;
}
.hide {
  display: none;
}
.xfd-banner {
  height: 290px;
  width: 100%;
  text-align: center;
  background-size: 100% 100%;
}
.xfd-banner .h1 {
  display: block;
  padding-top: 150px;
  font-size: 32px;
  color: white;
  font-weight: 400;
}
.xfd-banner .h1 a {
  color: #fff;
}
.xfd-banner .h3 {
  font-size: 17px;
  color: white;
  font-weight: 400;
  margin-top: 10px;
}
.xfd-dialog {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10089;
}
.xfd-dialog .dialog-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.xfd-dialog .dialog-content {
  position: relative;
  z-index: 1002;
  width: 860px;
  height: 650px;
  background: #fff;
  min-width: 560px;
  border-radius: 8px;
  animation: dialogShow 0.3s cubic-bezier(0.1, 0.1, 0.8, 1.2) 0s 1;
  -webkit-animation: dialogShow 0.3s cubic-bezier(0.1, 0.1, 0.8, 1.2) 0s 1;
  transform-origin: center;
  -webkit-transform-origin: center;
}
@keyframes dialogShow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes dialogShow {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.xfd-dialog .dialog-content .dialog-title {
  position: absolute;
  top: 5px;
  right: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  padding-bottom: 10px;
  margin: 0 -20px -20px 0;
  z-index: 10;
}
.xfd-dialog .dialog-content .dialog-title b {
  width: 25px;
  height: 25px;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0 1px 2px 2px;
  color: #000;
  font-weight: 300;
}
.xfd-dialog .dialog-content .dialog-title b span {
  font-size: 16px;
  font-weight: bold;
}
.xfd-dialog .dialog-content .appendFalse {
  position: relative;
  width: 860px;
}
.xfd-dialog .dialog-content .appendFalse .title {
  position: absolute;
  top: -42px;
  width: 860px;
  padding: 50px;
  height: 250px;
  background: url('/images/dig_banner.png') no-repeat;
  background-size: 100% 100%;
}
.xfd-dialog .dialog-content .appendFalse .title .h2 {
  color: white;
  font-size: 30px;
  margin-top: 50px;
  font-weight: 300;
}
.xfd-dialog .dialog-content .appendFalse .title .h4 {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}
.xfd-dialog .dialog-content .appendFalse .dig_main {
  position: absolute;
  height: 290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 250px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left {
  width: 500px;
  height: 290px;
  border-right: 1px dashed #ccc;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item input {
  display: inline-block;
  width: 260px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  text-indent: 10px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item select {
  display: inline-block;
  width: 260px;
  height: 36px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  text-indent: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("/images/selectDown.png") no-repeat right;
  padding-right: 14px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item b {
  color: red;
  width: 16px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item span {
  font-size: 14px;
  color: #666;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item button {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #6870C3;
  font-size: 14px;
  color: white;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  margin-left: 20px;
  border: none;
  cursor: pointer;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item button:hover {
  background: #6874ed;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .left .item .getcode {
  background: #999 !important;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .right {
  width: 360px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .right img {
  width: 135px;
  height: 135px;
}
.xfd-dialog .dialog-content .appendFalse .dig_main .right p {
  font-size: 14px;
  columns: #000;
}
.xfd-dialog .dialog-content .appendFalse .btn {
  position: absolute;
  width: 260px;
  height: 36px;
  background: #FA6865;
  font-size: 14px;
  color: white;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  margin-left: 165px;
  top: 575px;
  cursor: pointer;
}
.xfd-dialog .dialog-content .appendFalse .btn:hover {
  background: #ff514d;
}
.bg {
  width: 100%;
  background: url('/images/BG.png') no-repeat;
  background-size: cover;
}
.server_title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: 400;
}
.server_xsx_about {
  width: 1200px;
  margin: 90px auto 120px auto;
  text-align: center;
}
.server_xsx_about img {
  display: inline-block;
  width: 941px;
  height: 557px;
  margin: 0 auto;
}
.server_xsx_about .txt .h2 {
  font-size: 29px;
  color: #333;
  font-weight: 400;
}
.server_xsx_about .txt p {
  height: 61px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 20px;
}
.server_xsx_td {
  width: 1200px;
  margin: auto;
  height: 380px;
}
.server_xsx_td .server_dl {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_td .server_dl dl {
  display: inline-block;
  width: 300px;
  padding: 15px;
  height: 240px;
  margin-left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.server_xsx_td .server_dl dl dd {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.server_xsx_jj {
  width: 1200px;
  margin: auto;
  height: 540px;
}
.server_xsx_jj .server_jj {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_jj .server_jj img {
  width: 680px;
  height: 250px;
}
.server_xsx_jj .server_jj .server_jj_right {
  width: 420px;
  margin-left: 100px;
}
.server_xsx_jj .server_jj .server_jj_right .server_jj_right_txt {
  margin-top: 40px;
}
.server_xsx_jj .server_jj .server_jj_right .server_jj_right_txt .h3 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}
.server_xsx_jj .server_jj .server_jj_right .server_jj_right_txt p {
  margin-top: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 2em;
  line-height: 24px;
}
.server_xsx_re_td {
  width: 1200px;
  margin: 90px auto 140px auto;
}
.server_xsx_re_td .server_tiserver_xsx_re_main {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_re_td .server_tiserver_xsx_re_main .pTag {
  position: absolute;
  margin-top: -150px;
  width: 234px;
  height: 36px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.server_xsx_re_td .server_tiserver_xsx_re_main img {
  width: 600px;
  height: 600px;
}
.server_xsx_re_td .server_tiserver_xsx_re_main .left {
  width: 234px;
}
.server_xsx_re_td .server_tiserver_xsx_re_main .left p {
  margin-top: 200px;
  width: 234px;
  height: 36px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.server_xsx_re_td .server_tiserver_xsx_re_main .right {
  width: 234px;
}
.server_xsx_re_td .server_tiserver_xsx_re_main .right p {
  margin-top: 200px;
  width: 234px;
  height: 36px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.server_xsx_re_td .main_mid {
  margin: auto;
  width: 234px;
  height: 36px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.server_xsx_re_jj {
  width: 1200px;
  margin: auto;
  height: 580px;
}
.server_xsx_re_jj .server_jj {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_re_jj .server_jj img {
  width: 530px;
  height: 400px;
}
.server_xsx_re_jj .server_jj .server_jj_right {
  width: 520px;
  margin-left: 100px;
}
.server_xsx_re_jj .server_jj .server_jj_right .server_jj_right_txt {
  margin-top: 55px;
}
.server_xsx_re_jj .server_jj .server_jj_right .server_jj_right_txt h3 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}
.server_xsx_re_jj .server_jj .server_jj_right .server_jj_right_txt .h3 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}
.server_xsx_re_jj .server_jj .server_jj_right .server_jj_right_txt p {
  margin-top: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 2em;
  line-height: 24px;
}
.server_xsx_sw_td {
  width: 1200px;
  margin: auto;
  height: 450px;
}
.server_xsx_sw_td .server_dl {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_sw_td .server_dl dl {
  display: inline-block;
  width: 300px;
  padding: 15px;
  height: 240px;
  margin-left: 90px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.server_xsx_sw_td .server_dl dl dd {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.server_xsx_sw_jj {
  width: 1200px;
  margin: auto;
  height: 650px;
}
.server_xsx_sw_jj img {
  display: block;
  margin: auto;
  width: 1000px;
  height: 300px;
}
.server_xsx_sw_jj .server_xsx_sw_txt {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_xsx_sw_jj .server_xsx_sw_txt dl {
  margin-left: 60px;
  width: 300px;
  height: 220px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.server_xsx_sw_jj .server_xsx_sw_txt dl dt {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 64px;
  height: 16px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}
.server_xsx_sw_jj .server_xsx_sw_txt dl dd {
  width: 300px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 380;
  color: #666666;
  text-indent: 2em;
  line-height: 25px;
}
.server_xsx_sw_jj .server_xsx_sw_txt .two {
  width: 320px;
}
.server_xsx_sw_jj .server_xsx_sw_txt .three {
  width: 400px;
}
.server_xsx_sw_jj .server_xsx_sw_txt .three dd {
  width: 300px;
}
.server_fuwu {
  width: 1200px;
  margin: auto;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.server_fuwu .server_fuwu_fllow {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.server_fuwu .server_fuwu_fllow img {
  width: 200px;
  height: 200px;
}
.server_fuwu .server_fuwu_fllow span {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
}
.dingzhi {
  width: 400px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.dingzhi p {
  margin: 0 auto;
  width: 320px;
  height: 80px;
  background: url('/images/home_dz.png') no-repeat;
  font-size: 21px;
  color: #48486A;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
}
.swsl_box {
  width: 1100px;
  margin: auto;
}
.plan-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 140px;
}
.plan-list .plan-list-item {
  position: relative;
  width: 500px;
  height: 320px;
}
.plan-list .plan-list-item img {
  width: 100%;
}
.plan-list .plan-list-item:hover a {
  display: block;
}
.plan-list .plan-list-item div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.plan-list .plan-list-item div h5 {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.plan-list .plan-list-item div .h5 {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.plan-list .plan-list-item div p {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.plan-list .plan-list-item div a {
  display: none;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 200px;
  height: 48px;
  background: linear-gradient(-90deg, #ff4949 0%, #ff7e7e 100%);
  border-radius: 1px;
  margin-top: 40px;
}
.zs-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.zs-box-left {
  width: 700px;
}
.zs-box-left h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000000;
}
.zs-box-left .h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000000;
}
.zs-box-left p {
  color: #666666;
  font-size: 16px;
}
.zs-box-left img {
  margin-top: 30px;
  display: block;
  width: 698px;
  height: 535px;
}
.zs-box-right {
  width: 300px;
}
.zs-box-right-item > div {
  position: relative;
}
.zs-box-right-item > div img {
  display: block;
  width: 300px;
  height: 160px;
  background: red;
}
.zs-box-right-item > div p {
  position: absolute;
  width: 100%;
  height: 100% ;
  left: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 160px;
  font-weight: bold;
}
.zs-box-right-item .info {
  margin: 16px 0 36px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
}
.zs-box-right-item h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.zs-box-right-item p {
  font-size: 14px;
  color: #666666;
}
.company-point-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 10px;
}
.company-point > div {
  width: 202px;
  text-align: center;
}
.company-point h4 {
  margin: 14px 0 26px 0;
}
.company-point .h4 {
  margin: 14px 0 26px 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.company-point p {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.company-point img {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 150px;
}
.company-point-rsdl p {
  margin-top: 22px;
  color: #656565;
  font-size: 14px;
}
.server_xsx_re_rsdl {
  width: 1200px;
  margin: 90px auto 38px auto;
  overflow: hidden;
  height: auto;
}
.server_xsx_re_rsdl .server_title {
  height: auto;
  line-height: normal;
}
.rsdl-plan-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 50px;
}
.rsdl-plan-list .plan-list-item {
  position: relative;
  width: 565px;
  height: 320px;
}
.rsdl-plan-list .plan-list-item img {
  width: 100%;
  height: auto;
}
.rsdl-plan-list .plan-list-item:hover a {
  display: block;
}
.rsdl-plan-list .plan-list-item div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.rsdl-plan-list .plan-list-item div h5 {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.rsdl-plan-list .plan-list-item div p {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.rsdl-plan-list .plan-list-item div a {
  display: none;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 200px;
  height: 48px;
  background: linear-gradient(-90deg, #ff4949 0%, #ff7e7e 100%);
  border-radius: 1px;
  margin-top: 34px;
}
.rsdl-plan-list .plan-list-item2 {
  position: relative;
  width: 360px;
  height: 240px;
}
.rsdl-plan-list .plan-list-item2:hover a {
  display: block;
}
.rsdl-plan-list .plan-list-item2 div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.rsdl-plan-list .plan-list-item2 h5 {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.rsdl-plan-list .plan-list-item2 a {
  display: none;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 200px;
  height: 48px;
  background: linear-gradient(-90deg, #ff4949 0%, #ff7e7e 100%);
  border-radius: 1px;
  margin-top: 34px;
}
.bg_lhyg {
  background: url("/images/lhyg_bg.png?v=1") no-repeat;
}
.bg_rsdl {
  background: url("/images/rsdl_bg.png?v=1") no-repeat;
}
.bg_rlfw {
  background: url("/images/rlfw_bg.png?v=1") no-repeat;
}
.bg_swsl {
  background: url("/images/swsl_bg.png?v=1") no-repeat;
}
.xfd-nav {
  height: 80px;
  font-size: 20px;
  position: fixed;
  z-index: 10086;
  width: 100%;
  min-width: 1300px;
  transition: background 0.2s linear;
  top: 0;
  left: 0;
  border-bottom: 1px solid #fff;
}
.xfd-nav .inner {
  width: 1200px;
  margin: 0 auto;
}
.xfd-nav .inner .logo {
  float: left;
  width: 140px;
  height: 45px;
  text-align: left;
  margin-top: 16px;
  box-sizing: border-box;
}
.xfd-nav .inner .logo.white_bg {
  background-image: url(/images/nav-logo.png?v=1);
  background-size: 100% 100%;
}
.xfd-nav .inner .logo.black_bg {
  background-image: url(/images/nav-logo-move.png?v=1);
  background-size: 100% 100%;
}
.xfd-nav .inner .logo a {
  float: left;
  width: 140px;
  height: 45px;
}
.xfd-nav .inner .logo i {
  width: 140px;
  height: 52px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 0px;
}
.xfd-nav .inner .logo h1 {
  font-size: 0;
}
.xfd-nav .inner .bar {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 5%;
  font-size: 16px;
}
.xfd-nav .inner .bar h2 {
  font-size: 16px;
  font-weight: normal;
}
.xfd-nav .inner .bar .index a {
  border-bottom-color: #fff;
}
.xfd-nav .inner .bar li {
  position: relative;
  float: left;
  padding: 0 15px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-bottom: 2px solid transparent;
}
.xfd-nav .inner .bar li a,
.xfd-nav .inner .bar li span {
  cursor: pointer;
  transition: color 0.2s linear, background 0.4s linear;
  height: 78px;
  padding: 0 5px;
  display: inline-block;
  box-sizing: content-box;
  border-bottom: 2px solid transparent;
}
.xfd-nav .inner .bar li a:hover,
.xfd-nav .inner .bar li span:hover {
  color: #fa6865 !important;
}
.xfd-nav .inner .bar li a {
  color: #fff;
}
.xfd-nav .inner .bar li.scroll a {
  color: #323232;
}
.xfd-nav .inner .bar li.scroll.index > a {
  color: #fa6865;
  border-bottom: 2px solid #fa6865;
}
.xfd-nav .inner .bar li:hover .fixedBox {
  height: 50px;
}
.xfd-nav .inner .bar li:hover > span {
  background: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.xfd-nav .inner .bar li .fixedBox {
  position: fixed;
  font-size: 16px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  top: 80px;
  line-height: 40px;
  transition: height 0.3s ease-in-out;
  height: 0px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}
.xfd-nav .inner .bar li .fixedBox:hover {
  height: 50px;
}
.xfd-nav .inner .bar li .fixedBox a {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.xfd-nav .inner .login {
  float: right;
  width: 15%;
  text-align: right;
  padding-top: 25px;
}
.xfd-nav .inner .login a {
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-left: 10px;
  font-size: 14px;
}
.xfd-nav .inner .login a:hover {
  color: #dc4739 !important;
  border-color: #dc4739 !important;
}
.xfd-footer {
  color: white;
  background-color: #404651;
}
.xfd-footer a {
  color: white;
}
.xfd-footer a:hover {
  color: #dc4739;
}
.xfd-footer .xfd-footer-top {
  background: #404651;
  padding: 30px 0;
  margin: 0 auto;
}
.xfd-footer .xfd-footer-top .logo {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #4b515c;
}
.xfd-footer .xfd-footer-top .logo > div {
  width: 1200px;
  margin: 0 auto;
}
.xfd-footer .xfd-footer-top .logo h1 {
  font-size: 0;
}
.xfd-footer .xfd-footer-top .logo i {
  float: left;
}
.xfd-footer .xfd-footer-top .logo i:first-child {
  background: url("/images/nav-logo.png?v=1");
  width: 120px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.xfd-footer .xfd-footer-top .logo i:nth-child(2) {
  margin: 0 20px;
  width: 2px;
  height: 44px;
  background: white;
}
.xfd-footer .xfd-footer-top .logo p {
  float: left;
  font-size: 20px;
  line-height: 44px;
}
.xfd-footer .xfd-footer-top .link {
  padding-left: 10px;
  box-sizing: border-box;
  width: 1200px;
  margin: 70px auto 0 auto;
  height: 180px;
}
.xfd-footer .xfd-footer-top .link .friend-link {
  float: left;
  width: 260px;
  height: 130px;
}
.xfd-footer .xfd-footer-top .link .friend-link h2 {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.xfd-footer .xfd-footer-top .link .friend-link span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.xfd-footer .xfd-footer-top .link .friend-link a {
  display: block;
  line-height: 30px;
  color: #BBBBBB;
  font-size: 14px;
}
.xfd-footer .xfd-footer-top .link .four {
  width: 150px;
}
.xfd-footer .xfd-footer-top .link .five {
  width: 150px;
}
.xfd-footer .xfd-footer-top .two {
  float: left;
  width: 200px;
}
.xfd-footer .xfd-footer-top .two span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: 20px;
}
.xfd-footer .xfd-footer-top .two a {
  display: block;
  line-height: 25px !important;
  color: #BBBBBB;
  font-size: 14px;
  margin-left: 20px;
}
.xfd-footer .xfd-footer-top .two p {
  line-height: 30px;
  color: #FA6865;
  font-size: 24px;
  margin-left: 20px;
}
.xfd-footer .xfd-footer-top .three {
  float: left;
  width: 350px;
}
.xfd-footer .xfd-footer-top .three span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: 20px;
}
.xfd-footer .xfd-footer-top .three i {
  float: left;
  margin-left: 20px;
  background: url("/images/hr.jpg?v=2");
  width: 110px;
  height: 120px;
  background-size: 100% 109px;
  background-repeat: no-repeat;
}
.xfd-footer .xfd-footer-top .three i:nth-child(2) {
  margin-left: 20px;
  background: url("/images/footer-newwechat.jpg?v=1");
  width: 110px;
  height: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.xfd-footer .xfd-footer-bottom {
  border-top: 1px solid #4b515c;
  background: #3a404b;
  height: 80px;
  font-size: 12px;
  padding-top: 24px;
  text-align: center;
  line-height: 2;
}
.xfd-footer .xfd-footer-bottom .partner a {
  cursor: pointer;
  position: relative;
}
.xfd-footer .xfd-footer-bottom .partner a:hover:after {
  content: '';
  position: absolute;
  background: url("/images/footer-service.png");
  width: 98px;
  height: 104px;
  bottom: 20px;
  left: -22px;
}
.xfd-footer .xfd-footer-bottom .copyright p {
  display: inline;
  margin: 0 10px;
}
.friend-more {
  width: 1200px;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  padding-left: 10px;
}
.friend-more .title {
  font-size: 18px;
  margin-right: 46px;
}
.friend-more a {
  font-size: 14px;
  color: #BBBBBB;
}
.friend-more a:hover {
  color: #BBBBBB;
}
.xfd-dialog1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10089;
}
.xfd-dialog1 .dialog-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.xfd-dialog1 .dialog-content {
  z-index: 1005;
  position: relative;
  width: 700px;
  height: 400px;
  background: url('/images/gwMessage2.png') 50% 0px / cover no-repeat;
  border-radius: 8px;
  animation: dialogShow 0.3s cubic-bezier(0.1, 0.1, 0.8, 1.2) 0s 1;
  -webkit-animation: dialogShow 0.3s cubic-bezier(0.1, 0.1, 0.8, 1.2) 0s 1;
  transform-origin: center;
  -webkit-transform-origin: center;
}
@keyframes dialogShow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes dialogShow {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.xfd-dialog1 .dialog-content .dialog-title {
  position: absolute;
  top: 5px;
  right: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  padding-bottom: 10px;
  margin: 0 -20px -20px 0;
  z-index: 10;
}
.xfd-dialog1 .dialog-content .dialog-title img {
  cursor: pointer;
}
.xfd-dialog1 .dialog-content .appendFalse1 {
  position: relative;
  top: 60px;
  left: 355px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xfd-dialog1 .dialog-content .appendFalse1 span {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: center;
}
.xfd-sideTip {
  width: 70px;
  position: fixed;
  right: 0;
  bottom: 1%;
  transform: translateY(-50%);
  z-index: 1000000;
}
.xfd-sideTip > div {
  font-size: 12px;
  background: #FA6865;
  color: white;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  border: 1px solid #FA6865;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.xfd-sideTip > div a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.xfd-sideTip > div:first-child {
  display: none;
}
.xfd-sideTip > div:nth-child(2) {
  width: 70px;
  height: 70px;
}
.xfd-sideTip > div:nth-child(2) i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FA6865 url("/images/sider_2.png") no-repeat;
  background-size: cover;
}
.xfd-sideTip > div:nth-child(3) {
  width: 70px;
  height: 70px;
}
.xfd-sideTip > div:nth-child(3) i {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/images/sider_3.png") no-repeat;
  background-size: cover;
}
.xfd-sideTip > div:nth-child(3):hover::before {
  content: " ";
  position: absolute;
  background: url("/images/cocat.png") no-repeat;
  width: 170px;
  height: 77px;
  top: 0px;
  left: -170px;
}
.xfd-sideTip > div:nth-child(4) {
  width: 70px;
  height: 70px;
}
.xfd-sideTip > div:nth-child(4) i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FA6865 url("/images/sider_4.png") no-repeat;
  background-size: cover;
}
.xfd-sideTip > div:nth-child(5) {
  width: 70px;
  height: 70px;
}
.xfd-sideTip > div:nth-child(5) i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FA6865 url("/images/sider_6.png") no-repeat;
  background-size: cover;
}
.seek-expert-hook {
  position: fixed;
  left: 0px;
  bottom: 15px;
  width: 80px;
  height: 134px;
  background: linear-gradient(0deg, #ff6c67 0%, #ff948c 100%);
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}
.seek-expert-hook__txt {
  padding-top: 37px;
}
.seek-expert-hook__icon {
  font-family: monospace;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.seek-expert-hook__icon span:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.4);
}
.seek-expert-hook__icon span:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.7);
}
.seek-expert-hook__icon span:nth-of-type(3) {
  color: #ffffff;
}
.seek-expert-wrap {
  height: 120px;
  width: 100%;
  position: fixed;
  bottom: 7px;
  left: 0;
  z-index: 1000;
  background: rgba(36, 50, 90, 0.8);
}
.seek-expert-wrap__center {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.seek-expert-wrap__title {
  position: absolute;
  height: 134px;
  width: 160px;
  top: -7px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(0deg, #ff6c67 0%, #ff948c 100%);
  text-align: left;
  padding-left: 17px;
  box-sizing: border-box;
}
.seek-expert-wrap__title:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 7px solid #CB7771;
  border-right: 9px solid transparent;
  position: absolute;
  right: -9px;
  top: 0px;
}
.seek-expert-wrap__title:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid #CB7771;
  border-right: 9px solid transparent;
  position: absolute;
  right: -9px;
  bottom: 0px;
}
.seek-expert-wrap__title p {
  padding-top: 44px;
  font-size: 16px;
}
.seek-expert-wrap__title span {
  font-size: 12px;
}
.seek-expert-wrap__form {
  margin-left: 180px;
}
.seek-expert-wrap__item {
  float: left;
  margin: 36px 20px 0 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
}
.seek-expert-wrap__item input {
  border: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 34px;
  outline: none;
  border-radius: 2px;
}
.seek-expert-wrap__item:nth-of-type(1):before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABK0lEQVQ4T92UvUoEMRSFz82kWgtBQUTBxtZCwd/HSLGNhNXXEEbYYsTnWAlabBHfwl/QwlIQG2ELBQu1MJMrUwzKGJmdn8p0Ied8uedyE0LLi8bhKR0fA/i0Jtkp048LHABga5LdWkCl4xGAmRLzyJpktqgJVqh0zAzePjUHJyGo0vs9gAfWJL/8fwJD4p/w7NLaQNXbm7ZHh8+NgMS8xURnOYTg5xjiHkCHmNaZ+LJ2heE+NojcCtATbQrm8xwmIlryKd9le0G85pmuKkXOTTnQdeSEfHdvAJ4mpVx8de6jEjAk7nb7U8Nh/yW7pNHYtNLDYmTveEFIegAQsadVEnxdKTJ73iBBF3l1qYvmI5k+ApD/aA6Vjm8ALJf9eYXzW2uSle8nWtFdJv8Ch6S4FYCqdI4AAAAASUVORK5CYII=);
  background-size: cover;
}
.seek-expert-wrap__item:nth-of-type(2):before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACgElEQVQ4T72UX0hTYRjGn/eco1ZQWCFBKoRImmHddGmxIKwuzG2yG7eJjCjqNoh0m361TUui7iQsLdhZEAd3bFTkVaPwOgL7Y0hoWTACSaJId8554ySaTNe8kL7L73uf33nf93k4hA0+tME85AU620UpTCMkMdwMlIP5C0s0XPRL6dE0MZuvkTWBnrZguWHhOUF6CcZNkPkBLFdZsMJEVE0sO5KJyzNrQdcEunyhUQJPJdXY2VyR2xfqZ/BeXY0dWxewpVVUWZLxRpnP7tK0a3O5opPe7m2byMyYUOpTqpjMfV/VYYu/67jFfENXI/vz7cnlDY1LknRhOH5ltDCwrfOAZUlpZX6iTNM0M1fg8Xhko6QmA7IcerxnvCBQCCG9mjTGwXRdT0SGcgVOf7idmDsPViu1QgirINAucLcGj7BEDwm4NDujDKbTwnA4hFJaaQaIuY8B54gaTa/LlKUilzccAPEggG8APgGoBFAKonN6PHJr3Tl0tXXshCX3A2gG4zGIx5hoTmLsZuAQgEYAj5Qi87x2t/frP0d2e7srmMw0iD+yXBQYuSembIHLH+4t25zpGhgYyNqxMinbT0ANQTmcG/Dl2Ng72l5pjIHpszL/zrPkcLM/2CQxpcDcoSdiV+0P2E6bJbUPAK6YnVEa7B0vdboMdPvCpxkszOKFfamhvu92QdMZsUX5kX0Noj0AfpLFdcn7sWn77VTg4lZ5ofg9gcJJNXJnFdDlC70A46meiMaWjVnc5zMA9QAyIBzV49G3f40LdoGoUVejDauATl9omggnVgoWxxM7jGLjtknoTKnRiZUmNHs76iSSn+hq1J7gz/l//8N8OSt0v+Ed/gYO3v4V/4/uggAAAABJRU5ErkJggg==);
  background-size: cover;
}
.seek-expert-wrap__item:nth-of-type(3):before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAs0lEQVQ4T2NkoDJgRDcvMKb2KgPDf0ki7bm/fkmLMbJaLAbW/F+/pAVDHJsFgTE1H9cvaeEnaCCRrgMrQ7ecUhdi+Gb4G/h9/ZIWToKRQkIsf1i/pEVg1EDUZBwYQ1JOIS4MScgp/9YvaWGmZqQQlVM+r1/SwguzFRQEyC5ATlKBMTWf1i9p4SPkQoxwwRUEgTE1RIXhWQYGBkViwpGRgeH6uiUt1nhdSIxB+NQQVZCSYgkAvgeAFYqSy8kAAAAASUVORK5CYII=);
  background-size: cover;
}
.seek-expert-wrap__code-item {
  width: 380px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
}
.seek-expert-wrap__code-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 190px;
  top: 14px;
  width: 1px;
  height: 12px;
  background: #bbbbbb;
}
.seek-expert-wrap__code-item input {
  float: left;
}
.seek-expert-wrap__code-item input:nth-of-type(1) {
  width: 192px;
}
.seek-expert-wrap__code-item input:nth-of-type(2) {
  width: 80px;
  text-indent: 10px;
}
.seek-expert-wrap__code-item button {
  float: left;
  width: 72px;
  text-align: center;
  color: #FF4949;
  font-size: 14px;
  margin-left: 20px;
  background: transparent;
  line-height: 40px;
  border: none;
  cursor: pointer;
  outline: none;
}
.seek-expert-wrap__code-item button:disabled {
  cursor: not-allowed;
  color: #666;
}
.seek-expert-wrap__code-item a {
  float: left;
  color: #FF4949;
  font-size: 14px;
  margin-left: 20px;
}
.seek-expert-wrap__submit-btn {
  float: left;
  margin-left: 20px;
  width: 160px;
  height: 40px;
  background: linear-gradient(-90deg, #ff4949 0%, #ff7e7e 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: 36px;
  border: none;
  outline: none;
  cursor: pointer;
}
.seek-expert-wrap__close-btn {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 33px;
  top: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACoklEQVRIS8WXTYiOURTHf//EClFkNRY+Fj53RhKRz1AWhIUVK19lJM0U09SokTBisrNHUUQYhcIGOzG+N8MCC2pskI7OdJ/pmTvvzL0zeN+zeet9zr3/c849H/8jMsTMRgNrgFXAAmAaMCEc/Qa8B54Ad4Dbkn6lrtVQCmbml+8HdgEvgRvAI+At8DWcnQjMABYD64FZwDngtCQ3qqIMCmxm24BT7gHQJul1ygv/bmYzgSZgLXBA0oVK5wYAm9ko4CywEtgu6XEOYKxjZvXAReAmsE/S77JOP+AAegkYC2yW1DMS0OKMmU0GLgNfgC1l8BjYPZ3vSSTp59+AlsDHBK+7JO0t/u8DNrOtwDGgXpJb+M/EzMYBT4FmSR5+eoFD9nYBG8tvGkLfDHTkGhPCuwdoLYc2vPlVz3rP9gK4BZgqaUfZTTNrBQ4Dz4HlKfAAeheYCxyVdCS67zzQLalFZuZv0O11KMnrs0/CRfeAOSnwHF0z83r3PlDnwBuAg5KWVXrUzAs9e3MNvA+ccOAzwAdJxwfLpqHAcwyLonio8PihdxpJDxLtc4BXQT/L01J5Le3thGb2GZgn6VOqfip450eS7x95PAV45sA/gPGS/DcpEbjrZ2V81FB6agpcs1B7XTVWMbmWeGuuaTnVooGcLFrmR2BRVVtmmE4+JOok7azakKjiWHR2eq3fWAzgTgTagIWp8ZfsMpFCIAJOf1sK8hdTnw5vn/+B+jgtflWR+gSvnWEWZG+TpO/D9S7KkUnAlSTZK4E76VsR6K2HaNhiZv6mzq9uJeltZK0T+vbAEJ3Qv8lBD4S+EVgHNGQT+gjcV5gGYDfwArgeqMu7aIWZHlYYb0azwwrTPqIVJjKgWNpWl5Y235lcfIcqlrZOoDOHk/8BXHu9JRBD/8gAAAAASUVORK5CYII=);
}
div.toastBox {
  z-index: 1001;
}
.toastInit{display:none!important}.toastBox{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:justify;pointer-events:none;font-family:Microsoft YaHei}.toastBox .toastContent{max-width:40%;color:#fff;background-color:rgba(0,0,0,.9);border-radius:4px;font-size:14px;opacity:1;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;transition-duration:.2s;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.toastBox .toastContent .toastInnerBox{padding:5px 10px}.toastBox .toastContent .toastInnerBox .toastInnerText{width:100%;text-align:center}.toastBox .toastContent .toastLoadingImg{width:40px;height:40px;margin:5px auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E %3Cpath fill='none' d='M0 0h100v100H0z'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E %3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E %3C/svg%3E");background-size:100%;-webkit-animation:a 1s steps(12) infinite;animation:a 1s steps(12) infinite}.toastBox .toastContent .toastInnerImg{width:30px;height:30px;margin:10px auto}.toastBox .toastContent .toastInnerImg img{width:100%;height:100%}.toastBox .toastEnter{opacity:0;-webkit-transform:translateY(-30%);transform:translateY(-30%)}.toastOut{display:none!important}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.news {
  background: #fff;
}
.news .tabType {
  width: 1200px;
  margin: auto;
  padding-top: 70px;
}
.news .tabType .h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.news .tabType .box {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .tabType .box > div {
  padding: 0 15px;
  margin: 0 23px;
  height: 100%;
  line-height: 45px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.news .tabType .box > div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.news .tabType .box .active {
  border-color: #FF4949;
}
.news .tabType .box .active a {
  color: #FF4949;
}
.news .list {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.news .list > ul {
  margin-bottom: 50px;
}
.news .list > ul > li {
  display: inline-block;
  width: 570px;
  height: 180px;
  position: relative;
  margin-top: 30px;
  margin-left: 30px;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
.news .list > ul > li:first-child {
  margin-top: 0;
  margin-left: 0px !important;
}
.news .list > ul > li:nth-child(odd) {
  margin-left: 0px !important;
}
.news .list > ul > li span {
  display: block;
  width: 122px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin: 8px 0;
}
.news .list > ul > li img {
  position: relative;
  width: 180px;
  height: 120px;
  left: 20px;
  top: 30px;
}
.news .list > ul > li .news-item-right {
  display: inline-block;
  width: 326px;
  height: 120px;
  cursor: pointer;
  margin-left: 35px;
}
.news .list > ul > li .news-item-right > ul {
  display: inline-block;
  width: 326px;
  height: 120px;
  position: absolute;
  top: 30px;
}
.news .list > ul > li .news-item-right > ul li:first-child {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 600;
  color: #000000;
  line-height: 18px;
  height: 36px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .list > ul > li .news-item-right > ul li:first-child:hover {
  color: #dc4739;
}
.news .list > ul > li .news-item-right > ul li:last-child {
  width: 326px;
  height: 48px;
  line-height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .list > ul > li:hover {
  box-shadow: 0px 2px 5px 0px rgba(167, 167, 167, 0.4);
}
.noData {
  color: #999;
  font-size: 20px;
  text-align: center;
}
.concat {
  padding: 100px 0;
  margin: auto;
  width: 60%;
}
.concat .title {
  font-weight: 600;
}
.concat .concatForm {
  display: inline-block;
  vertical-align: top;
  width: 55%;
}
.concat .concatForm > * {
  display: block;
}
.concat .concatForm > *:not(:last-child) {
  margin-bottom: 30px;
}
.concat .concatForm input,
.concat .concatForm textarea {
  padding: 5px;
  width: 350px;
}
.concat .concatForm fieldset {
  position: relative;
  border: none;
}
.concat .concatForm fieldset span.errorMsg {
  position: absolute;
  font-size: 12px;
  color: #E55D52;
  bottom: -20px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.concat .concatForm fieldset span.errorMsg.show {
  opacity: 1;
}
.concat .concatForm button {
  padding: 5px 10px;
  outline: none;
  background-color: #E55D52;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.concat .concatForm button:hover {
  color: #E55D52;
  background-color: #fff;
  border-color: #E55D52;
}
.concat .concatInfo {
  float: right;
  width: 45%;
  line-height: 50px;
}
.concat .concatInfo i {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: text-top;
}
.concat .concatInfo span {
  display: inline-block;
  white-space: pre-wrap;
  vertical-align: text-top;
}
.concat .concatInfo p:not(.title) {
  color: #666;
  white-space: nowrap;
}
.usInfo {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.usInfo h2 {
  height: 28px;
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
}
.usInfo p {
  height: 28px;
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
}
.usInfo span {
  display: block;
  width: 196px;
  height: 14px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  margin-top: 10px;
}
.about_Info {
  width: 1200px;
  height: 500px;
  margin: auto;
}
.about_Info .info {
  float: left;
  width: 770px;
  height: 240px;
}
.about_Info .info p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  text-indent: 2em;
  margin-top: 20px;
}
.about_Info img {
  width: 380px;
  height: 250px;
  margin-left: 40px;
}
.about_Info .line_ {
  margin-top: 30px;
  width: 28px;
  height: 3px;
  background: #fa6865;
}
.about_Info .usTxt {
  margin-top: 20px;
  height: 30px;
}
.about_Info .usTxt span {
  display: inline-block;
  width: 48px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000000;
}
.about_Info .usTxt h3 {
  display: inline-block;
  width: 48px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000000;
}
.about_Info .usTxt p {
  display: inline-block;
  margin-left: 20px;
  width: 326px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.aMind {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url('/images/aboutBanner.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.aMind p {
  width: 576px;
  height: 101px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.img {
  width: 100%;
  height: 80px;
}
.delveploe {
  width: 1200px;
  margin: 50px auto;
}
.delveploe .server_title {
  width: 100%;
  text-align: center;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #333;
  font-weight: 400;
}
.delveploe .fllowright {
  margin: auto;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delveploe .fllowright .liss {
  position: relative;
  width: 88px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 526px;
}
.delveploe .fllowright .liss p {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fa6865;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delveploe .fllowright .liss p p {
  width: 12px;
  height: 12px;
  background: #fa6865;
  border-radius: 50%;
}
.delveploe .fllowright .liss span {
  display: inline-block;
  width: 2px;
  height: 70px;
  background: #eeeeee;
}
.delveploe .fllowright .right {
  padding: 0 2%;
  width: 546px;
  height: 70px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  cursor: pointer;
}
.delveploe .fllowright .right:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}
.delveploe .fllowright .right span {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000;
}
.delveploe .fllowright .right p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: 666;
  line-height: 25px;
}
.delveploe .fllowleft {
  margin: auto;
  height: 70px;
  display: flex;
  align-items: center;
}
.delveploe .fllowleft .liss {
  position: relative;
  width: 88px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delveploe .fllowleft .liss p {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fa6865;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delveploe .fllowleft .liss p p {
  width: 12px;
  height: 12px;
  background: #fa6865;
  border-radius: 50%;
}
.delveploe .fllowleft .liss span {
  display: inline-block;
  width: 2px;
  height: 70px;
  background: #eeeeee;
}
.delveploe .fllowleft .left {
  padding: 0 2%;
  width: 546px;
  height: 70px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
  cursor: pointer;
}
.delveploe .fllowleft .left:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}
.delveploe .fllowleft .left span {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000;
}
.delveploe .fllowleft .left p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666;
  line-height: 25px;
}
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-bank_1 {
  background-image: url(/sprite/bank.png);
  background-position: 0px 0px;
  width: 120px;
  height: 50px;
}
.icon-bank_10 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -50px;
  width: 120px;
  height: 50px;
}
.icon-bank_11 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -100px;
  width: 180px;
  height: 50px;
}
.icon-bank_12 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -150px;
  width: 120px;
  height: 50px;
}
.icon-bank_13 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -200px;
  width: 150px;
  height: 50px;
}
.icon-bank_14 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -250px;
  width: 120px;
  height: 50px;
}
.icon-bank_15 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -300px;
  width: 120px;
  height: 50px;
}
.icon-bank_16 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -350px;
  width: 180px;
  height: 50px;
}
.icon-bank_17 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -400px;
  width: 180px;
  height: 50px;
}
.icon-bank_18 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -450px;
  width: 120px;
  height: 50px;
}
.icon-bank_19 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -500px;
  width: 150px;
  height: 50px;
}
.icon-bank_2 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -550px;
  width: 120px;
  height: 50px;
}
.icon-bank_20 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -600px;
  width: 180px;
  height: 50px;
}
.icon-bank_21 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -650px;
  width: 150px;
  height: 50px;
}
.icon-bank_3 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -700px;
  width: 120px;
  height: 50px;
}
.icon-bank_4 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -750px;
  width: 120px;
  height: 50px;
}
.icon-bank_5 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -800px;
  width: 120px;
  height: 50px;
}
.icon-bank_6 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -850px;
  width: 120px;
  height: 50px;
}
.icon-bank_7 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -900px;
  width: 120px;
  height: 50px;
}
.icon-bank_8 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -950px;
  width: 100px;
  height: 50px;
}
.icon-bank_9 {
  background-image: url(/sprite/bank.png);
  background-position: 0px -1000px;
  width: 120px;
  height: 50px;
}
.main {
  width: 100% !important;
}
.main .header .bannerImg {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.main .header .bannerImg .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #fff;
  /* è®¾ç½®Swiperé£Žæ ¼ */
  --swiper-navigation-color: #fff;
  /* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
  --swiper-navigation-size: 40px;
  /* è®¾ç½®æŒ‰é’®å¤§å° */
}
.main .header .bannerImg .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.main .header .bannerImg .swiper-container .swiper-slide > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
.main .header .bannerImg .swiper-container .swiper-slide .swiper-title {
  color: #fff;
  font-size: 72px;
  position: absolute;
  left: 50%;
  margin-left: -509px;
  top: 187px;
}
.main .header .bannerImg .swiper-container .swiper-slide .swiper-title .small-sub {
  font-size: 30px;
}
.main .header .bannerImg .swiper-container .swiper-slide .swiper-word {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -509px;
  top: 288px;
}
.main .header .bannerImg .swiper-container .slide1 {
  background: url("/images/home1.jpg") 50% 0px / cover no-repeat;
}
.main .header .bannerImg .swiper-container .slide2 {
  background: url("/images/home2.jpg") 50% 0px / cover no-repeat;
}
.main .header .bannerImg .swiper-container .slide3 {
  background: url("/images/home3.jpg") 50% 0px / cover no-repeat;
}
.main .header .bannerImg .swiper-container .slide4 {
  background: url("/images/home4.jpg") 50% 0px / cover no-repeat;
}
.main .header .bannerImg .swiper-container .swiper-button-next {
  right: 100px !important;
  background-image: none;
  width: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.main .header .bannerImg .swiper-container .swiper-button-next::after {
  font-size: 16px;
}
.main .header .bannerImg .swiper-container .swiper-button-prev {
  left: 100px !important;
  background-image: none;
  width: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.main .header .bannerImg .swiper-container .swiper-button-prev::after {
  font-size: 16px;
}
.main .header .bannerImg .swiper-container .swiper-pagination {
  bottom: 80px;
}
.main .header .bannerImg .swiper-container .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
}
.main .header .bannerImg .swiper-container .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  background: #fff;
}
.main .index_banner_top {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  margin-top: -60px;
  box-shadow: 0px 4px 15px 0px rgba(145, 158, 192, 0.25);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.main .index_banner_top > dl {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main .index_banner_top > dl img {
  width: 80px;
  height: 80px;
}
.main .index_banner_top > dl dd {
  margin-top: 100px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.main .index_banner_top > dl .mf_dzfa {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ff4949;
  border-radius: 5px;
  color: #ff4949;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.main .index_banner_top .index_top_line {
  position: absolute;
  width: 100%;
  height: 12px;
  margin-top: 30px;
}
.main .companServices {
  width: 1200px;
  height: 1100px;
  background: #fff;
  margin: 50px auto;
  text-align: center;
}
.main .companServices ._title {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main .companServices ._title .h2 {
  font-size: 60px;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  opacity: 0.05;
}
.main .companServices ._title .h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: -15px;
}
.main .companServices ._title b {
  margin-top: 20px;
  height: 0;
  width: 50px;
  border-top: 3px solid red;
}
.main .companServices ._title:hover b {
  width: 120px;
  transition-duration: 0.2s;
}
.main .companServices ul {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main .companServices ul li {
  position: relative;
  width: 360px;
  height: 380px;
  margin-left: 60px;
  margin-top: 50px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(167, 167, 167, 0.4);
  border-radius: 3px;
  color: #666;
}
.main .companServices ul li:nth-of-type(1) {
  margin-top: 0;
}
.main .companServices ul li:nth-of-type(2) {
  margin-top: 0;
}
.main .companServices ul li:nth-of-type(3) {
  margin-top: 0;
}
.main .companServices ul li .bg1 {
  background: url("/images/lhyg_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .bg2 {
  background: url("/images/gwwb_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .bg3 {
  background: url("/images/swsl_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .bg4 {
  background: url("/images/xzf_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .bg5 {
  background: url("/images/xzdf_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .bg6 {
  background: url("/images/rsdl_services_bg.png?v=2") no-repeat;
  background-size: cover;
}
.main .companServices ul li .imgbg {
  position: absolute;
  width: 360px;
  height: 380px;
  transform: translateX(-360px);
  transition: all 0.5s;
}
.main .companServices ul li .page {
  position: absolute;
  width: 360px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  z-index: 5;
}
.main .companServices ul li .page img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: block;
}
.main .companServices ul li .page .no {
  display: none;
}
.main .companServices ul li .page p {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
.main .companServices ul li .page span {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 36px;
}
.main .companServices ul li .page a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  cursor: pointer;
}
.main .companServices ul li:hover {
  color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(255, 73, 73, 0.5);
}
.main .companServices ul li:hover .imgbg {
  transform: translateX(0px);
}
.main .companServices ul li:hover span {
  color: #fff;
}
.main .companServices ul li:hover h3 {
  color: #fff;
}
.main .companServices ul li:hover p {
  color: #fff;
}
.main .companServices ul li:hover a {
  color: #fff;
}
.main .companServices ul li:hover .yes {
  display: none;
}
.main .companServices ul li:hover .no {
  display: block;
}
.main .companyNews {
  width: 1200px;
  height: 500px;
  background: #fff;
  margin: 50px auto;
  text-align: center;
}
.main .companyNews ._title {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main .companyNews ._title .h2 {
  font-size: 60px;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  opacity: 0.05;
}
.main .companyNews ._title .h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: -15px;
}
.main .companyNews ._title b {
  margin-top: 20px;
  height: 0;
  width: 50px;
  border-top: 3px solid red;
}
.main .companyNews ._title:hover b {
  width: 120px;
  transition-duration: 0.2s;
}
.main .companyNews .newsBox {
  width: 1200px;
  margin: 0 auto;
}
.main .companyNews .newsBox-tab {
  float: left;
  width: 200px;
  height: 320px;
  background: red;
  background: url('/images/sy_news_bg.png') no-repeat;
}
.main .companyNews .newsBox-tab > div {
  cursor: pointer;
  font-weight: normal;
  height: 80px;
  line-height: 80px;
  width: 200px;
  color: #fff;
  font-size: 16px;
}
.main .companyNews .newsBox-tab > div.active {
  background: rgba(255, 255, 255, 0.2);
}
.main .companyNews .newsBox-content {
  float: left;
  box-sizing: border-box;
  padding: 35px 30px;
  width: 980px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(167, 167, 167, 0.4);
}
.main .companyNews .newsBox-content .newsBox-swiper {
  float: left;
  height: 250px;
  width: 370px;
  background: red;
}
.main .companyNews .newsBox-content .newsBox-swiper img {
  display: block;
  height: 250px;
  width: 370px;
}
.main .companyNews .newsBox-content .news-list-wrap {
  float: left;
  margin-left: 70px;
  width: 480px;
}
.main .companyNews .newsBox-content .news-list-wrap-top {
  overflow: hidden;
  margin-bottom: 38px;
}
.main .companyNews .newsBox-content .news-list-wrap-top > div {
  float: left;
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.main .companyNews .newsBox-content .news-list-wrap-top a {
  float: right;
  color: #333333;
}
.main .companyNews .newsBox-content .news-list {
  width: 100%;
}
.main .companyNews .newsBox-content .news-list li {
  overflow: hidden;
}
.main .companyNews .newsBox-content .news-list li p {
  float: left;
  font-size: 16px;
  color: #333333;
  margin-bottom: 21px;
  white-space: nowrap;
  overflow: hidden;
  width: 350px;
  text-overflow: ellipsis;
  text-align: left;
}
.main .companyNews .newsBox-content .news-list li p a {
  color: #333333;
  font-size: 16px;
}
.main .companyNews .newsBox-content .news-list li p:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 25px;
  background: #FF4949;
}
.main .companyNews .newsBox-content .news-list li span {
  float: right;
  font-size: 16px;
  color: #999999;
}
.main .companyNews .newsBox .news-slider {
  float: left;
  position: relative;
  width: 370px;
  height: 250px;
}
.main .companyNews .newsBox .news-slider img {
  width: 370px;
  height: 250px;
}
.main .companyNews .newsBox .news-swiper-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
}
.main .companyNews .newsBox .news-swiper-mask p {
  float: left;
  width: 240px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  font-size: 12px;
  text-indent: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.main .companyNews .newsBox .news-swiper-mask .news-swiper-point-list {
  float: right;
  width: 60px;
  margin-right: 18px;
  overflow: hidden;
  margin-top: 14px;
}
.main .companyNews .newsBox .news-swiper-mask .news-swiper-point-list li {
  cursor: pointer;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-right: 10px;
}
.main .companyNews .newsBox .news-swiper-mask .news-swiper-point-list li.active {
  background: #fff;
}
.main .companyValue {
  height: 500px;
  background: #fff;
  margin: 50px auto;
  text-align: center;
  background: url('/images/services_banner_bg.jpg') no-repeat;
  background-size: 100% 100%;
}
.main .companyValue ._title {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main .companyValue ._title .h2 {
  font-size: 60px;
  font-family: DIN;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  opacity: 0.1;
}
.main .companyValue ._title .h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: -15px;
}
.main .companyValue ._title b {
  margin-top: 20px;
  height: 0;
  width: 50px;
  border-top: 3px solid #fff;
}
.main .companyValue:hover b {
  width: 120px;
  transition-duration: 0.2s;
}
.main .companyValue ul {
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main .companyValue ul li {
  width: 300px;
}
.main .companyValue ul li p {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.main .companyValue ul li span {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  opacity: 0.6;
}
.main .bank {
  height: 550px;
  background: #fff;
}
.main .bank .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main .bank .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.main .bank .tit .line {
  width: 100px;
  height: 0;
  margin: 0;
  border: 1px solid red;
}
.main .bank .partner-company {
  display: none;
  height: 0;
  font-size: 0;
  width: 0;
  text-indent: -9999px;
}
.main .bank:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.main .bank > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.main .bank > div div {
  display: inline-block;
  height: 50px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  margin-left: 10px;
  margin-top: 20px;
}
.main .bank > div div > div:hover {
  transform: scale(1.4);
}
.main .bank > div div:first-child > div {
  margin-left: 130px;
}
.main .bank > div div:nth-child(8) div {
  margin-left: 70px;
}
.main .bank > div div:nth-child(16) div {
  margin-left: 80px;
}
.aMind {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url('/images/aboutBanner.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.aMind p {
  width: 576px;
  height: 101px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.aMindfont {
  width: 1200px;
  margin: 50px auto;
}
.aMindfont .title {
  height: 100px;
  display: flex;
  align-items: center;
}
.aMindfont .title img {
  width: 40px;
  margin-right: 20px;
}
.aMindfont .title span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.aMindfont .wxkn li {
  position: relative;
  float: left;
  width: 270px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(145, 158, 192, 0.25);
  margin-left: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  cursor: pointer;
}
.aMindfont .wxkn li:nth-child(1) {
  margin: 0;
}
.aMindfont .wxkn li img {
  width: 150px;
  height: 150px;
}
.aMindfont .wxkn li img:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
}
.aMindfont .wxkn li span {
  display: block;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
.aMindfont .wxkn li .ul {
  position: absolute;
  width: 1185px;
  height: 400px;
  background: #fff;
  top: 340px;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(145, 158, 192, 0.25);
  display: none;
}
.aMindfont .wxkn li .ul .top {
  position: absolute;
  width: 270px;
  height: 0px;
  background: #fff;
  top: -2px;
  z-index: 10;
  border-bottom: 2px solid #ff4949;
}
.aMindfont .wxkn li .ul .box {
  padding: 20px 50px;
}
.aMindfont .wxkn li .ul .box .h3 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.aMindfont .wxkn li .ul .box p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.aMindfont .jobKong {
  height: 400px;
  display: none;
}
.aMindfont .xzfl {
  margin-top: 80px;
  height: 450px;
}
.aMindfont .xzfl li {
  float: left;
  width: 270px;
  height: 128px;
  background: #f6f6f6;
  border-radius: 3px;
  margin-left: 35px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aMindfont .xzfl li:nth-child(1) {
  margin: 0;
}
.aMindfont .xzfl li:nth-child(5) {
  margin: 0;
}
.aMindfont .xzfl li img {
  margin-left: 15px;
  width: 100px;
  height: 100px;
}
.aMindfont .xzfl li span {
  display: block;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.aMindfont .gcwl {
  height: 450px;
}
.aMindfont .gcwl .txt {
  height: 400px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.aMindfont .gcwl .txt .left {
  margin-left: 50px;
  width: 700px;
  height: 250px;
}
.aMindfont .gcwl .txt .left .item {
  height: 60px;
  display: flex;
  align-items: center;
}
.aMindfont .gcwl .txt .left .item img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.aMindfont .gcwl .txt .left .item span {
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.aMindfont .gcwl .txt .imggcwl {
  width: 300px;
  height: 300px;
  margin-left: 40px;
}
.aMindfont .job-card {
  position: relative;
  width: 210px;
  margin: 5px 5px 0 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 0  30px 0px;
}
.aMindfont .job-card:hover .job-card-item {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.aMindfont .job-card:hover i {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.aMindfont .job-card-item {
  box-shadow: 0px 0px 5px 0px rgba(145, 158, 192, 0.25);
  height: 260px;
  overflow: hidden;
  box-sizing: border-box;
}
.aMindfont .job-card i {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  background: red;
  width: 100%;
}
.aMindfont .job-card img {
  display: block;
  margin: 50px auto 0 auto;
  width: 120px;
  height: 120px;
}
.aMindfont .job-card span {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.aMindfont .job-detail-box {
  width: 1180px;
  padding: 0 60px 44px 60px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(145, 158, 192, 0.25);
  overflow: hidden;
}
.aMindfont .job-detail-box h3 {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin: 40px 0 17px 0;
}
.aMindfont .job-detail-box p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.newVideo {
  background: #fff;
}
.newVideo .tabType {
  width: 1200px;
  margin: auto;
  padding-top: 70px;
}
.newVideo .tabType .h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.newVideo .tabType .box {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newVideo .tabType .box > div {
  padding: 0 15px;
  margin: 0 23px;
  height: 100%;
  line-height: 45px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.newVideo .tabType .box .active {
  border-color: red;
  color: red;
}
.newVideo .list {
  width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.newVideo .list > ul {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.newVideo .list > ul > li {
  width: 340px;
  height: 450px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #fff;
  margin-left: 90px;
  margin-bottom: 50px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
.newVideo .list > ul > li:nth-child(1) {
  margin-left: 0;
}
.newVideo .list > ul > li:nth-child(4) {
  margin-left: 0;
}
.newVideo .list > ul > li:nth-child(7) {
  margin-left: 0;
}
.newVideo .list > ul > li img {
  display: block;
  max-width: 300px;
  height: 300px;
  overflow: hidden;
}
.newVideo .list > ul > li p {
  margin-top: 15px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  text-overflow: ellipsis;
  /* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
  white-space: nowrap;
  /*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
}
.newVideo .list > ul > li span {
  display: block;
  margin-top: 5px;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.newVideo .list > ul > li:hover {
  box-shadow: 0px 2px 5px 0px rgba(167, 167, 167, 0.4);
}
.noData {
  color: #999;
  font-size: 20px;
  text-align: center;
}
.detils {
  background: #F4F4F4;
}
.detils .innerHtml {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.detils .innerHtml img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.detils .innerHtml .title {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ccc;
}
.detils .innerHtml .title .h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.detils .innerHtml .title span {
  display: inline-block;
  width: 100%;
  line-height: 45px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.detils .innerHtml .htmlStr {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.pay {
  width: 100% !important;
}
.pay .product {
  text-align: center;
  height: 455px;
  margin: 0 auto;
  background: white;
}
.pay .product .pro_tit {
  display: block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.pay .product div {
  width: 300px;
  height: 300px;
  display: inline-block;
  vertical-align: text-top;
}
.pay .product div:hover {
  box-shadow: 0 0 20px #ccc;
}
.pay .product div img {
  width: 150px;
}
.pay .product div p {
  display: inline-block;
  width: 230px;
  text-align: left;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.pay .product div h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
}
.pay .product div .h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
}
.pay .content {
  height: 710px;
}
.pay .content .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.pay .content .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .content .tit .h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .content .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.pay .content:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.pay .content .pay {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay .content .pay .left {
  margin-right: 30px;
}
.pay .content .pay .left dl {
  width: 180px;
  text-align: center;
}
.pay .content .pay .left dl img {
  width: 100px;
  height: 100px;
}
.pay .content .pay .left dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pay .content .pay .left dl dd {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}
.pay .content .pay .left .dl_2 {
  margin-top: 30px;
  margin-left: -80px;
}
.pay .content .pay img {
  width: 500px;
  height: 500px;
}
.pay .content .pay .right {
  margin-left: 30px;
}
.pay .content .pay .right dl {
  width: 220px;
  text-align: center;
}
.pay .content .pay .right dl img {
  width: 100px;
  height: 100px;
}
.pay .content .pay .right dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pay .content .pay .right dl dd {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}
.pay .content .pay .right .dl_2 {
  margin-top: 30px;
  margin-left: 80px;
}
.pay .salary {
  height: 650px;
}
.pay .salary .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.pay .salary .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .salary .tit .h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .salary .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.pay .salary:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.pay .salary > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 100px;
}
.pay .salary > div img {
  margin-left: -40px;
  width: 600px;
  height: 500px;
}
.pay .salary > div .secret {
  display: inline-block;
  width: 440px;
  vertical-align: top;
  padding-top: 100px;
}
.pay .salary > div .secret p {
  font-size: 20px;
  font-weight: bold;
}
.pay .salary > div .secret ul {
  margin-top: 30px;
}
.pay .salary > div .secret ul li {
  font-size: 16px;
  color: #666;
  margin: 50px 0;
}
.pay .personal {
  height: 650px;
  background: #f5f7fa;
}
.pay .personal .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.pay .personal .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .personal .tit .h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .personal .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.pay .personal:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.pay .personal > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 100px;
  padding-top: 40px;
}
.pay .personal > div img {
  width: 500px;
}
.pay .personal > div .person {
  display: inline-block;
  width: 450px;
  height: 400px;
  vertical-align: top;
  padding-top: 130px;
  margin-left: 80px;
}
.pay .personal > div .person p {
  font-size: 20px;
  font-weight: bold;
}
.pay .personal > div .person ul {
  margin-top: 20px;
}
.pay .personal > div .person ul li {
  font-size: 16px;
  color: #666;
  margin: 50px 0;
}
.pay .team {
  height: 900px;
  background: #fff;
}
.pay .team .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.pay .team .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.pay .team .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.pay .team:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.pay .team .server {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay .team .server .left {
  position: relative;
  width: 348px;
  height: 470px;
  background: url('/images/XI.png') no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(145, 158, 192, 0.25);
  overflow: hidden;
}
.pay .team .server .left .box {
  position: absolute;
  height: 290px;
  bottom: -30%;
  background: white;
}
.pay .team .server .left .box h1 {
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 29px;
  line-height: 40px;
  background: #FA6865;
  color: #fff;
  margin-top: -20px;
}
.pay .team .server .left .box .title {
  margin-top: 25px;
  padding: 0 10%;
  font-size: 30px;
  color: #48486A;
}
.pay .team .server .left .box span {
  display: block;
  padding: 2% 10%;
  font-size: 16px;
  color: #FA6865;
  margin-bottom: 30px;
}
.pay .team .server .left .box p {
  margin: 10px 0;
  padding: 0 10%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pay .team .server .left .box a {
  display: block;
  width: 100px;
  padding: 0 10%;
  font-size: 14px;
  color: #58CEFF;
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.pay .team .server .left:hover .box {
  bottom: 0;
  transition-duration: 0.5s;
}
.pay .team .server .center {
  margin: 0 60px;
  position: relative;
  width: 348px;
  height: 470px;
  background: url('/images/RE.png') no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(145, 158, 192, 0.25);
  overflow: hidden;
}
.pay .team .server .center .box {
  position: absolute;
  height: 290px;
  bottom: -30%;
  background: white;
}
.pay .team .server .center .box h1 {
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 29px;
  line-height: 40px;
  background: #FA6865;
  color: #fff;
  margin-top: -20px;
}
.pay .team .server .center .box .title {
  margin-top: 25px;
  padding: 0 10%;
  font-size: 30px;
  color: #48486A;
}
.pay .team .server .center .box span {
  display: block;
  padding: 2% 10%;
  font-size: 16px;
  color: #FA6865;
  margin-bottom: 30px;
}
.pay .team .server .center .box p {
  margin: 10px 0;
  padding: 0 10%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pay .team .server .center .box a {
  display: block;
  width: 100px;
  padding: 0 10%;
  font-size: 14px;
  color: #58CEFF;
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.pay .team .server .center:hover .box {
  bottom: 0;
  transition-duration: 0.5s;
}
.pay .team .server .right {
  position: relative;
  width: 348px;
  height: 470px;
  background: url('/images/SH.png') no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(145, 158, 192, 0.25);
  overflow: hidden;
}
.pay .team .server .right .box {
  position: absolute;
  height: 290px;
  bottom: -30%;
  background: white;
}
.pay .team .server .right .box h1 {
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 29px;
  line-height: 40px;
  background: #FA6865;
  color: #fff;
  margin-top: -20px;
}
.pay .team .server .right .box .title {
  margin-top: 25px;
  padding: 0 10%;
  font-size: 30px;
  color: #48486A;
}
.pay .team .server .right .box span {
  display: block;
  padding: 2% 10%;
  font-size: 16px;
  color: #FA6865;
  margin-bottom: 30px;
}
.pay .team .server .right .box p {
  margin: 10px 0;
  padding: 0 10%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pay .team .server .right .box a {
  display: block;
  width: 100px;
  padding: 0 10%;
  font-size: 14px;
  color: #58CEFF;
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.pay .team .server .right:hover .box {
  bottom: 0;
  transition-duration: 0.5s;
}
.pay .team .dingzhi {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay .team .dingzhi p {
  margin: 0 auto;
  width: 320px;
  height: 80px;
  background: url('/images/home_dz.png') no-repeat;
  font-size: 21px;
  color: #48486A;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
}
.partner {
  width: 100% !important;
}
.partner .personal {
  height: 500px;
  background: url(/images/joinUsBg.png) no-repeat;
  background-size: 100% 100%;
}
.partner .personal .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.partner .personal .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.partner .personal .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.partner .personal:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.partner .personal .txt {
  max-width: 1200px;
  height: 300px;
  margin: 0 auto;
  padding: 0px 100px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.partner .personal .txt p {
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.partner .personal .txt .btn {
  margin-top: 50px;
  width: 280px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #333;
  opacity: 0.8;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.partner .parBg {
  height: 1800px;
  background: url(/images/Bj.png) no-repeat;
  background-size: cover;
}
.partner .parBg .fuNeng {
  height: 450px;
}
.partner .parBg .fuNeng .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.partner .parBg .fuNeng .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.partner .parBg .fuNeng .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.partner .parBg .fuNeng:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.partner .parBg .fuNeng .dlTag {
  margin: 50px auto;
  width: 1200px;
  height: 280px;
}
.partner .parBg .fuNeng .dlTag ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .parBg .fuNeng .dlTag ul li {
  margin-left: 20px;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-shadow: 0px 4px 10px 0px rgba(145, 158, 192, 0.25);
  background: #fff;
}
.partner .parBg .fuNeng .dlTag ul li img {
  width: 180px;
  height: 180px;
}
.partner .parBg .fuNeng .dlTag ul li p {
  margin-top: -50px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #48486a;
}
.partner .parBg .fuNeng .dlTag ul li:nth-child(1) {
  margin: 0;
}
.partner .parBg .joinUs {
  height: 600px;
}
.partner .parBg .joinUs .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.partner .parBg .joinUs .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.partner .parBg .joinUs .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.partner .parBg .joinUs:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.partner .parBg .joinUs .dlTag {
  margin: 40px auto;
  width: 1200px;
  height: 380px;
}
.partner .parBg .joinUs .dlTag ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .parBg .joinUs .dlTag ul li {
  margin-left: 20px;
  width: 280px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-shadow: 0px 4px 10px 0px rgba(145, 158, 192, 0.25);
}
.partner .parBg .joinUs .dlTag ul li p {
  margin-top: 250px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #48486A;
}
.partner .parBg .joinUs .dlTag ul li:nth-child(1) {
  margin: 0;
  background: url('/images/joinUs_1.jpg') no-repeat;
  background-size: 100% 100%;
}
.partner .parBg .joinUs .dlTag ul li:nth-child(2) {
  background: url('/images/joinUs_2.jpg') no-repeat;
  background-size: 100% 100%;
}
.partner .parBg .joinUs .dlTag ul li:nth-child(3) {
  background: url('/images/joinUs_3.jpg') no-repeat;
  background-size: 100% 100%;
}
.partner .parBg .joinUs .dlTag ul li:nth-child(4) {
  background: url('/images/joinUs_4.jpg') no-repeat;
  background-size: 100% 100%;
}
.partner .parBg .howJoin {
  height: 680px;
}
.partner .parBg .howJoin .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.partner .parBg .howJoin .tit > h2 {
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
}
.partner .parBg .howJoin .tit .line {
  width: 100px;
  height: 0;
  border: 1px solid red;
}
.partner .parBg .howJoin:hover .line {
  width: 200px;
  transition-duration: 0.5s;
}
.partner .parBg .howJoin .img {
  margin: 30px auto;
  width: 1200px;
  height: 365px;
}
.partner .parBg .howJoin .img img {
  width: 100%;
  height: 100%;
}
.partner .xfd-dialog .dialog-content .appendFalse .title .h2 {
  color: white;
  font-size: 30px;
  margin-top: 50px;
  font-weight: 300;
}
.partner .xfd-dialog .dialog-content .appendFalse .title .h4 {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    /*opacity: 0;*/
    transform: translate3d(-100%, 0, 0);
  }

  to {
    /*opacity: 1;*/
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    /*opacity: 0;*/
    transform: translate3d(100%, 0, 0);
  }

  to {
    /*opacity: 1;*/
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@font-face {font-family: "iconfont";
  src: url(/fonts/iconfont-b90dc1.eot); /* IE9*/
  src: url(/fonts/iconfont-b90dc1.eot#iefix) format('embedded-opentype'), 
  url(/fonts/iconfont-7d8f9f.woff) format('woff'), 
  url(/fonts/iconfont-de835d.ttf) format('truetype'), 
  url(/assets/img/iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before { content: "\E610"; }

.icon-search:before { content: "\E603"; }

.icon-guanbi:before { content: "\E613"; }

.icon-cuowu:before { content: "\E61F"; }

.icon-zhengque:before { content: "\E620"; }

.icon-arrowDown:before { content: "\E643"; }

.icon-nextpage:before { content: "\E69F"; }

.icon-tishi:before { content: "\E622"; }

.icon-dengdai:before { content: "\E68D"; }

.icon-wenhao:before { content: "\E6D7"; }

.icon-gengduo:before { content: "\E611"; }

.icon-wangshangyinxing:before { content: "\E656"; }

.icon-jiantou:before { content: "\E630"; }

.icon-gerenzhongxin:before { content: "\E608"; }

.icon-chexiao:before { content: "\E612"; }

.icon-tianjia:before { content: "\E605"; }

.icon-date:before { content: "\E64B"; }

.icon-down:before { content: "\E617"; }

.icon-up:before { content: "\E618"; }

.icon-liebiao:before { content: "\E616"; }

.icon-jiansheyinhang:before { content: "\E619"; }

.icon-you:before { content: "\E68A"; }

.icon-zhongxinyinhang:before { content: "\E73C"; }

.icon-zhaoshangyinhang:before { content: "\E66A"; }

.icon-minshengyinhang-:before { content: "\E602"; }

.icon-wangshangyinhang:before { content: "\E615"; }

.icon-dilanweixin:before { content: "\E614"; }

.icon-geshuihesuanjiaona:before { content: "\E61A"; }

.icon-qq:before { content: "\E61B"; }

.icon-baomigongzitiao:before { content: "\E61C"; }

.icon-dizhi:before { content: "\E61D"; }

.icon-fazhanlicheng:before { content: "\E61E"; }

.icon-fanhuidingbu:before { content: "\E621"; }

.icon-gongsijieshao:before { content: "\E623"; }

.icon-qita:before { content: "\E624"; }

.icon-sousuo:before { content: "\E625"; }

.icon-tuanduijieshao:before { content: "\E626"; }

.icon-wangzhi:before { content: "\E627"; }

.icon-weixin:before { content: "\E628"; }

.icon-xitong:before { content: "\E629"; }

.icon-xinchou:before { content: "\E62A"; }

.icon-youxiang:before { content: "\E62B"; }

.icon-zhanghu:before { content: "\E62C"; }

.icon-zhinengxinzifafang:before { content: "\E62D"; }

.icon-zixun:before { content: "\E62E"; }

.icon-dianhua:before { content: "\E62F"; }

.icon-tongzhilanchahao:before { content: "\E601"; }

.icon-xiaoxitishi:before { content: "\E606"; }

.icon-guanbi1:before { content: "\E60B"; }

.icon-fanhui:before { content: "\E60C"; }

.icon-mianbaoxie:before { content: "\E60D"; }

.icon-gonggao:before { content: "\E60E"; }

.icon-gongzidan:before { content: "\E60F"; }

.icon-daibanshixiang:before { content: "\E631"; }

.icon-tongzhi:before { content: "\E632"; }

.icon-weixin1:before { content: "\E607"; }

.icon-youxiang1:before { content: "\E609"; }

.icon-zaixianshenpi:before { content: "\E60A"; }

.icon-zhankai:before { content: "\E633"; }

.icon-shihui:before { content: "\E634"; }

.icon-zizhuchaxun:before { content: "\E635"; }

.icon-zhinengjiance:before { content: "\E636"; }

.icon-zijinanquan:before { content: "\E637"; }

.icon-quanguomianfei:before { content: "\E63A"; }

.icon-yijiandaoru:before { content: "\E63B"; }

.icon-kuaijie:before { content: "\E638"; }

.icon-jianjie:before { content: "\E639"; }

.icon-xiaoshi:before { content: "\E63D"; }

.icon-caozuobianjie:before { content: "\E63E"; }

.icon-anquan:before { content: "\E63F"; }

.icon-duoqudaoxuanze:before { content: "\E640"; }

.icon-geshuihebingjiaona:before { content: "\E641"; }

.icon-geshuiyidijiaona:before { content: "\E642"; }

.icon-gexinghuazhizuo:before { content: "\E644"; }

.icon-duanxin:before { content: "\E645"; }

.icon-geshuizhinengjisuan:before { content: "\E646"; }

.icon-kuaijie1:before { content: "\E647"; }

.icon-guanbi2:before { content: "\E648"; }

.icon-jianjie1:before { content: "\E649"; }

.icon-quanguomianfei1:before { content: "\E64A"; }

.icon-gengduo1:before { content: "\E64C"; }

.icon-shihui1:before { content: "\E64D"; }

.icon-weixin2:before { content: "\E64E"; }

.icon-shouqi:before { content: "\E64F"; }

.icon-yijiandaoru1:before { content: "\E650"; }

.icon-youxiang2:before { content: "\E651"; }

.icon-zhankai1:before { content: "\E652"; }

.icon-zhinengjiance1:before { content: "\E653"; }

.icon-zizhuchaxun1:before { content: "\E654"; }

.icon-zaixianshenpi1:before { content: "\E655"; }

.icon-xiayibu:before { content: "\E63C"; }

html,
body,
.CC {
  height: 100%;
  min-width: 1300px;
  color: #333;
}
#app {
  min-width: 1300px;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.2s linear;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.main {
  width: 80%;
  min-width: 1300px;
  margin: auto;
}