@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_zv86eco1ffm.eot');
  src: url('//at.alicdn.com/t/font_995532_zv86eco1ffm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_zv86eco1ffm.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_zv86eco1ffm.woff') format('woff'), url('//at.alicdn.com/t/font_995532_zv86eco1ffm.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_zv86eco1ffm.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;

  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #333;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.index-title {
  text-align: center;
  font-weight: bold;
}
.index-title p:first-child {
  font-size: 40px;
  color: #f79100;
}
.index-title p:first-child span {
  color: #eed9c3;
}
.index-title p:last-child {
  color: #aba197;
  font-size: 14px;
  margin-top: 20px;
}
header {
  height: 184px;
  background: #333;
}
header .top {
  width: 1200px;
  height: 138px;
  margin: 0 auto;
}
header .top .logo {
  display: block;
  float: left;
 line-height: 138px;

}

header .top .tel {
  margin-top: 42px;
  height: 58px;
  padding-left: 74px;
  float: right;
  background: url(../img/tel.png) no-repeat left center;
}
header .top .tel p:first-child {
  font-size: 13px;
  color: #e0d2c3;
  margin-top: 6px;
}
header .top .tel p:last-child {
  margin-top: 12px;
  color: #ffffff;
  font-size: 24px;
}
header nav {
  width: 100%;
  height: 46px;
  background: #f79100;
}
header nav ul {
  width: 1200px;
  margin: 0 auto;
}
header nav ul li {
  position: relative;
  float: left;
  text-align: center;
  height: 100%;
}
header nav ul li .before {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 28px;
  height: 46px;
  float: left;
  background: url(../img/before.png) no-repeat center center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li .after {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 28px;
  height: 46px;
  float: right;
  background: url(../img/after.png) no-repeat center center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding: 11px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li .inclined {
  width: 13px;
  height: 100%;
  background: url(../img/xie.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: -2px;
}
header nav ul li:hover .before,
header nav ul li.on .before {
  opacity: 1;
  filter: alpha(opacity=100);
}
header nav ul li:hover .after,
header nav ul li.on .after {
  opacity: 1;
  filter: alpha(opacity=100);
}
header nav ul li:hover a,
header nav ul li.on a {
  background: #eb5300;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.banner .search {
  width: 1200px;
  height: 68px;
  z-index: 3;
  position: absolute;
  background: rgba(49, 49, 49, 0.8);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .search .text {
  float: left;
  line-height: 68px;
  color: #cdc4bb;
  margin-left: 40px;
  font-size: 13px;
}
.banner .search .text span {
  color: #f79100;
  font-size: 16px;
}
.banner .search .input {
  position: relative;
  width: 607px;
  height: 38px;
  float: right;
  margin-right: 40px;
  margin-top: 15px;
}
.banner .search .input input {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  text-indent: 25px;
}
.banner .search .input .iconfont {
  position: absolute;
  font-size: 18px;
  color: #3a3a39;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 600px !important;
}
.banner .bd ul li {
  width: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 20px;
  height: 5px;
  background: #b2b4b3;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.banner .hd .on {
  width: 20px;
  height: 5px;
  background: #f79100;
}
/*banner*/
.detail-banner {
  position: relative;
  width: 100%;
  height: 329px;
}
.detail-banner .search {
  width: 1200px;
  height: 68px;
  z-index: 3;
  position: absolute;
  background: rgba(49, 49, 49, 0.8);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.detail-banner .search .text {
  float: left;
  line-height: 68px;
  color: #cdc4bb;
  margin-left: 40px;
  font-size: 13px;
}
.detail-banner .search .text span {
  color: #f79100;
  font-size: 16px;
}
.detail-banner .search .input {
  position: relative;
  width: 607px;
  height: 38px;
  float: right;
  margin-right: 40px;
  margin-top: 15px;
}
.detail-banner .search .input input {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  text-indent: 25px;
}
.detail-banner .search .input .iconfont {
  position: absolute;
  font-size: 18px;
  color: #3a3a39;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
.index-products {
  width: 100%;
  height: 1950px;
  background: url(../img/grain.jpg) no-repeat center 820px;
}
.index-products .first {
  position: relative;
  width: 1200px;
  margin: 29px auto 0;
  padding-top: 33px;
}
.index-products .first .door {
  position: absolute;
  width: 148px;
  height: 230px;
  background: url(../img/door.jpg) no-repeat center center;
  top: 0;
  left: 166px;
  z-index: -1;
}
.index-products .first .nav ul {
  margin-top: 37px;
  text-align: center;
}
.index-products .first .nav ul li {
  display: inline-block;
  border: 1px solid #a0a0a0;
  background: #333333;
  margin: 0 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .first .nav ul li a {
  display: block;
  padding: 8px 19px;
  color: #ffffff;
}
.index-products .first .nav ul li:hover {
  background: #f79100;
  border-color: #f79100;
}
.index-products .first .list ul li {
  float: left;
  width: 360px;
  height: 312px;
  margin: 55px 20px 0;
}
.index-products .first .list ul li .pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.index-products .first .list ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .first .list ul li .tit {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  height: 62px;
  line-height: 59px;
  border-bottom: 3px solid #8e8c8a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .first .list ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-products .first .list ul li:hover .tit {
  color: #f79100;
  border-color: #f79100;
}
.index-products .second {
  margin-top: 108px;
}
.index-products .second .products {
  width: 1200px;
  margin: 50px auto 0;
}
.index-products .second .products .left {
  width: 216px;
  float: left;
}
.index-products .second .products .left dl {
  margin-bottom: 30px;
}
.index-products .second .products .left dl dt {
  width: 100%;
  height: 42px;
  background: url(../img/side.png) no-repeat center center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  margin: 12px 0;
}
.index-products .second .products .left dl dd {
  display: inline-block;
  width: 94px;
  margin: 12px 0;
}
.index-products .second .products .left dl dd .iconfont {
  font-size: 11px;
  color: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .second .products .left dl dd a {
  color: #ffffff;
  margin-left: 11px;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .second .products .left dl dd:nth-child(even) {
  margin-left: 16px;
}
.index-products .second .products .left dl dd:hover .iconfont {
  color: #f79100;
}
.index-products .second .products .left dl dd:hover a {
  color: #f79100;
}
.index-products .second .products .left dl:first-child dt {
  margin-top: 0;
}
.index-products .second .products .right {
  float: right;
  width: 933px;
  height: 712px;
  border: 1px solid #715b52;
}
.index-products .second .products .right .list-title {
  width: 100%;
  height: 51px;
  border-bottom: 1px solid #715b52;
  padding: 0 30px;
}
.index-products .second .products .right .list-title p {
  float: left;
  font-size: 18px;
  color: #f79100;
  line-height: 50px;
}
.index-products .second .products .right .list-title p span {
  color: #9d6e2c;
  margin-left: 7px;
}
.index-products .second .products .right .list-title a {
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #ffe9d1;
}
.index-products .second .products .right .list ul {
  margin: 40px 0 0 35px;
}
.index-products .second .products .right .list ul li {
  float: left;
  width: 195px;
  height: 276px;
  margin-left: 32px;
  margin-top: 28px;
}
.index-products .second .products .right .list ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-products .second .products .right .list ul li:nth-child(2),
.index-products .second .products .right .list ul li:nth-child(3) {
  margin-top: 0;
}
.index-products .second .products .right .list ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-products .second .products .right .list ul li:first-child {
  width: 408px;
  height: 580px;
  margin: 0;
}
.index-bg {
  width: 100%;
  height: 280px;
  background: url(../img/bg.jpg) no-repeat center center;
}
.index-content {
  min-height: 1428px;
  background: url(../img/back.jpg) no-repeat center center;
}
.index-content .service {
  width: 1200px;
  margin: 0 auto;
}
.index-content .service .title {
  margin: 63px auto 0;
  width: 975px;
  height: 188px;
  background: url(../img/ser-title.png) no-repeat center center;
}
.index-content .service > .info {
  margin-top: 92px;
}
.index-content .service > .info .left {
  position: relative;
  width: 182px;
  height: 463px;
  float: left;
}
.index-content .service > .info .left .pic {
  position: absolute;
  z-index: 2;
  width: 173px;
  height: 450px;
  background: url(../img/service.jpg) no-repeat center center;
}
.index-content .service > .info .left .border {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 173px;
  height: 450px;
  border: 1px solid #998e82;
}
.index-content .service > .info .right {
  float: right;
  width: 975px;
}
.index-content .service > .info .right ul li {
  display: inline-block;
  width: 464px;
  height: 167px;
  margin: 30px 10px;
}
.index-content .service > .info .right ul li .num {
  margin-right: 24px;
  width: 123px;
  height: 137px;
  float: left;
  background: url(../img/num.png) no-repeat center center;
  text-align: center;
}
.index-content .service > .info .right ul li .num p:first-child {
  margin-top: 28px;
  text-align: left;
  color: #ffffff;
  text-indent: 28px;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
}
.index-content .service > .info .right ul li .num p:last-child {
  color: #ffffff;
  font-size: 16px;
}
.index-content .service > .info .right ul li .info {
  width: 317px;
  float: right;
}
.index-content .service > .info .right ul li .info p:first-child {
  font-size: 20px;
  color: #f79100;
  margin-top: 9px;
}
.index-content .service > .info .right ul li .info p:nth-child(2) {
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: -1px;
}
.index-content .service > .info .right ul li .info p:last-child {
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  margin-top: 23px;
}
.index-content .bg2 {
  position: relative;
  width: 100%;
  height: 231px;
  margin-top: 80px;
}
.index-content .bg2 .color {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 222px;
  background: rgba(130, 75, 31, 0.7);
}
.index-content .bg2 .border {
  width: 100%;
  height: 222px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  border: 1px dashed #4f4c4c;
}
.index-content .bg2 .cont {
  position: relative;
  margin: 0 auto;
  z-index: 6;
  width: 1200px;
  height: 222px;
  background: url(../img/bg2.png) no-repeat center center;
}
.index-content .bg2 .cont p {
  position: absolute;
  left: 227px;
  bottom: 22px;
  color: #ffe400;
  font-size: 30px;
  font-weight: bold;
}
.index-content .bg2 .cont a {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 140px;
  height: 34px;
  border-radius: 17px;
  left: 471px;
  background: #ffe400;
  color: #383431;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
}
.index-content .about {
  width: 1200px;
  margin: 97px auto 0;
}
.index-content .about .cont {
  margin-top: 73px;
}
.index-content .about .cont p {
  width: 622px;
  float: left;
  color: #ffe9d1;
  font-size: 14px;
  line-height: 30px;
}
.index-content .about .cont .right {
  float: right;
  position: relative;
  width: 553px;
  height: 316px;
}
.index-content .about .cont .right a {
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  width: 115px;
  height: 30px;
  background: rgba(247, 145, 0, 0.9);
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}
.index-content .about .cont .right .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 536px;
  height: 316px;
  overflow: hidden;
}
.index-content .about .cont .right .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-content .about .cont .right .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case {
  width: 1200px;
  margin: 100px auto 0;
}
.index-content .case .left {
  width: 660px;
  float: left;
  margin-top: 69px;
}
.index-content .case .left .tit {
  font-size: 20px;
  color: #ffe9d1;
  padding-bottom: 19px;
  border-bottom: 1px dashed #8e7b66;
}
.index-content .case .left ul li {
  width: 100%;
  height: 104px;
  margin-top: 41px;
}
.index-content .case .left ul li:first-child {
  margin-top: 31px;
}
.index-content .case .left ul li .pic {
  width: 196px;
  height: 100%;
  float: left;
  margin-right: 20px;
}
.index-content .case .left ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case .left ul li .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-content .case .left ul li .info a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding-top: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case .left ul li .info a:hover {
  color: #f79100;
}
.index-content .case .left ul li .info p {
  color: #a7a098;
  font-size: 13px;
  line-height: 26px;
  margin-top: 17.5px;
}
.index-content .case .left .more {
  display: block;
  width: 100%;
  height: 40px;
  background: #4e4e4e;
  color: #ffe9d1;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  margin-top: 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case .left .more:hover {
  background: #f79100;
  color: #ffffff;
}
.index-content .case .right {
  width: 453px;
  float: right;
  margin-top: 69px;
}
.index-content .case .right .top .tit {
  font-size: 20px;
  color: #ffe9d1;
  padding-bottom: 19px;
  border-bottom: 1px dashed #8e7b66;
}
.index-content .case .right .top .tit a {
  float: right;
  color: #b8ad9e;
  font-size: 13px;
  line-height: 30px;
}
.index-content .case .right .top .slideBox {
  position: relative;
  width: 100%;
  height: 240px;
  margin-top: 31px;
  overflow: hidden;
}
.index-content .case .right .top .slideBox > a {
  position: absolute;
  display: block;
  width: 26px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  top: 95px;
  color: #ffffff;
}
.index-content .case .right .top .slideBox .prev {
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.index-content .case .right .top .slideBox .next {
  right: 0;
  background: #f79100;
}
.index-content .case .right .top .slideBox ul li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 240px;
}
.index-content .case .right .top .slideBox ul li img {
  width: 100%;
  height: 100%;
}
.index-content .case .right .top .info {
  width: 100%;
  margin-top: 23px;
}
.index-content .case .right .top .info a {
  color: #ffffff;
  font-size: 16px;
  padding-left: 15px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case .right .top .info a:hover {
  color: #f79100;
}
.index-content .case .right .top .info a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #f79100;
  float: left;
  margin-top: 5;
}
.index-content .case .right .top .info p {
  font-size: 13px;
  color: #a7a098;
  line-height: 26px;
  margin-top: 4.5px;
}
.index-content .case .right .bot {
  margin-top: 35px;
}
.index-content .case .right .bot .tit {
  font-size: 20px;
  color: #ffe9d1;
  padding-bottom: 19px;
  border-bottom: 1px dashed #8e7b66;
}
.index-content .case .right .bot .tit a {
  float: right;
  color: #b8ad9e;
  font-size: 13px;
  line-height: 30px;
}
.index-content .case .right .bot .list a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-top: 19px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-content .case .right .bot .list a:hover {
  color: #f79100;
}
.index-content .case .right .bot .list a:first-child {
  margin-top: 33px;
}
.index-content .case .right .bot .list a::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 6px;
  height: 6px;
  background: #f79100;
  float: left;
  margin-top: 5;
}
.links {
  width: 100%;
  height: 70px;
  margin-top: 74px;
  background: #544030;
}
.links .cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.links .cont .tit {
  position: relative;
  width: 215px;
  height: 50px;
  float: left;
}
.links .cont .tit p {
  text-align: center;
  line-height: 50px;
  display: block;
  height: 100%;
  width: 200px;
  border: 1px solid #927558;
  font-size: 24px;
  color: #f79100;
}
.links .cont .tit p span {
  color: #f5e0c9;
  font-size: 20px;
  padding-left: 7px;
}
.links .cont .tit .arrow {
  width: 16px;
  height: 36px;
  background: #544030;
  position: absolute;
  right: 0;
  top: 7px;
}
.links .cont .tit .arrow .three {
  width: 0;
  height: 0;
  margin-top: 13px;
  border-width: 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffe9d1;
}
.links .cont .list {
  line-height: 50px;
}
.links .cont .list a {
  float: left;
  line-height: 50px;
  color: #ffe9d1;
  margin: 0 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.links .cont .list a:hover {
  color: #f79100;
}
footer {
  width: 100%;
  height: 207px;
  background: #f79100;
}
footer .foot {
  width: 1200px;
  margin: 0 auto;
}
footer .foot .left {
  width: 862px;
  float: left;
}
footer .foot .left .foot-nav {
  padding-top: 17px;
  border-bottom: 1px solid #dea048;
}
footer .foot .left .f_top{
        width: 300px;
    float: left;
}
footer .foot .left .foot-nav a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 58px;
  margin-right: 40px;
}
footer .foot .left .foot-nav a:last-child {
  margin: 0;
}
footer .foot .left .tit {
  margin-top: 21px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
footer .foot .left .tit span {
  font-size: 16px;
  margin-left: 3px;
}
footer .foot .left p{
     width: 300px;
  float: left;
  font-size: 13px;
  color: #f9d7b3;
  line-height: 26px;
  margin-top: 21px;
}
footer .foot .left .f_top p {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #f9d7b3;
  line-height: 26px;
  margin-top: 10px;
}
footer .foot .left p a{
    color: #f9d7b3;  
}
footer .foot .left p span {
  font-size: 18px;
  color: #ffffff;
}
footer .foot .right {
  float: right;
  margin-top: 49px;
}
footer .foot .right div {
  float: left;
  position: relative;
  width: 97px;
}
footer .foot .right div img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
footer .foot .right div p {
  font-size: 12px;
  color: #f9d7b2;
  text-align: center;
  margin-top: 14px;
}
.table-list {
  width: 1200px;
  margin: 33px auto 0;
}
.table-list .side {
  width: 216px;
  float: left;
  margin-bottom: 66px;
}
.table-list .side .side-title {
  width: 100%;
  height: 81px;
  text-indent: 79px;
  background: url(../img/pro_title.png) no-repeat center center;
}
.table-list .side .side-title p {
  color: #eb5300;
  font-size: 24px;
  font-weight: bold;
  padding-top: 18px;
}
.table-list .side .side-title span {
  display: block;
  color: #a78a69;
  font-size: 13px;
  margin-top: 14px;
}
.table-list .side .left {
  width: 216px;
  float: left;
  margin-top: 19px;
}
.table-list .side .left dl {
  margin-bottom: 30px;
}
.table-list .side .left dl dt {
  width: 100%;
  height: 42px;
  background: url(../img/side.png) no-repeat center center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  margin: 12px 0;
}
.table-list .side .left dl dd {
  display: inline-block;
  width: 94px;
  margin: 12px 0;
}
.table-list .side .left dl dd .iconfont {
  font-size: 11px;
  color: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.table-list .side .left dl dd a {
  color: #ffffff;
  margin-left: 11px;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.table-list .side .left dl dd:nth-child(even) {
  margin-left: 16px;
}
.table-list .side .left dl dd:hover .iconfont {
  color: #f79100;
}
.table-list .side .left dl dd:hover a {
  color: #f79100;
}
.table-list .side .left dl:first-child dt {
  margin-top: 0;
}
.table-list .side .contact {
  width: 216px;
  height: 457px;
  text-indent: 20px;
  background: url(../img/side_pic_10.png) no-repeat center center;
}
.table-list .side .contact p:first-child {
  font-size: 32px;
  color: #ffffff;
  padding-top: 37px;
}
.table-list .side .contact p:nth-child(2) {
  font-size: 24px;
  color: #ffffff;
  margin-top: 16px;
}
.table-list .side .contact p:nth-child(3) {
  font-size: 13px;
  color: #ffffff;
  margin-top: 63px;
}
.table-list .side .contact p:nth-child(4) {
  font-size: 20px;
  color: #fdeed4;
  margin-top: 10px;
}
.table-list .side .contact img {
  display: block;
  width: 158px;
  height: 158px;
  margin-left: 20px;
  margin-top: 19px;
}
.table-list .side .contact span {
  display: block;
  text-indent: 20px;
  color: #dcd4cc;
  font-size: 13px;
  margin-top: 19px;
}
.table-list .detail-right {
  float: right;
  width: 861px;
  margin-right: 35px;
}
.table-list .detail-content-right {
  width: 933px;
  float: right;
  margin-bottom: 66px;
}
.table-list .detail-content-right .crumb {
  height: 51px;
  border-bottom: 1px solid #715b52;
}
.table-list .detail-content-right .crumb span {
  font-size: 18px;
  color: #f79100;
  line-height: 50px;
  float: left;
  padding-left: 36px;
}
.table-list .detail-content-right .crumb .bread {
  float: right;
  color: #a99e92;
  font-size: 12px;
  margin-right: 36px;
}
.table-list .detail-content-right .crumb .bread a {
  line-height: 50px;
  color: #a99e92;
  font-size: 12px;
}
.table-list .detail-content-right .crumb .bread a:last-child {
  color: #ffe9d1;
}
.table-list .page {
  margin-top: 62px;
  margin-bottom: 58px;
}
.table-list .page ul {
  text-align: center;
}
.table-list .page ul li {
  display: inline-block;
  width: 30px;
  height: 31px;
  vertical-align: top;
}
.table-list .page ul li.num {
  border: 1px solid #715b52;
}
.table-list .page ul li.num a {
  line-height: 29px;
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.table-list .page ul li.num:hover a {
  color: #f79100;
}
.table-list .page ul li.prev {
  background: #474747;
}
.table-list .page ul li.prev a {
  line-height: 29px;
  font-size: 14px;
  color: #b8b8b8;
}
.table-list .page ul li.next {
  background: #f79100;
}
.table-list .page ul li.next a {
  line-height: 29px;
  font-size: 14px;
  color: #ffffff;
}
.news-side,
.case-side {
  width: 216px;
  float: left;
  margin-bottom: 66px;
}
.news-side .side-title,
.case-side .side-title {
  width: 100%;
  height: 81px;
  text-indent: 79px;
  background: url(../img/pro_title.png) no-repeat center center;
}
.news-side .side-title p,
.case-side .side-title p {
  color: #eb5300;
  font-size: 24px;
  font-weight: bold;
  padding-top: 18px;
}
.news-side .side-title span,
.case-side .side-title span {
  display: block;
  color: #a78a69;
  font-size: 13px;
  margin-top: 14px;
}
.news-side ul,
.case-side ul {
  margin-top: 15px;
  margin-bottom: 60px;
}
.news-side ul li,
.case-side ul li {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px dashed #717171;
}
.news-side ul li a,
.case-side ul li a {
  position: absolute;
  z-index: 2;
  display: block;
  height: 36px;
  margin-top: 6.5px;
  line-height: 36px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
}
.news-side ul li a .iconfont,
.case-side ul li a .iconfont {
  font-size: 11px;
  color: #ffffff;
  margin-left: 16px;
  margin-right: 21px;
  line-height: 36px;
}
.news-side ul li .mask,
.case-side ul li .mask {
  position: absolute;
  border-radius: 6px;
  margin-top: 6.5px;
  z-index: 1;
  width: 0;
  height: 36px;
  background: #f79100;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-side ul li:hover .mask,
.case-side ul li:hover .mask,
.news-side ul li.on .mask,
.case-side ul li.on .mask {
  width: 100%;
  height: 36px;
}
.news-side .contact,
.case-side .contact {
  width: 216px;
  height: 457px;
  text-indent: 20px;
  background: url(../img/side_pic_10.png) no-repeat center center;
}
.news-side .contact p:first-child,
.case-side .contact p:first-child {
  font-size: 32px;
  color: #ffffff;
  padding-top: 37px;
}
.news-side .contact p:nth-child(2),
.case-side .contact p:nth-child(2) {
  font-size: 24px;
  color: #ffffff;
  margin-top: 16px;
}
.news-side .contact p:nth-child(3),
.case-side .contact p:nth-child(3) {
  font-size: 13px;
  color: #ffffff;
  margin-top: 63px;
}
.news-side .contact p:nth-child(4),
.case-side .contact p:nth-child(4) {
  font-size: 20px;
  color: #fdeed4;
  margin-top: 10px;
}
.news-side .contact img,
.case-side .contact img {
  display: block;
  width: 158px;
  height: 158px;
  margin-left: 20px;
  margin-top: 19px;
}
.news-side .contact span,
.case-side .contact span {
  display: block;
  text-indent: 20px;
  color: #dcd4cc;
  font-size: 13px;
  margin-top: 19px;
}
.product-center .detail-list .cate {
  margin-bottom: 37px;
}
.product-center .detail-list .cate .tit {
  width: 100%;
  height: 32px;
  background: #e0cfb8;
}
.product-center .detail-list .cate .tit span {
  font-size: 16px;
  color: #9b3700;
  line-height: 32px;
  padding-left: 16px;
}
.product-center .detail-list .cate .tit a {
  float: right;
  color: #9b3700;
  font-size: 12px;
  line-height: 32px;
  padding-right: 16px;
}
.product-center .detail-list .cate .list ul {
  margin: 21px 0 0;
}
.product-center .detail-list .cate .list ul li {
  float: left;
  width: 195px;
  height: 276px;
  margin-left: 31px;
  margin-top: 28px;
}
.product-center .detail-list .cate .list ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.product-center .detail-list .cate .list ul li:nth-child(2),
.product-center .detail-list .cate .list ul li:nth-child(3) {
  margin-top: 0;
}
.product-center .detail-list .cate .list ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.product-center .detail-list .cate .list ul li:first-child {
  width: 408px;
  height: 580px;
  margin: 0;
}
.product-list .pro-list {
  width: 933px;
  border: 1px solid #715b52;
}
.product-list .pro-list > ul {
  margin-top: 17px;
}
.product-list .pro-list > ul li {
  margin-top: 7px;
  margin-left: 36px;
  float: left;
  width: 262px;
  height: 423px;
}
.product-list .pro-list > ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.product-list .pro-list > ul li:hover a {
  color: #f79100;
}
.product-list .pro-list > ul li .pic {
  display: block;
  width: 100%;
  height: 371px;
  overflow: hidden;
}
.product-list .pro-list > ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.product-list .pro-list > ul li a {
  width: 100%;
  height: 52px;
  display: block;
  text-align: center;
  line-height: 52px;
  font-size: 12px;
  color: #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li {
  position: relative;
  width: 610px;
  height: 142px;
  float: left;
  overflow: hidden;
  margin-top: 54px;
}
.news-list .list ul li:nth-child(odd) {
  margin-right: 80px;
}
.news-list .list ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  width: 100px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li .date p:first-child {
  font-size: 32px;
  color: #d3d3d3;
  font-weight: bold;
}
.news-list .list ul li .date p:last-child {
  font-size: 14px;
  color: #d3d3d3;
  margin-top: 14px;
}
.news-list .list ul li hr {
  position: absolute;
  margin: 0;
  width: 0;
  top: 37px;
  border-color: #f79100;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li .info {
  float: left;
  width: 377px;
  height: 100%;
  margin-left: 143px;
  position: relative;
}
.news-list .list ul li .info .title {
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li .info p {
  color: #999999;
  font-size: 13px;
  line-height: 2;
  margin-top: 15;
}
.news-list .list ul li .info .more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 116px;
  height: 30px;
  border: 1px solid #f79100;
  color: #f79100;
  line-height: 30px;
  text-align: center;
}
.news-list .list ul li:hover .date {
  top: -100px;
}
.news-list .list ul li:hover hr {
  width: 100px;
}
.news-list .list ul li:hover .info .title {
  color: #f79100;
}
.news-list .list ul li:hover .info .more {
  background: #f79100;
  color: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-detail {
  border: 1px solid #715b52;
}
.pro-detail .sku {
  padding: 24px 36px;
}
.pro-detail .sku .top {
  height: 452px;
}
.pro-detail .sku .top .pic {
  float: left;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.pro-detail .sku .top .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-detail .sku .top .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-detail .sku .top .right {
  position: relative;
  height: 100%;
  float: left;
  padding-left: 8px;
  width: 535px;
  text-indent: 59px;
}
.pro-detail .sku .top .right .title {
  color: #eeeeee;
  width: 100%;
  font-size: 18px;
  line-height: 54px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px dashed #a0a0a0;
}
.pro-detail .sku .top .right p {
  font-size: 13px;
  color: #cec4b7;
  margin-top: 27px;
}
.pro-detail .sku .top .right .tel {
  position: absolute;
  bottom: 0;
  text-indent: 0;
  width: 273px;
  height: 50px;
  background: #8f611f;
  border-radius: 6px;
  margin-left: 59px;
  line-height: 50px;
  color: #eeeeee;
  font-size: 18px;
  text-align: center;
}
.pro-detail .sku .bot {
  margin-top: 42px;
}
.pro-detail .sku .bot .tit {
  height: 36px;
  background: #585858;
  font-size: 16px;
  color: #ffedd1;
  text-indent: 30px;
  line-height: 36px;
}
.pro-detail .sku .bot .content {
  font-size: 13px;
  color: #b4b4b4;
  margin-top: 25px;
  line-height: 30px;
}
/*.new-list {*/
/*  border: 1px solid #715b52;*/
/*}*/
/*.new-list > ul {*/
/*  padding: 0 36px 24px;*/
/*}*/
/*.new-list > ul li {*/
/*  height: 199px;*/
/*  border-bottom: 1px dashed #6a5f53;*/
/*  padding: 28px 0;*/
/*}*/
/*.new-list > ul li .pic {*/
/*  width: 268px;*/
/*  height: 142px;*/
/*  float: left;*/
/*  margin-right: 27px;*/
/*}*/
/*.new-list > ul li .pic img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  transition: all 0.5s;*/
/*  -o-transition: all 0.5s;*/
/*  -ms-transition: all 0.5s;*/
/*  -webkit-transition: all 0.5s;*/
/*  -moz-transition: all 0.5s;*/
/*}*/
/*.new-list > ul li .pic:hover img {*/
/*  transform: scale(1.1);*/
/*  -o-transform: scale(1.1);*/
/*  -moz-transform: scale(1.1);*/
/*  -webkit-transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*}*/
/*.new-list > ul li .info {*/
/*  width: 564px;*/
/*  float: left;*/
/*}*/
/*.new-list > ul li .info a {*/
/*  display: block;*/
/*  color: #ffffff;*/
/*  font-size: 16px;*/
/*  padding-top: 18px;*/
/*  transition: all 0.5s;*/
/*  -o-transition: all 0.5s;*/
/*  -ms-transition: all 0.5s;*/
/*  -webkit-transition: all 0.5s;*/
/*  -moz-transition: all 0.5s;*/
/*}*/
/*.new-list > ul li .info a:hover {*/
/*  color: #f79100;*/
/*}*/
/*.new-list > ul li .info p {*/
/*  color: #a7a098;*/
/*  font-size: 13px;*/
/*  line-height: 26px;*/
/*  margin-top: 20.5px;*/
/*}*/
/*.new-detail {*/
/*  border: 1px solid #715b52;*/
/*}*/
/*.new-detail .content {*/
/*  padding: 24px 36px;*/
/*}*/
/*.new-detail .content h4 {*/
/*  font-size: 18px;*/
/*  text-align: center;*/
/*  color: #ffffff;*/
/*}*/
/*.new-detail .content .date {*/
/*  font-size: 13px;*/
/*  color: #9f9f9f;*/
/*  text-align: center;*/
/*  margin: 28px 0;*/
/*}*/
/*.new-detail .content .content-detail {*/
/*  font-size: 13px;*/
/*  color: #e0d8cf;*/
/*  line-height: 26px;*/
/*}*/
.case-list {
  border: 1px solid #715b52;
}
.case-list > ul {
  padding: 24px 36px;
}
.case-list > ul li {
  float: left;
  width: 266px;
  height: 242px;
  margin: 30px 30px 0 0;
}
.case-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.case-list > ul li .pic {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.case-list > ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-list > ul li .tit {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  height: 57px;
  line-height: 54px;
  border-bottom: 3px solid #8e8c8a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-list > ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-list > ul li:hover .tit {
  color: #f79100;
  border-color: #f79100;
}
.page-detail {
  margin-top: 53px;
}
.page-detail .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.page-detail .detail-content {
  color: #666666;
  font-size: 13px;
  line-height: 30px;
  margin-top: 35px;
}
.page-detail .bot-dashed {
  width: 100%;
  height: 3px;
  border: 1px dashed #dcdcdc;
  margin-top: 58px;
}
.page-detail .prev-next {
  margin: 26px 0 112px;
}
.page-detail .prev-next .prev {
  float: left;
  color: #666666;
  font-size: 13px;
}
.page-detail .prev-next .prev a {
  color: #666666;
  font-size: 13px;
}
.page-detail .prev-next .next {
  float: right;
  color: #666666;
  font-size: 13px;
}
.page-detail .prev-next .next a {
  color: #f79100;
  font-size: 13px;
}

/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #f79100;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  box-sizing: initial;
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
