#company {
  width: 100%;
}
#company .bannerBox {
  padding-top: 160px;
  position: relative;
  width: 100%;
  height: 528px;
  text-align: center;
  overflow: hidden;
  background: url("../assets/img/company/companyBg.jpg") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 520px) {
  #company .bannerBox {
    background: url("../assets/img/company/mobileBg.png") no-repeat;
    background-size: 100% 100%;
  }
}
#company .bannerBox .container h1 {
  font-size: 44px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 520px) {
  #company .bannerBox .container h1 {
    font-size: 28px;
  }
}
#company .bannerBox .container h4 {
  margin-bottom: 36px;
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 520px) {
  #company .bannerBox .container h4 {
    font-size: 14px;
  }
}
#company .bannerBox .container p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
@media (max-width: 520px) {
  #company .bannerBox .container p {
    padding: 0 20px;
    line-height: 28px;
  }
}
#company .bannerBox .tryBtnBox {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  text-align: center;
}
#company .bannerBox .tryBtnBox .tryBtnBoxInner {
  margin: 0 auto;
  overflow: hidden;
  width: 340px;
}
#company .bannerBox .tryBtnBox .tryBtnBoxInner .tryBtn {
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 20px;
}
#company .bannerBox .tryBtnBox .tryBtnBoxInner .tryBtn a {
  display: block;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 40px;
}
#company .bannerBox .tryBtnBox .tryBtnBoxInner .tryBtn a:hover {
  border-color: #34c8e6;
  background-color: #34c8e6;
}
#company .firstBox {
  padding-top: 50px;
  width: 100%;
  min-height: 450px;
}
#company .firstBox h1 {
  margin-bottom: 65px;
  font-size: 28px;
  font-weight: 500;
  color: #414141;
  text-align: center;
}
#company .firstBox .advCard {
  padding: 0 20px;
  text-align: center;
}
#company .firstBox .advCard .imgBox .commonSvg {
  width: 88px;
  height: 88px;
}
#company .firstBox .advCard .imgBox .commonSvg use {
  fill: #9b9b9b;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .firstBox .advCard .line {
  margin: 20px auto 10px;
  width: 23px;
  height: 1px;
  border-bottom: 1px solid #919191;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .firstBox .advCard p {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .firstBox .advCard span {
  font-size: 12px;
  color: #9e9e9e;
}
#company .firstBox .advCard:hover use {
  fill: #34c8e6 !important;
}
#company .firstBox .advCard:hover .line {
  transform: translateY(25px);
}
#company .firstBox .advCard:hover p {
  transform: translateY(-20px);
}
@media (max-width: 520px) {
  #company .firstBox .advCard {
    display: none;
  }
}
#company .firstBox .mobileCardList {
  display: none;
  height: 190px;
  overflow: hidden;
}
#company .firstBox .mobileCardList .cardList {
  width: 500%;
  height: 190px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company .firstBox .mobileCardList .advMobileCard {
  float: left;
  padding: 0 20px;
  width: 20%;
  text-align: center;
}
#company .firstBox .mobileCardList .advMobileCard .imgBox .commonSvg {
  width: 88px;
  height: 88px;
}
#company .firstBox .mobileCardList .advMobileCard .imgBox .commonSvg use {
  fill: #34c8e6;
}
#company .firstBox .mobileCardList .advMobileCard p {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .firstBox .mobileCardList .advMobileCard span {
  font-size: 12px;
  color: #9e9e9e;
}
@media (max-width: 520px) {
  #company .firstBox .mobileCardList {
    display: block;
  }
}
@media (max-width: 520px) {
  #company .firstBox {
    min-height: 380px;
  }
}
#company .secondBox {
  padding-top: 60px;
  width: 100%;
  min-height: 600px;
  background-color: #FAFAFA;
}
#company .secondBox h1 {
  margin-bottom: 60px;
  color: #414141;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
