@keyframes left {
  0% {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%);
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -o-transform: translate(-20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes left {
  0% {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%);
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -o-transform: translate(-20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
@-moz-keyframes left {
  0% {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%);
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -o-transform: translate(-20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
@-ms-keyframes left {
  0% {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%);
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -o-transform: translate(-20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
@-o-keyframes left {
  0% {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%);
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -o-transform: translate(-20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translate(100%);
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    opacity: 0;
  }
  60% {
    transform: translate(20%);
    -webkit-transform: translate(20%);
    -moz-transform: translate(20%);
    -ms-transform: translate(20%);
    -o-transform: translate(20%);
    opacity: .6;
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
  }
}
.baseT {
  overflow: hidden;
  padding-top: 2.0rem;
  border: 0 none;
  padding-bottom: 1.0rem;
}
.baseT h5 {
  font-size: 0.9rem;
  color: #007cc5;
  padding-bottom: 0.6rem;
  text-align: center;
}
.baseT p {
  display: block;
  font-size: 0.45rem;
  color: #666666;
  text-align: center;
  padding-bottom: 1.15rem;
}
.main {
  padding: 70px 0 60px 0;
  overflow: hidden;
}
.main p {
  font-size: 14px;
  color: #444444;
  line-height: 28px;
  border-top: border solid #e5e5e5;
  border-bottom: border solid #e5e5e5;
  border-left: border solid #e5e5e5;
  border-right: border solid #e5e5e5;
  border: border solid #e5e5e5;
}
.main p img {
  max-width: 100%;
}
.main .imgs {
  /*width:  animation: left 1s linear .4s both;*/
}
.main .imgs.moblie{
display:none;}
.main .infos {
  width: 100%;
  padding-top: 24px;
  /*animation: right 1s linear .4s both;*/
}
.main h4 {
  text-align: center;
  font-size: 36px;
  color: #444444;
  padding-bottom: 30px;
}
.main h6 {
  font-size: 20px;
  color: #444444;
  padding-bottom: 16px;
}
.organization {
  overflow: hidden;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
}
.organization .cont {
  width: 100%;
  height: auto;
}
.organization .cont img {
  max-width: 100%;
}
.honor {
  overflow: hidden;
  background: #f0f0f0;
  padding-bottom: 60px;
}
.honor .baseT h5 {
  color: #ffffff;
}
.honor .banner {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.honor .banner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.honor .banner .content .infoContent {
  width: 90%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.honor .banner .content .cont {
  width: 25%;
  float: left;
  text-align: center;
}
.honor .banner .content .cont .imgs {
  width: 90%;
  height: 330px;
  background: #ffffff;
  line-height: 330px;
}
.honor .banner .content .cont .imgs img {
  max-width: 80%;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  max-height: 70%;
}
.honor .banner .content .cont p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 16px;
}
.honor .banner .content .cont:hover .imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.honor .banner .btn {
  width: 50px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.honor .banner .left {
  background: url(../images/about/left.png) no-repeat center center;
}
.honor .banner .left:hover {
  background: url(../images/about/left_hover.png) no-repeat center center;
}
.honor .banner .right {
  right: 0;
  background: url(../images/about/right.png) no-repeat center center;
}
.honor .banner .right:hover {
  background: url(../images/about/right_hover.png) no-repeat center center;
}
.vision {
  padding-top: 90px;
  padding-bottom: 110px;
  overflow: hidden;
}
.vision .info {
  width: 50%;
  max-width: 550px;
  padding-top: 60px;
}
.vision .info h3 {
  font-size: 36px;
  color: #444444;
  padding-bottom: 26px;
}
.vision .info h6 {
  font-size: 20px;
  color: #444444;
  padding-bottom: 14px;
}
.vision .info p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 20px;
}
.vision.in .info {
  animation: left 1s linear .4s both;
}
.vision.in .imgBox {
  animation: right 1s linear .4s both;
}
.vision.one.in .info {
  animation: right 1s linear .4s both;
}
.vision.one.in .imgBox {
  animation: left 1s linear .4s both;
}
.vision.out .info,
.vision.one.out .info {
  opacity: 0;
}
.vision.one.out .imgBox,
.vision.out .imgBox {
  opacity: 0;
}
.vision.one {
  padding-top: 0;
}
@media (max-width: 499px) {
  .organization {
    padding-bottom: 60px;
  }
  .main .imgs.moblie{
display:block;}
  .main {
    padding: 20px 0;
  }
  .main p {
    line-height: 22px;
    font-size: 12px;
    color: #666666;
  }
  .baseT h5 {
    font-size: 20px;
  }
  .honor {
    padding-bottom: 20px;
  }
  .honor .banner {
    height: 360px;
  }
  .honor .banner .content .cont {
    width: 50%;
    height: 50%;
  }
  .honor .banner .content .cont .imgs {
    height: 120px;
    line-height: 120px;
  }
  .honor .banner .content .cont p {
    font-size: 12px;
  }
  .main .imgs {
    width: 100%;
    text-align: center;
    float: none;
	display:none;
  }
  .main .infos {
    width: 100%;
    max-width: 520px;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
	text-align:justify;
  }
  .main h4 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .main h6 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .vision {
    padding: 40px 0;
  }
  .vision .info {
    width: 100%;
    padding-top: 0;
  }
  .vision .imgBox img {
    max-width: 100%;
  }
  .vision .info p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .vision .info h6 {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .vision .info h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
@media (min-width: 500px) and (max-width: 720px) {
  .organization {
    padding-bottom: 60px;
  }
  .main {
    padding: 30px 0;
  }
  .main p {
    line-height: 22px;
    font-size: 12px;
    color: #666666;
  }
  .baseT h5 {
    font-size: 20px;
  }
  .honor {
    padding-bottom: 20px;
  }
  .honor .banner {
    height: 360px;
  }
  .honor .banner .content .cont {
    width: 50%;
    height: 50%;
  }
  .honor .banner .content .cont .imgs {
    height: 120px;
    line-height: 120px;
  }
  .honor .banner .content .cont p {
    font-size: 12px;
  }
  .main .imgs {
    width: 100%;
    text-align: center;
    float: none;
	display:none;
  }
   .main .imgs.moblie{
display:block;}
  .main .infos {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .main h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .main h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .vision {
    padding: 40px 0;
  }
  .vision .info {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .vision .imgBox {
    width: 100%;
    text-align: center;
  }
  .vision .imgBox img {
    max-width: 100%;
  }
  .vision .info p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .vision .info h6 {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .vision .info h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (min-width: 721px) and (max-width: 1023px) {
  .organization {
    padding-bottom: 60px;
  }
  .main p {
    line-height: 30px;
  }
  .honor .banner {
    height: 290px;
  }
  .honor .banner .content .cont .imgs {
    height: 220px;
    line-height: 220px;
  }
  .honor .banner .content .cont p {
    font-size: 12px;
  }
  .baseT h5 {
    font-size: 24px;
  }
  .main,
  .vision {
    padding: 60px 0;
  }
  
  .main .infos {
    padding-top: 10px;
  }
  .main h4,
  .vision .info h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .main h6 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 2px;
  }
  .main p {
    font-size: 12px;
    line-height: 22px;
  }
  .honor {
    padding-bottom: 50px;
  }
  .vision .imgBox {
    width: 37%;
  }
  .vision .imgBox img {
    max-width: 100%;
  }
  .vision .info {
    padding-top: 10px;
    width: 62%;
  }
  .vision .info p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .vision .info h6 {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .organization {
    padding-bottom: 60px;
  }
  .honor .banner {
    height: 360px;
  }
  .honor .banner .content .cont .imgs {
    height: 300px;
    line-height: 300px;
  }
  .baseT h5 {
    font-size: 24px;
  }
  .main,
  .vision {
    padding: 60px 0;
  }
  .main .imgs {
    padding-bottom: 0;
  }
  .main .infos {
    padding-top: 20px;
  }
  .main h4,
  .vision .info h3 {
    font-size: 32px;
    padding-bottom: 16px;
  }
  .main h6 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .main p {
    font-size: 13px;
    line-height: 26px;
  }
  .honor {
    padding-bottom: 50px;
  }
  .vision .imgBox {
    width: 48%;
  }
  .vision .imgBox img {
    max-width: 100%;
  }
  .vision .info {
    padding-top: 30px;
  }
  .vision .info p {
    font-size: 13px;
  }
}
