{
    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%;
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 248px;
    width: 930px;
    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: 450px;
    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;

}
.ban-box .aside-box .aside-left {
    width: 238px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    content: "";
    background-image: url(../images/bbb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    color: white;
    height:53px;
    line-height:53px;
    text-align: center;
    font-size: 15px;
    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-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
    margin-top: 20px;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    height: 120px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit div{
    content: "";
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit div h3{
    color: #0ea81d;
    height: 51px;
    line-height: 22px;
    font-size: 20px;
    width: 54%;
    display: block;
    text-indent: 19px;

}
.auto-tit a {
    display: inline-block;
    font-size: 15px;
    height: 51px;
    line-height: 22px;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 49%;
}
.news-tit{
    height: 40px;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.news-tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 11px;
}
.news-tit p {
    color: #e00e1e;
    text-indent: 28px;
    font-size: 18px;
    font-weight: bold;
}
.news-tit a{
    font-size: 15px;
    color: #e00e1e;
}
.ent-one a{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dashed #0ea81d;
}
.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{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-right{
    width: 49%;
}
.news-c a{
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.news-c a .ne-a{
    border: 2px solid #0ea81d;
    width: 27%;
    padding: 12px 1%;
}
.news-c a .ne-a img{
    display: block;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
}
.news-c a .ne-b{
    width: 68%;
}
.news-c a .ne-b 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;
}
.news-c a .ne-b p{
    font-size: 13px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.news-c a .ne-b span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #0ea81d;
}
.zzx-box{
    justify-content: space-between;
    display: flex;
}
.zzx-left{
    width: 65%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zzx-left a{
    display: block;
    width: 33%;
}
.zzx-left a img{
    display: block;
    width: 100%;
    height: 220px;
    border:2px solid #028f02;
    box-sizing: border-box;
}
.zzx-left a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.zzx-right{
    width: 34%;
}
.sup-hm li{
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    width: 97%;
    padding-left: 3%;
}
.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 {
    content: "";
    background-image: url(../images/a2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 16px;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pur a{
    display: flex;
    justify-content: space-between;
    width: 33%;
    margin-bottom:20px;
}
.pur a img{
    display: block;
    width: 40%;
    height: 135px;
}
.pur a div{
    width: 58%;
}
.pur a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 66px;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}
.pur a div em{
    display: block;
    font-style: normal;
    color: #e00e1e;
}
.pur a div span{
    margin-top: 10px;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 31%;
    text-align: center;
    padding: 5px 1%;
    background-color: #e00e1e;
    box-sizing: border-box;
    border-radius: 10px;
}
.pur-hm{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex !important;
}
.pur-hm li{
    width: 45%;
    display: block;
    height: 37px;
    line-height: 37px;
    padding-left: 2%;
    position: relative;
}
.pur-hm li:before {
    content: "";
    background-image: url(../images/a2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 15px;
}
.pur-hm li a {
    display: block;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inf{
    justify-content: space-between;
    display: flex;
}
.inf-left{
    width: 37%;
}
.inf-left a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.inf-left a img{
    display: block;
    width: 38%;
    height: 132px;
}
.pur-wz{
    width: 60%;
}
.pur-wz p{
    margin-top: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}
.pur-wz span{
    color: #ff370b;
    font-size: 14px;
}
.inf-right{
    width: 40%;
}
.sup-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    padding: 5px 0px;
}
.sup-tit div{
    width: 50%;
    /* justify-content: space-between; */
    display: flex;
}
.sup-tit p{
    width: 3px;
    background-color: #e00e1e;
}
.sup-tit span{
    display: block;
    text-indent: 10px;
    font-size: 17px;
}
.sup-tit a{
    font-size: 14px;
}
.inf-center{
    width: 20%;
}
.inf-center a{
    display: block;
}
.inf-center a img{
    display: block;
    width: 100%;
    height: 460px;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent a{
    width: 20%;
    display: block;
    margin-bottom: 20px;
}
.ent a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.ent a p{
    height: 36px;
    line-height: 36px;
    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;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent a{
    width: 20%;
    display: block;
    margin-bottom: 20px;
}
.ent a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.ent a p{
    height: 36px;
    line-height: 36px;
    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;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.exh-right{
    width: 49%;
}
.lxhd {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lxhd i {
    width: 1px;
    height: 93%;
    position: absolute;
    top: 24px;
    left: 4.5px;
    background: #1aa737;
    z-index: 6;
}
.lxhd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.lxhd ul li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    padding: 15px 0px;

}
.lxhd ul li a {
    display: block;
    overflow: hidden;
}
.lxhd ul li b {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid #1aa737;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
}
.lxhd ul li .sc {
    width: 90%;
    float: left;
    margin-left: 5%;
    color: #666;
    padding-right: 5%;
    font-size: 16px;
}
.lxhd ul li .sc span{
    display: block;
    height: 37px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
}
.lxhd ul li .sc em{
    font-style:normal;height:32px;
    line-height: 32px;
    font-size: 13px;
}

.lxhd ul li p{
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.lxhd ul li em{
    font-style: normal;
    color: #37b651;
    display: block;
    font-size: 15px;
    height: 41px;
    line-height: 41px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-left{
    width: 49%;
}
.ind-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-one a{
    display: block;
    width: 49%;
}
.ind-one a img{
    display: block;
    width: 100%;
    height: 230px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.ind-one a p{
    height: 36px;
    line-height: 36px;
    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;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}