#company .secondBox .cardDetail {
  padding: 10px 15px;
}
#company .secondBox .cardDetail .card {
  padding-top: 40px;
  width: 100%;
  height: 158px;
  box-shadow: 0 3px 3px #f2f2f2;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
#company .secondBox .cardDetail .card .imgBox {
  position: relative;
  float: left;
  width: 40%;
  height: 158px;
}
#company .secondBox .cardDetail .card .imgBox svg {
  position: absolute;
  margin-left: -24px;
  top: 10px;
  left: 50%;
  width: 48px;
  height: 48px;
}
#company .secondBox .cardDetail .card .imgBox svg use {
  fill: #666666;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .secondBox .cardDetail .card .infoBox {
  float: left;
  width: 60%;
}
#company .secondBox .cardDetail .card .infoBox p {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .secondBox .cardDetail .card .infoBox span {
  display: block;
  padding-right: 34px;
  width: 100%;
  font-size: 12px;
  color: #828282;
  line-height: 16px;
  word-break: break-all;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .secondBox .cardDetail .card:hover {
  box-shadow: 3px 5px 5px #a3e1f0;
  background-color: #34C8E6;
}
#company .secondBox .cardDetail .card:hover p,
#company .secondBox .cardDetail .card:hover span {
  color: #FFFFFF !important;
}
#company .secondBox .cardDetail .card:hover use {
  fill: #FFFFFF !important;
}
#company .secondBox .cardDetail .card:after {
  clear: both;
}
#company .thirdBox {
  padding-top: 70px;
  width: 100%;
  min-height: 500px;
}
#company .thirdBox h1 {
  margin-bottom: 60px;
  color: #414141;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 520px) {
  #company .thirdBox h1 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
#company .thirdBox .leftBox {
  padding: 0 50px;
}
#company .thirdBox .leftBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #ffa671;
  border-left: 4px solid #ffa671;
}
@media (max-width: 520px) {
  #company .thirdBox .leftBox .title {
    margin-bottom: 18px;
    padding-left: 8px;
    font-size: 20px;
  }
}
#company .thirdBox .leftBox p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
@media (max-width: 520px) {
  #company .thirdBox .leftBox p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  #company .thirdBox .leftBox {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
#company .thirdBox .rightBox {
  position: relative;
  padding: 0 50px;
}
#company .thirdBox .rightBox .bigImg {
  z-index: 10;
  margin-top: -30px;
}
@media (max-width: 520px) {
  #company .thirdBox .rightBox .bigImg {
    width: 100%;
  }
}
#company .thirdBox .rightBox .iconFirst {
  z-index: 1;
  position: absolute;
  top: 70px;
  left: 70px;
  width: 178px;
  height: 121px;
  -webkit-animation: thirdBoxFirstIcon 3s linear infinite;
  animation: thirdBoxFirstIcon 3s linear infinite;
}
@media (max-width: 520px) {
  #company .thirdBox .rightBox .iconFirst {
    top: 50px;
  }
}
@media (max-width: 380px) {
  #company .thirdBox .rightBox .iconFirst {
    top: 30px;
  }
}
@media (max-width: 350px) {
  #company .thirdBox .rightBox .iconFirst {
    top: 10px;
    left: 50px;
  }
}
#company .thirdBox .rightBox .iconSecond {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 360px;
  width: 92px;
  height: 62px;
  -webkit-animation: thirdBoxSecondIcon 3s linear infinite;
  animation: thirdBoxSecondIcon 3s linear infinite;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@media (max-width: 520px) {
  #company .thirdBox .rightBox .iconSecond {
    left: 280px;
  }
}
@media (max-width: 380px) {
  #company .thirdBox .rightBox .iconSecond {
    left: 260px;
  }
}
@media (max-width: 350px) {
  #company .thirdBox .rightBox .iconSecond {
    left: 210px;
  }
}
@media (max-width: 520px) {
  #company .thirdBox .rightBox {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@media (max-width: 520px) {
  #company .thirdBox {
    padding-bottom: 20px;
    min-height: 600px;
  }
}
#company .forthBox {
  padding-top: 100px;
  width: 100%;
  min-height: 418px;
  background-color: #FAFAFA;
}
#company .forthBox .rightBox {
  padding: 0 50px;
}
#company .forthBox .rightBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #41ca72;
  border-left: 4px solid #41ca72;
}
@media (max-width: 520px) {
  #company .forthBox .rightBox .title {
    margin-bottom: 18px;
    padding-left: 8px;
    font-size: 20px;
  }
}
#company .forthBox .rightBox p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
@media (max-width: 520px) {
  #company .forthBox .rightBox p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  #company .forthBox .rightBox {
    margin-top: 20px;
  }
}
#company .forthBox .leftBox {
  position: relative;
  padding: 0 50px;
}
#company .forthBox .leftBox .bigImg {
  z-index: 10;
}
@media (max-width: 520px) {
  #company .forthBox .leftBox .bigImg {
    width: 100%;
  }
}
#company .forthBox .leftBox .iconFirst {
  position: absolute;
  top: 100px;
  left: 50px;
  -webkit-animation: forthBoxFirstIcon 2s linear infinite;
  animation: forthBoxFirstIcon 2s linear infinite;
}
#company .forthBox .leftBox .iconSecond {
  position: absolute;
  top: 10px;
  left: 280px;
  -webkit-animation: forthBoxFirstIcon 2s linear infinite;
  animation: forthBoxFirstIcon 2s linear infinite;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
