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: 390px;
    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%;*/
    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 {
    padding: 10px 2%;
    background-color: #eefaec;
}
.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:59%;
    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: #58cd41;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: 1px solid #58cd41;
    background-color: #fff;
    margin: 8px 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: #58cd41;
    color: #fff;
    border-radius: 30px;
}
.sr_bot{
    padding: 5px 2%;
}
.sr-tit{
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sr-tit p{
    font-size: 15px;
    width: 40%;
    color: #58cd41;
}
.sr-tit a{
    color: #58cd41;
}
.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: "";
    border-radius: 10px;
    background-color: #58cd41;
    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 {
    background-color: #58cd41;
    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: 80px;
    line-height: 80px;
    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: white;
    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: 49%;
}
.inf-tit{
    height: 40px;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
}
.inf-tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 10px;
}
.inf-tit p {
    color: #58cd41;
    text-indent: 27px;
    font-size: 16px;
    font-weight: bold;
}
.news-two a{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news-two a img{
    display: block;
    width: 35%;
    height: 185px;
}
.news-two a div{
    width: 62%;
}
.news-two a p{
    margin-top:15px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-two a small{
    color: #6d6d6d;
    margin-top: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.news-two a span{
    margin-top: 5px;
    display: block;
    width: 40%;
    font-size: 15px;
   color:#a7a7a7;
  border: 1px solid #c2c2c2;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.news-one{
 margin-top: 20px;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one a{
    display: block;
    width:32%;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 155px;
}
.news-one a p{
    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;
}
.sup-xx li{
    position: relative;
    border-bottom: 1px dashed #d5d5d5;
}
.sup-xx li:before{
    border-radius: 10px;
    content: "";
    background-color: #58cd41;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: 10px;
}
.sup-xx li a{
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:6%;
}
.news-img{
    margin-top: 20px;
}
.news-img a{
    display: block;
    width: 100%;
    height: 140px;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-left{
    width: 65%;
}
.sup-img{
    width: 30%;
}
.sup-img a{
    display: block;
    width: 100%;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 160px;
}
.sup-img a p{
    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;
}
.sup-bn{
    width: 68%;
}
.sup-right{
    width: 33%;
}
.sup-two a {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.sup-two a img{
    display: block;
    width: 38%;
    height: 118px;
}
.sup-two a div{
    width: 58%;
}
.sup-two a p{
    margin-top:10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.sup-two a span{
    color: #58cd41;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.exh-left{
    width: 33%;
}
.exh-one{
    margin-top: 20px;
}
.exh-one a{
    display: block;
    width: 49%;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid #58cd41;
    box-sizing: border-box;
}
.exh-one a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.exh-img{
    margin-top: 20px;
}
.exh-img a{
    display: block;
    width: 100%;
    height: 120px;
}
.exh-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-right{
    width: 65%;
}
.exh-two a{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.exh-two a img{
    display: block;
    width: 35%;
    height: 185px;
    border: 1px solid #58cd41;
    box-sizing: border-box;
}
.exh-two a div{
    width: 62%;
}
.exh-two a p{
    margin-top:15px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-two a small{
    color: #6d6d6d;
    margin-top: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.exh-two a span{
    margin-top: 5px;
    display: block;
    width: 40%;
    font-size: 15px;
    color:#a7a7a7;
    border: 1px solid #c2c2c2;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.inf-left{
    width: 26%;
}
.inf-left a{
    display: block;
    width: 100%;
    height: 254px;
}
.inf-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.inf-center{
    width: 37%;
    justify-content: space-between;
    display: flex;
}
.inf-center a{
    width: 49%;
    display: block;
}
.inf-center a img{
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #58cd41;
    box-sizing: border-box;
}
.inf-center a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}
.inf-center a span{
    display: block;
    color: #a7a7a7;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    margin-top: 10px!important;
    font-style: normal;
    font-size: 15px;
    width: 41%;
    text-align: center;
    padding: 5px 1%;
    margin: 0 auto;
}
.inf-right{
    width: 32%;
}
.inf-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-box a{
    width: 19%;
    display: block;
}
.inf-box a img{
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid #58cd41;
    box-sizing: border-box;
}
.inf-box a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.inf-box a span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.buy-left{
    width: 32%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-left a{
    display: block;
    width: 49%;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 170px;
    box-sizing: border-box;
}
.buy-left p{
    height: 40px;
    line-height: 40px;
    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-center{
    width: 32%;
}
.buy-right{
    width: 32%;
}
.link a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}