﻿body, html {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    background: #fff;
    overflow-x: hidden;
}
.header {
    background: #050306;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer {
    display: block;
}
.footer .footer-menu{
    background: url("img/bottom-bg.png");
    padding: 30px 0;
    text-align: center;
}
.footer .footer-menu a{
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    height: 27px;
    line-height: 1.8;
}
.footer .footer-menu .footer-menu-blog {
    display: inline-block;
}
.footer .footer-menu .footer-menu-blog li {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #fff;
}
.footer .footer-menu .footer-menu-blog li:first-child{
    border-left: 0;
}
.footer .footer-menu .footer-menu-blog li .wx {
    padding-left: 30px;
    height: 27px;
    line-height: 1.8;
    background: url("img/wx.png") no-repeat;
    display: inline-block;
}

.footer .footer-menu .footer-menu-blog li .wb {
    padding-left: 32px;
    margin-left: 15px;
    height: 27px;
    line-height: 1.8;
    background: url("img/wb.png") no-repeat;
    display: inline-block;
}

.footer .footer-menu .footer-menu-contact-we {
    margin-left: 30px;
    display: inline-block;
}

.footer .footer-menu .footer-menu-contact-we li {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 15px;
}
.footer .footer-menu .footer-menu-contact-we li:first-child{
    border-left: 0;
}

.footer .footer-menu .footer-menu-contact-we li.phone {
    border-left: 0;
    padding-left: 20px;
}

.footer .copyright {
    background-color: #000;
    text-align: center;
    padding: 20px 0;
    color: #a2824f;
        font-size: 14px;
}

a {
  color: #a2824f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

p, ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    color: #848484;
}

.container-body {
    width: 1170px;
    margin: 0 auto;
}

.container-menu-body {
    width: 1230px;
    margin: 0 auto;
}

.clear {
    display: block;
    clear: both;
}

@media (min-width: 768px) {
  .container-body {
    width: 750px;
	/*height:60px;*/
  }
  .container-menu-body {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .container-body {
    width: 970px;
  }
  .container-menu-body {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container-body {
    width: 1170px;
  }
  .container-menu-body {
    width: 1230px;
  }
}

.header-link {
    float: left;
}

.header-link .wz-logo {
    margin-right: 60px;
}

.header-link .zs-logo {
    margin-right: 10px;
}

.header-link .tm-logo {
    margin-right: 10px;
}
.header-menu {
    float: right;
    margin-top: 7px;
}

.header-menu li{
    float: left;
}

.header-menu li.active {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-width: 3px;
}

.header-menu li a{
    font-size: 16px;
    font-weight: 300;
    padding: 19px 40px; 
    display: block;
}

.header-menu li.active a {
    color: #fff;
}

.banner-body {
    position: relative;
}

.banner-body .container-body, .banner-body .container-menu-body {
    position: relative;
    z-index: 2;
}

.banner-body .banner-menu {
    height: 0;
    z-index: 1;
    margin-left: 222px;
    margin-right: 222px;
}

.banner-body .banner-menu .banner-menu-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 222px;
    height: 57px;
    background-image: url("img/jt-left.png");
}
.banner-body .banner-menu .banner-menu-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 222px;
    height: 57px;
    background-image: url("img/jt-right.png");
}

.banner-body .banner-menu .banner-menu-bg {
    height: 57px;
    background-image: url("img/jt-center.png");
}

.banner-body .banner-menu .banner-menu-body {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}

.banner-body .banner-menu .banner-menu-body li{
    display: inline-block;
    border-left: 1px dashed #fff;
}
.banner-body .banner-menu .banner-menu-body li:first-child{
    border-left: 0;
}

.banner-body .banner-menu .banner-menu-body li a{
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 30px;
}

.banner-body .banner-menu .banner-menu-body li a.active, .banner-body .banner-menu .banner-menu-body li a:hover{
  text-decoration: underline !important;
}

.banner-body .banner-menu .banner-menu-body li.fg{
    border-left: 2px solid #fff;
    height: 25px;
    position: relative;
    top: -3px;
}

.banner-body .banner-menu .banner-menu-body li.fg a{
    position: relative;
    top: 3px;
}

.banner-image {
    position: relative;
}

.banner-image img{
    width: 100%;
    display: block;
}