#company .forthBox .leftBox .iconThird {
  position: absolute;
  top: 10px;
  left: 100px;
  -webkit-animation: forthBoxFirstIcon 2s linear infinite;
  animation: forthBoxFirstIcon 2s linear infinite;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
#company .forthBox .leftBox .iconForth {
  position: absolute;
  top: 100px;
  left: 350px;
  -webkit-animation: forthBoxFirstIcon 2s linear infinite;
  animation: forthBoxFirstIcon 2s linear infinite;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
@media (max-width: 520px) {
  #company .forthBox {
    padding-bottom: 20px;
  }
}
#company .fifthBox {
  padding-top: 110px;
  width: 100%;
  min-height: 420px;
}
#company .fifthBox .leftBox {
  padding: 0 50px;
}
#company .fifthBox .leftBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #86c8fc;
  border-left: 4px solid #86c8fc;
}
@media (max-width: 520px) {
  #company .fifthBox .leftBox .title {
    margin-bottom: 18px;
    padding-left: 8px;
    font-size: 20px;
  }
}
#company .fifthBox .leftBox p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
@media (max-width: 520px) {
  #company .fifthBox .leftBox p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  #company .fifthBox .leftBox {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
#company .fifthBox .rightBox {
  position: relative;
  padding: 0 50px;
}
#company .fifthBox .rightBox .bigImg {
  z-index: 10;
  margin-top: -50px;
}
@media (max-width: 520px) {
  #company .fifthBox .rightBox .bigImg {
    width: 100%;
  }
}
#company .fifthBox .rightBox .iconFirst {
  position: absolute;
  top: 70px;
  left: 100px;
  -webkit-animation: fifthBoxFirstIcon 25s linear infinite;
  animation: fifthBoxFirstIcon 25s linear infinite;
}
@media (max-width: 520px) {
  #company .fifthBox .rightBox .iconFirst {
    top: 50px;
    left: 70px;
  }
}
@media (max-width: 380px) {
  #company .fifthBox .rightBox .iconFirst {
    top: 30px;
    left: 50px;
  }
}
@media (max-width: 350px) {
  #company .fifthBox .rightBox .iconFirst {
    top: 20px;
    left: 40px;
  }
}
#company .fifthBox .rightBox .iconSecond {
  position: absolute;
  top: 10px;
  left: 250px;
  -webkit-animation: fifthBoxSecondIcon 19s linear infinite;
  animation: fifthBoxSecondIcon 19s linear infinite;
}
@media (max-width: 520px) {
  #company .fifthBox .rightBox .iconSecond {
    top: 0;
    left: 220px;
  }
}
@media (max-width: 380px) {
  #company .fifthBox .rightBox .iconSecond {
    top: -10px;
    left: 200px;
  }
}
@media (max-width: 350px) {
  #company .fifthBox .rightBox .iconSecond {
    top: -20px;
    left: 180px;
  }
}
@media (max-width: 520px) {
  #company .fifthBox .rightBox {
    margin-top: 60px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@media (max-width: 520px) {
  #company .fifthBox {
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  #company .fifthBox {
    min-height: 510px;
  }
}
#company .sixthBox {
  padding-top: 105px;
  width: 100%;
  min-height: 417px;
  background-color: #FAFAFA;
}
#company .sixthBox .rightBox {
  padding: 0 50px;
}
#company .sixthBox .rightBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #67217a;
  border-left: 4px solid #67217a;
}
@media (max-width: 520px) {
  #company .sixthBox .rightBox .title {
    margin-bottom: 18px;
    padding-left: 8px;
    font-size: 20px;
  }
}
#company .sixthBox .rightBox p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
@media (max-width: 520px) {
  #company .sixthBox .rightBox p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
#company .sixthBox .leftBox {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 380px) {
  #company .sixthBox .leftBox {
    padding: 0 30px;
  }
}
@media (max-width: 350px) {
  #company .sixthBox .leftBox {
    padding: 0 10px;
  }
}
#company .sixthBox .leftBox .bigImg {
  z-index: 10;
  margin-top: -50px;
  width: 317px;
}
#company .sixthBox .leftBox .firstCircle {
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  left: 116px;
  width: 185.5px;
  height: 185.5px;
  border-radius: 92.75px;
  border: 1px solid #67217a;
  -webkit-animation: sixthBoxFirstIcon 6s linear infinite;
  animation: sixthBoxFirstIcon 6s linear infinite;
}
@media (max-width: 380px) {
  #company .sixthBox .leftBox .firstCircle {
    left: 96px;
  }
}
@media (max-width: 350px) {
  #company .sixthBox .leftBox .firstCircle {
    left: 76px;
  }
}
#company .sixthBox .leftBox .secondCircle {
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  left: 116px;
  width: 185px;
  height: 185px;
  border-radius: 92.5px;
  border: 1px solid #67217a;
  -webkit-animation: sixthBoxFirstIcon 6s linear infinite;
  animation: sixthBoxFirstIcon 6s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (max-width: 380px) {
  #company .sixthBox .leftBox .secondCircle {
    left: 96px;
  }
}
@media (max-width: 350px) {
  #company .sixthBox .leftBox .secondCircle {
    left: 76px;
  }
}
#company .sixthBox .leftBox .thirdCircle {
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  left: 116px;
  width: 185px;
  height: 185px;
  border-radius: 92.5px;
  border: 1px solid #67217a;
  -webkit-animation: sixthBoxFirstIcon 6s linear infinite;
  animation: sixthBoxFirstIcon 6s linear infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@media (max-width: 380px) {
  #company .sixthBox .leftBox .thirdCircle {
    left: 96px;
  }
}
@media (max-width: 350px) {
  #company .sixthBox .leftBox .thirdCircle {
    left: 76px;
  }
}
@media (max-width: 520px) {
  #company .sixthBox {
    padding-bottom: 20px;
  }
}
#company .seventhBox {
  padding-top: 70px;
  width: 100%;
  height: 500px;
}
#company .seventhBox h1 {
  margin-bottom: 70px;
  color: #414141;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
