* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
    background-color: #f7eedd;
}
a {
    text-decoration: none;
    color: #3e3d3d;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1190px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}

.gu-x{
    content: "";
    width: 15px!important;
    height: 15px!important;
    position: absolute;
    top: 0px;
    left: 0px;
}
[class*="adv"]{
    overflow: hidden;

}
[class*="adv"] a{
    overflow: hidden!important;
    position: relative;
}
[class*="adv"] img:hover {
    width: 100%;
    transform:scale(1.15,1.15);
    overflow: hidden;
}
 /*中心变形*/
[class*="adv"] img {
    width: 100%;
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/* 两侧广告位 */
/*[id*='lc']{*/
/*    width: 205px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 240px;*/
/*    z-index: 9;*/
/*}*/
#lc-l{
    left: calc((100% - 1150px)/2 - 250px);
    position: relative;
}
#lc-r{
    right: calc((100% - 1150px)/2 - 250px);
}
/* 中心变形*/
[class*="adv"] img {
    width: 100%;
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/* 两侧广告位 */
/*[id*='lc']{*/
/*    width: 205px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 390px;*/
/*    z-index: 9;*/
/*}*/
#lc-l{
    left: calc((100% - 1150px)/2 - 250px);
}
#lc-r{
    right: calc((100% - 1150px)/2 - 250px);
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    /*margin-left: 260px;*/
    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: 510px;
    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 .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;

    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    width: 230px;
    content: "";
    background-image: url(../images/bbb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    /*opacity: 0.9;*/
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 65px;
    line-height:65px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    color: #c12323;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.xc{
    border: none!important;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a {*/
/*    !*transform: translate3d(5px, 0, 0);*!*/
/*    color: #af231c;*/
/*}*/
/*.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;
}
.aa-top{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aa-top a{
    display: block;
    width: 20%;
    padding: 18px 2%;
    content: "";
    background-image: url(../images/xbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.aa-top a h1{
    display: block;
    height: 60px;
    line-height:60px;
    color: #c12323;
    text-align: center;
    font-size: 35px;
}
.aa-top a p{
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    font-size:20px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #757575;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one 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%;
}
.auto-tit{
    position: relative;
}
.auto-tit img{
    display: block;
}
.auto-tit a {
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 5px;
}
.news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-left{
    width: 40%;
}
.news-left a{
    display: block;
}
.news-left a img{
    display: block;
    width: 100%;
    height: 360px;
}
.news-left a div{
    background-color: #fff;
    padding: 20px 2%;
}
.news-left a div p{
    color: #c12323;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-left a div h3{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.news-left a div span{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-style: normal;
}
.news-right{
    width: 54%;
    background-color: #fff;
    padding: 10px 2%;
}
.news-right a{
    padding:10px 0px;
    justify-content: space-between;
    display: flex;
}
.tra-a{
    width: 14%;
    margin-top: 10px;
    border-right:2px solid #717171;
}
.tra-a p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
}
.tra-a span{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.tra-b{
    width: 82%;
}
.tra-b p{
    font-weight: bold;
    font-size: 16px;
    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;
}
.tra-b span{
    display: block;
    color: #717171;
    font-size: 15px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-box{
    background-color: #fff;
    padding: 10px 2%;
}
.news-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-img a{
    width: 33%;
    display: block;
    margin-bottom: 20px;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 280px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.news-img a 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;
}
.news-img span{
    color: #838383;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-tit div{
    height: 50px;
    line-height:50px;
}
.news-tit div h3 {
    color: #9e0b0f;
    font-size: 20px;
    display: inline-block;
}
.news-tit div span{
    color: #838383;
    display: inline-block;
    padding-left: 5px;
}
.news-tit a {
    display: inline-block;
    font-size: 15px;
    height:30px;
    line-height:30px;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 24%;
}
.sup-left a{
    display: block;
    width: 100%;
    height: 360px;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-right{
    width: 70%;
    background-color: #fff;
    padding: 10px 2%;
}
.srb_con-photo{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.srb_con-photo a{
    display: block;
    width: 24%;
}
.srb_con-photo a img{
    display: block;
    width: 100%;
    height:190px;
}
.phone-wz p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.phone-wz span{
    border-radius: 10px;
    background-color: #9e0b0f;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 55%;
    text-align: center;
    padding: 5px 1%;
    box-sizing: border-box;
    margin-left: 5px;
}
.phone-wz em{
    font-style: normal;
    display: block;
    font-size: 15px;
    color: #9e0b0f;
    height: 40px;
    line-height: 40px;
}
.news-xx{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-xx li{
    width: 47%;
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 2%;
    position: relative;
}
.news-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;
}
.news-xx li:before{
    content: "";
    background-color:#9e0b0f;
    border-radius: 10px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 14px;
    left: 0px;
}
.buy{
    background-color: #fff;
    padding: 10px 2%;
}
.buy-box{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 31%;
}
.buy-left a{
    display: block;
    width:100%;
    height:420px;
}
.buy-left a img{
    display: block;
    width:100%;
    height: 100%;
}
.sup-cc{
    width: 67%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-cc a{
    display: block;
    width: 32%;
}
.sup-cc a img{
    display: block;
    width: 100%;
    height:185px;
}
.sup-cc a p{
    display: block;
    height: 35px;
    line-height:35px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
}
.buy-auto{
    justify-content: space-between;
    display: flex;
}
.buy-aa{
    width: 39%;
}
.sup-hm li{
    display: block;
    height:42px;
    line-height:42px;
    position: relative;
    overflow: hidden;
    width: 93%;
    padding-left:6%;
}
.sup-hm 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;
}
.sup-hm li:before {
    border-radius: 10px;
    content: "";
    background-color: #9e0b0f;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 18px;
    left: 9px;
}
.buy-bb{
    width: 39%;
}
.buy-bb a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.ne-a{
    width: 28%;
}
.ne-a img{
    display: block;
    width: 100%;
    height: 105px;
    box-sizing: border-box;
}
.ne-b{
    width: 68%;
}
.ne-b h4{
    margin-top: 5px;
    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;
}
.ne-b p{
    color: #6d6d6d;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.buy-cc{
    width: 16%;
}
.buy-cc a{
    display: block;
    width: 100%;
    height: 245px;
}
.buy-cc a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-one a{
    display: block;
    width: 32%;
    background-color: #fff;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 260px;
    border: 1px solid #9e0b0f;
    box-sizing: border-box;
}
.exh-one a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    padding: 0px 2%;
}
.exh-one a span{
    padding: 0px 2%;
    color: #838383;
    font-size: 14px;
    display: block;
    width: 96%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.ent-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-one a{
    width: 49%;
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #87868b;
}
.ent-one a h4{
    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;
}
.ent-one a p{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.tra{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-left{
    width: 40%;
}
.tra-left a{
    display: block;
    background-color: #fff;
}
.tra-left a img{
    display: block;
    width: 100%;
    height: 350px;
}
.tra-left a p{
    color: #9e0b0f;
    font-size: 15px;
    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;
    padding: 0px 2%;
}
.tra-left a h3{
    font-size: 15px;
    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;
    padding: 0px 2%;
}
.tra-left a em{
    display: block;
    width: 96%;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    font-style: normal;
    padding: 0 2%;
    font-size: 14px;
    color: #878787;
}
.tra-right{
    width: 35%;
}
.news-xr a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news-xr a img{
    border: 1px solid #9e0b0f;
    box-sizing: border-box;
    display: block;
    width: 35%;
    height: 120px;
}
.news-xr a div{
    width: 63%;
}
.news-xr a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
}
.news-xr a div em{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height:25px;
    line-height:25px;
    overflow: hidden;
    font-style: normal;
}
.tra-img{
    width: 22%;
}
.tra-img a{
    display: block;
    width: 100%;
    height: 550px;
}
.tra-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.link a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}