body{
    background-color: #fff;
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 215px;
    width: 770px;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff {
    cursor: pointer;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container {
    height: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container img {
    width: 100%;
    height: 450px;
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-next,*/
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-prev {*/
/*width: 68px;*/
/*height: 68px;*/
/*-webkit-background-size: 68px 68px;*/
/*background-size: 68px 68px;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox {
    overflow: hidden;
    z-index: 99;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container {
    margin: 0px auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a {
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
}
.ban-box .shurff_box .shurff_topbox .shurff_right {
    float: right;
    width: 200px;
    /*height: 100%;*/
    border: 1px solid #e4d5b9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top {
    width: 100%;
    margin-bottom: 16px;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top{
    padding: 10px 2%;
}
.tx{
    display: flex;
    justify-content: space-between;
}
.tx img{
    display: block;
    margin-top: 8px;
    margin-left: 19px;
    height: 48px;
    line-height: 48px;
}
.p_hi{
    width:72%;
    margin-top: 15px;
}
.tx p {
    font-size: 13px;

}
.srt-but{
    margin-top: 15px;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but a {
    display: inline-block;
    width: 90%;
    border-radius:20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #633f1e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: 1px solid #633f1e;
    background-color: #fff;
    margin: 5px 5%;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but a:hover {
    font-weight: bold;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but .but-active {
    background-color: #633f1e;
    color: #fff;
    border-radius: 30px;
}
.sr_bot{
    padding: 5px 2%;
}
.sr-tit{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.sr-tit p{
    font-size: 15px;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.sr-tit a{
    font-size: 14px;
}
.sr_bot ul li {
    height: 35px;
    line-height:35px;
}
.sr_bot ul li a{
    padding-left:8%;
    color: #666666;
    font-size: 13px;
    display: block;
    width: 95%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.sr_bot ul li a:before{
    content: "";
    background-color: #633f1e;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: 3px;
}
.ban-box .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;
    /*height: 100%;*/
    z-index: 999;
}
.ban-box .aside-box .aside-left {
  border: 1px solid #e4d5b9;
    width: 210px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left .al .al-one a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
   color: #633f1e;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ban-box .aside-box .aside-left .al-one-active .al-one a {
    transform: translate3d(5px, 0, 0);
    font-weight: bold;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a img {*/
/*margin-right: 22px;*/
/*}*/
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*opacity: .6;*/
    z-index: -1;
    left: 0;
    top: 0;
}
.ban-box .aside-box .aside-right {
    float: left;
    height: 100%;
}
.ban-box .aside-box .aside-right .demo {
    width: 794px;
    position: relative;
    background-color: #ffffff;
    border-top: 0;
    z-index: 999;
    height: 100%;
    border-left: 0;
    overflow: hidden;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
}
.ban-box .aside-box .aside-right .demo .item {
    margin-left: 10px;
    margin-top: 10px;
    width: 75%;
}
.ban-box .aside-box .aside-right .demo .item span {
    display: block;
}
.ban-box .aside-box .aside-right .demo .item span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ban-box .aside-box .aside-right .demo .item span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .item div {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 5px;
}
.ban-box .aside-box .aside-right .demo .item div a {
    padding: 0px 14px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    border-right: 1px solid #d5d5d5;
    color: #000;
}
.ban-box .aside-box .aside-right .demo .item div a:last-child {
    border-right: 0;
}
.ban-box .aside-box .aside-right .demo .item div a:hover {
    color: #19a356;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .navadv {
    position: absolute;
    right: 10px;
    top: 0px;
}
.ban-box .aside-box .aside-right .demo .navadv li {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}
.ban-box .aside-box .aside-right .demo .navadv li a {
    display: block;
}
.ban-box .aside-box .aside-right .demo .navadv li a img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.ban-box .aside-box .aside-right .demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.ban-box .aside-box .aside-right .demoback {
    display: none;
}
.adv-three{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex !important;
}
.adv-three a{
    display: block;
    width: 32%;
    margin-bottom: 20px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-five{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-five a{
    margin-top: 20px;
    display: block;
    width: 19%;
    height: 90px;
}
.adv-five a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-two a{
    width: 49%;
    display: block;
    height: 125px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-left{
    width: 32%;
}
.news-left a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.news-left a img{
    display: block;
    width: 33%;
    height: 100px;
    border: 1px solid #633f1e;
    box-sizing: border-box;
}
.news-left a div{
    width: 65%;
}
.news-left a span{
    display: block;
    height: 60px;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
    margin-top: 10px;
}
.news-left a p{
    font-size: 13px;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.news-center{
    width: 32%;
}
.news-one a{
    display: block;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 270px;
}
.news-one a p{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.xin-img a{
    display: block;
    width: 49%;
}
.xin-img a img{
    display: block;
    width: 100%;
    height: 135px;
}
.xin-img a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.news-right{
    width: 32%;
}
.buy-xx li{
    position: relative;
}
.buy-xx li:before{
    content: "";
    background-image: url(../images/lx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width:10px;
    height: 10px;
    position: absolute;
    top: 17px;
    left: 0px;
}
.buy-xx li a{
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
}
.sup-left{
    width: 19%;
}
.sup-left a{
    display: block;
    width: 100%;
    height: 400px;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-center{
    width: 60%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-center a{
    width: 24%;
    display: block;
    margin-bottom: 10px;
}
.sup-center a img{
    display: block;
    width: 100%;
    height: 165px;
}
.sup-center a p{
    color: white;
    text-align: center;
    background-color: #633f1e;
    height: 30px;
    line-height:30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.sup-ww{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-ww li{
    width: 32%;
    position: relative;
}
.sup-ww li:before{
    content: "";
    background-image: url(../images/lx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0px;
}
.sup-ww li a{
    display: block;

    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
}
.buy-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-one a{
    width: 24%;
    display: block;
}
.buy-one a img{
    display: block;
    width: 100%;
    height: 230px;
}
.buy-one a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.buy-left{
    width: 49%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-left a{
    display: block;
    width:32%;
    margin-bottom: 10px;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 145px;
}
.buy-left a p{
    color: white;
    background-color: #633f1e;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.buy-right{
    width: 49%;
}
.buy-ww{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-ww li{
    width: 49%;
    position: relative;
}
.buy-ww li:before{
    content: "";
    background-image: url(../images/lx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 0px;
}
.buy-ww li a{
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
}
.inf-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-one a{
    width: 19%;
    display: block;
    border: 1px solid #633f1e;
    box-sizing: border-box;
}
.inf-one a img{
    display: block;
    width: 100%;
    height: 130px;
}
.inf-one a p{
    background-color: #efe4d3;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.inf-left{
    width: 35%;
}
.inf-left a{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px 2%;
   border: 1px solid #d5d5d5;
    box-sizing: border-box;
}
.inf-left a img{
    display: block;
    width: 33%;
    height: 100px;
    border: 1px solid #633f1e;
    box-sizing: border-box;
}
.inf-left a div{
    width: 65%;
}
.inf-left a div p{
    font-weight:bold;
    margin-top: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.inf-left div span{
    display: block;
    height: 60px;
    line-height:30px;
    color: #767676;
    font-size: 15px;
    overflow: hidden;
}
.inf-right{
    width: 64%;
}
.inf-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inf-tit p{
    margin: 8px 0px;
    font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #633f1e;
    text-align: center;
    height:20px;
    line-height:20px;
    text-indent: 10px;
}
.inf-tit span{
    width: 77%;
    height:1px;
   border-bottom: 1px solid #633f1e;
}
.inf-ww{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-ww li{
    width: 49%;
    position: relative;
}
.inf-ww li:before{
    content: "";
    background-image: url(../images/lx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 16px;
    left: 0px;
}
.inf-ww li a{
    font-size: 15px;
    height: 40px;
    line-height:40px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
}
.exh-left{
    width: 32%;
}
.exh-one a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.exh-one a img{
    display: block;
    width: 33%;
    height: 85px;
    border: 1px solid #633f1e;
    box-sizing: border-box;
}
.exh-one a div{
    width: 65%;
}
.exh-one a span{
    display: block;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    margin-top: 5px;
}
.exh-one a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.exh-center{
    width: 32%;
}
.news-img a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 200px;
}
.news-img a p {
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.exh-right{
    width: 32%;
}
.link a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}