/* BannerBox */

@media (min-width: 1360px) {
  .cenBox {
    width: 13rem;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .cenBox {
    width: 14rem;
    margin: 0 auto;
  }
}

.BannerBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.topMenuBox {
  height: 1.1rem;
  top: 0rem;
  font-size: 0.16rem;
}

.logo {
  top: 0.3rem;
  position: relative;
  float: left;
}

.logo a {
  display: block;
  width: 2.0rem;
  height: 0.54rem;
  background: url("../images/Logo.jpg") no-repeat left;
}

.topNavBox {
  position: relative;
  float: right;
  margin-top: 0.5rem;
  width: 9.6rem;
}

.menuBox {
  position: relative;
  list-style: none;
  height: 0.6rem;
}

.menuBox li {
  text-align: center;
  float: right;
  height: 0.56rem;
  width: 0.75rem;
  margin-left: 0.6rem;
  list-style-type: none;
  position: relative;
  display: inline;
}

.menuBox li a {
  color: #333;
  font-size: 0.18rem;
  display: block;
  font-weight: bold;
  border-bottom: 0.04rem rgba(0, 0, 0, 0) solid;
  box-sizing: border-box;
}

.menuBox li a:hover,
.menuBox li.on a {
  color: #F1261C;
}

.menuBox li:hover {
  border-bottom: 0.04rem #F1261C solid;
}

.menuBox li.liWidth80 {
  width: 0.9rem;
}

.menuBox li.liWidth120 {
  width: 1.3rem;
}

.BannerPicBox {
  position: relative;
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  margin: 0 auto;
  height: 6.4rem;
  display: block;
  overflow: hidden;
}

.columnBox {
  position: absolute;
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  height: 6.4rem;
  -webkit-animation: fa1 4s linear 1;
  -moz-animation: fa1 4s linear 1;
  animation: fa1 4s linear 1;
}

.columnBoxTit {
  position: absolute;
  width: 100%;
  top: 2.1rem;
}

.columnBoxTitPic {
  width: 14rem;
  margin: 0 auto;
  -webkit-animation: fa2 5s linear 1;
  -moz-animation: fa2 5s linear 1;
  animation: fa2 5s linear 1;
}

@-webkit-keyframes fa1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.1);
  }
}

@keyframes fa1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}

@-moz-keyframes fa1 {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1.0);
    transform: scale(1.1);
  }
}

