
html{
  overflow-y: scroll;
}
body{
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}
a{
  color: inherit;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
b,dt{
  font-weight: normal;
}
p{
  margin:0;
}
h3,h4{
  margin: 0;
  font-weight: normal;
}
@supports(display:flex) {
  body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  #content-wrap{
    flex: 1;
  }
}

.container-fluid{
  max-width: 1030px;
}


/*顶部  logo&热线*/
.top-head{
  line-height: 50px;
  font-size: 0;
}
.top-logo{
  display: inline-block;
}
.m-logo,
.b-logo{
  display: none;
}
@media (min-width: 420px) {
  .top-head{
    line-height: 60px;
  }
  .m-logo{
    display: inline-block;
  }
  .s-logo{
    display: none;
  }
}
@media (min-width: 768px) {
  .top-head{
    line-height: 1.42857143;
  }
  .top-logo{
    padding: 10px 0;
  }
  .m-logo{
    display: none;
  }
  .b-logo{
    display: inline-block;
  }
}

/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  top: 0;
  cursor: pointer;
  color: #0657b2;
  font-size:20px;
  line-height: inherit;
}
@media only screen and (min-width: 420px) {
	#btn-collapse{
	  font-size: 22px;
	}
}

.top-line{
  float: right;
  padding-top: 13.5px;
}
.top-line img{
  position: relative;
  bottom: 5px;
  right: 5px;
  vertical-align: baseline;
}
.top-line .line-number{
  display: inline-block;
  color: #333131;
}
.top-line .line-number span{
  font-size: 16px;
}
.top-line .line-number p{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

/*导航*/
.top-nav-wrap{
  color: #fff;
  background: #0657b2;
}
@media only screen and (max-width: 767px) {
	.top-nav-wrap{
	  display: none;
	  
	  position: absolute;
	  z-index: 2;
	  width: 100%;
	}
}
@media only screen and (min-width: 768px) {
  .top-nav-wrap{
    background: #0657b2;
  }
}
.top-nav{
  margin-left: -15px;
  margin-right: -15px;
}
.top-nav>li{
  position: relative;
  text-align: center;
}
.top-nav>li>a{
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .top-nav{
    margin-left: 0;
    margin-right: 0;
  }
  .top-nav>li{
    float: left;
    width: 14.285%;  /* calc(100% / 7) */
  }
  .top-nav>li>a{
    line-height: 45px;
  }
}
.top-nav>li>a:hover,
.top-nav>li>a.act{
  background: #054fa1;
}

/*二级导航*/
.top-nav li ul{
  display: none;
  
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 13px;
  padding-bottom: 5px;
  background: rgba(6,87,178,0.88);
}
.top-nav li ul a{
  display: block;
  padding: 6px 0;
}
.top-nav li ul a:hover{
  background: rgba(5,79,161,0.9);
}
@media only screen and (max-width: 767px) {
  .top-nav li ul{
    display: none !important;
  }
}




/*轮播图*/
.swiper-img .swiper-slide img{
  margin: 0 auto;
}
.slide-img-big{
  display: none;
}
.slide-img-small{
  display: block;
}
@media (min-width: 640px) {
  .slide-img-big{
    display: block;
  }
  .slide-img-small{
    display: none;
  }
}

/*主体部分*/
.main{
  padding-bottom: 20px;
}

/*主要标题*/
.main-title {
  position: relative;
  margin: 20px 0;
  text-align: center;
  font-size: 1.5em;
}
.main-title:after{
  content: "";
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 100%;
  height: 1px;
  background: #cecece;
}
@media (min-width: 768px) {
  .main-title{
    margin-top: 30px;
  }
}
.main-title a{
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
.main-title h3{
  font-size: 1em;
  color: #0657b2;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.main-title h4{
  color: #717171;
  font-size: 0.8em;
  text-transform: uppercase;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
@media (min-width: 768px) {
  .main-title{
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .main-title{
    font-size: 1.8em;
  }
}
.main-title a:hover h3{
  color: #717171;
}
.main-title a:hover h4{
  color: #0657b2;
}


/*首页 我们的服务*/
.main-service{
  margin-bottom: 20px;
}
.servicelink{
  display: block;
  text-align: center;
}
.servicelink .imgwrap{
  position: relative;
  height: 0;
  padding-top: 100%;
}
.servicelink .imgbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.servicelink .imgbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  
  max-height: 100%;       
}
.servicelink .linktitle{
  color: #3e3d3d;
  font-size: 1.2em;
  padding: 0.4em 0;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicelink .linkmore{
  font-size: 0.86em;
  color: #fff;
  background: #717171;
  border-radius: 0.2em;
  padding: 0.2em 0.6em;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.servicelink:hover .imgbox{
  border-color: #ff9c00;
}
.servicelink:hover .linkmore{
  background: #0657b2;
}


/*首页 产品展示*/
.product-wrapper{
  background: #f0f0f0;
}
.product-wrapper .main-title a{
  background: #f0f0f0;
}
.main-product{
  margin-bottom: 20px;
}
.prolink{
  position: relative;
  display: block;
  
  height: 0;
  padding-top: 85%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.prolink .imgbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prolink .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  
  max-width: 100%;
  height: 100%;
}
.promodal{
  position: absolute;
  top:-100%;
  left: 0;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(6,87,178,0.68);
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
@media only screen and (max-width: 449px) {
	.promodal{
	  display: none;
	}
}
.promodal h3{
  font-size: 16px;
  margin-bottom: 0.8em;
  padding: 0 0.5em;
  max-width: 100%;
}
.promodal h3 span{
  display: block;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 450px) {
  .promodal h3{
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .promodal h3{
    font-size: 20px;
  }
}
/*小屏标题*/
.prolink .s-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: rgba(7,7,7,0.6);
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.prolink:hover .promodal{
  top: 0%;
}
.prolink:hover .s-title{
  background: rgba(7,7,7,0.9);
}
@media only screen and (min-width: 450px) {
  .prolink:hover .s-title{
    bottom: -1.8em;
  }
}

/*首页  关于我们*/
.main-about .about-img img{
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  border-radius: 6px;
}
.main-about .about-text{
  color: #505050;
  line-height: 1.8;
  text-indent: 2em;
}
@media only screen and (min-width: 640px) {
  .main-about .about-img{
    float: right;
    max-width: 45%;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
	.main-about .about-img{
	  max-width: 35%;
	}
}


/*首页 公司简介&新闻中心&技术支持*/
@media only screen and (min-width: 768px) {
	.three-wrapper .width3{
	  width: 30%;
	}
	.three-wrapper .width3dot5{
	  width: 35%;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.three-wrapper .col-xs-12{
	  width: 50%;
	}
}
.threetitle{
  margin: 30px 0 20px;
}
@media only screen and (max-width: 450px) {
	.threetitle{
	  margin: 20px 0;
	}
}
.threetitle h3{
  display: inline-block;
  font-size: 1.3em;
  color: #878787;
  padding-bottom: 0.3em;
  border-bottom: 1px solid ;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.threetitle h4{
  display: inline-block;
  font-size: 1.2em;
  color: #0657b2;
  text-transform: capitalize;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.threetitle a:hover h3{
  color: #0657b2;
}
.threetitle:hover h4{
  color: #878787;
}

/*首页 公司简介*/
.main-about{
  font-family: simsun;
}
.main-about .text{
  color: #696969;
  font-size: 0.9em;
  line-height: 1.75;
}
.main-about .morelink{
  float:right;
  color: #0657b2;
  margin-top: 0.2em;
}
.main-about .morelink:hover{
  color: #054fa1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

/*首页 新闻中心*/
.newslink{
  position: relative;
  display: block;
  background: #f9f9f9;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink + .newslink{
  margin-top: 20px;
}
.newslink .imgbox img{
  max-width: 100%;
}
.newslink .newstext{
  position: relative;
  padding: 5px 8px;
  overflow: hidden;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink .newstext .title{
  color: #0657b2;
  font-size: 14px;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #cecece;
  margin: 0.3em 0;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink .newstext .text{
  color: #585858;
  font-size: 12px;
  font-family: simsun;
  line-height: 1.8;
  
  max-height: 3.6em;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
@media (max-width: 449px) {
  .newslink{
    padding: 5px;
  }
  .newslink .imgbox{
    text-align: center;
  }
}
@media (min-width: 450px) {
  .newslink{
    height: 80px;
  }
  .newslink .imgbox{
    position: relative;
    overflow: hidden;
    float: left;
    
    width: 110px;
    height: 100%;
    border: 1px solid #cfcfcf;
  }
  .newslink .imgbox img{
    max-height: 100%;
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .newslink .newstext{
    float: left;
    width: calc(100% - 110px);
    height: 100%;
  }
}
.newslink:hover {
  background: #dedede;
}

/*首页 成功案例*/
.case-wrapper .bg-wrap{
  margin: 20px 0;
  background: url(../image/fix-bg.jpg) no-repeat center / cover fixed;
}
.case-wrapper .main-title-wrap{
  background: rgba(6,87,178,0.8);
}
.case-wrapper .main-title:after{
  content: "";
  width: calc(50% - 1.8em);
}
.case-wrapper .main-title:before{
  content: "";
  position: absolute;
  top: 1.5em;
  right: 0;
  width: calc(50% - 1.8em);
  height: 1px;
  background: #cecece;
}
.case-wrapper .main-title a{
  background: none;
}
.case-wrapper .main-title h3,
.case-wrapper .main-title h4,
.case-wrapper .main-title a:hover h3,
.case-wrapper .main-title a:hover h4
{
  color: #fff;
}

/*首页 联系我们*/
.contact-title{
  position: relative;
  font-size: 1.14em;
  margin:0.7em 0 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #b9b9b9;
}
.contact-title .zh{
  position: relative;
}
.contact-title .zh:after{
  content: "";
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 4em;
  height: 1px;
  background: #0657b2;
}
.contact-title .morelink{
  position: absolute;
  right: 5px;
  font-size: 0.86em;
  padding: 0.05em 0.4em;
  color: #fff;
  background: #d0d0d0;
  text-transform: uppercase;
  border-radius: 0.2em;
}
.contact-title .morelink:hover{
  background: #0657b2;
}
@media only screen and (max-width: 767px) {
  .contact-title{
    margin: 0 0 0.7em;
  }
  .contact-title.right{
    margin-top: 0.7em;
  }
}
.contact-title.left{
  color: #636363;
}
.contact-title.right{
  color: #222;
}
.contact-img{
  margin-bottom: 1em;
}
.contact-img img{
  width: 100%;
}
.contact-text{
  font-size: 0.86em;
  line-height: 1.75;
  font-family: simsun;
  color: #696969;
  margin-bottom: 1.2em;
}
.contact-list{
  color: #565555;
  margin: 1.2em 0;
}
@media (max-width: 449px) {
  .contact-list{
    padding: 0;
  }
}
.contact-list img{
  position: absolute;
}
.contact-list li{
  margin:0.35em 0 0.35em 1.75em;
}

.contact-form label{
  color: #333;
  font-weight: normal;
  margin-bottom: 0.35em;
}
.contact-form .form-control{
  background:#f1f1f1;
  border:1px dashed #ccc;
  border-radius: 0;
}
.form-control:focus {
  border-color: #09c;
}
.contact-form textarea{
  max-width: 100%;
  resize: vertical;
}
.contact-form input[type=submit]{
  width: 30%;
  min-width: 7.5em;
  color: #fff;
  background:#0657b2;
  border:none;
  padding:3px 0;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.contact-form input[type=submit]:hover{
  width: 33%;
}
@media (min-width: 450px) {
  .contact-form input[type=submit]{
    width: 25%;
  }
  .contact-form input[type=submit]:hover{
    width: 28%;
  }
}

/*非主页页面*/
.main-page{
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .main-page{
    margin-top: 0;
  }
}
@media only screen and (min-width: 840px) and (max-width:991px) {
	.page-aside{
	  width: 30%;
	}
	.page-section{
	  width: 70%;
	}
}

/*section部分*/
.section{
  margin: 20px 0;
}

/*section标题*/
.section-title{
  background: #f1f1f1;
  padding: 4px 10px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}
.section-title b{
  color: #0657b2;
  font-size: 18px;
}
.section-title span{
  float: right;
  color: #a1a0a0;
  line-height: 24px;
}
.section-title span a[href]:hover{
  color: #0657b2;
}

/*aside标题*/
.aside-title{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  background: #0657b2;
}
.aside-title.single{
  margin-bottom: 20px;
}

/*侧栏产品列表*/
.aside-list{
  margin-bottom: 20px;
}
.aside-list li{
  margin: 2px 0;
}
.aside-list a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list>li>a{
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 35px;
  padding: 0 15px;
  color: #414040;
  background: #dfdfdf;
}
.aside-list>li>a:hover,
.aside-list>li.act>a{
  color: #fff;
  background: #0657b2;
}
.aside-list>li>a>span{
  position: absolute;
  right: 15px;
  color: #8e8e8e;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.aside-list>li.act>a>span,
.aside-list>li>a:hover>span{
  color: #fff;
}
.aside-contact img{
  width: 100%;
}
.aside-contact ul{
  padding: 5px;
  font-size: 12px;
  color: #565555;
}
.aside-contact ul li{
  margin: 5px 0;
}


/*关于我们页*/
.section-about{
  color: #757575;
  line-height: 1.75;
}
@media only screen and (min-width: 640px) {
  .section-about{
    margin: 0 1.2em;
  }
}
.section-about .text,
.section-about ul{
  margin: 1.2em 0;
}


/*产品展示页*/
.section-product .col-xs-6{
  margin-bottom: 20px;
}
@media (min-width: 610px) and (max-width: 767px) {
  .section-product .col-xs-6{
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width:910px) {
  .section-product{
    padding: 0 10px;
  }
	.section-product .col-xs-6{
	  width: 50%;
	}
}

/*产品展示详情页*/
.section-productx .title{
  font-size: 1.2em;
  color: #313131;
  line-height: 1.4;
  margin-bottom: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
	.section-productx .title{
	  font-size: 1.3em;
	}
}
.section-productx .imgbox img{
  display: block;
  max-width: 100%;
  margin: 0 auto 0.7em;
}
.section-productx .text{
  line-height: 1.75;
}


/*新闻动态页*/
.newsitem {
  padding-bottom: 15px;
  border-bottom: 1px dashed #bfbfbf;
  margin-bottom: 20px;
}
.newsitem .newslink .newstext .title{
  color: #1c1c1c;
  padding: 0;
  border:none;
}  
.newsitem .newslink .newstext .time{
  color: #727272;
  font-size: 12px;
  margin-bottom: 2px;
}
.newsitem .newslink .newstext .text{
  font-family: "microsoft yahei";
  font-size: 13px;
}
@media only screen and (min-width: 450px) {
	.newsitem .newslink{
	  height: 100px;
	}
	.newsitem .newslink .imgbox{
	  width: 125px;
	}
	.newsitem .newslink .newstext{
	  width: calc(100% - 125px);
	}
}

/*新闻详情页*/
.section-newsx .title{
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.section-newsx .time{
  color: #797878;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d4d4d4;
}
.section-newsx img{
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.section-newsx .text{
  color: #494949;
  line-height: 1.75;
  margin-bottom: 20px;
}


/*联系我们页*/
.section-contact .companyname{
  color: #2a2929;
  font-size: 1.2em;
  margin: 0.4em 0;
}
@media only screen and (min-width: 640px) {
  .section-contact .companyname{
    font-size: 1.4em;
  }
}
.section-contact .contact ul{
  color: #545454;
  line-height: 1.75;
  margin: 1.4em 0;
}
@media only screen and (min-width: 640px) {
	.section-contact .contact{
	  padding: 0 2em;
	}
	.section-contact .contact ul{
	  margin-left: -1em;
	  margin-right: -1em;
	}
	.section-contact .contact ul li{
	  width: 50%;
	  padding: 0 1em;
	  float: left;
	}
}
.section-contact .contact-map img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


/*小屏产品分类下拉按钮*/
#s-btn,
#s-btn-drop {
  color:#fff;
  background: #0657b2;
  line-height: 35px;
  margin:10px 10px 0;
  padding: 0 15px;
}

#s-btn-drop{
  cursor: pointer;
}
#s-btn-drop b{
  margin-top: 8px;
  float: right;
  
  -webkit-transition: 0.4s;  
     -moz-transition: 0.4s;  
          transition: 0.4s;
}
#s-btn-drop.act b{
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*小屏下拉列表*/
.drop-list{
  display: none;
  margin:0 12px;
  background: #dadada;
}
.drop-list>li>a{
  display: block;
  cursor: pointer;
  padding:6px 15px;
  margin: 1px 0;
  color: #4e4e4e;
  background: #f1f1f1;
}
.drop-list>li>a:hover,
.drop-list>li.act>a{
  color: #fff;
  background: #0657b2;
}


/* 大屏底部  */
.foot{
  color: #fff;
  background: #0657b2;
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) {
  .foot{
    padding: 20px 0px;
  }
}
.foot a:hover{
  color: #ccc;
}
.foot-content{
  text-align: center;
}
.foot-nav{
  display: inline-block;
  margin-bottom: 10px;
}
.foot-nav a{
  float: left;
  padding: 0 5px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.foot-nav a:last-child{
  border-right: none;
}
.foot-copy{
  display: inline-block;
}
@media only screen and (max-width: 400px) {
	.foot-copy{
    font-size: 0.89em;
  }
}
@media only screen and (max-width: 639px) {
	.foot-copy span{
	  display: block;
	  margin-bottom: 0.3em;
	}
}
@media only screen and (min-width: 640px) {
	.foot-copy .record{
	  float: left;
	  margin-right: 5px;
	}
	.foot-copy .back{
    float: right;
    margin-left: 5px;
  }
}



/*小屏底部*/
.foot-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color:#fff;
  background:#0657b2;
  border-top: 1px solid #fff;
}
.foot-fixed .col-xs-3{
  padding: 0;
}
.foot-fixed a{
  display: block;
  padding:2px 0;
  text-align: center;
}
.foot-fixed a:hover{
  background:#054a99;
}
.foot-fixed .foot-icon{
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
}
i.foot-phone{
  background: url(../image/sprite-contact.png) -80px -0px no-repeat;
}
i.foot-map{
  background: url(../image/sprite-contact.png) -110px -0px no-repeat;
}
i.foot-sharelink{
  background: url(../image/sprite-contact.png) -140px -0px no-repeat;
}
i.foot-email{
  background: url(../image/sprite-contact.png) -170px -0px no-repeat;
}
@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body{
    padding-bottom: 45px;
  }
}

.ditu { height:300px; max-height:322px; padding:8px 0;width:100%; max-width:900px; margin-top:20px; margin:0 auto;}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}