/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    /*margin-left: 215px;*/
    width: 945px;
    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: 460px;
    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: 240px;
    min-height: 446px;
    /*height: 100%;*/
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    margin-top: 5px;
}
.shu-bottom{
    margin-top: 20px;
}
.shu-bottom a{
display:block;
    width: 32%;
    height: 160px;
}
.shu-bottom a img{
    display: block;
    width: 100%;
    height: 100%;
}
.core_button{
    padding: 10px 2%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.core-tit{
    border-bottom: 1px solid #dcdcdc;
}
.core-tit p{
    width: 45%;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #21c642;
    text-indent: 12px;
    height: 35px;
    line-height: 35px;
}
.sr_bot{
    margin-top: 10px;
    padding: 10px 2%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.sr-tit{
    text-align: center;
    height: 24px;
    line-height:24px;
    font-size: 15px;
}
.sr-tit p{
    border-bottom: 1px solid #d30d1e;
    width: 40%;
    margin: 0px 30%;
  text-align: center;
}
.sr-img a{
    display: block;
    padding: 10px 0px;
}
.sr-img a img{
    display: block;
    width: 100%;
    height: 100px;
}
.sr-xx li{
    display: block;
    height:35px;
    line-height:35px;
}
.sr-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.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 #8b8b8b;
    width: 205px;
    padding: 0px 15px;
    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 #8b8b8b;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 55px;
    line-height:55px;
    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;
    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-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    height: 130px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-three a{
    display: block;
    width: 32%;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.core-fl{
    padding: 15px 0px;
}
.core-fl a{
   display: block;
    width: 23%;
}
.core-fl a img{
    display: block;
    width: 100%;
    height: 50px;
}
.core-fl a p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}
.news-left{
    width: 36%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bbbbbb;
}
.news-tit p{
    width: 25%;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #21c642;
    text-align: center;
    height:35px;
    line-height:35px;
}
.news-tit a{
    display: block;
}
.tll-t{
    padding: 10px 0px;
}
.tll-t a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.tll-t a img {
    display: block;
    width: 100%;
    height:250px;
}
.tll-t a p{
    background-color: #000000;
    text-indent: 5px;
    position: absolute;
    opacity: 0.8;
    bottom: 0px;
    color: white;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-pagination span{
    background-color: white!important;
}
.swiper-pagination-bullet-active{
    background-color:white!important;
}
.news-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.news-xx li a span{
    color: #21c642;
    display: block;
    width: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-xx li a p{
    width:82%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-right{
    width: 63%;
}
.news-eo{
    width: 60%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.news-op{
width:38%;
}
.news-op a{
    display: block;
    width: 100%;
    height:242px;
}
.news-op a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-two{
    margin-top: 15px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.news-three a{
    padding:8px 0px;
    display: block;
    border-bottom: 1px dashed #b2b2b2;
}
.news-three a:last-child{
    border: none;
}
.news-three a h3{
    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;
}
.news-three a span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-three a p{
    color: #21c642;
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.inf-left{
    width:63%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.inf-aa{
    width: 49%;
}
.inf-aa a{
    display: block;
    position: relative;
}
.inf-aa a img{
    display: block;
    width: 100%;
    height: 210px;
}
.inf-aa a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.inf-bb{
    width: 49%;
}
.news-one a{
    padding: 5px 0px;
    display: block;
}
.news-one a h3{
    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;
}
.news-one a span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-one a p{
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.inf-bb a{
    padding:4px 0px;
    display: block;
    border-bottom: 1px dashed #b2b2b2;
}
.inf-bb a h3{
    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;
}
.inf-bb a span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-c{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-c a{
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.exh-c a .exh-a{
    width: 38%;
}
.exh-c a .exh-a img{
    display: block;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #acacac;
}
.exh-c a .exh-b{
    width: 60%;
}
.exh-c a .exh-b h4{
    margin-top: 15px;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-c a .exh-b span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.inf-right{
    width: 36%;
}
.inf-kl{
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.inf-gh{
    margin-top: 20px;
}
.inf-gh a{
    display: block;
    width: 100%;
    height:150px;
}
.inf-gh a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-left{
    width: 20%;
}
.exh-left a{
    display: block;
    width: 100%;
    height: 455px;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-center{
    width: 49%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.exh-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-one a{
    width: 19%;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 110px;
    border: 1px solid #acacac;
    box-sizing: border-box;
}
.exh-one a p{
    height: 33px;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
}
.exh-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #b2b2b2;
    padding: 10px 0px;
}
.exh-two a{
    display: block;
    width: 47%;
    padding: 5px 1%;
}
.exh-two 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;
}
.exh-two a span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-two a em{
    font-style: normal;
    color: #21c642;
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.exh-right{
    width: 28%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.exh-tit{
    background-color: #e9e9e9;
    height: 40px;
    line-height: 40px;
}
.exh-tit h4{
    display: block;
    text-align: center;
    width: 35%;
    background-color: #fff;
    border-top: 3px solid #19a356;
}
.exh-three a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.exh-three a img{
    display: block;
    width: 38%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #acacac;
}
.exh-three a div{
    width: 60%;
}
.exh-three a h4{
    margin-top: 15px;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-three a span{
    color: #21c642;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-box{
    padding: 10px 3%;
}
.exh-xx{
    margin-top: 10px;
}
.exh-xx li {
    height: 30px;
    line-height:30px;
    text-indent: 10px;
    position: relative;
    padding-left: 5%;
}
.exh-xx li:before{
    content: "";
    border-radius: 10px;
    background-color: #a3a3a3;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 8px;
}

.exh-xx li a{
    font-size: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-center a div span {
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 41%;
    text-align: center;
    padding: 10px 1%;
    box-sizing: border-box;
    margin-left: 5px;
    background-color: #fb9f00;
}
.exh-four{
    margin-top: 10px;
}
.exh-four p{
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 40%;
    height: 35px;
    line-height:35px;
    text-align: center;
    margin: 0px 30%;
    box-sizing: border-box;;
    background-color: #21c642;
}
.sup-left{
    width: 13%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.sup-two{
    padding: 5px 2%;
}
.sup-two a{
    display: block;
    margin-top: 8px;
    position: relative;
}
.sup-two a img{
    display: block;
    width: 100%;
    height: 135px;
}
.sup-two a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.sup-center{
    width: 55%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.news-img{
    margin: 10px 0px;
}
.news-img a{
    width: 49%;
    display: block;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 130px;
}
.sup-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.sup-xx li a span{
    color: #21c642;
    display: block;
    width: 11%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-xx li a p{
    width:89%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-right{
    width: 29%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.buy-xx li a{
    position: relative;
    padding-left: 7%;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li a:before {
    content: "";
    background-image: url(../images/ff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 12px;
    left: 0px;
}
.buy-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-one a{
    display: block;width: 32%;
}
.buy-one a img{
    display: block;
    width: 100%;
    height: 110px;
    border: 1px solid #acacac;
    box-sizing: border-box;
}
.buy-one a p{
    height: 33px;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
}
.qiugou-left{
    width: 42%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.qiugou-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qiugou-one a{
    display: block;
    width: 32%;
    margin-top: 10px;
}
.qiugou-one a img{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #acacac;
    box-sizing: border-box;
 }
.qiugou-one a p{
    height: 33px;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
}
.qiugou-center{
    width: 34%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.qiugou-two a{
    display: block;
}
.qiugou-two a h3{
    padding-left: 7%;
    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;
    position: relative;
}
.qiugou-two a h3:before {
    content: "";
    background-image: url(../images/ff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 2px;
}
.qiugou-two a p{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.qiugou-right{
    width:20%;
}
.qiugou-right a{
    display: block;
    width: 100%;
    height:427px;
}
.qiugou-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.link{
    content: "";
    background-image: url(../images/ooo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.link-nn{
    padding: 30px 5%;
}
.link-nn a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}