* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
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 {
    background-color: #f9f3ef;
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 245px;
    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: 474px;
    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;
    /*opacity: 0.9;*/
}
.ban-box .aside-box .aside-left {
    width: 235px;
    background-color: #ffdbbe;
    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:54px;
    line-height:54px;
    cursor: pointer;
    transition: all .2s ease;
}
.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: 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;
}
.adv-two{
    justify-content: space-between;
    display: flex;
}
.adv-two a{
    width: 49%;
    display: block;
    height: 140px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 140px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.tj{
    background-color: #f9f3ef;
}
.tj-img{
    padding: 20px 0px;
    justify-content: space-between;
    display: flex;
}
.tj-left{
    width: 6%;
}
.tj-left img{
    display: block;
    width:100%;
    height: 175px;
}
.tj-right{
    width: 93%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tj-right a{
    display: block;
    width: 19%;
}
.tj-right a img{
    display: block;
    width: 100%;
    height: 175px;
}
.tit-auto img{
    display: block;
    width: 100%;
    height: 58px;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 26%;
}
.news-left a{
    display: block;
}
.news-left a img{
    display: block;
    width: 100%;
    height: 230px;
}
.news-left a h3{
    color:#ee2c10;
    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;
}
.news-left a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-right{
    width: 73%;
}
.news-c a{
    display: flex;
    justify-content: space-between;
}
.news-c a .ne-a{
    width: 28%;
}
.news-c a .ne-a img{
    display: block;
    width: 100%;
    height: 135px;
    box-sizing: border-box;
}
.news-c a .ne-b{
    width: 68%;
}
.news-c a .ne-b h4{
    margin-top: 5px;
    color: #ee2c10;
    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;
}
.news-c a .ne-b p{
    color: #6d6d6d;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.news-c a .ne-b span{
    color: #ee2c10;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
ind-xx{
    margin-top: 10px;
}
.ind-xx li{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-xx li:before {
    content: "";
    background-color: #ee2c10;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 11px;
}
.ind-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.ind-xx li a p{
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4%;
}
.ind-xx li a span{
    display: block;
    width: 16%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 35%;
}
.sup-pm a{
    display: block;
}
.sup-pm a img{
    display: block;
    width: 100%;
    height: 215px;
}
.sup-right{
    width: 63%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-right a{
    display: block;
    width: 32%;
    position: relative;
}
.sup-right a img{
    display: block;
    width: 100%;
    height:215px;
}
.sup-right a p{
    display: block;
    height: 30px;
    line-height:30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.sup-box{
    justify-content: space-between;
    display: flex;
}
.sup-cc{
    width: 78%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-cc a{
    width: 49%;
    display: flex;
    justify-content: space-between;
    padding: 10px 1%;
    border: 1px solid #fe3625;
    box-sizing: border-box;
    margin-top: 20px;
}
.sup-cc a img{
    display: block;
    width: 28%;
    height: 140px;
}
.sup-cc a div{
    width: 68%;
}
.sup-cc a p{
    margin-top: 15px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.sup-cc a span{
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: #fe3725;
    height: 40px;
    line-height: 40px;
}
.sup-im{
    width: 21%;
    margin-top: 20px;
}
.sup-im a{
    display: block;
    width: 100%;
    height: 345px;
}
.sup-im a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 25%;
}
.buy-left a{
    display: block;
    width: 100%;
    height: 328px;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy-center{
    width: 38%;
}
.buy-center a{
    display: block;
    padding: 20px 1%;
    background-color: #f9f3ef;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.buy-center a:hover{
    background: linear-gradient(#ffa53a,#fe2a23);
    color: #FFFFFF;
}
.buy-right{
    width: 34%;
}
.sup-hm li{
    display: block;
    height:48px;
    line-height: 48px;
    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: #fe3a26;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 21px;
    left: 5px;
    border-radius: 10px;
}
.buy-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-one a{
    display: block;
    width: 24%;
    position: relative;
}
.buy-one a img{
    display: block;
    width: 100%;
    height: 240px;
}
.buy-one a p{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.exh{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-left{
    width: 74%;
}
.exh-one a{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.exh-one a img{
    display: block;
    width: 38%;
    height: 255px;
}
.exh-one a div{
    width: 60%;
}
.exh-one a div h3{
    color: #ee2c10;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-one a div h3:first-child{
    margin-top: 20px;
}
.exh-one a div em{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 56px;
    line-height:28px;
    overflow: hidden;
    font-style: normal;
    margin-top: 10px;
}
.exh-one a div span{
    background: linear-gradient(#ffa53a,#fe2a23);
    margin-top: 10px;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 31%;
    text-align: center;
    padding: 10px 1%;
    box-sizing: border-box;
}
.news-aa li a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.ne-three{
    width: 11%;
    background-color: #faf2ed;
    padding: 10px 1%;
}
.ne-three h1{
    display: block;
    color: #ee2c10;
    width: 100%;
    height: 43px;
    line-height:43px;
    text-align: center;
}
.ne-three em{
    font-style: normal;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ne-two{
    width: 82%;
    padding-right: 3%;
}

.ne-two p{
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.ne-two span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.exh-right{
    width: 24%;
}
.exh-right a{
    display: block;
    width: 100%;
    height: 515px;
}
.exh-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent a{
    width: 19%;
    display: block;
    border: 1px solid #fe3725;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.ent a img{
    display: block;
    width: 100%;
    height:240px;
}
.ent a p{
    color: white;
    background-color: #fe3725;
    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;
}