.fadeup {
  animation: fadeup 1s forwards; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(-60px); } }
@keyframes toright {
  0% {
    transform: translateX(-17px); }
  100% {
    transform: translateX(0px); } }
a {
  color: inherit; }

.group-manage div {
  box-sizing: border-box; }
.group-manage .banner {
  height: 260px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  background: url("../img/businessCategory/businessCategory-bg.jpg") center center no-repeat; }
.group-manage .banner-text {
 /* height: 153px;
  width: 220px;
  /*background: url("../img/businessCategory/banner-text.png") center center no-repeat;*/
  margin: 0 auto 0;
  text-align: center;
  line-height: 140px;
  font-size: 35px;
  color: white;
  font-weight: bold; }

.bussiness-category-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 65px;
   }
  .bussiness-category-main ul {
  	margin-top: 30px;
    overflow: hidden;
    padding-top: 40px; }
    .bussiness-category-main ul li {
      width:30%; margin: 10px 1%;
      background: #f5f8ff;
      border-radius: 10px;
      float: left;
      margin-top: 20px;
      margin-bottom: 10px;
      transform: translateY(-40px);
      padding-bottom: 10px; }
    .bussiness-category-main ul li:nth-of-type(3n+2) {
      animation-delay: 0.2s; }
    .bussiness-category-main ul li:nth-of-type(3n+3) {
      animation-delay: 0.4s; }
  .bussiness-category-main .cards {
    transition: all 0.5s;
    /*width: 380px;*/
    padding: 10px;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    line-height: 20px;
     }
     .bussiness-category-main .cards p{
     	margin-bottom: 20px; clear: both;
     }
    .bussiness-category-main .cards h1 {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #4470da;
      margin: 0; text-align: center;
      font-size: 18px;
      font-weight: normal;
      line-height: 50px; }
      .bussiness-category-main .cards h1 div {
        float: right;
        overflow: hidden; }
      .bussiness-category-main .cards h1 i {
        float: right;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.5);
        line-height: 55px; }
    .bussiness-category-main .cards h1:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 1px;
      background-color: #4470da;
      margin-top: 50px;
      transition: 1s; }
      .bussiness-category-main .cards img{
      	display: block;
      	border: 0;
      }
    .bussiness-category-main .cards p {
      font-size: 14px;
      padding-top: 15px;
      padding-bottom: 20px;
      color: #919191;
      line-height: 22px;
      /*height: 80px;*/
      box-sizing: border-box; }
  .bussiness-category-main .cards:hover {
        background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 18px 0px rgba(36, 104, 242, 0.17);
    border-radius: 10PX;
    
    
    
    bottom: 10px; }
    .bussiness-category-main .cards:hover h1:before {
      width: 340px; }
  .bussiness-category-main i.toright {
    animation: toright 0.6s 2; }

