a:active,
a:hover,
a:link,
a:visited {
  outline-width: 0;
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
}
.layui-tab{
  margin: 0;
}
.layui-tab-title .layui-this:after{
  height: 72px;
}
.layui-tab-title{
  border-bottom-style:none;
}
.layui-tab-brief>.layui-tab-title .layui-this{
  color: #f68100;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
  border-bottom: 2px solid #f68100;
}
.layui-breadcrumb a:hover{
  color: #f68100!important;
}
.layui-breadcrumb a,.layui-breadcrumb a cite{
  color: #6c6c6c!important;
}
/*banner*/
.banner{
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  /*background-image: url("../image/newsbanner.jpg");*/
  /*background-size: 100% 100%;*/
}
.banner img{
  display: block;
  width: 100%;
  height: auto;
}
.actnavbox{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.presentnav{
  height: 72px;
  line-height: 72px;
  text-align: center;
  padding: 0 32px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background-color: rgba(246,139,0,.8);
  /*background-color: #f68100;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8f68100,endcolorstr=#C8f68100);
}

.tabbox{
  max-width: 1366px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
.tabbox .eachtab{
  overflow: hidden;
  height: 72px;
}
.tabbox .eachtab li{
  float: left;
  margin-right: 30px;
  height: 70px;
  line-height: 72px;
  padding: 0 5px;
  font-size: 14px;
  color: #6c6c6c;
}
.morenewsbtns{
  text-align: center;
}
.morenewsbtns img{
  width: 20px;
  height: 16px;
}
 .morenewsbtns button{
  padding: 0 36px;
 }
.morenewsbtns button:hover{
  background-color: #f68100;
  border-color: #f68100;
  color: #fff;

}
/*.tabbox .eachtab a{*/
  /*display: block;*/
  /*height: 70px;*/
  /*line-height: 72px;*/
  /*padding: 0 5px;*/
  /*font-size: 14px;*/
  /*color: #6c6c6c;*/
/*}*/
/*.tabbox .activetab a{*/
  /*border-bottom: 2px solid #d51415;*/
/*}*/
.dwposition a,.dwposition span{
  display: inline-block;
  height: 72px;
  line-height: 72px;
  padding: 0 1px;
  font-size: 14px;
  color: #6c6c6c;
}

/*tab内容*/
.tabcont{
  padding: 50px 0 20px;
}
@media only screen and (max-width: 1200px) {
  .banner,.tabbox{
    width: 100%;
  }
  .tabbox{
    padding: 0 20px;
    box-sizing: border-box;
  }
  .actnavbox{
    left: 0;
    width: auto;
    padding-left: 20px;
  }
  .presentnav{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px)and (max-width: 1200px) {
  .presentnav{
    font-size: 25px;
  }

  .tabcont{
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner{
    margin-top: 60px;
  }
  .casecont h4{
    font-size: 25px;
  }
  .presentnav{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  .tabbox .eachtab,.tabbox .eachtab li,.dwposition a, .dwposition span{
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
  }
  .tabbox .eachtab li{
    margin-right: 0px;
  }
  .layui-tab-title .layui-this:after{
    height: 60px;
  }

  .tabcont{
    padding:10px 15px;
  }
  .dwposition{
    display: none;
  }
}
