*{
    margin: 0;
    padding: 0;
    border: 0;
}
li{
  list-style: none;
}
input,
textarea {
    border: 0; /* 方法1 */
    -webkit-appearance: none; /* 方法2 */
}
	a{ text-decoration:none}

body{
      min-width: 1200px;
}

/*通过类名去除浮动*/
.fl:after{
display:block; content:""; height:0; clear:both; 
}
.sn{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.public-box{
  padding-bottom: 55px;
  width: 1200px;
  margin: 0 auto;
}
.bgc{
  background-color: #c6a47e !important;
}
/*轮播点设置*/
#banner{
  background-color: white;
}
#banner img{
    float: left;
    max-width: 100%;
}
.swiper-pagination-bullet {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 100%;

  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 70px;
    margin-bottom: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: -25px;
    width: 100%;
  }
.swiper-pagination-bullet-active{
  background-color: white
}
/*头部设置*/
#header{
  height: 220px;
  background-color: white;
  border-bottom: 2px solid #151515;
}
#header .content{
  width: 1200px;
  margin: 0 auto;
}
#header .logo{
  height: 130px;
  padding: 15px 0;
}
#header .logo img{
  height: 130px;
  float: left;
}
#header .tabbar{
  height: 60px;
  
}
#header .tabbar ul{
}
#header .tabbar ul li{
  float: left;
  margin-left:100px;
  width: 80px;
  height: 60px;
  text-align: center;
  color: #151515;
  font-weight: bold;
  line-height: 60px;
}
#header .tabbar ul li:hover{
  border-bottom: 3px solid #151515;
  box-sizing: border-box;
}
#bottom{
  height: 100px;
  background-color: #171717;
  color: #5a5a5a;
  padding: 30px 0;
  font-size: 14px;
}
#bottom p{
  text-align: center;
  margin: 10px 0;
}
/*左边顶部公共样式开始*/
.public-box  .left{
  float: left;
  width: 160px;
  position: relative;
  top: -60px;
  z-index: 100;
  margin-right: 30px;
}
.public-box  .left div{
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #383838;
  color: white;
  margin-bottom: 20px;
  cursor: pointer;
}

.public-box  .left .intro:hover{
  background-color: #c6a47e;
}
.public-box  .left .title{
  height: 120px;
  line-height: 120px;
  background-color: #c6a47e;
  font-size: 25px;
  position: relative;
}
.public-box  .left .title i{
  position: absolute;
  top: 90px;
  left: 30px;
  display: block;
  height: 2px;
  background-color: white;
  width: 50px;
}

.public-box  .top{
  float: left;
  width: 1010px;
  margin-top: 40px;
  height: 50px;
  position: relative;
  margin-bottom: 40px;

}
.public-box  .top a{
  color: black;
}
.public-box  .top:after{
  display: block;
  content: "";
  height:10px;
  position: absolute;
  bottom: 0;
  width: 1010px;
  background-image:url("./长虚线.png");
  background-position: center;
}
.public-box .right{
  padding-top: 130px;
  padding-left: 190px;
}
/*左边顶部公共样式结束*/
#page{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#page .page{
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
#page .page li{
  display: inline-block;
  border: 1px solid #e3e3e3;
  padding: 4px;
  margin-left: 20px;
  color: black;
  cursor: pointer;

}
#about .right{
  min-height: 400px;
}
#about .right p{
  line-height: 33px;
}

/*联系我们*/
#about .link div{
  float: left;
}
#about .link .img{
    margin: 20px 100px 40px 0;
}
#about .link .p{
  color: #676767;
  margin-bottom: 40px;
}
#about .link .p .title{
  font-size: 30px;
  font-weight: bold;
  margin: 15px 0;
}
/*上一页  下一页*/
.arrow{
   margin-left: 190px;
   margin-top:30px;
}
.arrow a{
   margin-right: 20px;
   color: black;
}
/*产品展示*/
#product .left .parent{
  overflow: hidden;
}
#product .left .parent a span{
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  cursor: pointer;
  display: block;
}
#product .left .parent ul li{
  color: white;
  margin-top: 1px;
}

#product .left .parent ul li:hover{
  background-color: #c6a47e;
}

/*新闻详情页面*/
.right .new-intro .title{
  font-size: 25px;
  font-weight: bold;
  color: #c6a47e;
  text-align: center;
  margin-bottom:25px;
}
.right .new-intro .author{
  text-align: center;
  margin-bottom: 25px;
  font-size: 13px;
}
.right .new-intro p{
  text-indent: 2em;
  font-size: 14px;
  margin-bottom: 25px;
}
/*案例欣赏详情页*/
.right .al{
  
}
.right .al .kg{
  height: 35px;
  background-color: #eeeeee;
  margin:35px 0 25px 0;
  
}