@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.banner {
  width: 100%;
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner h6 {
  font-size: 52px;
  color: #035cc2;
  padding-top: 180px;
  padding-bottom: 30px;
}
.banner p {
  font-size: 28px;
  color: #727171;
  line-height: 44px;
}
.nav-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
}
.two-nav {
  width: 82%;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.two-nav .content {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.two-nav .content .container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.two-nav .content .container .child {
  width: 33%;
  height: 100%;
  font-size: 22px;
  color: #444;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.two-nav .content .container .child:hover,
.two-nav .content .container .in {
  background: #2d86e9;
  color: #fff;
  font-size: 26px;
}
.two-nav .btn {
  width: 42px;
  height: 42px;
  background: #bcbcbc;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.two-nav .btn:hover {
  background: #2d86e9;
}
.two-nav .left-btn {
  left: 0;
}
.two-nav .right-btn {
  right: 0;
}
.main{padding:0 0 38px 0;}
.main .mainContent{width:82%; margin:30px auto;}
.main .mainContent .mc{padding:30px 0;}
.main .mainContent .mc:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .mainContent .mc .child{float:left;width:24%;margin:1% 1% 1% 0;}
.main .mainContent .mc .child.no{margin-right:0px;}
.main .mainContent .mc .child .childImg{box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);}
.main .mainContent .mc .child .childImg img{max-width:100%;max-height:100%;vertical-align:middle;}
.main .mainContent .mc .child .childTitle{line-height:28px;padding:12px 0;text-align:center;color:#656565;font-size:16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }

@media (max-width: 639px) {
    .banner {
    height: 200px;
  }
  .banner h6 {
    padding-top: 50px;
    padding-bottom: 6px;
    font-size: 22px;
  }
  .banner p {
    font-size: 14px;
    line-height: 22px;
  }
.main{padding:0 0 28px 0;}
.main .mainContent{width:96%; margin:10px auto;}
.main .mainContent .mc{padding:20px 0;}
.main .mainContent .mc .child{ width:48%;margin:1%;}
.main .mainContent .mc .child .childTitle{line-height:22px;padding:10px 0;font-size:14px;}
}
@media (min-width:640px) and (max-width:1023px) {
 .banner {
    height: 400px;
  }
  .banner h6 {
    padding-top: 100px;
    padding-bottom:26px;
    font-size: 48px;
  }
  .banner p {
    font-size: 24px;
    line-height: 32px;
  }
.main{padding:0 0 28px 0;}
.main .mainContent{width:96%; margin:10px auto;}
.main .mainContent .mc{padding:20px 0;text-align:center;}
.main .mainContent .mc .child{ width:48%;margin:1%;}
.main .mainContent .mc .child .childTitle{line-height:22px;padding:10px 0;font-size:14px;}
}
@media (min-width:1024px) and (max-width:1335px) {
.main{padding:0 0 28px 0;}
.main .mainContent{width:96%; margin:10px auto;}
.main .mainContent .mc{padding:30px 0;}
.main .mainContent .mc .child .childTitle{line-height:22px;padding:10px 0;font-size:14px;}
}
@media (min-width:1336px) and (max-width:1440px) {
.main .mainContent .mc{padding:30px 0;}
.main .mainContent .mc .child .childTitle{line-height:22px;padding:10px 0;font-size:14px;}
}

