a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.bah a{
color:#fff;
}
/*轮播图*/
.ban-box {
    position: relative;
    max-height: 446px;
    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: 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 #eeeeee;
}
.ban-box .shurff_box .shurff_topbox .shurff_right {
    float: right;
    width: 200px;
    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;
}
.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 .sr-yh{
    margin: 5px 0px;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .sr-yh img {
    display: block;
    margin: 0 auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .sr-yh p {
    text-align: center;
    font-size: 12px;
    height:22px;
    line-height: 22px;
    margin-top: 10px;
    color: #666666;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but a {
    display: inline-block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #01479d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: 1px solid #01479d;
    margin: 5px 5%;
    border-radius: 5px;
}
.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: #01479d;
    color: #fff;
    border-radius: 5px;
}
.sr-tit{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: #f2f1f1;
    border-top: 1px solid #b4b4b4;
}
.sr_bot ul li {
    height: 35px;
    line-height:35px;
    padding: 0px 10px;
}
.sr_bot ul li a{
    color: #666666;
    font-size: 13px;
    display: block;
    width: 100%;
    display: block;
    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: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;
    border: 1px solid #efefef;
}
.ban-box .aside-box .aside-left {
    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;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 85px;
    line-height: 85px;
    cursor: pointer;
    transition: all .2s ease;
    border-bottom: 1px solid #e5e5e5;
}
.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: #666772;
    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 a {
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-top: 15px;
}
.adv-three a:first-child {
    margin-left: 0px;
}
.adv-three a img {
    width: 100%;
    height: 95px;
}
.adv-three a:nth-child(4) {
    margin-left: 0px;
}
.auto-tit{
    color: white;
    height: 42px;
    line-height: 42px;
    background: url(../images/tit.png) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.auto-tit p{
    text-indent: 58px;
}
.auto-tit a {
    display: block;
    color:#01479d;
    padding-right: 1%;
}
.buy-img{
    width: 25%;

}
.buy-img a{
    display: block;
    width: 100%;
    height: 490px;
}
.buy-center{
    width: 40%;
    margin-left: 1%;
}
.buy-a a{
    display: block;
    width: 49%;
}
.buy-a a img{
    display: block;
    width: 100%;
    height: 160px;
}
.buy-a a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-center ul{
    margin-top: 10px;
}
.buy-ul a {
    font-size: 15px;
    display: block;
    height:41px;
    line-height: 41px;
    border-bottom: 1px solid #e2e2e2;
}
.buy-ul li a span{
    color: #01479d;
    width: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-ul li a p{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-ul li a small{
    color: #787878;
    font-size: 14px;
    width: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-right{
    width:33%;
}
.buy-tit{
    border-top: 1px solid #b4b4b4;
    text-align: center;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    background: url(../images/tit01.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.buy-b{
    margin-top: 10px;
}
.buy-b a{
    display: block;
}
.buy-b a img{
    display: block;
    width: 100%;
    height: 155px;
}
.buy-b a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-box{
    width: 44%;
    margin-left: 1%;
}
.sup-box a{
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-bottom: 10px;
}
.sup-box a:first-child {
    margin-left: 0px;
}
.sup-box a:nth-child(4) {
    margin-left: 0px;
}
.sup-box a img{
    display: block;
    width: 100%;
    height: 195px;
}
.sup-box a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-img{
    width: 21%;
}
.sup-img a{
    display: block;
    width: 100%;
    height: 456px;
}
.exh-img{
    display: flex;
    justify-content: space-between;
}
.exh-img a{
    margin: 0px 1%;
    display: block;
    width: 100%;
    height: 180px;
    border: 3px solid #01479d;
}
.exh ul{
    margin-top: 10px;
}
.exh ul li {
    float: left;
    width: 33%;
    display: block;
    position: relative;
}
.exh ul li a{
    font-size: 15px;
    width: 92%;
    margin-left: 6%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.exh ul li:nth-child(-n+3):before {
    content: "";
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 12px;
    left: 24px;
}
.news{
    display: flex;
    justify-content: space-between;
}
.news-box{
    width: 32%;
}
.news-a{
    border: 1px solid #cccccc;
}
.news-tit{
    height: 40px;
    line-height: 40px;
    background-color: #efefef;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.news-ul{
    padding: 5px 1%;
}
.news-ul li a{
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}
.news-ul li a span{
    width: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-ul li a p{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-ul li a small{
    text-align: right;
    color: #171717;
    font-size: 14px;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-img{
display: flex;
justify-content: space-between;
}
.news-img a{
    display: block;
    width: 32%;
    position: relative;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 150px;
}
.news-img a p{
    display: block;
    height: 33px;
    line-height: 33px;
    color: white;
    background-color: rgba(95, 95, 95, 0.79);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-left{
    width: 40%;
    border: 1px solid #cccccc;
}
.inf-img a{
    display: block;
    width: 100%;
    position: relative;
}
.inf-img a img{
    display: block;
    width: 100%;
    height: 125px;
}
.inf-img a p{
    display: block;
    height: 33px;
    line-height: 33px;
    color: white;
    background-color: rgba(95, 95, 95, 0.79);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-right{
    width: 59%;
    border: 1px solid #cccccc;
}
.inf-a{
    width: 40%;
}
.inf-a a{
    display: block;
    position: relative;
    margin-top: 12px;
}
.inf-a a img{
    display: block;
    width: 100%;
    height: 120px;
}
.inf-a a p{
    display: block;
    height: 26px;
    line-height: 26px;
    color: white;
    background-color: rgba(95, 95, 95, 0.79);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-ul{
    width: 57%;
}
.inf-ul{
    padding: 5px 1%;
}
.inf-ul li a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
.inf-ul li a span{
    width: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-ul li a p{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-ul li a small{
    text-align: right;
    color: #171717;
    font-size: 14px;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.zs-box a{
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-top: 15px;
}
.zs-box a:first-child{
    margin-left: 0px;
}
.zs-box a:nth-child(4){
    margin-left: 0px;
}
.zs-box a img{
    display: block;
    width: 100%;
    height: 160px;
}
.zs-box a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-box li a{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}
.dem-box li a span{
    color: #2a7c11;
    width: 13%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-box li a p{
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-box li a small{
    text-align: right;
    width: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}