#company .seventhBox .customerDetail {
  padding: 0 50px;
  text-align: center;
}
#company .seventhBox .customerDetail img {
  margin-bottom: 32px;
}
#company .seventhBox .customerDetail p {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
}
#company .seventhBox .customerDetail .button {
  margin: 40px auto 0;
  width: 161px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  background-color: #34c8e6;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .seventhBox .customerDetail .button:hover {
  background-color: #54c2db;
}
#company .seventhBox .customerDetail:nth-child(3) img {
  margin-top: 8px;
  margin-bottom: 44px;
}
#company .seventhBox .customerDetail:last-child img {
  margin-top: 10px;
  margin-bottom: 48px;
}
#company .bottomBox {
  width: 100%;
  height: 160px;
  background: url("../assets/img/index/testNow.png") no-repeat;
  background-size: 100% 100%;
}
#company .bottomBox .title {
  margin: 0;
  float: left;
  line-height: 160px;
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
#company .bottomBox .loginBtnBox {
  height: 160px;
  line-height: 160px;
}
#company .bottomBox .loginBtnBox .loginBtn {
  margin-top: 62px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  margin-right: 25%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .bottomBox .loginBtnBox .loginBtn:hover {
  color: #34c8e6;
  background-color: #FFFFFF;
}
#company .concatModal {
  opacity: 0;
  z-index: -1;
  position: fixed;
  margin-left: -300px;
  top: 50px;
  left: 50%;
  width: 600px;
  height: 420px;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .concatModal .titleBox {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #333333;
}
#company .concatModal .titleBox .titleSpan {
  color: #FFFFFF;
}
#company .concatModal .titleBox .glyphicon {
  float: right;
  line-height: 50px;
}
#company .concatModal .infoBox {
  padding: 20px 30px;
}
#company .concatModal .infoBox .tooltip {
  color: #707070;
  font-size: 12px;
  line-height: 12px;
}
#company .concatModal .infoBox .commonInputBox {
  margin-bottom: 15px;
  width: 100% !important;
  min-height: 37px;
}
#company .concatModal .infoBox .commonInputBox .commontTitle {
  line-height: 37px;
  color: #707070;
}
#company .concatModal .infoBox .commonInputBox .commonInput {
  margin-left: 22px;
  padding-left: 10px;
  height: 37px;
  width: 272px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .concatModal .infoBox .commonInputBox .commonInput:focus {
  border-color: #35c8e6;
  box-shadow: 0 0 4px #35c8e6;
}
#company .concatModal .infoBox .commonInputBox .commonInput:hover {
  border-color: #35c8e6;
}
#company .concatModal .infoBox .commonInputBox .leftBox {
  float: left;
  width: 330px;
}
#company .concatModal .infoBox .commonInputBox .rightBox {
  position: relative;
  margin-left: 20px;
  float: left;
  width: calc(100% - 360px);
}
#company .concatModal .infoBox .commonInputBox .rightBox .job {
  margin-left: 0 !important;
  float: left;
  width: 120px;
}
#company .concatModal .infoBox .commonInputBox .rightBox .commontTitle {
  margin-right: 22px;
  float: left;
}
#company .concatModal .infoBox .commonInputBox .rightBox .showBox {
  float: left;
  position: relative;
  width: 120px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company .concatModal .infoBox .commonInputBox .rightBox .showBox .arrow {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 7px;
  height: 11px;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company .concatModal .infoBox .commonInputBox .rightBox .showBox .currentAccount {
  padding-left: 10px;
}
#company .concatModal .infoBox .commonInputBox .rightBox .showBox:hover {
  border-color: #35c8e6;
}
#company .concatModal .infoBox .commonInputBox .rightBox .activeBox {
  border-color: #35c8e6 !important;
  box-shadow: 0 0 4px #35c8e6;
}
#company .concatModal .infoBox .commonInputBox .rightBox .activeBox .arrow {
  -webkit-transform: rotateZ(90deg) !important;
  transform: rotateZ(90deg) !important;
}
#company .concatModal .infoBox .commonInputBox .rightBox .accountList {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 5px;
  left: 50px;
  width: 120px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  box-shadow: 2px 2px 5px #DADADA;
  background-color: #FFFFFF;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#company .concatModal .infoBox .commonInputBox .rightBox .accountList .accountDetail {
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  color: #707070;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
#company .concatModal .infoBox .commonInputBox .rightBox .accountList .accountDetail:hover {
  color: #2db7f5;
  background-color: #eaf8fe;
}
#company .concatModal .infoBox .commonInputBox .rightBox .activeAccountList {
  opacity: 1 !important;
  top: 40px !important;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