@-webkit-keyframes fa2 {
  0% {
    -moz-transform: translate(100px, 0);
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fa2 {
  0% {
    transform: translate(100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes fa2 {
  0% {
    -moz-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}


/* å…³äºŽæˆ‘ä»¬ */

.AboutUsBox {
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  margin: 0 auto;
  height: 5.9rem;
  margin-top: 0.9rem;
  font-size: 20px;
}

.AboutUs_Left {
  float: left;
  width: 50%;
  height: 5.9rem;
  background-image: url(../images/AboutUs_Pic.jpg);
  background-position: top right;
}

.AboutUs_Right {
  float: left;
  width: 50%;
  height: 5.9rem;
}

.AboutUs_WordsBox {
  width: 90%;
  padding-left: 10%;
}

.AboutUs_WordsBox .AboutUs_WordLine {
  border-bottom: 3px solid #F1261C;
  width: calc(6rem - 0.05rem);
  margin: .2rem 0 0;
  padding: 0;
  height: 0;
}

.AboutUs_Words_IntroTitle {
  width: 6rem;
  margin-top: 0.4rem;
  height: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
}

.AboutUs_Words_IntroContent {
  width: calc(6rem - 0.05rem);
  margin-top: 0;
  height: 1.78rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-right: .05rem;
  overflow-y: auto;
}

.AboutUs_Words_DurtyContent::-webkit-scrollbar,
.AboutUs_Words_IntroContent::-webkit-scrollbar {
  height: 100%;
  width: 8px;
}

.AboutUs_Words_DurtyContent::-webkit-scrollbar-thumb,
.AboutUs_Words_IntroContent::-webkit-scrollbar-thumb {
  background-color: #b38553;
}

.AboutUs_Words_DurtyContent::-webkit-scrollbar-track-piece,
.AboutUs_Words_IntroContent::-webkit-scrollbar-track-piece {
  background-color: #ededed;
}

.AboutUs_Words_DurtyTitle {
  width: 6rem;
  height: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.2rem;
}

.AboutUs_Words_DurtyContent {
  width: 6rem;
  margin-top: 0;
  height: 2.0rem;
  max-height: 1.21rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow-y: auto;
}

/* Team */

.TeamBox {
  position: relative;
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  height: 5.8rem;
  display: block;
  background-image: url(../images/Team_BK.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0.2rem;
  margin: 1rem auto 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.TeamTitle {
  position: relative;
  width: 4rem;
  height: 1rem;
  margin: 1.4rem auto 0;
}

.TeamContent {
  width: 11rem;
  height: 1.3rem;
  margin: 0.8rem auto 0;
  font-size: 0.2rem;
  color: #FFF;
  line-height: 0.4rem;
  text-align: center;
}


/*Core */

.CoreBox {
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  padding: 0;
  border: 0;
  margin: 0 auto;
  /* height: 6.4rem; */
  position: relative;
  display: block;
  height: auto;
  width: 0 auto;
  font-size: 0.2rem;
}

.CoreLeft {
  width: 50%;
  float: left;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #F1F1F1;
}

.CoreLeft_TitleBox {
  margin-top: 0.8rem;
  height: 1.1rem;
  width: 100%;
}

.CoreLeft_Title {
  float: right;
  width: 2.65rem;
  margin-right: 1.8rem;
}

.CoreLeft_Title img {
  width: 2.65rem;
  height: 0.52rem;
}

.CoreLeft_PicBox {
  position: relative;
  display: block;
  width: 85%;
  height: 100%;
  background-color: #FBC252;
  background-image: url(../images/Kore_Left.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.CoreLeft_Pic {
  float: left;
  height: 3.24rem;
  width: 4.1rem;
}

.CoreLeft_List {
  width: 3rem;
  margin-top: 0.55rem;
  margin-right: 0.45rem;
  float: right;
}

.CoreLeft_List ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: auto;
}

.CoreLeft_List li {
  height: 0.5rem;
  width: 3rem;
  font-size: 0.22rem;
  color: #fff;
}

.CoreRight {
  width: 50%;
  float: left;
  height: auto;
}

.CoreRight ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.CoreRight li {
  display: block;
  width: 50%;
  float: left;
  overflow: hidden;
}

.CoreRight li img {
  transform: scale(1);
  transition: all 1s;
}

.CoreRight li:hover img {
  transform: scale(1.2);
  transition: all 1s;
}


/* ServiceBox */

.ServiceBox {
  width: 100%;
  max-width: 19.2rem;
  min-width: 13rem;
  margin: 0 auto;
  height: 8.8rem;
  background-image: url(../images/Server_BK.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0.2rem;
  display: block;
  border-top: 1px solid #fff;
}

.ServiceTitle {
  width: 4.8rem;
  height: 1.1rem;
  margin: 1.1rem auto 0;
}

.ServiceIcons {
  width: 11.84rem;
  height: 2.5rem;
  margin: 0.9rem auto 0;
  justify-content: center;
  display: flex;
}

.ServiceIcons.last {
  margin-top: .15rem;
}

.ServiceIcons ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

.ServiceIcons li {
  width: 1.3rem;
  height: 2.6rem;
  float: left;
  margin-right: 0.8rem;
  transition: all 1s;
}

.ServiceIcons li:last-child {
  margin-right: 0rem;
}

.ServiceIcons li img {
  transform: scale(1);
  transition: all 1s;
}

.ServiceIcons li:hover img {
  transform: scale(1.2);
  transition: all 1s;
}

.ServiceIcons li:last-child {
  margin-right: 0rem;
}

.ServiceIcons li a span {
  width: 100%;
  margin-top: 0.35rem;
  text-align: center;
  font-size: 0.18rem;
  display: block;
  line-height: 0.3rem;
}

.ServiceIcons li :hover {
  color: #000;
  transition: all 1s;
}


/* FooterBox */

.FooterBox {
  width: 100%;
  min-width: 13rem;
  height: 2.6rem;
  background-color: #303030;
  font-size: 0.2rem;
}

.FooterCenter {
  width: 13rem;
  margin: 0 auto;
}

.FooterTop {
  width: 100%;
  height: 1.3rem;
  border-bottom: 1px solid #878787;
}

.FooterTopLogo {
  float: left;
  width: 40%;
}

.FooterTopLogo img {
  display: block;
  margin-top: 0.4rem;
}

.FooterTopContactButton {
  float: left;
  width: 1.5rem;
  margin-top: 0.45rem;
}

.FooterTopContactInfo {
  margin-top: 0.45rem;
  position: absolute;
  right: 0;
  width: 6.0rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  text-align: right;
  /*display: flex;*/
  color: #fff;
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start;*/
  /*margin-left: .25rem;*/
}

.FooterTopContact {
  /*display: flex;*/
  float: left;
  width: 60%;
}

.FooterBottom {
  width: 100%;
}

.FooterBottomInfo {
  width: 50%;
  line-height: 1.2rem;
  float: left;
  font-size: 0.16rem;
  color: #fff;
}

.FooterBottomInfo a,
a:hover {
  color: #fff;
}

.FooterBoottomLink {
  width: 50%;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  overflow: hidden;
}

.FooterBoottomLink ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.FooterBoottomLink li,
.FooterBoottomLink li a {
  margin: 0;
  padding: 0;
  float: right;
  margin-left: 0.15rem;
  font-size: 0.16rem;
  color: #fff;
  display: block;
}

.FooterBoottomLink li.W70 {
  width: 0.92rem;
}

.FooterBoottomLink li.W85 {
  width: 1.2rem;
}

.FooterBoottomLink li.W115 {
  width: 1.45rem;
}


/*æµ®åŠ¨*/

.rightfixed {
  position: fixed;
  right: 0.2rem;
  bottom: 0.24rem;
  width: 64px;
  z-index: 99999;
  display: none;
}

.fixedList {
  list-style: none;
  box-sizing: border-box;
}

.fixedList li {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
}

.fixedList li a {
  display: table-cell;
  width: 64px;
  height: 64px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.12rem;
  color: #333;
}

.fixedList li a img {
  display: block;
  margin: 0 auto 0.08rem;
  width: 100%;
}
