/*******************头部********************/
header {
  background-color: #fff9f0;
}
header.h .header-wrap .header {
  height: 0;
}
header.fixed .header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #a58b7a;
}
header.fixed .header-wrap .header {
  padding: 0;
  height: 60px;
  transition: all 0.5s;
}
header.fixed .header-wrap .header .logo1 {
  display: none;
}
header.fixed .header-wrap .header .logo2 {
  display: block;
  width: 88px;
  height: 28px;
  margin-left: -44px;
  top: 16px;
}
header.fixed .header-wrap .header .tools a {
  background-size: 72% auto;
}
header.fixed .nav-pop {
  margin-top: 1px;
}
header.fixed .header_blank {
  display: block;
}
.header-wrap {
  background-color: #fff9f0;
}
.header {
  background-color: #fff9f0;
  margin-left: 73px;
  margin-right: 73px;
  padding: 20px 0;
  height: 78px;
}
.header .nav-ico {
  width: 52px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/nav-ico.png);
}
.header .nav-ico.close {
  background-image: url(../images/nav-ico_close.png);
}
.header .logo {
  width: 84px;
  height: 78px;
  left: 50%;
  margin-left: -42px;
  top: 20px;
}
.header .tools a {
  margin: 0 12px;
  width: 58px;
  background-repeat: no-repeat;
  background-position: center center;
}
.header_blank {
  height: 60px;
}
.nav-pop {
  display: none;
  left: 0;
  top: 100%;
  z-index: 33;
  background-color: #fff9f0;
  padding: 45px 0 60px;
}
.nav-pop dl {
  float: left;
  padding-left: 3.8%;
  width: 10.485%;
}
.nav-pop dl dt {
  margin-top: 5px;
  margin-bottom: 26px;
}
.nav-pop dl dt a {
  line-height: 25px;
  font-size: 16px;
  color: #910000;
}
.nav-pop dl dd a {
  padding: 5px 0;
  line-height: 22px;
  font-size: 14px;
}
.nav-pop dl dd a .sline {
  width: 0;
  height: 1px;
  background-color: #910008;
  transition: all 0.5s;
}
.nav-pop dl dd a:hover {
  color: #910000;
}
.nav-pop dl dd a:hover .sline {
  width: 33px;
  transition: all 0.5s;
}
.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/nav-bg.png) repeat;
}
.banner li {
  height: 634px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kangyuan {
  padding-left: 6.5%;
  padding-right: 6.5%;
  line-height: 34px;
  cursor: pointer;
}
.kangyuan i {
  width: 11px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.kangyuan i.left {
  left: 0;
  background-image: url(../images/narr01.png);
}
.kangyuan i.right {
  right: 0;
  background-image: url(../images/narr02.png);
}
.kangyuan:hover i {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.kangyuan:hover i.left {
  left: 8px;
}
.kangyuan:hover i.right {
  right: 8px;
}
.more {
  width: 132px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #a58b7a;
}
.more.big {
  width: 158px;
}
.more .ico {
  position: absolute;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  background-image: url(../images/narr03.png);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.more .bg {
  width: 100%;
  height: 0;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background-color: #910008;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.more:hover {
  border-color: #910008;
}
.more:hover .bg {
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.more:hover .ico {
  bottom: -15px;
  background-image: url(../images/narr04.png);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list {
  height: 660px;
  overflow: hidden;
}
.pro-list li {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: width 455ms;
}
.pro-list li .pro-img {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.pro-list li .pro-img .pro-name {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 37.5%;
  transition: 480ms 140ms;
}
.pro-list li .pro-img img {
  height: 100%;
  width: auto;
  max-width: 660px;
}
.pro-list li .industry-info {
  width: 260px;
  padding-top: 66px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 25%;
}
.pro-list li .industry-info .mark {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.52s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  visibility: hidden\9;
}
.pro-list li .indutrywr {
  position: relative;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 388ms 0ms;
  height: 196px;
}
.pro-list li .indutrywr h3 {
  text-align: center;
  position: relative;
  color: #910000;
  font-size: 28px;
  line-height: 1;
  font-family: "fz";
  margin-bottom: 14px;
}
.pro-list li .indutrywr small {
  display: block;
  position: relative;
  text-align: center;
  color: #492b35;
  font-size: 14px;
  font-family: "Arial";
}
.pro-list li .indutrywr span {
  display: block;
  height: 27px;
  width: 27px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 24px;
  transition: 300ms ease-in-out;
  background: url(../images/arrow6.png) no-repeat center center;
}
.pro-list li:hover {
  width: 35%;
}
.pro-list li:hover .pro-img .pro-name {
  opacity: 0;
  visibility: hidden;
  transition: 550ms 0ms;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.pro-list li:hover .industry-info .mark {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  visibility: visible\9;
}
.pro-list li:hover .indutrywr {
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: 488ms 200ms;
}
.pro-list li.now {
  width: 35%;
}
.pro-list li.slide {
  width: 16.25%;
}
.more-big {
  background-color: #f7ede4;
}
.more-big .more-bg {
  left: 0;
  top: 0;
  background-color: #910008;
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.more-big:hover .more-bg {
  height: 100%;
  transition: all 0.5s;
}
.news-title {
  padding-bottom: 21px;
  background: url(../images/title_line.png) no-repeat center bottom;
}
.news-list ul {
  margin-left: -1.5%;
}
.news-list li {
  width: 48.5%;
  margin-left: 1.5%;
  float: left;
  margin-bottom: 30px;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.news-list li a {
  border: 1px solid #f7e6da;
  padding: 3.4%;
}
.news-list li a .n-img {
  width: 150px;
  height: 110px;
  margin-right: 3.7%;
}
.news-list li a .n-text {
  margin-top: 13px;
  height: 40px;
}
.news-list li:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
footer {
  padding-top: 43px;
  background: url(../images/footer-bg.png) no-repeat center top;
}
footer .footer {
  background-color: #a58b7a;
}
footer .bdshare-button-style0-16 a,
footer .bdshare-button-style0-16 .bds_more {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  padding-left: 0;
  background-repeat: no-repeat;
}
footer .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/wx.png);
  background-position: center center;
}
footer .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/wb.png);
  background-position: center center;
}
footer .bdshare-button-style0-16 .bds_sqq {
  background-image: url(../images/qq.png);
  background-position: center center;
}
footer .ewm {
  width: 140px;
  padding: 0 50px;
  border-style: solid;
  border-color: #b69f90;
  border-width: 0 1px;
}
footer dl {
  float: left;
  margin-left: 43px;
  margin-right: 15px;
}
footer dl a {
  font-family: "宋体";
}
footer dl dt {
  margin-bottom: 20px;
}
footer dl dt a {
  font-size: 16px;
  line-height: 26px;
  color: #eaeaea;
}
footer dl dd a {
  font-size: 14px;
  line-height: 24px;
  color: #f8efe9;
}
footer .foot {
  background-color: #967a69;
}



/*弹出层*/
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.mask-img {
  width: 100%;
  height: 560px;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-main p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
}
.mask-pager li {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  width: 10%;
}
.mask-pager .prev {
  left: 10%;
  background: url(../images/pager07.png) no-repeat center;
}
.mask-pager .next {
  right: 10%;
  background: url(../images/pager08.png) no-repeat center;
}
.mask-close {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: url(../images/ico15.png) no-repeat center center;
}
@media (max-width: 800px) {
  .mask-main {
    width: 96%;
    height: 100%;
    top: 0;
    margin-top: 0px;
    left: 2%;
    margin-left: 0px;
  }
  .mask-img {
    height: 100%;
  }
  .mask-main p {
    margin-top: -40px;
  }
  .mask-close {
    background-size: 24px;
    right: 0px;
    top: 0px;
  }
}

.gotop {
  width: 42px;
  height: 42px;
  background: #9d9d9d url(../images/gotop.png) no-repeat center;
  border-radius: 3px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  cursor: pointer;
  display: none;
}
.gotop:hover {
  background-color: #910000;
}




.videotype{ margin-top:4%; text-align:center;}
.videotype span{display:none;}
.videotype a{display:inline-block; position:relative; width:90px; line-height:42px; border:1px solid #a58b7a; color:#a58b7a; margin:0 6px;}

.videotype a.cur{ border-color:#870102; color:#870102;}

.videotype a.cur:after{ content:''; width:16px; height:6px; background:url(../images/xxc.jpg); position:absolute; left:50%; margin-left:-8px; bottom:-5px;}










@media(max-width: 1200px) {
  .gotop {
    display: none;
  }
  .videotype span{display:block; box-sizing:border-box; text-align:left; padding:0 4%;  background:url(../images/xxc.jpg) no-repeat 98% center; height:40px; line-height:40px; border-bottom:1px solid #a58b7a;}
  .videotype p {display: none;}
  .videotype p a{ display:block; box-sizing:border-box; padding:0 5%; text-align:left; width:100%; border:none; margin:0;border-bottom:1px solid #a58b7a;}
  .videotype p a.cur:after{display: none;}


}