body{
    background-color: #f9f5ec;
}
/*轮播图*/
.ban-box {
    position: relative;
    max-height: 446px;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    /*margin-left: 215px;*/
    width: 1200px;
    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: 100%;
    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 #b06217;
}
.ban-box .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;
}
.ban-box .aside-box .aside-left {
    content: "";
    background-image: url(../images/xxxc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 235px;
    padding: 0px 25px;
    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;
    border-bottom: 1px solid #b06217;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 74px;
    line-height: 74px;
    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: #b06217;
    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{
    display: flex;
    flex-wrap:wrap;
}
.adv-three a{
    display: block;
    width: 32.4%;
    height: 130px;
    margin-left: 1.33333%;
}

.adv-three a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-two{
    justify-content: space-between;
    display: flex;
}
.adv-two a{
    width: 49%;
    display: block;
    height: 125px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 49%;
}
.news-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one a{
    display: block;
    width: 47%;
    padding: 10px 1%;
}
.news-one a img{
    display: block;
    width: 100%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    height: 245px;
}
.news-one a p{
    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;
}
.news-one a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-two a{
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #b2b2b2;
}
.news-two a img{
    display: block;
    width: 28%;
    height: 115px;
}
.news-two a div{
    width: 68%;
}
.news-two div span{
    overflow: hidden;
    font-size: 15px;
    display: block;
    height: 50px;
    line-height:25px;
}
.news-two a div p{
    color: #5b5b5b;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.news-right{
    width: 49%;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    content: "";
    background-image: url(../images/t-a.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news-tit p{
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-indent: 33px;
    height: 25px;
    line-height: 25px;
}
.news-tit span{
    display: inline-block;
    font-size: 15px;
    color: #b06217;
    padding-right: 3%;
}
.auto-xx{
    margin-top: 10px;
}
.auto-xx li a{
    position: relative;
    padding-left: 5%;
    font-size: 15px;
    display: block;
    height: 45px;
    line-height:45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.auto-xx li a:before {
    content: "";
    background-color: #b06217;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    left:11px;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 40%;
}
.sup-one a{
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
}
.sup-one a img{
    display: block;
    width: 28%;
    height: 115px;
}
.sup-one a div{
    width: 68%;
}
.sup-one a div span{
    overflow: hidden;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.sup-one a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #9a9a9a;
}
.sup-one a div em{
    font-style: normal;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #b77336;
}
.buy-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height:40px;
}
.buy-xx li a span{
    color: #b06217;
    display: block;
    width:15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.buy-xx li a p{
    width: 84%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-right{
    width: 58%;
}
.sup-bb{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-bb a{
    width: 33%;
    display: block;
}
.sup-bb a img{
    display: block;
    width: 100%;
    height: 210px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.sup-bb a p{
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
}
.sup-img a{
    display: block;
    margin-top: 10px;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 120px;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 40%;
}
.buy-right{
    width: 58%;
}
.buy-one a{
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
}
.buy-one a img{
    display: block;
    width: 28%;
    height: 150px;
}
.buy-one a div{
    width: 68%;
}
.buy-one a div span{
    overflow: hidden;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.buy-one a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #9a9a9a;
}
.buy-one a div em{
    font-style: normal;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #b77336;
}
.buy-qb{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-qb a{
    display: block;
    width: 19%;
}
.buy-qb a img{
    display: block;
    width: 100%;
    height: 200px;
}
.buy-qb a p{
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.ind-left{
    width: 70%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-left a{
    width: 33%;
    display: block;
    margin-bottom: 20px;
}
.ind-left a img{
    display: block;
    width: 100%;
    height: 214px;
}
.ind-left a p{
    color: white;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    background-color: #b06217;
}
.ind-right{
    width: 28%;
}
.ind-right a{
    padding: 10px 0px;
    border-bottom: 1px dashed #eeeeee;
    display: block;
}
.ind-right a div{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.ind-right a div em{
    font-style: normal;
    color: #b06217;
    display: block;
    width: 18%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-right a div p{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-right a span{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 40%;
}
.exh-img a{
    display: block;
    position: relative;
}
.exh-img a img{
    display: block;
    width: 100%;
    height: 280px;
}
.exh-img a p {
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.9;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.exh-right{
    width: 58%;
}
.exh-one a{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.exh-one a img{
    display: block;
    width: 28%;
    height: 120px;
}
.exh-one a div{
    width: 68%;
}
.exh-one div span{
    overflow: hidden;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.exh-one a div p{
    color: #5b5b5b;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}