@charset "utf-8";

/* CSS Document */
  body {
    max-width: 750px;

  }

  * {
    padding: 0;
    margin: 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    display: block;
    width: 100%;
  }

  .clearfix {
    clear: both;
  }



  .youshi_box {
    max-width: 750px;
    margin: 20px auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .youshi_box h2,
  .linian1 h2 {
    font-size: 1.3em;
    text-align: center;
    color: #ca9a52;
    margin: 0px 20px;
    background: #f0d19a;
    padding: 10px 15px;
  }

  .youshi_box .youshi {
    float: left;
    margin: 10px 10px;
    border: 1px solid #fbf3e6;
    padding: 10px;
  }

  .youshi_box .youshi .youshi_img {
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .youshi_box .youshi .youshi_img img {
    display: block;
    width: 100%;
  }

  /* .youshi_box .youshi .youshi_img img:first-child {
    display: none;
  } */
  .youshi_this1 {
    background-color: #ef8822;
  }

  .youshi_box .youshi_this1 p {
    color: #fff;
  }

  .youshi_box .youshi p {
    padding: 1em;
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.8em;
    font-weight: bold;
  }

  .youshi_this2 {
    background-color: #f0d19a;
  }

  .youshi_box .youshi_this2 p {
    color: #574c30;
  }

  .youshi:hover .youshi_img img {
    display: none;
  }

  .youshi:hover .youshi_img img:first-child {
    display: block;
  }

  .youshi:hover {
    background: #ef8822;
  }


  .youshi:hover p {
    color: #fff;
  }

  .linian_box {
    background: #f9f5ec;
    padding-top: 26px;
    padding-bottom: 38px;
  }

  .linian1 {
    max-width: 750px;
    margin: 0 auto;
  }

  .linian1 .pinzhi,
  .ctr_box .pinzhi {
    border: 1px dashed #b69548;
    width: calc(100% - 22px);
    margin: 10px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
  }

  .linian1 .pinzhi h3 {
    position: absolute;
    color: #fff;
    background: #d7ae69;
    right: -1px;
    top: -18px;
    font-size: 1.1em;
    padding: 5px 10px;
    border-radius: 37px;
  }

  .pinzhi h3 span {
    color: #935035;
    background: #efdec0;
    border-radius: 37px;
    padding: 5px 4px;
    margin-right: 20px;
  }

  .linian1 .pinzhi .content {
    width: calc(100% - 6%);
    font-weight: bold;
	margin:3%;
  }

  .linian1 .pinzhi .content h4{
    font-size: 1.2em;
    color: #d7ae69;
    text-align: center;
    margin:30px 0 10px 0;
  }

  .linian1 .pinzhi .content p,
  .ctr_box .pinzhi .content p {
    font-size: 0.9rem;
    line-height: 2;
    color: #333;
    padding: 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }

  .linian1 .pinzhi .box,
  .ctr_box .pinzhi .box {
	margin:40px 0 20px 0;
    width: calc(100% - 10%);
    height: 240px;
    position: relative;
  }
  .linian1 .pinzhi .box:after{ content:'';
    width: 100%;
    height: 240px;
    transform: rotate(5deg);
    position: absolute;
    left: 5%;
    top: 0;
    background: #e3d0b0;
    z-index: 1;
  }
  
  .linian1 .pinzhi img,
  .ctr_box .pinzhi img {
    width: 100%;
    height: 240px;
    display: block;
    z-index: 3;
	position: absolute;
    left: 5%;
    top: 0;
  }
  
  
  /*第二块css样式开始*/
  .linian2 {
    margin: 40px auto;
  }
  .linian2 .pinzhi h3 {
    left: -1px; right:inherit
  }

  .mubiao_box {
    width: 100%;
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;
  }

  .mubiao {
    max-width: 750px;
    margin: 0px auto;
    padding: 35px;
    position: relative;
  }

  .mubiao img {
    width: 171px;
    height: 125px;
    display: block;
  }

  .mbcontent {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }

  .mbcontent h4 {
    font-size: 1.2em;
    color: #d7ae69;
    text-align: center;
  }

  .mbcontent h5 {
    font-size: 1.05em;
    display: block;
    margin: 15px 0;
    color: #333;
  }

  .mbcontent p {
    font-size: 0.9em;
    line-height: 180%;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    font-weight: bold;
  }








  /*----------------------品牌介绍css开始--------------------------------*/


  .qiyuan_box {
    /*width:100%;
		background:url(../images/bg8.jpg) no-repeat;
		background-size:100%;
		padding-top:30px;*/
    /*padding-bottom:200px;*/
    position: relative;
  }

  .qiyuan {
    max-width: 750px;
    margin: 0 auto;
  }

  .qiyuan h2,
  .shengming_box h2 {
    font-size: 1.3em;
    color: #ca9a52;
    position: relative;
    text-align: center;
    margin: 20px 0 10px;
  }

  .qiyuan h2::before,
  .shengming_box h2::before {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 52%;
    left: 2%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 23%;
    height: 1px;
  }

  .qiyuan h2::after,
  .shengming_box h2::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 52%;
    right: 2%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 23%;
    height: 1px;
  }

  .qiyuan>span,
  .shengming_box>span {
    font-size: 1.1em;
    color: #4e2222;
    text-align: center;
    display: block;
    font-weight: bold;
  }

  .qiyuan p {
    font-size: 0.9em;
    color: #555;
    text-indent: 2em;
    margin: 10px;
    text-align: justify;
    font-weight: bold;
    line-height: 180%;
  }

  .tu {
    width: 100%;

  }

  .tu img {
    width: 100%;
    display: block;
  }

  .logo_img {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 5%;
    bottom: -80px;
  }

  .logo_img img {
    width: 100%;
    display: block;
  }

  .ctr_box {
    max-width: 1200px;
    margin: 120px auto 0 auto;
  }

  .ctr_box h2 {
    font-size: 1.3em;
    color: #946929;
    margin-bottom: 80px;
    text-align: center;
    margin: 0 20px;
  }

  .ctr_box .pinzhi {
    height: 270px;
  }

  .ctr_box .pinzhi img {
    width: 150px;
    height: 240px;
    top: 3%;
    left: 3%;
  }

  .ctr_box .pinzhi .box {
    width: 150px;
    height: 240px;
    top: 3%;
    left: 3%;
  }



  .ctr_box .pinzhi .content {
    width: 48%;
    position: absolute;
    right: 6px;
    top: 30px;
  }

  .ctr_box .pinzhi .content p {
    line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
  }

  .ctr_box .pinzhi .content p span {
    color: #ca9a52;

  }

  .shengming_box {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .shengming {
    border: 2px solid #ca9a52;
    padding: 3px;
    margin: 20px 10px;
    margin-top: 10px;
  }

  .shengming p {
    border-left: 2px solid #ca9a52;
    border-right: 2px solid #ca9a52;
    padding: 10px;
    font-size: 0.9em;
    color: #333;
    text-indent: 2em;
    margin: 0;
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px;
  }

  .shengming p:nth-child(1) {
    border-top: 2px solid #ca9a52;
  }

  .shengming p:last-child {
    border-bottom: 2px solid #ca9a52;
  }

  .shengming p span {
    text-indent: 2em;
    display: block;
  }

  .tishi {
    max-width: 750px;
    margin: 30px auto;
    background: #ca9a52;
    padding: 10px 0;

  }

  .tishi h2 {
    color: #ca2626;
    font-size: 1.3em;
    margin: 0;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-align: left;
  }

  .tishi h2 span {
    font-size: 16px;

  }

  .tishi p {
    text-align: right;
    margin-right: 20px;
    font-size: 1em;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
  }

  /*---------------------品牌介绍css结束-----------------------*/






  /*------------------------原产地css开始---------------------------------------*/


  .dizhi {
    max-width: 750px;
    margin: 0 auto;
  }

  .dizhi h2 {
    position: relative;
    margin-top: 30px;

  }

  .dizhi h2 img {
    width: 70%;
    /*height: 80px;*/
    display: block;
    margin: 0 auto;

  }

  .dizhi h2::before {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 25%;
    left: 10px;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 11%;
    height: 1px;
  }

  .dizhi h2::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 25%;
    right: 10px;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 11%;
    height: 1px;
  }

  .dizhi p {
    font-size: 0.9em;
    line-height: 160%;
    color: #451e1d;
    text-indent: 2em;
    margin: 1em;
    font-weight: bold;
    text-align: justify;
  }

  .dizhi>img {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .img {
    width: 100%;
    margin: 20px 0;
  }

  .img img {
    display: block;
    width: 100%;
  }

  .ze_box {
    background: #f9f5ec;
    width: 100%;
    padding: 30px 0 0;
  }

  .ze {
    max-width: 750px;
    margin: 0 auto;
  }

  .ze .zhuti {
    position: relative;
  }

  .ze .zhuti img {
    width: 56px;
    height: 55px;
    display: block;
    margin: 0 auto;
  }

  .ze .zhuti h6 {
    font-size: 12px;
    color: #ca9a52;
    text-align: center;
    font-weight: normal;
    margin: 0;
    position: relative;
    /* top: -20px; */
  }

  .ze .zhuti h5 {
    font-size: 1.3em;
    color: #82581b;
    margin: 0;
    text-align: center;
    font-weight: normal;
    position: relative;
    /* top: -20px; */
  }

  .ze .zhuti h4 {
    font-size: 1.1em;
    color: #ca9a52;
    margin: 10px 20px;
    text-align: center;
    position: relative;
    /* top: -20px; */
  }

  .ze .zhuti h6 span {
    margin: 0 16px;
  }

  .ze .zhuti p {
    font-size: 0.9em;
    color: #ca9a52;
    margin: 0 20px;
    position: relative;
    /* top: -20px; */

  }

  .ze>img {
    width: 100%;
    display: block;
  }

  .duibi_box {
    max-width: 750px;
    margin: 0 auto;

  }

  .duibi {
    float: left;
    width: calc(33.33% - 10px);
    margin: 5px;

  }

  .ze_box .duibi_box .duibi img {
    height: 98px;
  }

  .duibi img {
    display: block;
    width: 100%;
  }

  .duibi p {
    font-size: 1em;
    color: #333;
    text-align: center;
    margin: 20px 0;
  }

  .xiao_box {
    background: #fcf2dc;
    padding: 30px 0;
  }

  .xiao_box .duibi_box,
  .xiao_box .duibi_box1 {
    max-width: 750px;
    margin: 0 auto;
  }

  .xiao_box .duibi {
    float: left;
    width: calc(33.33% - 20px);
    margin: 5px 10px;

  }

  .xiao_box .duibi:nth-child(1) {
    margin-left: 16.67%;
  }

  .xiao_box .duibi img {
    display: block;
    width: 100%;

  }

  .xiao_box .duibi p {
    font-size: 0.9em;
    color: #333;
    text-align: center;
    margin: 5px 0;

  }

  .xiao_box .ze .zhuti p {
    font-size: 0.9em;
    color: #ca9a52;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /* top: -20px; */
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xiao_box .duibi_box1 .duibi {
    float: left;
    width: calc(33.33% - 20px);
    margin: 20px 10px;

  }

  .xiao_box .duibi_box1 .duibi:nth-child(1) {
    margin-left: 16.67%;
  }

  .xiao_box .duibi_box1 .duibi img {
    display: block;
    width: 100%;

  }

  .xiao_box .duibi_box1 .duibi p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
  }

  .xiao_box .duibi_box1 .duibi p img {
    margin-top: 25px;
  }

  .ling {
    padding: 30px 0;
    background: #f9f5ec;
  }

  .ling .ze p {
    text-align: center;
    margin-bottom: 20px;
  }

  /* .xiao_box .ze .zhuti {
    margin-top: 20px;
  } */

  .qubie_box {

    padding-top: 30px;
    background: #f9f5ec;

  }

  .qubie {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
  }

  .qubie h2 {
    font-size: 1.25rem;
    color: #ca9a52;
    text-align: center;
    margin: 0 40px;
  }

  .qubie h2::before {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 24%;
    left: 10%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 14%;
    height: 1px;
  }

  .qubie h2::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 24%;
    right: 10%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 14%;
    height: 1px;
  }

  .qubie span {
    text-align: center;
    display: block;
    color: #4e2222;
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: bold;
  }

  .qubie h3 {
    font-size: 1.1rem;
    color: #ca9a52;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #ca9a52;
    margin: 20px 20px;
  }

  .qubie_box img {
    width: 100%;
    display: block;
  }


  .taocan_box {
    width: 100%;
    background: #fcf2dc;
  }

  .taocan {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
  }

  .tao_this {
    background-color: #f28f24;
    color: #fff;
  }

  .tao_this a h4 {
    color: #fff;
  }

  .tao.tao_this p {
    color: #fff;
  }

  .taocan h2 {
    font-size: 1.25rem;
    color: #ca9a52;
    text-align: center;
  }

  .taocan h3 {
    font-size: 1.1rem;
    color: #4e2222;
    text-align: center;
    margin-top: 15px;
  }

  .taocan h3::before {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 21%;
    left: 3%;
    background: #4e2222;
    /*宽和高做出来的背景横线*/
    width: 22%;
    height: 1px;
  }

  .taocan h3::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 21%;
    right: 3%;
    background: #4e2222;
    /*宽和高做出来的背景横线*/
    width: 22%;
    height: 1px;
  }

  .tao {
    float: left;
    width: calc(33.33% - 10px);
    padding: 10px 5px;
    margin-top: 30px;
  }

  .tao img {
    display: block;
    width: 100%;

  }

  .tao h4 {
    font-size: 1.1rem;
    color: #47371e;
    text-align: center;
    line-height: 1.6rem;
  }

  .tao p {
    font-size: 1rem;
    color: #47371e;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 6px;
  }

  .tao:hover {
    background: #f28f24;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

  }

  .tao:hover h4,
  .tao:hover p {
    color: #fff;
  }

  .anquan_box {
    width: 100%;
    background: #f9f5ec;
    padding-top: 30px;
  }

  .anquan {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }

  .anquan img:first-child {
    display: block;
    width: 90%;

    margin: 0 auto;
  }

  .anquan h2 {
    font-size: 1.5rem;
    color: #ca9a52;
    text-align: center;
    margin-top: 20px;
  }

  .anquan h2 span {
    margin-left: 30px;
    font-size: 0.8rem;
  }

  .anquan>span {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    color: #ca9a52;
    margin-top: 20px;
  }

  .anquan span::before {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    bottom: 5.5%;
    left: 2%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 23%;
    height: 1px;
  }

  .anquan span::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    bottom: 5.5%;
    right: 2%;
    background: #ca9a52;
    /*宽和高做出来的背景横线*/
    width: 23%;
    height: 1px;
  }

  .anquan_box img {
    width: 100%;
    display: block;
  }

  /*------------------------原产地css结束---------------------------------------*/