#company .concatModal .infoBox .commonInputBox:after {
  clear: both;
}
#company .concatModal .infoBox .abigTooltip {
  padding: 10px 20px !important;
  width: 100%;
  line-height: 30px;
  color: #949494;
  background-color: #f7f7f7;
}
#company .concatModal .infoBox .btnBox {
  padding-top: 11.5px;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
#company .concatModal .infoBox .btnBox .leftBtn {
  margin-right: 20px;
  float: right;
  width: 102px;
  height: 37px;
  line-height: 37px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #949494;
  cursor: pointer;
}
#company .concatModal .infoBox .btnBox .rightBtn {
  float: right;
  width: 160px;
  height: 37px;
  line-height: 37px;
  color: #FFFFFF;
  border-radius: 3px;
  text-align: center;
  background-color: #35c8e6;
  cursor: pointer;
}
@media (max-width: 520px) {
  #company .concatModal {
    margin-left: 0px;
    top: 50px !important;
    left: 5%;
    width: 90%;
    height: auto;
  }
  #company .concatModal .infoBox {
    padding: 10px 20px !important;
  }
  #company .concatModal .commonInputBox {
    margin-bottom: 10px !important;
  }
  #company .concatModal .commonInput {
    width: 150px !important;
  }
  #company .concatModal .rightBox {
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 26px;
    width: 100% !important;
  }
  #company .concatModal .rightBox .commontTitle {
    margin-right: 26px !important;
  }
  #company .concatModal .abigTooltip {
    line-height: 20px !important;
  }
  #company .concatModal .btnBox .rightBtn {
    width: 100px !important;
  }
  #company .concatModal .btnBox .leftBtn {
    width: 100px !important;
  }
}
#company .concatModal {
  height: 470px !important;
}
#company .concatModal .msgBox {
  position: relative;
  width: 100%;
  height: 65px !important;
}
#company .concatModal .msgBox .commontTitle {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 65px !important;
}
#company .concatModal .msg {
  margin-left: 54px;
  width: calc(100% - 74px);
  height: 65px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
