body {
  background-color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
@keyframes popShow {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transition: translateY(0px);
    -ms-transition: translateY(0px);
    -o-transition: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transition: translateY(-10px);
    -ms-transition: translateY(-10px);
    -o-transition: translateY(-10px);
    transform: translateY(-10px);
  }
}
a {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}
a:hover{
  color: #ff91b8;
}
.text-right{
  text-align: center;
  line-height: 35px;
}

.clearFloat{
  clear: both;
}
.wrap{
  width: 1200px;
  margin: 0 auto;
}
.logo {
  width: 212px;
  height: 75px;
  background-image: url(../img/logo.jpg)
}
.top{
  background-color: #fff;
}
.top .logo{
  float: left;
  margin: 10px 0;
}
.top ul.menu{
  float: right;
}
.top ul.menu li {
  float: left;
  height: 90px;
  padding-left: 72px;
  line-height: 90px;
}
.top ul.menu li a.selected{
  color: #ff91b8;
}
.banner{
  width: 100%;
  height: 712px;
  overflow: hidden;
  position: relative;
}
.banner .dots {
  text-align: center;
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  z-index: 10;
}
.banner .dots span {
  cursor: pointer;
  padding: 4px;
  margin: 0;
  font-size: 0;
  margin: 0 5px;
  border-radius: 15px;
  border: 1px solid #fff;
}
.banner .dots span:hover,
.banner .dots span.current {
  background-color: #fff;
}
.page-banner{
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.banner ul, .banner ul li{
  position: relative;
  height: 712px;
  float: left;
}
.page-banner ul, .page-banner ul li{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: top center;
  background-attachment: fixed;
}
.big_title{
  color: #FF91BF;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 44px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/line.jpg);
}
.content{
  margin-top: 40px;
}
.about {
  margin-bottom: 110px;
}
.about .con{
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
}
.about .con .text_left{
  width: 680px;
  float: left;
}
.about .con .text_left .more_link{
  float: right;
  border-bottom: 2px solid #000;
  margin-top: 35px;
  color: #000;
}
.about .con .img_right{
  float: right;
  width: 506px;
  height: 362px;
}
.product{
  overflow: hidden;
  margin-bottom: 110px;
}
.product .con{
  width: 1250px;
  margin-left: -15px;
  height: 518px;
  overflow: hidden;
}
.product .con dl{
  width: 382px;
  height: 520px;
  float: left;
  position: relative;
  margin: 0 15px;
}
.product .con dl:hover{
  -webkit-animation: popShow 0.2s 0s linear;
  -moz-animation: popShow 0.2s 0s linear;
  -ms-animation: popShow 0.2s 0s linear;
  -o-animation: popShow 0.2s 0s linear;
  animation: popShow 0.2s 0s linear;
  transform: translateY(-10px);
}
.product .con dl a, .product .con-mail dl a{color: #000}
.product .con dl dt{
  width: 382px;
  height: 458px;
}
.product .con dl dt img{
  width: 100%;
  height: 100%;
}
.product .con dl dd{
  position: absolute;
  left: 19px;
  bottom: 0;
  width: 343px;
  height: 75px;
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 55px;
  background-image: url(../img/pro_bg.jpg);
}
.product .con dl dd p{
  font-size: 14px;
}
.product .con dl dd i{
  font-size: 12px;
}
.product .con-mail{
  padding: 10px 0 103px 0;
  overflow: hidden;
  font-size: 0px;
}
.product .con-mail dl{
  width: 228px;
  height: 276px;
  padding: 20px;
  font-size: 14px;
  float: left;
  margin: 15px;
  background-color: #F5F6F6;
  border: 1px solid #EEEEEE;
}
.product .con-mail dl dt{
  width: 228px;
  height: 228px;
  overflow: hidden;
}
.product .con-mail dl dt img{
  width: 228px;
  height: 228px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.product .con-mail dl dt img:hover{
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.product .con-mail dl dd p{
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}
.page-list{
  position:relative;
  top:100px;
  clear:both;
  text-align: center;
  font-size: 0;
  padding: 5px 0;
}
.page-list a{
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #EEE;
  margin-left: -1px;
}
.page-list a:hover, .page-list a.cur{
  background-color: #ff91b8;
  border: 1px solid #ff91b8;
  color: #fff;
}
.footer{
  background-color: #000;
  overflow: hidden;
  color: #000;
  padding: 88px 0;
  text-align: center;
}
.footer .footer_info .footer_logo{
  width: 220px;
  height: 83px;
  display: inline-block;
  background-image: url(../img/footLogo.jpg);
  margin-right: 56px;
}
.footer .footer_info .footer_address{
  display: inline-block;
  color: #fff;
  text-align: left;
  border-left: 1px solid #696868;
  padding-left: 56px;
  line-height: 30px;
}
.copyright{
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #191919;
  color: #696868;
}
.nav_con{
  padding: 20px 0;
  background-color: #E8E9E9;
}
.nav_con .nav{
  line-height: 25px;
  color: #676767;
}
.nav_con .nav .link{
  color: #ff91b8;
}
.nav_con .nav em{
  padding: 0 5px;
  font-style: normal;
}
.nav_con .nav span{
  color: #676767
}
.product-details{
  padding: 40px 0;
}
.product-details h3{
  text-align: center;
  color: #ff91b8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-details .product-img{
  display: block;
  width: 500px;
  margin: 0 auto;
}
.product-details .product-details-info{
  width: 800px;
  border-top: 1px solid #E8E9E9;
  padding-top: 40px;
  margin: 35px auto;
}