.bussiness-details-main {
  width: 1200px;
  margin: 0 auto;
  padding: 10px; }
  .bussiness-details-main .bussiness-details-title {
    height: 95px;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #e8e9eb; }
    .bussiness-details-main .bussiness-details-title .title-left {
      width: 280px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.5); }
      .bussiness-details-main .bussiness-details-title .title-left h1 {
        margin: 0;
        font-size: 20px;
        color: #333;
        font-weight: normal;
        margin-top: 35px; }
      .bussiness-details-main .bussiness-details-title .title-left p {
        font-size: 16px;
        color: #808080; }
    .bussiness-details-main .bussiness-details-title .title-right {
      display: inline-block; }
      .bussiness-details-main .bussiness-details-title .title-right ul li {
        float: left;
        padding-right: 10px; }
      .bussiness-details-main .bussiness-details-title .title-right ul li:nth-of-type(1) {
      position: relative;
      padding-left: 25px; }
      .bussiness-details-main .bussiness-details-title .title-right ul li i {
          margin-right: 8px;
          font-size: 14px; }
      .bussiness-details-main .bussiness-details-title .title-right ul li:nth-of-type(1) i {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: -2px;
				}
      .bussiness-details-main .bussiness-details-title .title-right ul li:not(:first-child) i {
        margin-right: 3px; }
      .bussiness-details-main .bussiness-details-title .title-right ul li:last-of-type {
        color: rgba(0, 0, 0, 0.6); }
  .bussiness-details-main .bussiness-details-content {
    padding-top: 10px;
    padding-bottom: 85px;
    overflow: hidden; }
    .bussiness-details-main .bussiness-details-content .nav {
      float: left;
      width: 205px; }
    .bussiness-details-main .bussiness-details-content ul li {
      padding: 15px 0;
      box-sizing: border-box;
      border-bottom: 1px solid #e8e9eb;
      height: 45px;
      line-height: 15px;
      cursor: pointer; }
      .bussiness-details-main .bussiness-details-content ul li h1 {
        font-size: 14px;
        font-weight: normal;
        color: #808080;
        margin: 0;
        padding-left: 15px;
        transition: 0.2s; }
    .bussiness-details-main .bussiness-details-content ul li:hover h1 {
      color: #366fe2; }
      .bussiness-details-main .bussiness-details-content ul li h1{
      	border-left: 3px solid #fff;
      }
    .bussiness-details-main .bussiness-details-content ul li.b-active h1 {
      border-left: 3px solid #366fe2;
      color: #366fe2; }
    .bussiness-details-main .bussiness-details-content .b-box {
      float: left;
      box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.1);
      margin-left: 80px;
      width: 890px;
      margin-top: 15px; }
      .bussiness-details-main .bussiness-details-content .b-box .b-title {
        height: 80px;
        padding: 25px 0;
        border-bottom: 1px solid #e8e9eb; }
        .bussiness-details-main .bussiness-details-content .b-box .b-title h1 {
          margin: 0;
          font-size: 24px;
          color: #366fe2;
          border-left: 3px solid #366fe2;
          padding-left: 25px; }
      .bussiness-details-main .bussiness-details-content .b-box .b-content .img-container {
        width: 830px;
        height: 437px;
        margin: 0 auto;
        margin-top: 30px; }
      .bussiness-details-main .bussiness-details-content .b-box .b-content .text-container {
        padding: 30px 30px 50px; }
        .bussiness-details-main .bussiness-details-content .b-box .b-content .text-container p {
          line-height: 25px;
          color: #808080; }
        .bussiness-details-main .bussiness-details-content .b-box .b-content .text-container .part2 {
          margin-top: 15px; }

/*# sourceMappingURL=businessCategory.css.map */
h3{
	    height: 49px;
    text-align: center;
    font-size: 30px;
    line-height: 31px;
    color: #4470da;
    font-weight: bold;
    text-align: center;
}
.line{width:100%; border-bottom: 1px solid #e5e5e5 ; margin: 20px auto;}


.cards1{width:100%; margin: 10px auto; text-align: center;}
.more1{
	width: 180px;
    height: 35px;
	    border-radius: 50px;
    background: #4581fb;
    color: #fff !important;

    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 35px;
    margin: 0px auto;
    padding: 0 15px;
    cursor: pointer;


    
}
.more1:hover{
	 border-radius: 50px;
    background: #0069d9;
    color: #fff !important;
}
.more1 div {
	float: right;
	overflow: hidden;
}

.more1 i.toright {
	animation: toright 0.5s 1;
}
.more1 .more:hover{
	 border-radius: 50px;
    background: #0069d9;
    color: #fff !important;
}

/*common*/


	

.animated{
	-webkit-animation-duration:1.4s;
	animation-duration:1.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

@-webkit-keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}

}
@keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	-ms-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}

}
.bounceIn{
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}


@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/*------------------- 华丽分割线 -----------------------*/

.demo{width:100%;margin:0 auto;text-align:center;}
.demo a{margin:0 5px 20px;background-color:#eee;}

/*------------------- 华丽分割线 -----------------------*/

#dialogBg{width:100%;height:100%;background-color:rgba(0,0,0,0.6);opacity:.8;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{ width: 400px; height: 340px; margin: 0 auto; display: none; background-color: #ffffff; position: fixed; top: 50%; left: 50%; margin: -120px 0 0 -150px; z-index: 10000; border: 1px solid #ccc; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 3px 2px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 3px 2px 4px rgba(0,0,0,0.2); }
.dialogTop{width:90%;margin:0 auto;border-bottom:1px dotted #ccc;letter-spacing:1px;padding:10px 0;text-align:right;}
.dialogIco{width:50px;height:50px;position:absolute;top:-25px;left:50%;margin-left:-25px;}
.editInfos{padding:15px 0;}
.editInfos li{width:90%;margin:8px auto auto;text-align: center;}
.ipt{border:1px solid #ccc;padding:5px;border-radius:3px;-webkit-border-radius:3px; width:260px;/*box-shadow:0 0 3px #ccc inset;-webkit-box-shadow:0 0 3px #ccc inset;*/margin-left:5px;}
.ipt:focus{outline:none;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);}
.submitBtn{
	border:none;
	width:40%;height:35px;line-height:35px; cursor:pointer;margin-top:10px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;text-align:center;background-color:#428bca;color:#fff;box-shadow: 0 -3px 0 #2a6496 inset;-webkit-box-shadow: 0 -3px 0 #2a6496 inset;}




