@charset "utf-8";
/*
 *  website: http://www.hlcccc.com
 *	author: kevin
 *	date: 2018.10.26 21:00:00
 *	qq: 531197817(liyann2008@163.com)
 *	wechat: liyann2011
 */
img {
  width: 100%;
}
a,
a:active,
a:hover {
  color: #fff;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
}
/* ---[移动端显示 start]--- */
@media screen and (max-width: 800px) {
  body,
  html {
    font-size: 20px;
  }
  .wrapper {
    background: #fff;
  }
  .wrapper .header {
    width: 100%;
  }
  .wrapper .header .menu {
    height: 99px!important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .wrapper .header .menu .logo {
    margin: 30px 0 0 40px!important;
  }
  .wrapper .header .menu .mainNav {
    display: none;
  }
  .wrapper .header .menu .menuQuick {
    float: right;
    width: 70px;
    height: 70px;
    background: url("../images/mobile/menuQuick.png") no-repeat 0 0;
    margin: 15px 20px 0 0;
    display: inline-block;
  }
  .wrapper .header .navActive .menuQuick {
    background: url("../images/mobile/menuQuickTwo.png") no-repeat 0 0;
  }
}
/* ---[移动端显示 end]--- */
/* ---[电脑端显示 start]--- */
.wrapper {
  width: 100%;
  /* 内容区 start */
  /* 内容区 end */
  /* 底部区 start */
  /* 底部区 end */
}
.wrapper .header {
  width: 100%;
  height: 908px;
  background: transparent url("../images/index/bannerBg.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.wrapper .header .menu {
  float: left;
  width: 100%;
  height: 90px;
  background-color: #00a5ff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.wrapper .header .menu .logo {
  float: left;
  width: 137px;
  margin-top: 25px;
  margin-left: 80px;
}
.wrapper .header .menu .logo a {
  width: 137px;
  height: 39px;
  background: url("../images/index/logo.png") no-repeat 0 0;
  background-size: cover;
  display: block;
}
.wrapper .header .menu .logo a span {
  display: none;
}
.wrapper .header .menu .mainNav {
  float: right;
  margin-top: 33px;
  margin-right: 80px;
}
.wrapper .header .menu .mainNav li {
  padding: 0 26px;
  display: inline;
}
.wrapper .header .menu .mainNav li a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.wrapper .header .menu .mainNav li a:hover {
  padding-bottom: 6px;
  border-bottom: solid 2px #fff;
  transition: all 0.3s ease-in;
}
.wrapper .header .menu .mainNav .login {
  padding: 17px 36px;
  margin-left: 20px;
  background: #fff;
  border-radius: 4px;
}
.wrapper .header .menu .mainNav .login a {
  font-weight: 400;
  font-size: 16px;
  color: #00a3ff;
}
.wrapper .header .menu .mainNav .login a:hover {
  border-bottom: none;
}
.wrapper .header .navActive {
  background-color: #ffffff;
}
.wrapper .header .navActive .logo {
  float: left;
  width: 137px;
  margin-top: 25px;
  margin-left: 80px;
}
.wrapper .header .navActive .logo a {
  width: 137px;
  height: 39px;
  background: url("../images/index/logo2.png") no-repeat 0 0;
  background-size: cover;
  display: block;
}
.wrapper .header .navActive .logo a span {
  display: none;
}
.wrapper .header .navActive .mainNav {
  float: right;
  margin-top: 33px;
  margin-right: 80px;
}
.wrapper .header .navActive .mainNav li {
  padding: 0 26px;
  display: inline;
}
.wrapper .header .navActive .mainNav li a {
  font-weight: normal;
  font-size: 16px;
  color: #00a3ff;
}
.wrapper .header .navActive .mainNav li a:hover {
  padding-bottom: 6px;
  border-bottom: solid 2px #00a3ff;
  transition: all 0.3s ease-in;
}
.wrapper .header .navActive .mainNav .login {
  padding: 17px 36px;
  margin-left: 20px;
  background: #00a3ff;
  border-radius: 4px;
}
.wrapper .header .navActive .mainNav .login a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.wrapper .header .navActive .mainNav .login a:hover {
  border-bottom: none;
}
.wrapper .header .banner {
  width: 100%;
  height: 908px;
  margin: 0 auto;
  padding-top: 50px;
}
.wrapper .header .banner .bL {
  float: left;
  width: 50%;
  padding-left: 120px;
}
.wrapper .header .banner .bL h3 {
  font-weight: 500;
  font-size: 80px;
  color: #fff;
  text-align: left;
  margin-top: 130px;
  line-height: 100px;
}
.wrapper .header .banner .bL p {
  font-family: "PingFangSC-Thin", "Microsoft YaHei", arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  line-height: 30px;
}
.wrapper .header .banner .bL .solution {
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  font-family: "PingFangSC-Regular";
  font-weight: 400;
  font-size: 16px;
  color: #00a3ff;
  text-align: center;
  padding: 18px 31px;
  margin-top: 50px;
  margin-left: 5px;
  display: inline-block;
}
.wrapper .header .banner .bL .solution:hover {
  background: #00a3ff;
  border: solid 1px #fff;
  color: #fff;
  transition: all 0.3s ease-in;
}
.wrapper .header .banner .bR {
  float: right;
  padding-right: 120px;
}
.wrapper .header .banner .bR .bannerOne {
  width: 533px;
  height: 468px;
  background: url("../images/index/bannerOne.png") no-repeat 0 0;
  background-size: cover;
  margin-top: 110px;
}
.wrapper .header .banner .bSwitch {
  width: 340px;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  bottom: 120px;
}
.wrapper .header .banner .bSwitch ul {
  width: 100%;
}
.wrapper .header .banner .bSwitch ul li {
  width: 100px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 10px;
}
.wrapper .header .banner .bSwitch ul li a {
  width: 65px;
  height: 6px;
  display: block;
}
.wrapper .header .banner .bSwitch ul .active {
  background-color: #fff;
}
.wrapper .header .banner .swiper-pagination-bullet {
  width: 100px;
  height: 8px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  border-radius: 0;
}
.wrapper .header .banner .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.wrapper .main {
  width: 100%;
  /* 产品线 start */
  /* 产品线 end */
  /* 加入河狸 start */
  /* 加入河狸 end */
}
.wrapper .main .saas,
.wrapper .main .marketing {
  width: 1200px;
  margin: 100px auto;
}
.wrapper .main .saas .saasL,
.wrapper .main .marketing .saasL {
  float: left;
  width: 50%;
}
.wrapper .main .saas .saasL h3,
.wrapper .main .marketing .saasL h3 {
  font-weight: 500;
  font-size: 80px;
  color: #222;
  text-align: left;
  line-height: 100px;
  margin-top: 20px;
}
.wrapper .main .saas .saasL p,
.wrapper .main .marketing .saasL p {
  font-weight: normal;
  font-size: 16px;
  color: #222;
  text-align: justify;
  line-height: 30px;
  margin-top: 30px;
}
.wrapper .main .saas .saasR,
.wrapper .main .marketing .saasR {
  float: right;
}
.wrapper .main .saas .saasR .saasPic,
.wrapper .main .marketing .saasR .saasPic {
  width: 429px;
  height: 346px;
  background: url("../images/index/saasPic.png") no-repeat 0 0;
  background-size: cover;
}
.wrapper .main .saas .markL,
.wrapper .main .marketing .markL {
  float: left;
  width: 50%;
  margin-top: 80px;
}
.wrapper .main .saas .markL .markPic,
.wrapper .main .marketing .markL .markPic {
  width: 517px;
  height: 401px;
  background: url("../images/index/marketingPic.png") no-repeat 0 0;
  background-size: cover;
}
.wrapper .main .saas .markR,
.wrapper .main .marketing .markR {
  float: right;
  width: 50%;
  margin-top: 80px;
}
.wrapper .main .saas .markR h3,
.wrapper .main .marketing .markR h3 {
  font-weight: 500;
  font-size: 80px;
  color: #222;
  text-align: right;
  line-height: 100px;
}
.wrapper .main .saas .markR p,
.wrapper .main .marketing .markR p {
  font-weight: normal;
  font-size: 16px;
  color: #222;
  text-align: right;
  line-height: 30px;
  margin-top: 30px;
}
.wrapper .main .product {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.wrapper .main .product .proCoverage {
  font-weight: normal;
  font-size: 20px;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}
.wrapper .main .product .proLine {
  font-weight: 500;
  font-size: 80px;
  color: #222;
  text-align: left;
}
.wrapper .main .product .proList {
  width: 100%;
}
.wrapper .main .product .proList ul {
  float: left;
  width: 100%;
  border: solid 1px #f1f1f1;
  margin: 30px auto 50px;
}
.wrapper .main .product .proList ul li {
  float: left;
  width: 20%;
  height: 90px;
  line-height: 90px;
  display: inline;
  border-bottom: solid 1px #f1f1f1;
}
.wrapper .main .product .proList ul li a {
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  padding: 0 30px;
  font-weight: 500;
  font-size: 20px;
  color: #222;
  text-align: center;
  display: block;
}
.wrapper .main .product .proList ul .active,
.wrapper .main .product .proList ul a:hover {
  background-color: #00a3ff;
  color: #fff;
  transition: all 0.3s ease-in;
}
.wrapper .main .product .proList ul .active a,
.wrapper .main .product .proList ul a:hover a {
  background-color: #00a3ff;
  color: #fff;
  position: relative;
}
.wrapper .main .product .proList ul .active a .triangleIcon,
.wrapper .main .product .proList ul a:hover a .triangleIcon {
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #00a3ff transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 47%;
}
.wrapper .main .product .proContent,
.wrapper .main .product .wechatMallContent,
.wrapper .main .product .erpSystemContent,
.wrapper .main .product .oaSystemContent,
.wrapper .main .product .warehouseSystemContent {
  width: 100%;
}
.wrapper .main .product .proContent .proL,
.wrapper .main .product .wechatMallContent .proL,
.wrapper .main .product .erpSystemContent .proL,
.wrapper .main .product .oaSystemContent .proL,
.wrapper .main .product .warehouseSystemContent .proL {
  float: left;
  width: 50%;
}
.wrapper .main .product .proContent .proL .proIntroduce,
.wrapper .main .product .wechatMallContent .proL .proIntroduce,
.wrapper .main .product .erpSystemContent .proL .proIntroduce,
.wrapper .main .product .oaSystemContent .proL .proIntroduce,
.wrapper .main .product .warehouseSystemContent .proL .proIntroduce {
  width: 100%;
  margin-bottom: 50px;
}
.wrapper .main .product .proContent .proL .proIntroduce h3,
.wrapper .main .product .wechatMallContent .proL .proIntroduce h3,
.wrapper .main .product .erpSystemContent .proL .proIntroduce h3,
.wrapper .main .product .oaSystemContent .proL .proIntroduce h3,
.wrapper .main .product .warehouseSystemContent .proL .proIntroduce h3 {
  font-weight: 500;
  font-size: 20px;
  color: #222;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 40px;
}
.wrapper .main .product .proContent .proL .proIntroduce p,
.wrapper .main .product .wechatMallContent .proL .proIntroduce p,
.wrapper .main .product .erpSystemContent .proL .proIntroduce p,
.wrapper .main .product .oaSystemContent .proL .proIntroduce p,
.wrapper .main .product .warehouseSystemContent .proL .proIntroduce p {
  font-weight: normal;
  font-size: 14px;
  color: #222;
  text-align: left;
  line-height: 25px;
}
.wrapper .main .product .proContent .proL .crmFunction,
.wrapper .main .product .wechatMallContent .proL .crmFunction,
.wrapper .main .product .erpSystemContent .proL .crmFunction,
.wrapper .main .product .oaSystemContent .proL .crmFunction,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction {
  width: 210px;
}
.wrapper .main .product .proContent .proL .crmFunction ul,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul {
  width: 100%;
}
.wrapper .main .product .proContent .proL .crmFunction ul li,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li {
  height: 60px;
  line-height: 60px;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a {
  display: block;
  background-color: #fff;
  color: #222;
  text-align: left;
  padding-left: 30px;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a .customerIcon,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a .customerIcon,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a .customerIcon,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a .customerIcon,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a .customerIcon {
  width: 40px;
  height: 40px;
  background: url("../images/index/customerIcon.png") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a .orderIcon,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a .orderIcon,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a .orderIcon,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a .orderIcon,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a .orderIcon {
  width: 40px;
  height: 40px;
  background: url("../images/index/orderIcon.png") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a .communicationIcon,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a .communicationIcon,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a .communicationIcon,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a .communicationIcon,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a .communicationIcon {
  width: 40px;
  height: 40px;
  background: url("../images/index/communicationIcon.png") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a .phoneIcon,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a .phoneIcon,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a .phoneIcon,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a .phoneIcon,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a .phoneIcon {
  width: 40px;
  height: 40px;
  background: url("../images/index/phoneIcon.png") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a span,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a span,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a span,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a span,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a span {
  font-weight: normal;
  font-size: 16px;
  color: #222;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a:hover,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a:hover,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a:hover,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a:hover,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a:hover {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.wrapper .main .product .proContent .proL .crmFunction ul li a:hover span,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul li a:hover span,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul li a:hover span,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul li a:hover span,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul li a:hover span {
  color: #00a3ff;
}
.wrapper .main .product .proContent .proL .crmFunction ul .active a,
.wrapper .main .product .wechatMallContent .proL .crmFunction ul .active a,
.wrapper .main .product .erpSystemContent .proL .crmFunction ul .active a,
.wrapper .main .product .oaSystemContent .proL .crmFunction ul .active a,
.wrapper .main .product .warehouseSystemContent .proL .crmFunction ul .active a {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.wrapper .main .product .proContent .proR,
.wrapper .main .product .wechatMallContent .proR,
.wrapper .main .product .erpSystemContent .proR,
.wrapper .main .product .oaSystemContent .proR,
.wrapper .main .product .warehouseSystemContent .proR {
  float: right;
}
.wrapper .main .product .proContent .proR .proCrmPic,
.wrapper .main .product .wechatMallContent .proR .proCrmPic,
.wrapper .main .product .erpSystemContent .proR .proCrmPic,
.wrapper .main .product .oaSystemContent .proR .proCrmPic,
.wrapper .main .product .warehouseSystemContent .proR .proCrmPic {
  width: 467px;
  height: 474px;
  background: url("../images/index/proCrmPic.png") no-repeat 0 0;
  background-size: cover;
  margin-top: 20px;
}
.wrapper .main .product .joinLink {
  width: 100%;
}
.wrapper .main .product .joinLink ul {
  border-top: solid 1px #f0f0f0;
  border-right: none;
  border-bottom: none;
  margin-top: 100px;
  border-left: solid 1px #f0f0f0;
}
.wrapper .main .product .joinLink ul li {
  float: left;
  width: 20%;
  display: inline;
}
.wrapper .main .product .joinLink ul li a {
  height: 120px;
  line-height: 120px;
  border-right: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.wrapper .main .product .joinLink ul li a img {
  width: 56px;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.wrapper .main .product .joinLink ul li a:hover img {
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0);
}
.wrapper .main .product .joinLink ul li:nth-child(1) {
  border-left: solid 1px #f0f0f0;
}
.wrapper .main .product .joinLink ul li:nth-child(6) {
  border-left: solid 1px #f0f0f0;
}
.wrapper .main .jobHeli {
  width: 100%;
  height: 800px;
  background: transparent url("../images/index/joinBg.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 65px;
}
.wrapper .main .jobHeli h3 {
  font-weight: 500;
  font-size: 80px;
  color: #fff;
  margin-top: 50px;
}
.wrapper .main .jobHeli p {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 30px 0 45px;
}
.wrapper .main .jobHeli .searchBox {
  width: 100%;
}
.wrapper .main .jobHeli .searchBox .searchBorder {
  width: 280px;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.wrapper .main .jobHeli .searchBox .joinBtn {
  height: 60px;
  line-height: 60px;
  background-color: #ffa281;
  border-radius: 0 4px 4px 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-left: -6px;
  display: inline-block;
}
.wrapper .main .jobHeli .searchBox .joinBtn:hover {
  transition: all 0.3s ease-in;
}
.wrapper .main .jobHeli .joinPic {
  width: 487px;
  height: 288px;
  margin: 50px auto 0;
}
.wrapper .main .jobHeli .joinPic img {
  width: 100%;
}
.wrapper .footer {
  width: 100%;
}
.wrapper .footer .footMenu {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 80px;
}
.wrapper .footer .footMenu .footL {
  float: left;
  width: 80%;
}
.wrapper .footer .footMenu .footL .footTitle {
  width: 100%;
}
.wrapper .footer .footMenu .footL .footTitle .footLi {
  float: left;
  width: 25%;
  display: inline;
}
.wrapper .footer .footMenu .footL .footTitle .footLi span {
  font-weight: 500;
  font-size: 20px;
  color: #222;
  text-align: left;
  display: block;
}
.wrapper .footer .footMenu .footL .footTitle .footLi .secondary {
  width: 100%;
  margin-top: 30px;
}
.wrapper .footer .footMenu .footL .footTitle .footLi .secondary li {
  padding-bottom: 15px;
}
.wrapper .footer .footMenu .footL .footTitle .footLi .secondary li a {
  font-weight: normal;
  font-size: 14px;
  color: #222;
  text-align: left;
  display: block;
}
.wrapper .footer .footMenu .footL .footTitle .footLi .secondary li a:hover {
  color: #00a3ff;
}
.wrapper .footer .footMenu .footR {
  float: right;
}
.wrapper .footer .footMenu .footR span {
  font-weight: 500;
  font-size: 20px;
  color: #222;
  text-align: justify;
}
.wrapper .footer .footMenu .footR .footLogo {
  width: 81px;
  height: 92px;
  background: url("../images/index/footLogo.png") no-repeat 0 0;
  background-size: cover;
  margin-top: 50px;
  margin-left: 25px;
  display: block;
}
.wrapper .footer .copyRight {
  border-top: solid 1px #f1f1f1;
  padding: 50px 0 40px;
}
.wrapper .footer .copyRight p {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
.wrapper .footer .copyRight p a {
  color: #222;
}
.wrapper .footer .copyRight p a:hover {
  color: #00a3ff;
}
.wrapper .footer .copyRight p .beianIcon {
  width: 20px;
  height: 20px;
  background: url("../images/index/beianIcon.png") no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 10px;
}
.wrapper .footer .copyRight .backTop {
  width: 28px;
  height: 46px;
  background: url("../images/index/backTop.png") no-repeat left top;
  background-size: cover;
  position: fixed;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
}
.wrapper .footer .copyRight .backTop:hover {
  width: 28px;
  height: 46px;
  background: url("../images/index/backTop.png") no-repeat right top;
  background-size: cover;
}
/* ---[电脑端显示 end]--- */
/*# sourceMappingURL=master.css.map */