@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;
  }
}
@keyframes run {
  0% {
    transform: translate(1000px);
    -webkit-transform: translate(1000px);
    -moz-transform: translate(1000px);
    -ms-transform: translate(1000px);
    -o-transform: translate(1000px);
  }
  80% {
    transform: translate(-10%);
    -webkit-transform: translate(-10%);
    -moz-transform: translate(-10%);
    -ms-transform: translate(-10%);
    -o-transform: translate(-10%);
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}
@-webkit-keyframes run {
  0% {
    transform: translate(1000px);
    -webkit-transform: translate(1000px);
    -moz-transform: translate(1000px);
    -ms-transform: translate(1000px);
    -o-transform: translate(1000px);
  }
  80% {
    transform: translate(-10%);
    -webkit-transform: translate(-10%);
    -moz-transform: translate(-10%);
    -ms-transform: translate(-10%);
    -o-transform: translate(-10%);
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}
.banner {
  width: 100%;
  height: 16.5rem;
  position: relative;
  overflow: hidden;
}
.banner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background: no-repeat center center;
}
.banner .content .info {
  width: 590px;
  height: 270px;
  position: absolute;
  right: 90px;
  top: 154px;
  opacity: 0;
}
.banner .content .info .bg {
  width: 100%;
  height: 100%;
  /*background: #3bb87f;*/
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
}
.banner .content .txt:hover .more {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.banner .content .txt {
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 60px;
  color: #ffffff;
}
.banner .content h5 {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 20px;
}
.banner .content p {
  font-size: 22px;
  padding-bottom: 40px;
}
.banner .content .more {
  display: block;
  width: 158px;
  height: 36px;
  border: 1px solid #aae1cc;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  background: #3bb87f;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.banner .in .info {
  animation: run 1s ease-out 1s both;
  opacity: 1;
}
.banner .banner-nav {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.banner .banner-nav .child {
  width: 46px;
  height: 6px;
  background: #005fa6;
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
.banner .banner-nav .on {
  background: #29b473;
}
.company {
  padding: 90px 0;
  overflow: hidden;
}
.company .info {
  width: 36%;
  max-width: 630px;
  padding-right: 4%;
  float: left;
}
.company .imgs {
  width: 60%;
  float: left;
  overflow: hidden;
}
.company .imgs img {
  max-width:100%;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.company .imgs:hover 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);
}
.company .info_c {
  max-width: 542px;
  font-size: 15px;
  color: #444444;
  line-height: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company .info_c p{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.company .info_c .more{
  display: block;
  margin-top: 50px;
  width: 160px;
  height: 44px;
  background: #005fa6;
  text-align: center;
  line-height: 44px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 16px;
  color:#fff;
}
.company .info_c .more2{
   display: block;
  margin-top: 20px;
  width: 140px;
  padding: 10px 10px;
  background: #005fa6;
  text-align: center;
  border-radius: 2px;
  padding-top: 30px
  -webkit-border-radius: 2px;
  font-size: 13px;
  color:#fff;
}
.company .info_c .more2:hover{
  background: #33af74;
}
.company .info_c .more:hover{
  background: #33af74;
}
.baseT h2 {
  font-size: 48px;
  color: #444444;
  font-family: 'arialregular';
  font-weight: bold;
  padding-bottom: 14px;
}
.baseT p {
  font-size: 24px;
  color: #666666;
  padding-bottom: 22px;
}
.baseT span {
  width: 50px;
  height: 4px;
  background: #005fa6;
  display: block;
}
.product {
  padding: 94px 0 60px 0;
  background: #005fa6;
  color: #ffffff;
  text-align: center;
}
.product h2,
.product p {
  color: #ffffff;
}
.product ul {
  font-size: 0;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 50px;
}
.product ul li {
  width: 420px;
  height: 360px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
}
.product ul li img {
  max-width:100%;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.product ul li .big {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product ul li .bg_t {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #29b473;
  color: #ffffff;
  position: absolute;
  bottom: 0!important;
  left: 0;
  font-size: 18px;
  opacity: .9;
}
.lookMore {
  width: 160px;
  height: 44px;
  background: #29b473;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
}

.news {
  overflow: hidden;
  text-align: center;
  padding: 90px 0 60px 0;
}
.news ul {
  font-size: 0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.news ul li {
  width: 50%;
  height: 280px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.news ul li:hover .txt .arrow{
  display: block;
}
.news ul li .imgs {
  width: 50%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.news ul li .txt {
  background: #f5f5f5;
  width: 50%;
  height: 100%;
  position: relative;
}
.news ul li .txt .arrow{
  display: none;
  border-width:10px;
  border-style:dotted solid dotted dotted;
  border-color:transparent #005fa6   transparent transparent;
  position: absolute;
  left:-20px;top:50%;
  margin-top: -20px;
}
.news ul li.fuck .txt .arrow{
  border-style:dotted  dotted dotted solid;
  border-color:transparent transparent transparent #005fa6 ;
  left:auto;
  right:-20px;
}
.news ul li h6 {
  padding-top: 50px;
  font-size: 22px;
  color: #333333;
  padding-bottom: 6px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news ul li span {
  font-size: 14px;
  color: #888888;
  padding-bottom: 26px;
  display: block;
}
.news ul li p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  height:48px;
  overflow: hidden;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul li .info {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.news ul li .more {
  width: 130px;
  height: 38px;
  background: #005fa6;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  margin-top: 30px;
}
.news ul .newsAdd .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);
}
.news ul .newsAdd .txt {
  background: #005fa6;
}
.news ul .newsAdd .txt h6,
.news ul .newsAdd .txt span,
.news ul .newsAdd .txt p {
  color: #ffffff;
}
.news ul .newsAdd .txt .more {
  background: #29b473;
}
.total {
  width: 100%;
  height: 420px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.total .kuai {
  width: 620px;
  height: 210px;
  border: 2px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.total .kuai h6 {
  padding-top: 60px;
  padding-bottom: 16px;
  font-size: 52px;
  font-family: 'arialregular';
  color: #ffffff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.total .kuai p {
  font-size: 30px;
  color: #ffffff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.product.out ul li {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
.product.in ul li {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.news.out ul li {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
.news.in ul li {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.total.out .kuai h6,
.total.out .kuai p {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
.total.in .kuai h6,
.total.in .kuai p {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

@media (max-width: 720px) {
  .news ul li p{height:35px;}
  .banner {
    height:136px;
  }
  .banner .content{
    -webkit-background-size: auto 190px;
    background-size: auto 136px;
  }
  .banner .banner-nav{bottom:4px;height:10px;}
  .banner .content .info {
    right: 3%;
    width: 220px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 120px;
  }
  .banner .content h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .banner .content p {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .banner .content .more {
    width: 100px;
	height:26px;
	line-height:26px;
    font-size: 12px;
  }
  .banner .content .txt {
    padding-top: 20px;
    width: 94%;
  }
  .banner .banner-nav .child {
    width: 30px;
    height: 5px;
  }
  .company .info {
    width: 100%;
    padding-right: 0;
    padding-top: 0px;
  }
  .company .imgs {
    width: 100%;
  }
  .company .info_c {
    padding: 10px 0;
    line-height: 22px;
    font-size: 12px;
  }
  .product ul li .bg_t {
    font-size: 12px;
  }
  .lookMore,.company .info_c .more {
    width: 100px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
  .company .info_c .more{margin-top: 12px;}
  .baseT h2 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .baseT p {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .baseT span {
    height: 2px;
  }
  .company,
  .product,
  .news {
    padding: 30px 0 20px 0;
  }
  .news ul {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .news ul li {
    height: 160px;
    width: 100%;
    margin-bottom: 6px;
  }
  .news ul li h6 {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .news ul li span {
    padding-bottom: 6px;
    font-size: 12px;
  }
  .news ul li .more {
    margin-top: 16px;
    width: 90px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .news ul li p {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news ul li .txt {
    padding-bottom: 20px;
  }
  .news ul li .info {
    width: 90%;
  }
  .company .imgs img {
    max-width: 100%;
  }
  .news ul li .imgs img {
    width: 100%;
    max-height: 200px;
  }
  .product ul {
    padding: 10px 0;
  }
  .product ul li {
    width: 48%;
    margin-right: 4px;
    margin-bottom: 4px;
    height: auto;
    overflow: hidden;
  }
  .product ul li img {
    max-width: 100%;
  }
  .total {
    height: 220px;
	
  }
  .total .kuai {
    width: 80%;
	max-width:240px;
    height: 70px;
  }
  .total .kuai h6 {
    padding-top: 16px;
    font-size: 22px;
    padding-bottom: 6px;
  }
  .total .kuai p {
    font-size: 12px;
  }
  .news ul li .txt .arrow{border-width:6px;left:-12px;margin-top: -12px;}
  .news ul li.fuck .txt .arrow{border-width:6px;left:auto;right:-12px;margin-top: -12px;}
}
@media (max-width: 350px){
  .banner {
      height:144px;
    }
    .banner .content{
      -webkit-background-size: auto 144px;
      background-size: auto 144px;
    }
    .banner .content .info{
      width: 156px;
      height:70px;
    }
    .banner .content .txt{padding-top: 10px;}
    .banner .content h5{padding-bottom: 4px;font-size: 14px;}
    .banner .content p{padding-bottom: 6px;line-height: 18px;}
    .banner .content .more{width: 80px;height: 24px;line-height: 24px;display: none;}
}
@media (min-width: 500px) and (max-width: 720px) {
  .banner {
    height: 340px;
  }
  .banner .content{background-size:auto 340px;-webkit-background-size:auto 340px;}

}
@media (min-width: 721px) and (max-width: 1023px) {
  .banner {
    height: 18rem;
  }
    .banner .content{background-size:auto 18rem;-webkit-background-size:auto 18rem;}

  .banner .content .info {
    right: 3%;
    width: 440px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 200px;
  }
  .banner .content h5 {
    font-size: 30px;
  }
  .banner .content p {
    font-size: 16px;
  }
  .banner .content .txt {
    padding-top: 30px;
  }
  .company .info_c {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 12px;
  }
  .product ul li .bg_t {
    font-size: 14px;
  }
  .lookMore,.company .info_c .more{
    width: 140px;
  }
  .company .info_c .more{margin-top: 20px;}
  .baseT h2 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .baseT p {
    font-size: 16px;
  }
  .company .info{padding-top: 20px;}
  .company,
  .product,
  .news {
    padding: 60px 0 40px 0;
  }
  .news ul {
    padding-top: 20px;
  }
  .news ul li {
    height: 160px;
  }
  .news ul li h6 {
    padding-top: 20px;
    font-size: 14px;
    height:24px;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .news ul li span {
    padding-bottom: 6px;
    font-size: 12px;
  }
  .news ul li .more {
    margin-top: 2px;
    width: 90px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .news ul li p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news ul li .txt {
    padding-bottom: 20px;
  }
  .news ul li .info {
    width: 90%;
  }
  .company .imgs img {
    max-width: 100%;
  }
  .news ul li .imgs img {
    width: 100%;
    max-height: 200px;
  }
  .product ul {
    padding: 20px 0;
  }
  .product ul li {
    width: 24%;
    margin-right: 4px;
    height: auto;
    overflow: hidden;
  }
  .product ul li img {
    max-width: 100%;
  }
  .total {
    height: 380px;
  }
  .total .kuai {
    width: 480px;
    height: 200px;
  }
  .total .kuai h6 {
    padding-top: 56px;
    font-size: 44px;
    padding-bottom: 6px;
  }
  .total .kuai p {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .banner {
    height: 17rem;

  }
  .banner .content {-webkit-background-size: auto 17rem;
  background-size: auto 17rem;}
  .banner .content .info {
    right: 3%;
    width: 360px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .banner .content h5 {
    font-size: 36px;
  }
  .company .info_c {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .banner .content .info {
    right: 3%;
    width: 540px;
  }
  .baseT h2 {
    font-size: 34px;
    padding-bottom: 8px;
  }
    .company .info{padding-top: 30px;}

  .company,
  .product,
  .news {
    padding: 70px 0 40px 0;
  }
  .news ul {
    padding-top: 20px;
  }
  .company .info_c .more{margin-top: 30px;width: 140px;height: 38px;line-height: 38px;}
  .news ul li {
    height: 240px;
  }
  .news ul li h6 {
    padding-top: 20px;
    font-size: 20px;
  }
  .news ul li span {
    padding-bottom: 16px;
  }
  .news ul li .more {
    margin-top: 16px;
  }
  .news ul li p {
    font-size: 13px;
  }
  .news ul li .txt {
    padding-bottom: 20px;
  }
  .news ul li .info {
    width: 90%;
  }
  .company .imgs img {
    max-width: 100%;
  }
  .news ul li .imgs img {
    width: 100%;
    max-height: 200px;
  }
  .product ul {
    padding-top: 40px;
  }
  .product ul li {
    width: 24%;
    margin-right: 4px;
    height: auto;
    overflow: hidden;
  }
  .product ul li img {
    max-width: 100%;
  }
  .total {
    height: 380px;
  }
  .total .kuai {
    width: 480px;
    height: 200px;
  }
  .total .kuai h6 {
    padding-top: 56px;
    font-size: 44px;
    padding-bottom: 6px;
  }
  .total .kuai p {
    font-size: 28px;
  }
}
@media (min-width: 1336px) and (max-width: 1720px) {
  .banner .content{-webkit-background-size: auto 17rem;
  background-size: auto 17rem;}
  .banner .content .info {
    right: 3%;
    width: 540px;
  }
  .baseT h2 {
    font-size: 40px;
  }
  .company,
  .product,
  .news {
    padding: 70px 0 40px 0;
  }
  .news ul {
    padding-top: 20px;
  }
  .news ul li {
    height: 240px;
  }
  .news ul li h6 {
    padding-top: 20px;
    font-size: 20px;
  }
  .news ul li span {
    padding-bottom: 16px;
  }
  .news ul li .more {
    margin-top: 16px;
  }
  .news ul li p {
    font-size: 13px;
  }
  .news ul li .txt {
    padding-bottom: 20px;
  }
  .company .imgs img {
    max-width: 100%;
  }
  .news ul li .imgs img {
    width: 100%;
    max-height: 200px;
  }
  .product ul li {
    width: 24%;
    height: auto;
    overflow: hidden;
  }
  .product ul li img {
    max-width: 100%;
  }
  .total {
    height: 380px;
  }
  .total .kuai {
    width: 580px;
    height: 200px;
  }
  .total .kuai h6 {
    padding-top: 56px;
  }
}
