@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;
  }
}
.container p img{
    height: auto !important;
    max-width: 100% !important;
}
.banner {
  width: 100%;
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner h6 {
  font-size: 52px;
  color: #1c62b0;
  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: #035cc2;
  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;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-nav .btn img {
    margin-top: 12px;
}
.two-nav .btn:hover {
  background: #035cc2;
}
.two-nav .left-btn {
  left: 0;
}
.two-nav .right-btn {
  right: 0;
}
.main {
  padding: 25px 0;
  border-bottom: 1px solid #d1d1d1;
}
.main p {
  font-size: 16px;
  color: #50555f;
  line-height: 28px;
  margin:15px 0;
}

.idea {
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
.idea .container {
  position: static;
}
.idea .info {
  width: 93.75%;
  max-width: 1200px;
  height: 420px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.idea .info .left {
  width: 50%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  float: left;
}
.idea .info .right {
  width: 50%;
  height: 100%;
  float: left;
}
.idea .info .right .cont {
  width: 80%;
  margin: 0 auto;
  padding-top:40px;
}
.idea .info .right .cont p {
  font-size: 16px;
  color: #40464d;
  line-height: 50px;
}
.idea .info .right .cont p span {
  font-size: 18px;
  font-weight: bold;
}
.core {
  padding: 80px 0 90px 0;
  overflow: hidden;
}
.core h4 {
  font-size: 34px;
  color: #333;
  text-align: center;
  padding-bottom: 26px;
}
.core span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb6100;
  margin: 0 auto;
}
.core ul {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 50px;
}
.core ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 230px;
  height: 150px;
  background: #eb6100;
  color: #fff;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 12px;
}
.core ul li em {
  font-size: 36px;
  font-family: '苹果简黑_3','微软雅黑';
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
}
.core ul li p {
  font-size: 16px;
  line-height: 26px;
}
.core ul .nor {
  margin-right: 0;
}
/*new*/
.imgBox0{
  width: 100%;
  height:auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.imgBox0 p img{
  max-width: 100%!important;
  height:auto!important;
}
/*new over*/
@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;
  }
  .programme ul li:hover{
    background: none;
    border: 1px solid #e5e5e5;
  }
  .programme ul li:hover .icon .hide{
    display: none;
  }
  .programme ul li:hover .icon .show{display: block;}
  .programme ul li:hover p{color:#444;}
  .main p {
    font-size: 12px;
    line-height: 24px;
	font-family:"微软雅黑";
  }
  .founder h4 {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .founder span {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .founder span img {
    max-width: 80%;
  }
  .founder {
    padding: 20px 0;
  }
  .service h5 {
    padding-top: 20px;
	  padding-bottom:10px;
    font-size: 22px;
  }
  .service ul {
    padding: 20px 0;
  }
  .service ul li {
    width: 48%;
    height: 130px;
    margin-bottom: 3px;
    margin-right: 3px;
  }
  .service ul li .dotted{width: 40px;height: 40px;-webkit-background-size: 20px auto!important;
  background-size: 20px auto!important;margin:10px auto 0;}
  .service ul li .info h6{font-size: 13px;padding-top: 6px;padding-bottom: 0px;line-height: 20px;}
  .service ul li .info p{font-size: 12px;line-height: 14px;}
  .service {
    height: auto;
    overflow: hidden;
    background: repeat center center;
  }

  .service ul .nor {
    margin-right: 3px;
  }
  .programme{
    padding:20px 0;
  }
  .programme ul{padding-top: 20px;}
  .programme h4 {
    font-size: 18px;
    line-height: 28px;
	padding-bottom:10px;
  }
  .programme ul li{width:31.2%;margin-right: 4px;margin-bottom:4px;}
  .programme ul li p{font-size: 12px;line-height: 18px;padding-top: 0px;width:96%;}
  .programme ul li .p{font-size: 14px;padding-top:10px;}
  .programme ul li .icon{margin:10px auto 0;}
  .programme ul .nor {
    margin-right: 4px;
  }
  .idea .info .left {
    width: 100%;
    height: 40%;
  }
  .idea .info .right {
    width: 100%;
    height: 60%;
  }
  .idea .info .right .cont {
    width: 90%;
    padding-top: 20px;
  }
  .idea .info .right .cont p {
    line-height: 26px;
    font-size: 12px;
  }
  .idea .info .right .cont p span {
    font-size: 14px;
  }
  .idea {
    height: 530px;
  }
  .idea .info {
    height: 450px;
  }
  .core{padding:30px 0;}
  .core ul{padding-top: 20px;}
  .core h4{font-size: 24px;padding-bottom: 12px;}
  .core ul li{width: 48%;margin-right: 4px;height: 100px;margin-bottom: 6px;}
  .core ul .nor {
    margin-right: 4px;
  }
  .core ul li p{font-size: 12px;line-height: 18px;}
  .core ul li em{padding-top: 10px;padding-bottom: 6px;}
  .two-nav .content .container .child {
    font-size: 12px;
  }
  .two-nav .content .container .child:hover,
  .two-nav .content .container .in {
    font-size: 12px;
  }
  .two-nav {
    width: 93.75%;
    height: 50px;
    line-height: 50px;
  }
  .two-nav .content .container {
    width: 86%;
  }
  .two-nav .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
   .two-nav .btn img{
	max-width:8px;
	height:auto;
   }
}
@media (min-width: 500px) and (max-width: 639px) {
   .service ul li{width:24%;}
   .programme ul li{width:18.2%;}
   .programme ul li p{line-height:14px;}
   .core ul li{width:19%;height:124px;}
   .core ul li p{line-height:16px; }
}
@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;
  }
  .service ul li {
    width: 44%;
    height: 320px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .service ul .nor {
    margin-right: 10px;
  }
  .programme ul li {
    width: 24%;
  }
  .programme ul .nor {
    margin-right: 12px;
  }
  .core ul li {
    width: 24%;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .core ul .nor {
    margin-right: 8px;
  }
  .core ul li p {
    font-size: 12px;
  }
  .service {
    height: 900px;
    background: repeat ;
  }
  .programme ul li p {
    font-size: 12px;
  }
  .programme ul li .p {
    font-size: 14px;
  }
  .programme ul li p {
    padding-top: 8px;
  }
  .idea .info .right .cont {
    width: 90%;
  }
  .idea .info .right .cont p {
    font-size: 14px;
  }
  .idea .info .right .cont p span {
    font-size: 15px;
  }
  .idea .info .left {
    width: 40%;
  }
  .idea .info .right {
    width: 60%;
  }
  .programme ul li .icon {
    margin: 8px auto 0;
  }
  .main p {
    font-size: 14px;
  }
  .two-nav .content .container .child {
    font-size: 18px;
  }
  .two-nav .content .container .child:hover,
  .two-nav .content .container .in {
    font-size: 20px;
  }
  .two-nav {
    width: 93.75%;
    height: 70px;
    line-height: 70px;
  }
  .two-nav .content .container {
    width: 86%;
  }
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .service ul li {
    width: 24%;
    margin-right: 10px;
  }
  .programme ul li {
    width: 18%;
  }
  .core ul li {
    width: 18%;
  }
  .core ul li p {
    font-size: 14px;
  }
}
