* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.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: 222px;
    width: 755px;
    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: 400px;
    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;
    border: 1px solid #ccc;
}
.sr-tit{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-indent: 25px;
    background-color: #eeeeee;
    position: relative;
}
.sr-tit:before {
    content: "";
    background-image: url(../images/lb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    left:5px;
    top: 9px;
}
.sr_bot ul li {
    height: 35px;
    line-height:35px;
    text-indent: 10px;
    position: relative;
    padding-left: 5%;
}
.sr_bot ul li:before{
    content: "";
    background-color: #009944;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 16px;
    left: 8px;
}
.sr_bot ul li:last-child{
    border: none;
}
.sr_bot ul li a{
    color: #666666;
    font-size: 13px;
    display: block;
    width: 100%;
    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;

    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    border: 1px solid #dcdcdc;
    width: 211px;
    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: 40.5px;
    line-height: 41px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    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;
}
.xc{
    border: none!important;
}
.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;
}
.tx p{
    font-size: 12px;
    text-align: center;
}
.core-box{
    padding: 0px 2%;
}
.core_location {
    width: 190px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 22px;
}
.core_button{
    padding: 0px 3%;
    margin-top: 15px;
}
.core-from{
    justify-content: space-between;
    display: flex;
}
.core_button form button:last-child {
    width: 49%;
    text-align: center;
    background-color: #599303;
    box-sizing: border-box;
    color: #fff;
    display: block;
    outline: none;
    cursor: pointer;
}
.core_button form a{
    margin-bottom:20px;
    width: 49%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f3b244;
    color: #fff;
    display: block;
    outline: none;
    cursor: pointer;
}
.tx img{
    display: block;
   margin-left: 35px;
}
.tx p {
    color: #0f5b31;
    font-size: 13px;
    width: 56%;
    margin-top: 10px;
    text-align: left;
    text-indent: 5px;
}
.core-bt{
    font-size: 14px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}
.adv-three{
    margin-left: 222px;
    width: 968px;
    display: flex;
    flex-wrap: wrap;
   margin-top:10px;
}
.adv-three a:nth-child(3n+1) {
    margin-left: 0px;
}
.adv-three a {
    display: block;
    width: 32.4%;
    height: 115px;
    margin-left: 1.33333%;
}
.adv-three a img {
    display: block;
    width: 100%;
    height: 100%;
}
.adv-tp{
    display: flex;
    flex-wrap:wrap;
}
.adv-tp a{
    display: block;
    width: 32.4%;
    height: 110px;
    margin-top: 20px;
    margin-left: 1.33333%;
}

.adv-tp a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-tp a img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.adv-one a{
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
    height: 44px;
    line-height:42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.auto-tit div{
    width: 25%;
    position: relative;
}
.auto-tit div img{
    position: absolute;
    top: 9px;
    left: 14px;
}
.auto-tit div span{
    display: inline-block;
    text-indent: 50px;
  color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 70%;
}
.news-one{
    display: flex;
    flex-wrap:wrap;
}
.news-one a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
}

.news-one a:nth-child(3n+1){
    margin-left: 0px;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 180px;
}
.news-one a p{
    color: #01863c;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-one a span{
    color: #717170;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.tra-left a{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.tra-left a img{
    display: block;
    width: 25%;
    height: 105px;
}
.tra-wz{
    width: 73%;
}
.tra-wz h3{
    color: #01863c;
    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;
    font-size: 16px;
}
.tra-wz span{
    color: #717170;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 23px;
    overflow: hidden;
}
.tra-wz p{
    color: #f39800;
    height: 25px;
    line-height: 25px;
}
.sup-aa{
    justify-content: space-between;
    display: flex;
}
.news-right{
    width: 28%;
}
.news-right a{
    display: block;
    width: 100%;
    height: 485px;
}
.news-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width:65%;
}
.sup-one{
    margin-top: 20px;
}
.sup-two{
    display: flex;
    flex-wrap: wrap;
}
.sup-two a:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-two a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
}
.sup-two a img{
    display: block;
    width: 100%;
    height: 160px;
}
.sup-two a p{
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-three a{
    margin-top: 10px;
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.sup-three a img{
    display: block;
    width: 38%;
    height: 115px;
}
.sup-three a p{
    width: 60%;
    color: #01863c;
    font-size: 16px;
    display: block;
    height:60px;
    line-height:30px;
    overflow: hidden;
    margin-top: 15px;
}
.sup-right{
    width: 33%;
}
.sup-tit{
    height: 44px;
    line-height:42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/gy.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.sup-tit div{
    width: 35%;
    position: relative;
}
.sup-tit div img{
    position: absolute;
    top: 9px;
    left: 14px;
}
.sup-tit div span{
    display: inline-block;
    text-indent: 50px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.sup-four{
    margin-top: 20px;
}
.sup-img a{
    display: block;
    position: relative;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 160px;
}
.sup-img a p{
    height: 30px;
    line-height: 30px;
    background-color: #33ad69;
    opacity: 0.9;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    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;
}
.sup-hm a{
    display: block;
    border-bottom: 1px dashed #33ad69;
    padding: 10px 0px;
    position: relative;
}
.sup-hm a:last-child{
    border: none;
}
.sup-hm a:before{
    content: "";
    background-image: url(../images/hm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 14px;
}
.sup-hm a p{
    font-size: 15px;
    width: 93%;
    padding-left:7%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.sup-adv a{
    display: block;
    width: 100%;
    height: 160px;
}
.sup-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width:26%;
}
.buy-left a{
    display: block;
    width: 100%;
    height: 480px;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy-right{
    width: 72%;
}
.buy-one{
    justify-content: space-between;
    display: flex;
}
.buy-aa{
    width: 65%;
}
.buy-tit{
    color: #f39800;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}
.buy-xx li a{
    color: #01863c;
    display: block;
    height: 33px;
    line-height: 33px;
    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;
}
.buy-bb{
    width:34%;
}
.buy-bb a{
    display: block;
    width: 100%;
    height: 260px;
}
.buy-bb a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.buy-img a{
    display: block;
    width: 24%;
}
.buy-img a img{
    display: block;
    width: 100%;
    height: 194px;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.ind-left{
    width: 49%;
}
.ind-one a{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.ind-one a img{
    display: block;
    width: 38%;
    height: 115px;
}
.ind-one a{
    display: flex;
    justify-content: space-between;
}
.ind-one a:last-child{
    margin-top: 15px;
}
.ind-one a img{
    display: block;
    width: 38%;
    height: 115px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.bus-wz{
    width: 60%;
}
.bus-wz h3{
    color: #01863c;
    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;
    font-size: 16px;
}
.bus-wz p{
    color: #717170;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.bus-wz span{
    color: #717170;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.ind-right{
    width: 49%;
}
.ind-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-two a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.ind-two a img{
    display: block;
    width: 100%;
    height: 215px;
}
.ind-two a p{
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 23%;
}
.exh-left a{
    display: block;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 150px;
}
.exh-left a p{
    font-size: 15px;
    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;
}
.exh-center{
    width: 55%;
}
.exh-right{
    width: 20%;
}
.exh-right a{
    display: block;
    width: 100%;
    height: 380px;
}
.exh-right a img{
    display: block;
    width: 100%;
    height: 100%;
}