#company .concatModal .bigTooltip {
  padding: 10px 20px !important;
}
@media (max-width: 520px) {
  #company .concatModal {
    height: auto !important;
  }
  #company .concatModal .rightBox .commontTitle {
    margin-right: 24px !important;
  }
  #company .concatModal .company {
    margin-top: 10px;
    margin-left: 20px !important;
  }
  #company .concatModal .msgBox {
    height: 40px !important;
  }
  #company .concatModal .msgBox .commontTitle {
    line-height: 40px !important;
  }
  #company .concatModal .msgBox .msg {
    height: 40px;
  }
}
@media (max-width: 350px) {
  #company .concatModal {
    top: 20px !important;
  }
}
#company .concatAnitModal {
  display: block !important;
  top: 150px;
  opacity: 1;
  z-index: 3000;
}
#company .cover {
  display: none;
  z-index: 2000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(96, 96, 96, 0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes thirdBoxFirstIcon {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes thirdBoxSecondIcon {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes forthBoxFirstIcon {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fifthBoxFirstIcon {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes fifthBoxSecondIcon {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@keyframes sixthBoxFirstIcon {
  0% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}
@-webkit-keyframes thirdBoxFirstIcon {
  0% {
    -webkit-transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  80% {
    -webkit-transform: translateX(0px);
  }
  90% {
    -webkit-transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes thirdBoxSecondIcon {
  0% {
    -webkit-transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(0px);
  }
  90% {
    -webkit-transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes forthBoxFirstIcon {
  0% {
    -webkit-transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes fifthBoxFirstIcon {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes fifthBoxSecondIcon {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes sixthBoxFirstIcon {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
  }
}
@keyframes move {
  0% {
    transform: translate(0px);
  }
  25% {
    transform: translate(20px, 20px);
  }
  50% {
    transform: translate(0px);
  }
  75% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0px);
  }
}
.comAnina {
  animation: move 5s infinite linear;
}
/* .enterprise .sevenBox .leftBox .title {
  color: #A685FB !important;
  border-left: 4px solid #A685FB !important;
} */

/* #company .sixthBox .rightBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #67217a;
  border-left: 4px solid #67217a;
} */
.enterprise .sevenBox .rightBox .icon3 {
  left: 75px !important;
  top: -45px !important;
  animation: move 4s infinite linear !important;
}
.enterprise .sevenBox .rightBox .icon1 {
  left: 75px !important;
  top: 135px !important;
  animation: move 5s infinite linear !important;
}
.enterprise .sevenBox .rightBox .icon2 {
  left: 250px !important;
  top: 135px !important;
  animation: move 6s infinite linear !important;
}
.enterprise .sevenBox .rightBox .icon4 {
  left: 250px !important;
  top: -45px !important;
  animation: move 7s infinite linear !important;
}



#company .sevenBox {
  padding-top: 110px;
  width: 100%;
  min-height: 420px;
}
#company .sevenBox .leftBox {
  position: relative;
  padding: 0 50px;
}
#company .sevenBox .leftBox .title {
  margin-bottom: 28px;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #86c8fc;
  border-left: 4px solid #86c8fc;
}
@media (max-width: 520px) {
  #company .sevenBox .leftBox .title {
    margin-bottom: 18px;
    padding-left: 8px;
    font-size: 20px;
  }
}
#company .sevenBox .leftBox p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
@media (max-width: 520px) {
  #company .sevenBox .leftBox p {
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  #company .sevenBox .leftBox {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
#company .sevenBox .rightBox {
  position: relative;
  padding: 0 50px;
}
#company .sevenBox .rightBox .bigImg {
  z-index: 10;
  margin-top: -50px;
}
@media (max-width: 520px) {
  #company .sevenBox .rightBox .bigImg {
    width: 100%;
  }
}
#company .sevenBox .rightBox .iconFirst {
  position: absolute;
  top: 70px;
  left: 100px;
  -webkit-animation: fifthBoxFirstIcon 25s linear infinite;
  animation: fifthBoxFirstIcon 25s linear infinite;
}
@media (max-width: 520px) {
  #company .sevenBox .rightBox .iconFirst {
    top: 50px;
    left: 70px;
  }
}
@media (max-width: 380px) {
  #company .sevenBox .rightBox .iconFirst {
    top: 30px;
    left: 50px;
  }
}
@media (max-width: 350px) {
  #company .sevenBox .rightBox .iconFirst {
    top: 20px;
    left: 40px;
  }
}
#company .sevenBox .rightBox .iconSecond {
  position: absolute;
  top: 10px;
  left: 250px;
  -webkit-animation: fifthBoxSecondIcon 19s linear infinite;
  animation: fifthBoxSecondIcon 19s linear infinite;
}
@media (max-width: 520px) {
  #company .sevenBox .rightBox .iconSecond {
    top: 0;
    left: 220px;
  }
}
@media (max-width: 380px) {
  #company .sevenBox .rightBox .iconSecond {
    top: -10px;
    left: 200px;
  }
}
@media (max-width: 350px) {
  #company .sevenBox .rightBox .iconSecond {
    top: -20px;
    left: 180px;
  }
}
@media (max-width: 520px) {
  #company .sevenBox .rightBox {
    margin-top: 100px;
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}
@media (max-width: 520px) {
  #company .sevenBox {
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  #company .sevenBox {
    min-height: 510px;
  }
}
