@charset "UTF-8";
/*
 * Model common css 模型通用css
 */
body {
  font-family: 'Conv_MyriadPro-Light'; }

.wrap {
  width: 1300px;
  margin: 0 auto; }

p, ul {
  margin: 0; }

/*
 * header Style 头部
 */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  min-width: 1300px;
  background-color: #fff;
  border-top: 5px solid #c3bcb1; }

header {
  height: 96px; }

.header-container {
  height: 100px;
  margin-top: -5px;
  overflow: hidden; }

.logo {
  width: 606px;
  height: 97px;
  border-top: 5px solid #906a3b; }
  .logo img {
    margin-top: 30px;
    -webkit-animation: logomove 2s infinite;
    animation: logomove 2s infinite; }

@keyframes logomove {
  0% {
    margin-top: 25px; }
  50% {
    margin-top: 35px; }
  100% {
    margin-top: 25px; } }
/*
 * nav Style 菜单
 */
nav {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 99;
  margin-top: 5px; }
  nav ul {
    margin: 0; }
  nav li {
    position: relative;
    float: left; }
  nav a {
    display: block;
    padding: 0 26px;
    font-size: 16px;
    line-height: 97px;
    color: #444; }
  nav li ul {
    position: absolute;
    left: 50%;
    top: 90px;
    width: 100%;
    height: 0;
    margin-left: -75px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    nav li ul li {
      float: none;
      background-color: #fff; }
    nav li ul a {
      padding: 0;
      line-height: 35px; }
  nav .subnav2 ul {
    width: 150px; }

nav li:hover ul {
  height: 100%;
  text-align: center;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%); }

nav li:hover a,
.navon a, nav .on a {
  color: #906a3b; }

nav li li:hover a {
  background-color: #906a3b;
  color: #fff; }

/*二级菜单*/
.submenu {
  position: absolute;
  top: 96px;
  width: 100%; }

.subnav {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: right;
  background-color: #603500;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .subnav li {
    display: inline-block;
    padding: 10px; }
  .subnav a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    line-height: 38px;
    border: 1px solid #603500; }
  .subnav a:hover {
    border: 1px solid #fff; }

.subnavon {
  height: 60px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

/*
 * search Style 搜索
 */
.search,
.search-form,
.search-keyword,
.search-btn,
.close {
  position: absolute;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.search {
  right: 0;
  top: 40px;
  background: url(../images/ico-search.png) center no-repeat #906a3b;
  border-radius: 28px;
  width: 28px;
  height: 28px; }

.search-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 0;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .search-container input {
    outline: none; }

.search,
.close,
.search-btn {
  cursor: pointer; }

.search-form {
  top: 159px;
  height: 70px;
  width: 100%;
  margin-right: 17px; }

.search-keyword {
  left: 50%;
  width: 50%;
  height: 37px;
  margin-left: -25%;
  padding: 16px 2% 15px;
  font: 30px/40px 'Conv_MyriadPro-Light';
  color: #9a9a9a;
  border: 1px solid #fff;
  background-color: inherit; }

.search-keyword:hover {
  border: 1px solid #906a3b; }

.search-btn {
  right: 21.7%;
  top: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: url(../images/ico-search-big.png) center no-repeat;
  text-indent: -9999px;
  border: none; }

.close {
  right: 50px;
  top: 50px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/ico-close.png) center no-repeat; }

.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.search-show {
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/*
 * banner Style 首页滚动图
 */
.banner,
.banner ul,
.banner ul li {
  overflow: hidden;
  list-style: none;
  margin: 0; }

.banner {
  width: 100%;
  height: 580px;
  min-width: 1200px;
  padding-top: 101px; }

#banner-pic img {
  position: relative;
  left: 50%;
  height: 580px;
  margin-left: -960px; }

.bx-controls-direction,
.bx-prev,
.bx-next {
  position: absolute; }

.bx-controls-direction {
  width: 1300px;
  height: 50px;
  top: 56%;
  left: 50%;
  margin-top: -20px;
  margin-left: -600px; }

.bx-prev,
.bx-next {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 99;
  background-image: url(../images/banner-btn.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.bx-prev {
  left: -65px;
  background-position: 18px center; }

.bx-next {
  right: -65px;
  background-position: -68px center; }

.bx-prev:hover,
.bx-next:hover {
  background-color: rgba(0, 0, 0, 0.6); }

/*
 * index Style 首页
 */
.index-main,
.main {
  position: relative;
  z-index: 99;
  width: 100%;
  min-width: 1300px;
  background-color: #f2ece3; }
  .index-main h4,
  .index-main p,
  .main h4,
  .main p {
    font-weight: normal; }
  .index-main dl,
  .index-main dd,
  .index-main dt,
  .index-main h2,
  .index-main h3,
  .index-main h4,
  .main dl,
  .main dd,
  .main dt,
  .main h2,
  .main h3,
  .main h4 {
    margin: 0; }
  .index-main a,
  .main a {
    vertical-align: top; }

.index-main {
  height: 741px; }

.main {
  padding-top: 101px; }

.main-wrap {
  width: 100%;
  min-width: 1300px;
  background-color: #f2ece3;
  padding-bottom: 69px; }

/*首页左边*/
.index-left {
  width: 356px;
  height: 821px;
  margin-top: -80px;
  background-color: #906a3b; }

.index-left-tit {
  height: 80px;
  padding: 0 15px 0 20px;
  background-color: #906a3b; }
  .index-left-tit a {
    font-size: 32px;
    line-height: 80px;
    color: #fff;
    font-weight: normal; }
  .index-left-tit .more {
    padding-right: 20px;
    font-size: 14px;
    background: url(../images/ico-more.png) right center no-repeat; }

.index-left-box {
  font-size: 16px;
  width: 309px;
  height: 658px;
  padding: 30px 24px 55px;
  line-height: 37px;
  color: #fff;
  background: url(../images/bg-about.jpg) left top no-repeat; }
  .index-left-box .business h3,
  .index-left-box .contact span {
    color: #e1a255; }
  .index-left-box .about {
    height: 215px;
    overflow: hidden;
    font-size: 16px; }
  .index-left-box .business {
    margin-top: 55px;
    margin-bottom: 20px; }
    .index-left-box .business h3 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
    .index-left-box .business p {
      width: 278px;
      height: 46px;
      font-size: 34px;
      line-height: 46px;
      background: url(../images/bg-business.png) left top no-repeat; }
    .index-left-box .business span {
      float: left;
      display: inline-block;
      margin-left: 16px;
      margin-right: 5px;
      line-height: 46px; }
  .index-left-box .contact {
    min-height: auto; }
  .index-left-box .contact-address {
    margin: 5px 0;
    line-height: 25px; }

/*首页右边*/
.index-right {
  position: relative;
  margin-top: 60px;
  width: 911px;
  overflow: hidden;
  height: 634px; }
  .index-right h2 {
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: normal; }
    .index-right h2 a, .index-right h2 span {
      display: inline-block; }
    .index-right h2 a {
      color: #271b0c;
      font-size: 32px; }
    .index-right h2 span {
      margin-left: 10px;
      padding-left: 10px;
      font-size: 16px;
      line-height: 22px;
      color: #b1aba3;
      border-left: 1px solid #ddd9d3; }
  .index-right .index-prolist .list {
    width: 924px; }

/*
 * products Style 产品
 */
.prolist a {
  float: left;
  display: inline-block;
  width: 296px;
  height: 284px;
  margin-right: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 44px;
  color: #271b0c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.prolist img {
  max-width: 300px;
  max-height: 245px; }
.prolist dl {
  width: 296px;
  overflow: hidden; }
.prolist dt {
  width: 296px;
  height: 240px;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #fff; }
.prolist dd {
  width: 276px;
  height: 44px;
  padding: 0 10px;
  text-align: center;
  background-color: #c3bcb1; }
.prolist img,
.prolist dd,
.prolist dt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.prolist a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.prolist a:hover dd {
  color: #fff;
  background-color: #603500; }

.prolist-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px; }
  .prolist-btn a {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin: 0;
    background: url(../images/pro-btn.png) 0 center no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #cecac1; }
    .prolist-btn a:hover {
      border: 1px solid #603500; }
  .prolist-btn .arrowl {
    float: left; }
  .prolist-btn .arrowr {
    float: right;
    background-position: -35px center; }
  .prolist-btn .arrowl:hover {
    background: #603500 url(../images/pro-btn-h.png) 0 center no-repeat; }
  .prolist-btn .arrowr:hover {
    background: #603500 url(../images/pro-btn-h.png) -35px center no-repeat; }

/*
 * main Style
 */
.main {
  min-height: 600px;
  overflow: hidden; }

.pro-container {
  width: 1316px;
  padding-top: 60px; }

.pro-container .prolist {
  height: 299px; }
.pro-container .prolist dl {
  width: 311px;
  overflow: hidden; }
.pro-container .prolist img {
  max-width: 314px;
  min-height: 255px; }

.content-container {
  width: 1000px;
  margin: 0 auto; }
  .content-container img {
    max-width: 100%; }

/*内页banner*/
.page-banner {
  position: relative;
  height: 285px;
  width: 100%;
  overflow: hidden;
  min-width: 1300px;
  text-align: center;
  z-index: -1; }
  .page-banner img {
    position: fixed;
    top: 101px;
    left: 50%;
    margin-left: -960px;
    z-index: -1; }
  .page-banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -36px;
    color: #fff;
    font-family: 'Microsoft Yahei';
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/*
 * 关于我们 Style
 */
.content-container {
  padding-top: 80px;
  font-size: 16px;
  color: #603500;
  line-height: 36px; }

/*
 * 产品页面 Style
 */
.page-box,
.pro-box {
  float: left;
  width: 314px;
  margin-right: 15px;
  margin-bottom: 20px; }
  .page-box a,
  .pro-box a {
    margin: 0; }
  .page-box dt, .page-box a,
  .pro-box dt,
  .pro-box a {
    width: 314px; }
  .page-box dd,
  .pro-box dd {
    width: 294px; }

.page-nav {
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .page-nav a {
    display: inline-block;
    padding: 0 20px;
    margin-right: 7px;
    font-size: 18px;
    line-height: 35px;
    color: #603500;
    /*border: 1px solid #603500;*/
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-nav .page-navon,
  .page-nav a:hover {
    color: #fff;
    background-color: #603500; }

.page-subnav {
  padding-left: 30px; }

.paging {
  text-align: center;
  margin-top: 30px; }
  .paging li {
    width: 80px;
    height: 46px;
    float: left;
    vertical-align: top;
    text-align: center; }
  .paging a {
    font-size: 14px;
    color: #222; }
  .paging .p,
  .paging .pageinfo {
    margin-right: 1px; }
  .paging a:hover {
    background-color: #603500;
    color: #fff; }
  .paging .selectpage {
    position: absolute;
    bottom: 42px;
    width: 80px;
    padding-bottom: 5px;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .paging .active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .paging .right {
    right: 1px; }
  .paging .left {
    left: 0; }
  .paging .center {
    left: 50%;
    margin-left: -40px; }

.paging-box {
  border-radius: 5px;
  overflow: hidden; }

.paging-container {
  position: relative;
  height: 47px; }

.paging-box,
.paging-container {
  display: inline-block; }

.pageinfo {
  width: 78px;
  color: #333; }
  .pageinfo span {
    margin-right: 8px;
    font-size: 18px;
    color: #271b0c; }

.paging a,
.pageinfo {
  display: block;
  line-height: 47px;
  background-color: #fff; }

/*
 * 产品详情页 Style
 */
.prodetial {
  padding: 70px 0;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto; }

.prodetial-title {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #603500; }

.prodetial-smalltitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 80px; }

.prodetial-img {
  width: 510px;
  height: 280px;
  margin: 0 50px 0 0; }
  .prodetial-img p {
    width: 510px;
    height: 280px;
    display: table-cell;
    vertical-align: top;
    text-align: right; }
    .prodetial-img p img {
      max-width: 510px;
      max-height: 280px; }

.prodetial-text {
  width: 620px;
  margin-top: 70px; }

.prodetial-prevnext {
  height: 22px;
  overflow: hidden;
  line-height: 22px; }
  .prodetial-prevnext p {
    display: inline-block;
    margin-right: 30px; }
    .prodetial-prevnext p a {
      display: inline-block;
      text-indent: 1px;
      transition: all .5s;
      width: 48px;
      height: 22px;
      overflow: hidden;
      line-height: 22px;
      padding-left: 25px;
      background: url(../images/prevnext.png) no-repeat;
      color: #444; }
      .prodetial-prevnext p a:hover {
        color: #603500; }
    .prodetial-prevnext p span {
      display: none; }
  .prodetial-prevnext .prev a {
    background-position: 0 0; }
    .prodetial-prevnext .prev a:hover {
      background-position: 0 0; }
  .prodetial-prevnext .backlist a {
    background-position: -95px 0;
    width: 63px; }
    .prodetial-prevnext .backlist a:hover {
      background-position: -95px 0; }
  .prodetial-prevnext .next a {
    background-position: -207px 0; }
    .prodetial-prevnext .next a:hover {
      background-position: -207px 0; }

/*
 * contact Style
 */
.contact {
  min-height: 400px;
  padding-bottom: 0; }

.contact-con {
  padding: 94px 0;
  overflow: hidden; }
  .contact-con ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
  .contact-con li {
    float: left;
    width: 247px;
    text-align: center;
    color: #fff; }
    .contact-con li:first-child {
      width: 211px;
      margin-right: 17px; }
    .contact-con li:last-child {
      width: 211px;
      margin-left: 17px; }
    .contact-con li .tit {
      margin: 12px 0 16px;
      font-size: 18px;
      color: #906a3b; }
    .contact-con li p {
      line-height: 24px;
      font-size: 16px;
      color: #271b0c; }

.contact-ico .icon {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  border-radius: 92px;
  background-color: #c4bcb1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .contact-ico .icon::after {
    position: absolute;
    top: 28px;
    left: 50%;
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-left: -25px;
    content: '';
    background: url(../images/ico-contact.png) no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.contact-address .text {
  width: 177px;
  overflow: hidden;
  margin: 0 auto; }
.contact-address .icon::after {
  background-position: 13px -1px; }

.contact-contactname .icon::after {
  background-position: -235px 0; }

.contact-tel .icon::after {
  background-position: -481px -1px; }

.contact-fax .icon::after {
  background-position: -729px -1px; }

.contact-email .icon::after {
  background-position: -976px 0; }

.contact-ico:hover .icon {
  background-color: #603500; }
  .contact-ico:hover .icon::after {
    background: url(../images/ico-contact-h.png) no-repeat; }

.contact-address:hover .icon::after {
  background-position: 13px -1px; }

.contact-contactname:hover .icon::after {
  background-position: -235px 0; }

.contact-tel:hover .icon::after {
  background-position: -481px -1px; }

.contact-fax:hover .icon::after {
  background-position: -729px -1px; }

.contact-email:hover .icon::after {
  background-position: -976px 0; }

/*
 * footer Style 底部
 */
footer {
  padding: 39px 0;
  overflow: hidden;
  background-color: #fff; }
  footer a {
    color: #444; }

.footer-nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 21px; }

.footer-nav-tit {
  margin-right: 12px;
  color: #603500; }

.footer-navmenu {
  height: 21px;
  overflow: hidden; }
  .footer-navmenu li {
    float: left;
    padding: 0 12px; }

.powerby,
footer a:hover {
  color: #906a3b; }

.powerby,
.powerby a {
  font-size: 14px; }

.powerby a {
  color: #444; }

@font-face {
  font-family: 'Conv_MyriadPro-Light';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*# sourceMappingURL=css.css.map */