.banner-image .arrow-right {
    background: url("img/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.banner-image .arrow-left {
    background: url("img/arrows.png") no-repeat left top;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.youxue-image {
    position: relative;
}

.youxue-image img{
    width: 100%;
    display: block;
}

.youxue-image .arrow-right {
    background: url("img/yjta.png") no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -140px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 2;
    cursor: pointer;
}

.youxue-image .arrow-left {
    background: url("img/zjtb.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -140px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 2;
    cursor: pointer;
}

.bottom-menu {
    background-color: #000;
    padding-bottom: 30px;
    position: relative;
    display: none;
}

.bottom-menu .bottom-menu-btn{
    border: 1px solid #fff;
    box-sizing: border-box;
    background: #AD8F59;
    color: #fff;
    float: left;
    width: 50%;
    padding: 15px;
    line-height: 1.8;
}

.bottom-menu .bottom-menu-btn:hover, .bottom-menu .bottom-menu-btn.active{
  color: #AD8F60;
  background: #CDB792;
}

.bottom-menu .bottom-menu-btn img{
    width: 31px;
    height: 31px;
    margin-right: 15px;
    vertical-align: middle;
}

.bottom-menu .bottom-menu-top{
    position: absolute;
    bottom: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}

.bottom-menu .bottom-menu-top ul{
    border-top: 1px solid #999999;
    padding: 5px 0;
}
.bottom-menu .bottom-menu-top ul:after{
    content: "";
    display: block;
    clear: both;
}
.bottom-menu .bottom-menu-top ul:first-child{
    border-top: 0;
}

.bottom-menu .bottom-menu-top ul li{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
}

.bottom-menu .bottom-menu-top ul li a{
    width: 100%;
    padding: 8px 0;
    text-align: center;
    display: block;
    box-sizing: border-box;
    font-size: 13px;
}

.bottom-menu .bottom-menu-top ul li:nth-child(2){
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

@media (max-width: 1200px) {
  .header .container-body {
      text-align: center;
  }
  .header-link {
    float: none;
    display: inline-block;
  }
  .header-menu {
      float: none;
      display: inline-block;
  }
}

@media screen and (max-width: 768px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .container-body {
        text-align: center;
    }
    .header-link {
        float: none;
        display: inline-block;
    }
    .banner-body .banner-menu, .header-menu {
        display: none;
    }

    .container-body {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .footer-menu {
        padding: 10px 0;
    }

    .footer .footer-menu a{
        font-size: 10px;
    }
    .footer .footer-menu .footer-menu-contact-we .phone {
        font-size: 10px;
    }
    .footer .footer-menu .footer-menu-blog li .wx, footer .footer-menu .footer-menu-blog li .wb {
        line-height: 2.4;
    }

    .footer .copyright{
        font-size: 10px;
    }

    .bottom-menu {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .header-link img{
        height:50px; 
    }
}
@media screen and (max-width: 576px) {
    .footer .footer-menu .footer-menu-blog {
        float: left;
        margin-left: 5px;
    }
    .footer .footer-menu .footer-menu-contact-we {
        margin-top: 10px;
        margin-left: 20px;
        float: left;
    }
}
@media screen and (max-width: 480px) {
    .header-link img{
        height:35px; 
    }
    .footer .copyright span{
        display: block;
        padding: 5px;
    }
}

.container-title{
    position: relative;
}

.container-title img {
    width: 100%;
}

.container-title .container-title-context {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -60px;
    text-align: center;
    width: 400px;
    height: 120px;
}
.container-title .container-title-context h2{
    color: #fff;
    margin-bottom: 5px;
    font-size: 30px;
}
.container-title .container-title-context p{
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.container-title .container-title-context div{
    width: 100px;
    height: 5px;
    background-color: #A1814E;
    margin: 15px auto 20px auto;
}
.container-title .container-title-context span{
    color: #fff;
    font-size: 13px;
}

.container-title.cyjd .container-title-context{
    height: 200px;
    margin-top: -100px;
}

.ry-body .ry-top-hr{
    height: 8px;
    background-color: #A07F47;
}

.ry-body .ry-top-tab {
    border-top: 1px solid #fff;
}
.ry-body .ry-top-tab a{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 25px;
    color: #251B18;
    padding: 18px 0;
    display: block;
    border-bottom: 1px solid #F0F0F0;
}
.ry-body .ry-top-tab a span{
    display: block;
    font-size: 15px;
}
.ry-body .ry-top-tab a:hover{
    color: #251B18;
}

.ry-body .ry-top-tab a.active{
    background-color: #9C7A3D;
    color: #fff;
    border-bottom: 1px solid #9C7A3D;
}
.ry-body .ry-body-context {
    width: 70%;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
    max-width: 1000px;
    padding: 60px 0;
}
.ry-body .ry-body-context .ry-body-context-year {
    background-color: #9C7A3D;
    text-align: center;
    position: absolute;
    top: 60px;
    left: -100px;
}
.ry-body .ry-body-context .ry-body-context-year ul{
    display: block;
}
.ry-body .ry-body-context .ry-body-context-year ul li{
    padding: 10px 20px;
    color: #FFF;
    display: block;
    cursor: pointer;
}
.ry-body .ry-body-context .ry-body-context-year ul li:hover, .ry-body .ry-body-context .ry-body-context-year ul li.active{
    text-decoration: underline;
}

.ry-body-context-list li{
    width: 300px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 10px;
}

.ry-body-context-list li img{
    width: 100%;
}

.ry-mini-year {
    display: none;
}

.ry-top-title {
    text-align: center;
    padding: 60px 0 0px 0;
}

.ry-top-title h3{
    font-size: 30px;
    margin: 0;
}
.ry-top-title p{
    font-size: 17px;
    margin: 0;
    padding: 0;
}

.ry-top-title div {
    width: 100px;
    height: 5px;
    background-color: #A1814E;
    margin: 10px auto 20px auto;
}

.ry-body-context-lc-list {
    min-height: 500px;
    max-width: 1279px;
    color: #000;
    margin-top: 50px;
}
.ry-body-context-lc-list li {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.ry-body-context-lc-list li:first-child {
    margin-top: 0;
}
.ry-body-context-lc-list li img{
    width: 180px;
    border: 1px solid #F4F4F4;
    margin-left: 150px;
    height: 100px;
}

.ry-body-context-lc-list li p{
    position: absolute;
    color: #000;
    top: 10px;
    left: 30px;
}

.ry-body-context-lc-list li span{
    position: absolute;
    width: 100%;
    box-sizing:  border-box;
    top: 0;
    left: 0;
    padding-left: 380px;
    padding-top: 0;
    display: block;
    font-size: 18px;
    color: #636363;
}

.ry-body-context-lc-list li h3{
    color: #887861;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 375px;
    top: 0;
}

hr.hh {
    height: 8px;
    border: 0;
    display: block;
    background-color: #A07F47;
    margin: 0;
}

.about-context {
    text-align: center;
    font-size: 15px;
    padding: 0 32px;
}
.about-context p{
    font-size: 15px;
    padding: 3px 0;
}

.about-authentication {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.about-authentication li{
    display: inline-block;
    margin: 0 10px;
}
.about-authentication li img{
    height: 80px;
}
.about-authentication li p{
    color: #000;
    font-size: 15px;
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .container-title .container-title-context {
        width: 350px;
        height: 80px;
        margin-left: -175px;
        margin-top: -40px;
    }
    .container-title .container-title-context h2{
        font-size: 15px;
    }
    .container-title .container-title-context p{
        font-size: 13px;
    }
    .container-title .container-title-context div{
        margin: 5px auto 10px auto;
    }
    .container-title .container-title-context span{
        font-size: 10px;
    }
    .container-title.cyjd .container-title-context{
        height: 150px;
        margin-top: -80px;
    }
    .ry-body .ry-top-tab a{
        font-size: 15px;
    }
    .ry-body .ry-top-tab a span{
        font-size: 10px;
    }
}

@media screen and (max-width: 700px) {
    .ry-mini-year {
        display: block;
    }
    .ry-body .ry-body-context {
        width: 90%;
        padding: 10px 0
    }
    .ry-body .ry-body-context .ry-body-context-year {
        display: none;
    }
}

@media (max-width: 1200px) {
  .ry-body-context-lc-list li img{
      width: 150px;
  }
  .ry-body-context-lc-list li span{
        padding-left: 340px;
        padding-top: 30px;
  }
  .ry-body-context-lc-list li h3 {
      left: 340px;
  }
}

@media (max-width: 992px) {
  .ry-body-context-lc-list li img{
      width: 120px;
  }
  .ry-body-context-lc-list li span{
        padding-left: 300px;
        padding-top: 30px;
  }
  .ry-body-context-lc-list li h3 {
      left: 300px;
  }
}

@media (max-width: 808px) {
  .ry-body-context-lc-list li img{
      width: 100px;
      margin-left: 70px;
  }
  .ry-body-context-lc-list li span{
        padding-left: 190px;
        padding-top: 20px;
        font-size: 10px
  }
  .ry-body-context-lc-list li h3 {
      left: 190px;
    font-size: 14px;
  }
  .ry-body-context-lc-list li p{
      font-size: 10px;
  }
  .container-title {
      margin: 0 -130px;
  }
}

.pp-img {
    background-image: url("img/pp-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}

.pp-img img{
    display: block;
    width: 1100px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .pp-img {
        margin: 0 -100px;
        padding: 50px 0;
    }
  .pp-img img{
    width: 100%;
  }
}

.pinpai-top-bg {
    min-width: 1170px;
    position: relative;
}

.pinpai-top-bg > img{
    width: 100%;
    display: block;
}

.pinpai-top-bg .bgpinpai-top-menu-bg{
    width: 100%;
    height: 600px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
}

.pinpai-top-bg .bgpinpai-top-menu-bg1{
    width: 100%;
    height: 506px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
}

.pinpai-top-menu-logo {
    display: block;
}
.pinpai-top-menu-area {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 130px;
    left: 0;
}
.pinpai-top-menu-logo {
    display: block;
    margin: 0 auto;
}

.pinpai-top-menu-area-btns {
    display: inline-block;
    margin-top: 90px;
}

.pinpai-top-menu-area-btns li {
    float: left;
    margin-left: 35px;
    margin-right: 35px;
}

.pinpai-btn-xiyi {
    background-image: url("img/btn-1.png");
}
.pinpai-btn-xiyi.active, .pinpai-btn-xiyi:hover {
    background-image: url("img/btn-1.hover.png");
}

.pinpai-btn-biaozhun {
    background-image: url("img/btn-2.png");
}
.pinpai-btn-biaozhun.active, .pinpai-btn-biaozhun:hover {
    background-image: url("img/btn-2.hover.png");
}

.pinpai-btn-tiyan {
    background-image: url("img/btn-3.png");
}
.pinpai-btn-tiyan.active, .pinpai-btn-tiyan:hover {
    background-image: url("img/btn-3.hover.png");
}

.pinpai-btn-xiyi, .pinpai-btn-biaozhun, .pinpai-btn-tiyan {
    width: 86px;
    height: 127px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.pinpai-hr {
    margin: 0;
    height: 0;
    border-top: 4px solid #A2824F;
    display: block;
}

.pinpai-top-bg-banner {
    position: relative;
}
.pinpai-top-bg-banner img{
    width: 100%;
    display: block;
}
.pinpai-top-bg-banner .arrow-right {
    background: url("img/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.pinpai-top-bg-banner .arrow-left {
    background: url("img/arrows.png") no-repeat left top;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

@media (max-width: 580px) {
    .pinpai-btn-xiyi, .pinpai-btn-biaozhun, .pinpai-btn-tiyan {
        width: 57px;
        height: 85px;
    }
    .pinpai-top-bg .bgpinpai-top-menu-bg {
        height: 300px;
    }
	.pinpai-top-bg .bgpinpai-top-menu-bg1 {
        height: 300px;
    }
    .pinpai-top-menu-logo {
        width: 150px;
    }
    .pinpai-top-menu-area-btns {
        margin-top: 20px;
    }
    .pinpai-top-menu-area {
        top: 60px;
    }
}
@media (max-width: 992px) {
  .pinpai-top-bg{
    width: auto;
    min-width: 0;
    margin-left: -140px;
    margin-right: -140px;
  }
}

.new-body-context {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 800px;
    max-width: 1279px;
    padding: 60px 0;
}

.new-body-context h1 {
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    width: 400px;
    font-size: 35px;
}

.new-body-context .new-body-context-val {
    position: relative;
    margin-top: 60px;
}

.new-body-context-time {
    background: #FEFEFE;
    position: absolute;
    padding: 30px;
    text-align: center;
    color: #9E8853;
    font-size: 30px;
    font-family: "Shonar Bangle";
    top: 0;
    left: 0;
    width: 210px;
    box-sizing: border-box;
}

.new-body-context-time .new{
    font-size: 50px;
}

.new-body-context-time hr {
    width: 60px;
    border: 0;
    border-top: 3px solid;
}

.new-fenxiang {
    position: absolute;
    background: #FEFEFE;
    top: 200px;
    left: 0;
    width: 210px;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    font-size: 20px;
}

.new-body-context .close-btn, .next-new-btn, .per-new-btn {
    background: url("img/new-jt.png");
    display: block;
    width: 74px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 130px;
}

.next-new-btn {
    top: 70px;
    background-position-y: 279px;
}

.per-new-btn {
    top: 140px;
    background-position-y: 135px;
}

.new-body-context .context{
    margin: 0 250px;
}
.new-body-context .context img{max-width:100%; height:auto}
.bottom-news {
    margin: 100px 250px 0 250px;
}

.bottom-news h2{
    font-size: 25px;
    text-align: center;
    margin: 50px 0;
}

.bottom-news h2 span{
    color: #A2824F;
    padding: 0 5px;
}

.bottom-news ul{
    list-style: none;
}

.bottom-news ul li{
    float: left;
    margin: 10px;
}

.bottom-news ul li h3{
    text-align: center;
    margin: 0;
    font-size: 19px;
    color: #A2824F;
    padding: 8px 0;
}

.bottom-news ul li img{
    width: 239px;
    height: 168.8px;
}

.bottom-news ul li span{
    display: block;
    color: #595959;
    font-size: 13px;
    padding: 3px;
}

.bottom-news ul li p{
    margin: 0;
    margin-top: 10px;
}

.bottom-news ul li p .time{
    background-image: url("img/new-time.png");
    background-repeat: no-repeat;
    font-size: 13px;
    background-size: 17px;
    padding-left: 25px;
    line-height: 1;
    float: left;
    border-right: 1px solid #595959;
    width: 150px;
}

.bottom-news ul li p .go{
    background-image: url("img/new-right.png");
    float: right;
    width: 40px;
    background-repeat: no-repeat;
    height: 13px;
    background-size: 38px;
}

@media (max-width: 992px) {
    .new-body-context {
        width: 90%;
        padding: 10px 0
    }
    .new-body-context-time, .new-fenxiang, .new-body-context .close-btn, .next-new-btn, .per-new-btn {
        display: none;
    }
    .new-body-context h1 {
        width: 100%;
    }
    .new-body-context .context {
        margin: 0;
    }
    .bottom-news {
        margin: 100px 0px 0 0px;
    }
}

.chanpin-list {
    list-style: none;
    text-align: center;
}

.chanpin-list li{
    display: inline-block;
    padding: 50px 0;
    margin: 0 48px;
    border-bottom-width: 6px;
}

.chanpin-list li img{
    width: 200px; height:200px; border-radius: 50%;
}

.chanpin-list li h2 {
    color: #a2824f;
    margin: 30px 0 5px 0;
    font-size: 25px;
}

.chanpin-list li span{
    font-size: 15px;
    color: #a2824f;
}

.chanpin-list li.active{
    border-bottom: 6px solid #FDF6EC;
}

.chanpin-list li.active h2, .chanpin-list li.active span {
    color: #fff;
}

@media (max-width: 992px) {
  .chanpin-list li img{
      width: 100px;
  }
}

.chanpin-list-data {
    list-style: none;
    width: 1170px;
    display: block;
    margin: auto;
}

.chanpin-list-data li{
    float: left;
    padding: 40px;
    width: 33.33%;
    box-sizing: border-box;
}

.chanpin-list-data li img{
    width: 100%;
    display: block;
}

.chanpin-list-data li div{
    /*background: #A2824F;*/
    box-sizing: border-box;
    padding: 30px;
    color: #A2824F;
}

.chanpin-list-data li div:after{
    content: "";
    display: block;
    clear: both;
}

.chanpin-list-data li h3{
    margin: 0;
    color: #A2824F;
    text-align: center;
    margin-bottom: 13px;
    font-size: 23px;
}

.chanpin-list-data li span, .chanpin-list-data li span a{
    float: left;
    width: 50%;
    color: #A2824F;
    font-size: 14px;
    padding-bottom: 5px;
}

.chanpin-list-data li hr {
    padding-top: 18px;
    border: 0;
    border-bottom: 1px solid #A2824F;
    display: block;
    clear: both;
}

.chanpin-list-data li a.tianmao {
    background-image: url("img/Image-1.png");
    height: 28px;
    width: 117px;
    float: left;
}

.chanpin-list-data li a.jingdong {
    background-image: url("img/Image-2.png");
    height: 28px;
    width: 117px;
    float: right;
}

@media (max-width: 992px) {
    .chanpin-list-data {
        width: 100%;
        text-align: center;
    }
    .chanpin-list-data li{
        width: 389px;
        display: inline-block;
        float: none;
    }
}

.yxwl-banner {
    width: 1270px;
    margin: 0 auto;
    position: relative;
}
.yxwl-banner h2{
    margin: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 30px;
    margin-top: -50px;
}
.yxwl-banner img{
    width: 100%;
}

.yxwl-down-list {
    position: absolute;
    background: #fff;
    width: 500px;
    top: 50%;
    border: 1px solid #AAA391;
    border-radius: 4px;
    left: 50%;
    margin-left: -250px;
}

.yxwl-down-list p{
    margin: 0;
    color: #a2824f;
    font-size: 14px;
    padding: 10px;
}

.yxwl-down-list span{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 8px;
    top: 2px;
    background: url(img/down.png);
}

.yxwl-down-list ul{
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    border: 1px solid #AAA391;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    margin-left: -1px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.yxwl-down-list ul li{
    font-size: 14px;
    padding: 8px;
}
.yxwl-down-list ul li a{
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.yxwl-all-dian {
    background: url("img/right-jt.png");
    position: absolute;
    color: #fff;
    background-repeat: no-repeat;
    width: 130px;
    background-position: 100px 2px;
    height: 19px;
    font-size: 14px;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: 60px;
}

.mendian-list {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    margin-top: 30px;
    line-height: 1.5;
}

.mendian-list h2{
    color: #a2824f;
    float: left;
    margin: 0;
}

.mendian-list .yxwl-down-list {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    float: right;
    width: 300px;
}

.mendian-list-data {
    list-style: none;
    width: 1000px;
    margin: 40px auto 80px auto;
    display: block;
}

.mendian-list-data:after {
    content: "";
    display: block;
    clear: both;
}

.mendian-list-data li{
    float: left;
    width: 50%;
    margin-top: 40px;
    height: 70px;
}

.mendian-list-data li h2{
    color: #a2824f;
    margin: 0;
    font-size: 22px;
    padding-bottom: 10px;
}

.mendian-list-data li span {
    color: #8F8F8F;
    font-size: 14px;
}

@media (max-width: 992px) {
    .mendian-list {
        width: 100%;
    }
    .mendian-list-data {
        width: 100%;
    }
}

@media (max-width: 660px) {
    .mendian-list {
        height: 110px;
    }
    .mendian-list h2 {
        float: none;
        text-align: center;
        margin-bottom: 8px;
    }
    .mendian-list .yxwl-down-list {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .mendian-list-data li{
        float: none;
        width: 100%;
    }
}

.yxwl-info {
    width: 1170px;
    margin: 100px auto;
}

.yxwl-info h2{
    color: #BCB5A0;
    margin: 0;
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}

.yxwl-info-msg {
    background: #F6F3EC;
    position: relative;
    height: 394px;
}
.yxwl-info-msg img{
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 100%;
}
.yxwl-info-msg-area {
    position: absolute;
    top: 80px;
    left: 60px;
    width: 380px;
}

.yxwl-info-msg-item {
    margin: 20px 0;
}

.yxwl-info-msg-item h3 {
    margin: 0;
    font-size: 22px;
    color: #212121;
}

.yxwl-info-msg-item p {
    margin: 0;
    font-size: 15px;
    color: #212121;
    padding: 10px 0;
}

.yxwl-jtlkt {
    color: #a2824f;
    font-size: 18px;
}

.yxwl-jtlkt span{
    background: url(img/yxwl-right.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}

@media (max-width: 1200px) {
    .yxwl-info {
        width: 100%;
    }
    .yxwl-info-msg img, .yxwl-info-msg-area {
        position: static;
    }
    .yxwl-info-msg img {
        width: 100%;
        height: auto;
        display: block;
    }
    .yxwl-info-msg {
        height: auto;
    }
    .yxwl-info-msg-area {
        padding: 30px;
        width: 100%;
        box-sizing: border-box;
    }
}