.lookMore {
    width: 138px;
  height: 36px;
  background: #002d64;
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
    margin: 30px auto;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@keyframes run {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  20% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  60% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  80% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes run01 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.banner {
  width: 100%;
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner h6 {
  font-size: 52px;
  color: #002d64;
  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;
  text-align: center;
}
.two-nav .content .container .child:hover,
.two-nav .content .container .in {
  background: #002d64;
  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:hover {
  background: #002d64;
}
.two-nav .left-btn {
  left: 0;
}
.two-nav .right-btn {
  right: 0;
}
.product {
  width: 100%;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.product .list-box {
  border-bottom: 1px solid #e4e7ea;
}
.product .list-box .list {
  width: 24.8%;
  max-width: 475px;
  height: 500px;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-right: 1px solid #e4e7ea;
  border-left: 1px solid #e4e7ea
}
.product .list-box .list .imgBox {
  width: 220px;
  height: 280px;
  text-align: center;
  line-height: 280px;
  margin: 70px auto 0;
}
.product .list-box .list .imgBox img {
  max-width: 100%;
  max-height: 100%;
}
.product .list-box .list .infos {
  width: 100%;
  text-align: center;
}
.product .list-box .list .infos h6 {
  font-size: 28px;
  color: #666666;
  padding-bottom: 12px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  font-family:'微软雅黑"';
}
.product .list-box .list .infos p {
  font-size: 18px;
  color: #666666;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.product .list-box .list:hover {
  background: #f0f0f0;
}
.product .list-box .first {
  background: #edf1f4;
  border-right: 1px solid #edf1f4;
  position: relative;
}
.product .list-box .first .arrow {
  border-width: 16px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #edf1f4;
  position: absolute;
  right: -32px;
  top: 50%;
  margin-top: -16px;
}
.product .list-box .first h6 {
  font-size: 38px;
  color: #444444;
  padding-top: 20%;
}
.product .list-box .first span {
  width: 80px;
  height: 3px;
  background: #d1d1d1;
  display: block;
  margin: 30px auto;
}
.product .list-box .first p {
  font-size: 18px;
  color: #666666;
}
.product .list-box .first .more {
  width: 80px;
  height: 30px;
  display: block;
  background: url(../images/index/more.png) no-repeat center top;
  margin: 70px auto 0;
  font-size: 18px;
  color: #002d64;
  padding-top: 90px;
}
.product .list-box .two {
  width: 50.2%;
  height: 500px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url(../images/index/two-bg.jpg) no-repeat center center;
}
.product .list-box .two .left {
  width: 250px;
  padding-left: 90px;
  padding-top: 150px;
  text-align: left;
  float: left;
}
.product .list-box .two .left h6 {
  font-size: 32px;
  color: #002d64;
  font-family: '微软雅黑';
}
.product .list-box .two .left span {
  font-size: 28px;
  color: #333333;
  display: block;
  margin: 14px 0 40px;
  font-family:'微软雅黑';
}
.product .list-box .two .left p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.product .list-box .two .left .lookMore {
  width: 178px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  display: block;
  border: 1px solid #959595;
  margin-top: 40px;
  font-size: 14px;
  color: #444444;
  text-align: center;
  line-height: 36px;
  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 .list-box .two .left .lookMore:hover {
  border: 1px solid #002d64;
  color: #fff;
  background: #002d64;
}
.product .list-box .two .right {
  float: left;
  width: 299px;
  height: 139px;
  margin-top: 210px;
  padding-left: 140px;
  cursor: pointer;
}
.product .list-box .two .right img {
  animation: run 2s linear 2s infinite;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product .list-box .two .right:hover img {
  animation: run01 2s linear 2s infinite;
}
.product .list-box .nor {
  border-right: 0 none;
}
@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;
  }
  .lookMore{width:80px;height:30px;line-height:30px;font-size:12px;margin:16px auto;}
  .product .list-box .two {
    width: 100%;
    height: 300px;
  }
  .product .list-box .list {
    height: 170px;
    border-bottom: 1px solid #e4e7ea;
	border-left:1px solid #e4e7ea;
	margin-left:-1px;
    width: 49%;
    
    max-width: 100%;
  }
  .product .list-box .first .arrow {
    border-style: solid dashed dashed dashed;
    border-color: #edf1f4 transparent transparent transparent;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -16px;
    top: auto;
    margin-top: 0;
    bottom: -32px;
  }
  .product .list-box {
    border-bottom: 0 none;
  }
  .product .list-box .list .imgBox {
    width: 100%;
    height: 90px;
    margin: 6px auto 0;
    line-height: 90px;
  }
  .product .list-box .list .imgBox img {
    max-width:100%;
  }
  .product .list-box .list .infos{
	margin-top:14px;
  }
  .product .list-box .first .more {
    margin: 20px auto 0;
  }
  .product .list-box .first h6 {
    padding-top: 40px;
    font-size: 14px;
  }
  .product .list-box .list .infos h6 {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .product .list-box .list .infos p {
    font-size: 12px;
  }
  .product .list-box .two .left {
    padding-left: 30px;
    padding-top: 20px;
  }
  .product .list-box .two .right {
    float: right;
    padding-left: 0;
    margin-top: 90px;
    padding-right: 30px;
  }
  .product .list-box .first span {
    margin: 16px auto;
  }
  .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: 100%;
    height: 50px;
    line-height: 50px;
  }
  .two-nav .content .container {
    width: 86%;
  }
  .two-nav .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .banner .content1 .imgs {
    right: -45px;
  }
  .product .list-box .list {
    width: 49.6%;
  }
  .product .list-box .two {
    width: 100%;
    height: 300px;
  }
  .product .list-box .list {
    height: 300px;
    border-bottom: 1px solid #e4e7ea;
  }
  .product .list-box {
    border-bottom: 0 none;
  }
  .product .list-box .list .imgBox {
    width: 150px;
    height: 150px;
    margin: 20px auto 0;
    line-height: 150px;
  }
  .product .list-box .list .imgBox img {
    max-width: 80%;
  }
  .product .list-box .first .more {
    margin: 20px auto 0;
  }
  .product .list-box .first h6 {
    padding-top: 40px;
  }
  .product .list-box .list .infos h6 {
    font-size: 24px;
  }
  .product .list-box .list .infos p {
    font-size: 16px;
  }
  .product .list-box .two .left {
    padding-left: 30px;
    padding-top: 20px;
  }
  .product .list-box .two .right {
    float: right;
    padding-left: 0;
    margin-top: 90px;
    padding-right: 30px;
  }
  .product .list-box .first span {
    margin: 16px auto;
  }
  .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: 1560px) {
  .product .list-box .two .right {
    padding-left: 0;
    padding-top: 0;
    width: 210px;
    height: auto;
  }
  .product .list-box .two .right img {
    max-width: 100%;
  }
  .product .list-box .list {
    height: 400px;
  }
  .product .list-box .list .imgBox {
    width: 180px;
    height: 180px;
    margin: 60px auto 10px;
    line-height: 180px;
  }
  .product .list-box .list .imgBox img {
    max-width: 80%;
  }
  .product .list-box .two {
    height: 400px;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .product .list-box .two .left,
  .about .left .info {
    padding-top: 40px;
    padding-left: 30px;
  }
  .product .list-box .list .infos h6 {
    font-size: 24px;
  }
  .product .list-box .list .infos p {
    font-size: 16px;
  }
}
