@font-face {
  font-family: "PingFangSC-Regular";
  src: url(../../assets/fonts/PingFangR.eot);
  /* IE9 */
  src: url(../../assets/fonts/PingFangR.eot?#iefix) format("embedded-opentype"),
    url(../../assets/fonts/PingFangR.woff) format("woff"),
    url(../../assets/fonts/PingFangR.ttf) format("truetype");
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

@font-face {
  font-family: "iconfont";
  /* Project id 2987083 */
  src: url(../../assets/fonts/iconfont.woff2) format('woff2'),
    url(../../assets/fonts/iconfont.woff) format('woff'),
    url(../../assets/fonts/iconfont.ttf) format('truetype');
}

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

.icon-arrow-left:before {
  content: "\e637";
}

.icon-arrow-right1:before {
  content: "\e655";
}

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


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal
}

body {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  background: #fff
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal
}

button,
input,
select,
textarea {
  font-size: 100%
}

fieldset,
img {
  border: 0
}

a {
  text-decoration: none;
  color: #666;
  background: none
}

ul {
  list-style: none
}

.clearfix:after {
  display: block;
  content: '';
  clear: both
}

.btn-active:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}

p.text-align {
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  display: block;
  white-space: nowrap
}

@-webkit-keyframes heartAnimate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  10%,
  30% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
  }

  50%,
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
}

@keyframes heartAnimate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  10%,
  30% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
  }

  50%,
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
}

.heart-animate {
  -webkit-animation: heartAnimate 1s ease infinite;
  animation: heartAnimate 1s ease infinite
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.bounceIn {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

.com-masker {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5)
}

@media \0screen {
  .com-masker {
    background-color: #000;
    filter: Alpha(opacity=50)
  }
}

.common-header {
  position: relative;
  z-index: 9999;
  background-color: #1D1D1F;
  height: 100px;
  line-height: 100px;
  font-size: 0;
  text-align: center
}

.common-header .logo {
  display: inline-block;
  width: 116px;
  height: 56px;
  line-height: normal;
  margin: 0 115px 0 45px;
  vertical-align: left
}

.common-header .logo>img {
  height: 60%;
  width: 60%
  
}

.common-header .nav {
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.common-header .nav>a,
.common-header .nav>dl {
  display: inline-block;
  font-size: 0;
  color: #fff;
  text-align: center;
  cursor: pointer
}

.common-header .nav>a:hover dt,
.common-header .nav>dl:hover dt {
  font-weight: bold;
  color: #BD1B21
}

.common-header .nav>a:hover dd.line,
.common-header .nav>dl:hover dd.line {
  display: block
}

.common-header .nav>dl:hover dd.slider {
  display: block
}

.common-header .nav>a.service dt,
.common-header .nav>dl.service dt {
  font-weight: bold;
  color: #BD1B21
}

.common-header .nav>a.service dd.line,
.common-header .nav>dl.service dd.line {
  display: block
}

.common-header .nav dt {
  font-size: 20px;
  padding: 0 45px 0;
  color: #fff
}

.common-header .nav dd.line {
  position: relative;
  margin-top: -2px;
  display: none;
  width: 100%;
  border-bottom: 2px solid #BD1B21
}

.common-header .nav dd.nav-product {
  display: none;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 1;
  height: 120px;
  width: 100%;
  line-height: 120px;
  background: #fff
}

.common-header .nav dd.nav-product>a {
  display: inline-block;
  margin-right: 75px;
  font-size: 18px;
  font-weight: 500;
  color: #242424
}

.common-header .nav dd.nav-product>a:hover {
  font-weight: 600
}

.common-header .nav dd.nav-product>a.close {
  margin: 0
}

.common-header .nav dd.nav-service {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 140px;
  left: 0;
  z-index: 1;
  height: 120px;
  width: 100%;
  line-height: 120px;
  background: #fff
}

.common-header .nav dd.nav-service>a {
  display: inline-block;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #3a3030
}

.common-header .nav dd.nav-service>a:hover {
  font-weight: 600
}

.common-header .nav dd.nav-service>a.close {
  margin: 0
}

.header {
  background-color: #eee
}

.header .header-content {
  padding: 7px 270px 5px 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.header .header-content span {
  opacity: 0.3;
  margin: 0 15px
}

.header .header-content .bshl {
  width: 64px;
  height: 32px
}

.header .header-content .apple-auth {
  width: 94px;
  height: 22px
}

.banner {
  position: relative !important ;
  width: 100%
}


.banner .banner-item {
  width: 100%;
  max-height: 734px
}

.banner .banner-box {
  position: absolute;
  top: 30%;
  left: 18.3%
}

.banner .banner-box h4 {
  width: 426px;
  font-size: 51px;
  font-weight: 600;
  color: #000000;
  line-height: 64px
}

.banner .banner-box p {
  margin-top: 10px;
  font-weight: bold
}

.content {
  text-align: center
}

.content a {
  color: #0178C3;
  border-bottom: 2px solid #0178C3
}

.content #door {
  border: none
}

.content .ctn-title {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  line-height: 72px;
  margin-top: 72px
}

.content .ctn-desc {
  width: 829px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: auto
}

.content .list {
  font-size: 0;
  width: 1110px;
  margin: 54px auto
}

.content .list li {
  display: inline-block
}

.content .list li img {
  display: block;
  width: 64px;
  height: 64px;
  margin: auto
}

.content .list li h5 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 7px
}

.content .list li p {
  font-size: 14px
}

.content .list li:first-of-type {
  width: 267px
}

.content .list li:nth-of-type(2) {
  width: 350px;
  margin-left: 102px;
  margin-right: 74px
}

.content .list li:nth-of-type(3) {
  width: 310px
}

.content .contact {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #333333
}

.content .search {
  font-size: 17px;
  margin-top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .search a {
  border: none
}

.content .search img {
  width: 5px;
  height: 9px
}

.content .video {
  height: 369px;
  font-size: 0;
  margin-top: 27px;
  margin-bottom: 55px
}

.content .video div {
  display: inline-block;
  vertical-align: top
}

.content .video .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3)
}

