* {
    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%;
}
/*导航*/
.navs-box{
    background-color: #0ea81d;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    background-color: #377e01;
    width: 17%;
}
.navs-box .navs li:first-child a{
    position: relative;
    color: white;
}
.navs-box .navs li:first-child a:before{
    content: "";
    background-image: url(../images/ff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 27px;
    top: 17px;
}
[class*="adv"]{
    overflow: hidden;
}
[class*="adv"] a{
    overflow: hidden!important;
}
[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);
}
#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: 240px;*/
/*    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: 210px;
    width: 965px;
    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: 480px;
    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: 202px;
    padding: 0px 10px;
    background-color: #1dbe2d;
    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: 49px;
    line-height:49px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
  color:#eeeeee;
    text-align: center;
    font-size: 15px;
    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;
    position: relative;
}
.ban-box .aside-box .aside-left .al .al-one a img{
    position: absolute;
    left: 34px;
    top: 15px;
}
.ban-box .aside-box .aside-left .al .al-one a span{
    position: absolute;
    right: 34px;
    top: 0px;
}
.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-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 33%;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    height: 110px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one 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: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit div h3{
    color: #eeeeee;
    font-size: 16px;
    width:40%;
    display: block;
    text-indent:30px;
}
.auto-tit a {
    color: #699e20;
    display: inline-block;
    font-size: 15px;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 72%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-left a{
    display: flex;
    justify-content: space-between;
    width: 49%;
    margin-bottom: 10px;
}
.news-left a img{
    display: block;
    width: 38%;
    height: 125px;
}
.news-left a div{
    width: 58%;
}
.news-left a div p{
    margin-top: 10px;
    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;
}
.news-left a div span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-right{
    width: 26%;
}
.news-right h3{
    text-align: center;
    color: white;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #3eb210;
}
.news-xx li a{
    height: 60px;
    line-height:60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #edebeb;
}
.news-xx li a em{
    color:white;
   text-indent: 7px;
    margin-top: 20px;
    width: 40px;
    height: 21px;
    line-height: 21px;
    display: block;
    background-image: url(../images/xq.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news-xx li a .x1{
    background-image: url(../images/x1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news-xx li a .x2{
    background-image: url(../images/x2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news-xx li a .x3{
    background-image: url(../images/x3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news-xx li a span{
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent a{
    width: 19%;
    display: block;
}
.ent a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.ent a p{
    font-size: 15px;
    display: block;
    height: 50px;
    line-height:50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 49%;
    justify-content: space-between;
    display: flex;
    border: 1px solid #3eb210;
    box-sizing: border-box;
}
.sup-left div{
   width:4%;
    padding:27px 2% ;
    background-color: #3eb210;
    text-align: center;
    color: white;
}
.sup-left ul{
    width: 92%;
    margin: 10px 1%;
}
.sup-left ul li{
    display: block;
    height: 37px;
    line-height: 37px;
    position: relative;
    overflow: hidden;
    width: 97%;
    padding-left: 3%;
}
.sup-left ul li:before {
    content: "";
    background-image: url(../images/q1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 16px;
}
.sup-left ul 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;
}
.inf{
    justify-content: space-between;
    display: flex;
}
.inf-right{
    width: 65%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-right a{
    display: block;
    width: 32%;
}
.inf-right a img{
    display: block;
    width: 100%;
    height: 230px;
}
.inf-right 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;
}
.inf-left{
    width: 34%;
    border: 1px solid #3eb210;
    box-sizing: border-box;
}
.inf-tit{
    background-color: #3eb210;
    height: 30px;
    line-height: 30px;
    padding: 10px 2%;
}
.inf-tit p{
    border-left: 5px solid #f9af2f;
    text-indent: 10px;
    color: #eeeeee;
    font-size: 16px;
}
.sup-hm li{
    display: block;
    height: 58px;
    line-height:58px;
    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 {
    content: "";
    background-image: url(../images/q1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 21px;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    height: 110px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 45%;
}
.exh-left a{
    display: block;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 290px;
}
.exh-left a p{
    color: #eeeeee;
    padding: 10px 2%;
    background-color: #3eb210;
    position: relative;
    margin-top: 15px;
    text-indent: 20px;
    font-size: 15px;
}
.exh-left a p:before {
    content: "";
    background-image: url(../images/v1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 14px;
}
.exh-left a span{
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
}
.exh-right{
    width: 53%;
}
.exh-right a{
    display: block;
   margin-bottom: 10px;
    padding-left: 3%;
 border-left: 5px solid #f9af2f;
}
.exh-right 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;
}
.exh-right a p{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}