* {
    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 {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left:200px;
    width:1000px;
    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: 448px;
    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: -600px;
    top: 0px;
    height: 100%;
    z-index: 999;

    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    border-top: none;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    background-color: #fff;
    width: 190px;
    content: "";
    /*opacity: 0.9;*/
    float: left;
    position: relative;
    -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: 50px;
    line-height:50px;
    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: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{
    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: 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 {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit div{
    position: relative;
    width:37%;
}
.auto-tit h3{
    display: block;
    padding-left:13%;
}
.auto-tit img {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}
.news-left{
    width: 60%;
}
.sup-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-one a{
    width: 49%;
    position: relative;
    margin-top: 10px;
}
.sup-one a img{
    display: block;
    width: 100%;
    height:200px;
}
.sup-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.news-two{
    margin-top: 10px;
}
.news-aa{
    width: 28%;
}
.news-aa a{
    display: block;
    width: 100%;
    height: 390px;
}
.news-aa a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-dd{
width: 70%;
}
.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{
    color: #fb9100;
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.news-right{
    width: 38%;
}
.news-three{
    padding: 10px 2%;
    background-color: #f1efef;
}
.news-three div{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.news-three div span{
    color: #fb9100;
    display: block;
    width: 14%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-three div p{
    color:#19a356;
    width: 86%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-three a em{
    font-style: normal;
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.news-xx{
    margin-top: 10px;
}
.news-xx li {
    height: 30px;
    line-height:30px;
    text-indent: 10px;
    position: relative;
    padding-left: 5%;
}
.news-xx li:before{
    content: "";
    border-radius: 10px;
    background-color: #a3a3a3;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 8px;
}

.news-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;
}
.news-four a{
    display: block;margin: 5px 0px;
}
.news-four a p{
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-four a div img{
    display: block;
    width: 42%;
    height: 140px;
    box-sizing: border-box;
}
.news-four a div span{
    width: 56%;
    margin-top: 20px;
    display: block;
    height: 60px;
    line-height: 20px;
    color: #767676;
    font-size: 15px;
    overflow: hidden;
}
.sup-left{
    width:21%;
}
.sup-left a{
    display: block;
    width: 100%;
    height: 550px;
}
.sup-left a img{
    display: block;
    width:100%;
    height: 100%;
}
.sup-right{
    width: 76%;
}
.sup-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-three a{
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.sup-three a img{
    display: block;
    width: 42%;
    height: 145px;
    padding: 10px 0px;
}
.sup-three a div{
    width: 54%;
}
.sup-three a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.sup-three a div span{
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 61%;
    text-align: center;
    padding: 10px 1%;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 10px;
    background-color: #fb9f00;
}
.zx-xx{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zx-xx li{
    width: 49%;
    position: relative;
}
.zx-xx li:before{
    border-radius: 10px;
    content: "";
    background-color: #c3c3c3;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0px;
}
.zx-xx li a p{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    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%;
}
.sup-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.sup-two a{
    width: 19%;
    display: block;
}
.sup-two a img{
    display: block;
    width: 100%;
    height: 160px;
}
.sup-two a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.buy-left{
    width: 38%;
}
.buy-center{
    width: 35%;
}
.buy-center a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.buy-center a img{
    display: block;
    width: 28%;
    height:110px;
}
.buy-center a div{
    width:68%;
}
.buy-center a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
}
.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;
}
.buy-right{
    width: 23%;
}
.buy-right a{
    display: block;
    width: 100%;
    height: 520px;
}
.buy-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.inf-left{
    width: 65%;
}
.inf-two{
    width: 49%;
}
.exh-ab a{
    display: block;
    width: 100%;
}
.exh-ab a img{
    display: block;
    width: 100%;
    height:270px;
}
.exh-ab a p{
    text-align:center;
    font-weight: bold;
    display: block;
    height: 35px;
    line-height:35px;
    overflow: hidden;
    font-size: 15px;
}

.buy-three li a{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.buy-three li a span {
    color: #fb9f00;
    display: block;
    width: 16%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.buy-three li a p {
    width:82%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inf-three{
    width: 49%;
}
.sup-cv a{
    width: 49%;
    display: block;
}
.sup-cv a img{
    display: block;
    width: 100%;
    height: 130px;
    border: 1px solid #2ba042;
    box-sizing: border-box;
}
.sup-cv a p{
    color:white;
    background-color: #2ba042;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.inf-right{
    width: 32%;
}
.inf-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.inf-tit h3{
    font-weight: bold;
    font-size: 16px;
    border-left: 4px solid #2ba042;
    text-indent: 12px;
    height: 25px;
    line-height: 25px;
}
.ind-left{
    width: 70%;
}
.ind-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-one a{
    width: 19%;
    display: block;
}
.ind-one a img{
    display: block;
    width: 100%;
    height: 150px;
}
.ind-one a p{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.ind-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-two a{
    display: block;
    width: 33%;
    padding: 10px 1%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.ind-two 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;
}
.ind-two a p{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ind-two a div{
    margin-top: 10px;
    border-top: 1px solid #b2b2b2;
   padding-top: 10px;
    display: block;
    height: 60px;
    line-height: 30px;
    color: #767676;
    font-size: 15px;
    overflow: hidden;
}
.ind-right{
    width: 28%;
}
.ind-right a{
padding: 5px 0px;
}
.ind-right 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;
}
.ind-right a span{
    color: #2ba042;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}