/* 公共样式 开始 */
html {
  font-size: 24px;
}
body {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Microsoft YaHei';
  color: #4e4e4e;
  background-color: #fff;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 3.5rem;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.clear:after,
.clear:before {
  display: table;
  content: " ";
  clear: both;
}
.ell-1 {
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ell-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ell-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ell-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.warp {
  margin: 0 1.25rem;
}
.return-top {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6) url(../images/top.png) no-repeat center;
  border-radius: 50%;
  position: fixed;
  right: -110px;
  z-index: 999;
  bottom: 100px;
  cursor: pointer;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 768px) {
  .return-top {
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
}
.return-top.show {
  right: 25px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.header {
  line-height: 3.5em;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0.375rem 0.75rem rgba(253, 67, 5, 0.2);
  position: relative;
  z-index: 999;
}
.header:after,
.header:before {
  display: table;
  content: " ";
  clear: both;
}
.header img {
  max-width: 100%;
}
.header .logo {
  float: left;
  width: 12%;
}
.header .menu {
  float: right;
  width: 7.5%;
}
.nav {
  position: relative;
  z-index: 997;
  width: 100%;
  max-width: 750px;
  /* top: 3.5rem; */
  background-color: #fff;
  /* display: none; */
}
.nav li {
  width: 14%;
  float: left;
  text-align: center;
}
.nav li a {
  display: block;
  padding: 0.6rem 0;
  color: #555;
}
.nav li.slt a {
  color: #E60012;
}
.banner{
  width: 100%;
}
.banner-box{
  position: relative;
}
.banner-bg{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.liangd{
  text-align: center;
  border: 1px solid #050724;
  margin: 0 1.25rem;
  border-radius: 2rem;
  margin-top: -1rem;
  position: relative;
  background-color: #fff;
}
.liangd li{
  width: 30%;
  display: inline-block;
}
.liangd img{
  margin-top: -3px;
  display: inline-block;
}
.liangd li span{
  background: url(../images/check01.png) no-repeat left center;
  background-size: 1em;
  padding-left: 1.5rem;
  font-size: 14px;
  color: #999;
}

.quick-menu{
  margin: 1.25rem 1.25rem 3rem;
}
.quick-menu dl{
  width: 48%;
  padding: 1.25rem 0.82rem;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 9px 18px rgba(0, 97, 255, 0.1);
}
.quick-menu dl.l{
  float: left;
  background-image: url(../images/bg-img01.png);
}
.quick-menu dl.r{
  float: right;
  background-image: url(../images/bg-img02.png);
}
.quick-menu dl dt{
  float: left;
  text-align: center;
  width: 4.16rem;
  /* width: 33%; */
  height: 4.16rem;
  line-height: 4.16rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-size: cover;
}
.quick-menu dl dt a img{
  width: 100%;
}
.quick-menu dl dd{}
.quick-menu dl dd h3{
  font-size: 1.33rem;
  font-weight: bold;
}
.quick-menu dl dd h3 a{
  color: #050724;
}

.index-h2{
  text-align: center;
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 1.25rem;
}
.index-h2 span{
  color: #e62129;
}

.jz01{
  width: 100%;
  margin-bottom: 1.25rem;
}
.jz02{
  width: 57.68%;
  float: left;
}
.jz03{
  width: 38%;
  float: right;
}
.index-more{
  display: block;
  border-top: 1px solid #e9e9e9;
  margin: 1.25rem 0 2rem;
  padding-top: 0.625rem;
  text-align: center;
  color: #999;
}

.tsjiazhi{
  padding: 1.5rem 0 3rem;
  background: url(../images/jiazhi-bg.jpg) no-repeat right top;
  background-size: 46%;
}
.jz-box{
  position: relative;
  margin-bottom: 1.25rem;
}
.jz-box:before{
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  left: 5px;
  bottom: -5px;
  background-color: #415275;
  border-radius: 4px;
}
.jz-box dl{
  position: relative;
  background-color: #fff;
  margin-right: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.jz-box dl dt{}
.jz-box dl dt img{
  width: 100%;
}
.jz-box dl dd{
  padding: 0 0.8rem;
  background: url(../images/dd-bg.png) no-repeat right center;
  background-size: auto 100%;
}
.jz-box dl dd h3{
  font-size: 16px;
  line-height: 3.6rem;
}
.jz-box dl dd h3 a{
  color: #333;
}
.jz-box dl dd p{
  border-top: 1px solid #ddd;
  padding: 0.5rem 0 0.625rem;
  line-height: 2.5rem;
}
.jz-box dl dd p span{
  color: #666;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
}
.jz-box dl dd p span strong{
  color: #e62129;
  font-weight: normal;
}
.jz-box dl dd p span:first-child{
  border-right: 1px solid #ddd;
}
.jz-box dl dd p span:last-child{
  padding-left: 1.25rem;
}

.quanzi{
  background-color: #f5f5f5;
  margin: 3.25rem 0 1.25rem;
}
.quanzi dl{}
.quanzi dl dt{
  width: 43%;
  float: left;
  box-shadow: 0 15px 40px rgba(5, 6, 34, .5);
  margin-top: -2rem;
}
.quanzi dl dt img{
  width: 100%;
}
.quanzi dl dd{
  width: 52%;
  float: right;
}
.quanzi dl dd h3{
  font-size: 16px;
  margin: 1rem 0 0.5rem;
  font-weight: normal;
}
.quanzi dl dd h3 a{
  color: #333;
}
.quanzi dl dd .time{
  color: #999;
}
.quanzi dl dd .name{
  color: #999;
}
.quanzi dl dd p{
  color: #666;
  margin-top: 0.5rem;
}

.qz-list{}
.qz-list li{
  padding: 1.25rem;
  background-color: #f5f5f5;
  margin-bottom: 1.25rem;
}
.qz-list li h3{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.qz-list li h3 a{
  color: #333;
}
.qz-list li p{
  color: #777;
  margin-bottom: 0.25rem;
}
.qz-list li span{
  color: #999;
}

.khly{}
.khly img{
  width: 100%;
}

.footer{
  position: fixed;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  z-index: 9999;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.footer ul{}
.footer ul li{
  width: 33.33%;
  float: left;
  text-align: center;
}
.footer ul li.l{
  text-align: left;
}
.footer ul li.r{
  text-align: right;
}
.footer ul li a{
  color: #333;
  display: inline-block;
  padding: 5px 0 3px;
  width: 4rem;
  text-align: center;
}
.footer ul li a img{
  height: 1.625rem;
}

.footer.foot-tel ul li{
  width: 50%;
}
.footer.foot-tel ul li.l{text-align: center;}
.footer.foot-tel ul li.c{display: none;}
.footer.foot-tel ul li.r{text-align: center;}

.inner-main{
  margin-top: 1.5rem;
  
}
.inner-main p{
  line-height: 2;
  margin-bottom: 1.25rem;
}
.inner-main video{
  margin-bottom: 1.25rem;
  max-width: 100%;
}
.inner-main img{
  max-width: 100%;
}

.shili-lb{}
.shili-lb .item{}
.shili-lb .item img{}
.shili-lb .item .txt{
  margin: -2.5rem 0.8rem 0;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  box-shadow: 0 0 30px rgba(62, 61, 61, .2);
  margin-bottom: 3.5rem;
}
.shili-lb .item .txt strong{
  color: #e62129;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
.shili-lb .item .txt strong:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(transparent, #fff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(transparent, #fff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(transparent, #fff); /* Firefox 3.6 - 15 */
  background: linear-gradient(transparent, #fff); /* 标准的语法 */
}
.shili-lb .item .txt p{
  font-size: 1.08rem;
  margin-bottom: 0;
  line-height: 1;
}
.shili-lb .slick-dots{
  bottom: 20px;
}
.shili-lb .slick-dots li{
  width: 1rem;
  height: 0.25rem;
  background-color: #ddd;
  overflow: hidden;
  border-radius: 3px;
}
.shili-lb .slick-dots li.slick-active{
  background-color: #e62129;
}
.gy-lc {
  height: 16rem;
  overflow-y: auto;
  margin-bottom: 2rem;
}
.gy-lc ul {
  padding-left: 1.333rem;
  background: url(../images/tb-bc.jpg) repeat-y left top;
}
.gy-lc ul li {
  display: table;
  min-height: 6.5rem;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}
.gy-lc ul li span {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  color: #e60067;
  font-size: 1.333rem;
  font-weight: bold;
}
.gy-lc ul li p {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  line-height: 1.75em;
  color: #666;
}
.fw-zc{
  background-color: #f5f5f5;
  padding: 0 1.25rem;
  margin: 3.25rem 0 2rem;
}
.fw-zc dt{
  width: 34%;
  float: right;
  margin-top: -2rem;
  box-shadow: 0 0 30px rgba(103, 103, 103, .3);
}
.fw-zc dd{
  font-size: 1.08rem;
  padding-top: 2rem;
  width: 61.5%;
  color: #666;
}

.news-list{
    margin-bottom: 3rem;
}
.news-list li{
  margin-bottom: 1.666rem;
}
.news-list li .top{
  margin: 0 0.4rem;
  box-shadow: 0 8px 8px rgba(47, 63, 84, .2);
  padding: 1.5rem 1.25rem;
  border-radius: 6px;
  background-color: #fff;
}
.news-list li .top h3{
  font-size: 1.25rem;
  border-bottom: 4px solid #f5f5f5;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
}
.news-list li .top h3 a{
  color: #333;
}
.news-list li .top p{
  margin-bottom: 0;
  font-size: 1.166rem;
}
.news-list li .bottom{
  background: url(../images/nm-bg.png) no-repeat center;
  margin: 0 1.125rem;
  padding: 0 1.25rem;
  line-height: 2rem;
  box-shadow: 0 8px 8px rgba(47, 63, 84, .2);
  border-radius: 0 0 6px 6px;
}
.news-list li .bottom span{
  color: #cab386;
  font-size: 1.08rem;
  background: url(../images/time02.png) no-repeat left center;
  padding-left: 1.875rem;
  background-size: 1.08rem;
}
.news-list li .bottom a{
  float: right;
}
.news-list li .bottom a img{
    height: 0.333rem;
}
.news-body{
  background-color: #f5f5f5;
}

/* 联系我们 */
.lx-top{
  background: url(../images/lxm-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 2rem 2.5rem 1.5rem 2.75rem;
  margin-top: -5.4rem;
  position: relative;
}
.lx-top .index-h2{
  text-align: left;
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
}
.lx-top p{
  line-height: 2;
  color: #666;
}
.lx-top p strong{
  font-size: 1.25rem;
  color: #da251d;
}
.lx-top .btn{
  display: inline-block;
  width: 10rem;
  line-height: 2.83rem;
  background-color: #da251d;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
  box-shadow: 0 8px 30px rgba(218, 37, 29, .3);
}
.lx-top p.jj{
  font-size: 0.8rem;
  color: #afafaf;
}

.liuyan{
  margin-top: 0.8rem;
  padding: 1.875rem 0 1.5rem;
  background: url(../images/ly-bg.jpg) no-repeat center top;
  background-size: 100%;
}
.ly-left{
  width: 42.6%;
  float: left;
  margin-right: 1.875rem;
  box-shadow: 0 15px 30px rgba(218, 37, 29, .3);
}
.liuyan h3{
  padding-top: 5rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.liuyan h3 a{
  color: #050622;
}
.liuyan p{
  font-size: 1.08rem;
  color: #999;
  line-height: 2;
}
.liuyan form{
  margin-top: 1.5rem;
}
.liuyan form input,
.liuyan form textarea{
  width:100%;
  outline: none;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding:0.5rem 1rem 0.5rem 2.5rem;
  font-family: '';
  box-sizing: border-box;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 1.208rem;
  font-size: 1.166rem;
}
.liuyan form input::placeholder,
.liuyan form textarea::placeholder{
  color: #666;
}
.liuyan form input.name{
  background-image: url(../images/tb-ly01.png);
  background-size: 1rem;
}
.liuyan form input.phone{
  background-image: url(../images/tb-ly02.png);
}
.liuyan form textarea.text{
  background-image: url(../images/tb-ly03.png);
  background-position: 10px 8px;
}
.liuyan form button{
  display: block;
  width: 100%;
  font-size: 1.166rem;
  font-weight: bold;
  color: #fff;
  background-color: #da251d;
  height: 3rem;
  border: 0;
  outline: none;
  border-radius: 4px;
}
.ditu{
  background-color: #f5f5f5;
  padding: 0.75rem 0 3.5rem;
}
.ditu h2{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.ditu p{
  text-align: center;
  margin-bottom: 1.5rem;
}
.ditu img{
  width: 100%;
}

.pro-banner{
  background: url(../images/prob-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1.666rem;
}
.pro-banner .pro-lb{
  margin: 0 0.25rem;
}
.pro-banner .slick-dots{
  bottom: 2.75rem;
}
.pro-banner .slick-dots li{
  width: 0.7rem;
  height: 0.25rem;
  background-color: #fff;
  overflow: hidden;
}
.pro-banner .slick-dots li.slick-active{
  background-color: #e62129;
}
.pro-banner img{
  width: 100%;
}

.pro-baojia{
  background: url(../images/swt-bg.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
  margin-top: -2.25rem;
  position: relative;
}
.pro-baojia span{
  display: inline-block;
}
.pro-baojia span img{
  height: 2.666rem;
  border-radius: 1.5rem;
}

.pro-menu{
  background-color: #f5f5f5;
  padding: 2.5rem 1.25rem 0;
}
.pro-menu li{
  width: 50%;
  float: left;
  text-align: center;
  font-size: 1.5rem;
}
.pro-menu li span{
  display: inline-block;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid transparent;
}
.pro-menu li.active span{
  border-color: #e62129;
  color: #e62129;
}

.pro-list{
  /* margin: 1.5rem 0 ; */
}
.pro-list ul{
  margin: 1.5rem -0.625rem 3rem;
  display: none;
}
.pro-list ul.show{
  display: block;
}
.pro-list li{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.pro-list li .bg-main{
  box-shadow: 0 8px 16px rgba(47, 58, 78, .1);
}
.pro-list li .bg-main > a{
  display: block;
  position:relative; 
  padding-top:75%;
}
.pro-list li .bg-main > a img{
  margin-bottom: 0;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.pro-list li h3{
  font-size: 1.25rem;
  padding: 0.8rem 0.6rem;
  border-bottom: 2px solid #f5f5f5;
  background: none;
  margin-bottom: 0;
}
.pro-list li h3 a{
  color: #333;
}
.pro-list li p{
  color: #666;
  padding: 0.625rem 0.5rem 1.25rem 0.8rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.pro-list li p strong{
  color: #e62129;
  font-weight: normal;
}

.prodetails-jj{
  background-color: #f5f5f5;
  padding-bottom: 1rem;
}
.prodetails-jj .warp{
  background: #fff url(../images/pdt-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0 1.25rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}
.prodetails-jj h1{
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  padding: 1.25rem 0 0.625rem;
}
.prodetails-jj p.welcome{
  font-size: 1.08rem;
  color: #a18264;
}
.prodetails-jj .btn-zx{
    display: inline-block;
    padding: 2px 2px 10px;
    background-color: #da251d;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: -3.75rem;
    box-shadow: 9px 12px 30px rgba(206, 17, 24, .3);
}
.prodetails-jj .btn-zx img{
    width: 5.416rem;
    display: block;
    margin-bottom: 10px;
}
.prodetails-jj ul{
    border-bottom: 2px solid #f5f5f5;
    padding: 1.5rem 0 1.5rem;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}
.prodetails-jj ul li{
    float: left;
    width: 50%;
}
.prodetails-jj ul li img{
    float: left;
    margin-right: 10px;
    width: 3.583rem;
}
.prodetails-jj ul li p{
    float: left;
    color: #666;
    font-size: 1.08rem;
}
.prodetails-jj ul li p span{
    display: block;
    color: #da251d;
    font-size: 1.166rem;
    font-weight: bold;
}

.prodetails-jj p.p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}
.prodetails-jj p.p span{
    color: #111;
    display: inline-block;
    height: 60px;
    float: left;
    margin-right: 10px;
}
.prodetails-jj .ys{
    display: block;
    margin: 0 -1.25rem;
}
.prodetails-jj .ys img{
    width: 100%;
}

.pro-details{
    padding: 1.666rem 0 0;
}
.pro-details h3{
    font-size: 1.5rem;
    background: url(../images/tb-h3.jpg) no-repeat left center;
    background-size: auto 1.25rem;
    padding-left: 0.8rem;
    margin-bottom: 1.25rem;
}
.pro-details img,
.pro-details video{
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}
.pro-details p{
    font-size: 1.08rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.pro-details a{
  color: #38f;
}

.pro-youshi{}
.pro-youshi p{
    border: 1px solid #ddd;
    padding: 0 1.5rem 1rem;
    color: #aa9970;
    line-height: 1.875rem;
    box-shadow: 0 15px 10px -10px rgba(207, 192, 161, .45);
    border-radius: 4px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 4rem;
}
.pro-youshi p span{
    display: block;
    text-align: center;
    margin: 1.25rem 0 0.8rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.pro-youshi p span strong{
    display: inline-block;
    background: url(../images/bg-dian.png) no-repeat center;
    padding: 0 4.2rem;
    background-size: 100% 0.83rem;
    color: #333;
}
.pro-youshi p.ys01{
    background-image: url(../images/tb-ys04.png);
}
.pro-youshi p.ys02{
    background-image: url(../images/tb-ys05.png);
}
.pro-youshi p.ys03{
    background-image: url(../images/tb-ys06.png);
}
.pro-youshi p.ys04{
    background-image: url(../images/tb-ys07.png);
}
.pro-youshi p.ys05{
    background-image: url(../images/tb-ys08.png);
}
.pro-youshi p.ys06{
    background-image: url(../images/tb-ys09.png);
}

/* 新闻内页 */
.nd-top{
  background: url(../images/banner-news-details.jpg) no-repeat center top;
  background-size: 100%;
}
.nd-top h1{
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.nd-top .bg{
  margin-left: 1.25rem;
  background-color: #fff;
  border-top-left-radius: 4px; 
  box-shadow: 0 8px 15px rgba(218, 37, 29, .05);
}
.nd-top .bg .txt{
  margin-right: 1.25rem;
}
.nd-top .bg .txt .left{
  float: left;
  padding: 1rem 0.8rem;
}
.nd-top .bg .txt .left span{
    color: #999;
    font-size: 1.08rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1rem;
    padding-left: 1.5rem;
    display: inline-block;
}
.nd-top .bg .txt .left span.name{
    background-image: url(../images/tb-name.jpg);
    margin-right: 1.5rem;
}
.nd-top .bg .txt .left span.time{
    background-image: url(../images/tb-time.jpg);
}
.nd-top .bg .txt .left p.welcome{
    color: #90753f;
    font-size: 1.08rem;
    background: url(../images/tb-hj.jpg) no-repeat left center;
    background-size: 1.35rem;
    padding-left: 2rem;
    margin-top: 1.5rem;
}

.nd-top .bg .txt .btn-zx{
    display: inline-block;
    padding: 2px 2px 10px;
    background-color: #da251d;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: -1.25rem;
    box-shadow: 9px 12px 30px rgba(206, 17, 24, .3);
}
.nd-top .bg .txt .btn-zx img{
    width: 5.416rem;
    display: block;
    margin-bottom: 10px;
}
.news-details-h2{
    padding-top: 1.5rem;
    border-top: 1.25rem solid #f5f5f5;
}

.pro-details .pro-list ul{
  margin-top: 0;
  margin-bottom: 0;
}
.pro-details p.fankui{
    background: url(../images/fk-bg.png) no-repeat center;
    color: #fff;
    padding: 1.25rem 1rem;
    border-radius: 4px;
    background-size: cover;
}

.anli-list{
    background: none;
    padding-top: 2.5rem;
}

.pro-page {
    width: 64%;
    margin: 2rem auto 0;
    text-align: center;
}
.pro-page a:first-child {
    float: left;
}
.pro-page a img {
    height: 1rem;
}
.pro-page span {
    color: #999;
    display: inline-block;
    padding: 0 0.5rem;
}
.pro-page a:last-child {
    float: right;
}