.content .video img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.content .video .left {
  position: relative
}

.content .video .left video {
  width: 642px;
  height: 369px
}

.content .video .right {
  position: relative;
  margin-left: 14px
}

.content .video .right video {
  width: 258px;
  height: 369px
}

.content .fun {
  font-size: 0;
  width: 914px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.content .fun .fun-item {
  display: inline-block;
  text-align: left;
  vertical-align: top
}

.content .fun .fun-item dt {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  font-weight: bold
}

.content .fun .fun-item dd {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 30px
}

.content .fun .fun-item dd:first-of-type {
  margin-top: 17px
}

.content .fun .fun-item:nth-of-type(odd) {
  margin-left: 137px
}

.content .fun .fun-item:nth-of-type(2) {
  margin-left: 379px
}

.content .fun .fun-item:nth-of-type(4) {
  margin-left: 237px
}

.content .fun .fun-item:nth-of-type(3),
.content .fun .fun-item:nth-of-type(4) {
  margin-top: 50px
}

.content .door {
  margin-top: 82px;
  margin-bottom: 110px
}

.content .door a img {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.content .door a .active-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.content .door .door-list {
  width: 941px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px auto
}

.content .door .door-list li {
  text-align: left;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px
}

.content .footer {
  width: 71.875%;
  border-top: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 32px 0;
  margin: auto;
  margin-top: 48px
}

.content .footer p {
  width: 241px;
  height: 13px;
  font-size: 11px;
  font-weight: 400;
  color: #333333;
  line-height: 25px
}

.common-footer {
  background-color: #1D1D1F
}

.common-footer>.container {
  padding: 57px 0 55px;
  position: relative;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.common-footer .logo {
  display: inline-block;
  width: 116px;
  height: 56px;
  line-height: normal;
  margin-right: 109px;
  vertical-align: top
}

.common-footer .logo>img {
  height: 100%;
  width: 100%
}

.common-footer div.nav {
  display: inline-block;
  vertical-align: top
}

.common-footer div.nav>a,
.common-footer div.nav>dl {
  display: inline-block;
  margin-right: 67px;
  vertical-align: top;
  font-size: 0;
  color: #fff;
  text-align: left;
  cursor: pointer
}

.common-footer div.nav>a.service dt,
.common-footer div.nav>dl.service dt {
  color: #BD1B21
}

.common-footer div.nav dt {
  font-size: 20px;
  font-weight: 600;
  color: #fff
}

.common-footer div.nav dt:hover {
  color: #BD1B21
}

.common-footer div.nav dd.nav-product,
.common-footer div.nav dd.nav-service {
  margin-top: 16px
}

.common-footer div.nav dd.nav-product>a,
.common-footer div.nav dd.nav-service>a {
  display: block;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #CFCFCF
}

.common-footer div.nav dd.nav-product>a:hover,
.common-footer div.nav dd.nav-service>a:hover {
  color: #BD1B21
}

.common-footer div.nav dd.nav-product a.business-management,
.common-footer div.nav dd.nav-service a.business-management {
  color: #BD1B21
}

.common-footer div.nav a.close {
  margin-right: 0
}

.common-footer .search-box {
  display: inline-block;
  position: relative;
  margin-left: 62px;
  width: 308px;
  height: 48px;
  line-height: normal;
  vertical-align: middle;
  background-color: #34353a
}

.common-footer .search-box dt {
  height: 100%;
  text-align: left
}

.common-footer .search-box input {
  height: 100%;
  width: 250px;
  margin-left: 20px;
  font-size: 18px;
  border: none;
  outline: none;
  color: #707175;
  background-color: transparent
}

.common-footer .search-box input:focus {
  outline: none
}

.common-footer .search-box dd.iconfont {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  color: #fff;
  cursor: pointer
}

.common-footer>.copyright {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #959595;
  text-align: center
}

.common-footer>.copyright a {
  color: #959595
}