


*{
    padding:0;
    margin:0;
    color: #505050;
}
p,a,li,div{
    font-size: 16px;
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
.pagination .active{
    background-color: #aac60a;
}
.pagination .active a{
    color: #fff;
}
a, span, p{
    font-size: 16px;
}
.main_width{
    max-width: 1500px;
    margin:0 auto;
    min-width: 800px;
    width: 80%;
}
.top{
    background-color: #a9c60a;
    height: 110px;
    width: 100%;
    overflow: hidden;
}
.top_left{
    float: left;
    margin-top: 20px;
    width: 388px;
    height: 68px;
}
.top_left img{
    width: 100%;
    height: 100%;
}
.top_right{
    float: right;
    margin-top: 30px;
}
.top_right p{
    color: #688d0a;
    text-align: right;
    line-height: 25px;
}
.top_right p span{
    padding-left: 15px;
    color: white;
    font-weight: bold;
}

#nav_top{
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 110px;
    left: 0px;
    background-color: rgba(171, 170, 170, 0.9);
    height: 40px;
}
.nav_top{
    height: 40px;
}
.nav_li{
    line-height: 40px;
    text-align: center;
    width: 14.2857%;
    float: left;
    background-image: url(/img/arrow1.png);
    background-repeat: no-repeat;
    background-position: 90% 17px;
}
.nav_ul{
    display: none;
}
.nav_li:hover .nav_ul{
    display: block;
}
.nav_li:hover{
    background-color: white;
    background-image: url(/img/arrow2.png);
}
.nav_li:hover a{
    color: #a9c60a;
}
.nav_focuse{
    background-color: white;
    background-image: url(/img/arrow2.png);
}
.nav_focuse a{
    color: #a9c60a!important;
}
.nav_li a{
    color: white;
    display: inline-block;
    height: 40px;
    width: 100%;
}
#banner{
    width: 100%;
    z-index: 100;
    height: 0;
    overflow: hidden;
    padding-bottom: 36.458333%;
}
#banner img{
    width: 100%;
    height: auto;
}
.ban_bot{
    height: 150px;
    clear: both;
    margin-top: -40px;
    z-index: 998;
    position: relative;
}
.ban_bot_left{
    float: left;
    height: 150px;
    width: 50%;
    background: #a9c60a;
    overflow: hidden;
}
.ban_bot_right{
    float: right;
    background-color: #71921d;
    height: 150px;
    width: 50%;
    overflow: hidden;
}
.ban_bot a,.ban_bot span,.ban_bot p{
    color: white;
}
.ban_bot p{
    font-size: 18px;
    margin-top: 30px;
    margin-left: 15%;
}
.ban_bot_right a{
    margin-left: 15%;
}  
.ban_bot_left .ban_bot_left_box{
    width: 70%;
    height: 45px;
    margin-left: 15%;
    overflow: hidden;
    margin-top:10px;
} 
.ban_bot_left_box ul{
    float: left;
    width: calc(100% - 35px);
}
.ban_bot_left_box ul li{
    width: 100%;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}
.ban_bot_left_box ul li span{
    display: block;
    width: 90px;
    /* background-color:grey; */
    float: right;
}
.ban_bot_left_box ul li a{
    display: block;
    width: calc(100% - 95px);
    /* background-color:red; */
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ban_bot_left_box .ban_bot_left_box_btn{
    float: right;
    width: 20px;
    /* background-color:pink; */
}
.ban_bot_left_box_btn img{
    width: 20px;
    height: 12px;
    cursor: pointer;
}
.ban_bot_right a{
    width: 250px;
    height: 45px;
    display: inline-block;
    background: #a9c60a;
    text-align: center;
    line-height: 45px;
    background-image: url(/img/search.png);
    background-repeat: no-repeat;
    background-position: 68px 14px;
    margin-top:10px;
}
.echo_con{
    clear: both;
    padding: 40px 0;
}
.index_title{
    /* width: 180px; */
    height: 50px;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
    background-image: url(/img/title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
}
.index_title2{
    background: none;
    margin-top: 20px;
    position: relative;
    height: 70px;
}
.index_title a{
    /* position: absolute;
    width: 100%;
    left: 0; */
    font-size: 25px;
    display: block;
    text-align: center;
    line-height: 45px;
    letter-spacing:2px; 
}
.index_title span{
    /* position: absolute;
    width: 100%;
    left: 0;
    font-size: 25px; */
    display: block;
    color: #505050;
    text-align: center;
    line-height: 25px;
    /* text-shadow: 2px 2px 3px #636363; */
}
.jianjie{
    background: #f7f7f7;
}
.intro_left{
    width: 36%;
    float: left;
}
.intro_left img{
    width: 100%;
}
.intro_right{
    width: 60%;
    float: right;
    /* background-color: pink; */
    /* margin-top: 30px; */
}
.intro_right p{
    line-height: 25px;
    margin-top: 10px;
}
.yewu{
    background-color: #e3e3e3;
}

.bus_ul .bus_li{
    width: 18%;
    margin-left: 2.5%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bus_ul .bus_li img{
    width: 100%;
}
.bus_ul .bus_li:first-child{
    margin-left: 0;
}
.rongyu{
    background-color: #cfedb1;
}


.swiper-button-prev{
    left: 0px!important;
}
.swiper-button-next{
    right: 0px!important;
}

.zizhi_div{
    background-color: #e0e0e0;
    text-align: center;
    position: relative;
}
#rongyu_banner .zizhi_div{
    background-color: #ecf8e0;

}
.zizhi_main_swip{
    background-image: url(/img/rongyu_bg.png);
    background-size: 100% 100%;
}
#rongyu_banner span{
    background-color: white;
    color: #444444;
}
.zizhi_div span{
    display: block;
    line-height: 40px;
    width: calc(100% - 20px);;
    height: 40px;
    background-color: #a9c60a;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zizhi_div a.zizhi_a {
    display: block;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 40px;
    background-color: white;
    color: #505050;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.zizhi_div img{
    width: 90%;
    /* height: 80%; */
    padding-top: 5%;
    padding-bottom: 5%;
}
.yeji_div{
    position: relative;
}
.yeji_div img{
    width: 100%;
}
.yeji_div span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 25px;
    width: calc(100% - 20px);;
    /* height: 40px; */
    background-color:rgba(0, 0, 0, 0.65);
    color: white;
    padding:10px;
    text-align: center;
}
.news{
    background: #a9c60a;
}
.news .index_title{
    background-image: url(/img/title_bg2.png);
}
.news .index_title a{
    color: white;
}
.bottom_bg img{
    width: 100%;
}
.bottom_bg{
    position: relative;
}
.bottom_bg div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -45px;
}
.bottom_bg div p{
    font-size: 25px;
    color: white;
    line-height: 45px;
}
.bottom{
    background-color: #313131;
    color: white;
    overflow: hidden;
    margin-top: -10px;
}
.bottom a{
    color: white;
}
.link{
    float: right;
    width: calc(100% - 80px);
}
.link_div div{
    float: left;
    width: 80px;
    line-height: 30px;
    color: white;
}
.link_div {
    margin-top: 30px;

}
.link li{
    color: white;
    float: left;
    padding:0 15px;
    border-right: 1px solid white;
    line-height: 20px;
    height: 20px;
    margin: 5px 0;
}
.link li a{
    font-size: 15px;
}

.link li:last-child{
    border:none;
}
.bot_content{
    margin-top: 50px;
}
.bot_content_left{
    float: left;
    width: 65%;
    overflow: hidden;
    /* background-color: #e0e0e0; */
}
.bot_content_right{
    float: right;
    width: 30%;
    overflow: hidden;
    /* background-color: #e0e0e0; */
}
.bot_content_left_img{
    float: left;
    width: 20%;
    overflow: hidden;
    /* background-color: red; */
}
.bot_content_left_img img{
    width: 100%;
}
.bot_content_left_div{
    float: right;
    width: 75%;
    overflow: hidden;
    /* background-color: red; */
}
.bot_content_left_div p{
    margin-bottom: 10px;
    color: white;
    line-height: 20px;
}
.bot_content_right .code{
    width: 48%;
    float: left;
    text-align: center;
}
.bot_content_right .code span{
    color: white;
    padding-top: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.bot_content_right .code:last-child{
    float: right;
}
.bot_content_right .code img{
    width: 100%;
}
.news .main_width{
    background-color: #fff;
    margin-bottom: 20px;
}
.news_con{
    width: calc(100% - 40px);
    background-color: white;
    padding:20px;
}
.news_left{
    width:30%;
    float: left;
    height: 580px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.news_left img{
    /* width: 100%; */
    /* margin-left: -50%; */
    /* position: absolute;
    top: 0;
    left: -50%; */
}
.news_right{
    width:calc(70% - 20px);
    float: right;
}
.news_right_ul li{
    height: 100px;
    margin-top: 20px;
}
.news_right_ul li:first-child{
    margin-top: 0;
}
.news_right_left{
    height: 100px;
    width: 100px;
    background-color: #a9c60a;
    color: white;
    float: left;
}
.news_right_right{
    width: calc(100% - 120px);
    float: right;
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}
.news_right_right p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_right_right p:first-child{
    margin-top: 15px;
}
.news_right_right p:first-child a{
    font-size: 18px;
    color: #373737;
}
.news_right_right p:first-child:hover a{
    color: #a9c60a;
}
.news_right_right p:last-child{
    color: #999999;
    font-size: 15px;
    margin-top: 10px;
}
.news_right_left p{
    color: white;
    text-align: center;
}
.news_right_left p:first-child{
    line-height: 70px;
    font-size: 40px;
}
.news_right_left p:last-child{
    line-height: 20px;
}
.news_page_ul{
    /* padding-top: 20px; */
    padding-bottom: 50px;
}
.news_page_ul span{
    width: 100%;
    display: block;
}
.news_page_ul li{
    background: white;
    padding:1%;
    width: 23%;
    margin: 1%;
    float: left;
    box-sizing: border-box;
    border:1px solid #d2d2d2;
}
.news_page_ul li:hover{
    border:1px solid #aac60a;
}
.news_page_img_span{
    width: 100%;
    /* padding-bottom: 66.6667%; */
    height: 0;
    overflow: hidden;
}
.news_page_ul li img{
    width: 100%;
}
.news_page_title{
    font-size: 18px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: black;
    text-align: center;
}
.news_page_date{
    color: #aac60a;
    line-height: 25px;
}
.news_page_remarks{
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    height: 44px;
    overflow: hidden;
    color: #8c8c8c;
}
.page_list{
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.page_list li{
    display: inline-block;
    padding: 5px;
    margin:2px;
}
.page_list li:hover{
    background-color: #aac60a;
}
.page_list li:hover a{
    color: white;
}
.page_list li a{
    display: inline-block;
    width: 100%;
}
.child_nav{
    text-align: center;
    margin-top: 30px;
    /* padding-bottom: 30px; */
}
.child_nav li{
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 10px;
    margin-bottom: 30px;
}
.child_nav .this{
    background-color: #aac60a;
}
.child_nav .this a{
    color: white;
}
.content{
    margin-top: 10px;
}
.content_date{
    text-align: center;
    color: #8c8c8c;
    line-height: 50px;
}
.single_con{
    background-color: #fff;
    margin-bottom: 50px;
    width: calc(100% - 60px);
    padding:30px;
}
.yewu_item{
    background-image: url(/img/square.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    line-height: 30px;
    text-indent: 30px;
    font-size: 18px;
}
.news_page_ul_no_pic{
    max-width: 1000px;
    margin: 0 auto;
}
.news_page_ul_no_pic li{
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid white;
}
.news_page_ul_no_pic .news_page_title{
    float: left;
}
.news_page_ul_no_pic .news_page_date{
    float: right;
    line-height: 40px;
}
.content_title{
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin: 20px 0 0px;
}
.beian{
text-align: center;
}
.beian span, .beian a{
    color: rgba(255, 255, 255, 0.65);
}
.news_left_title{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 25px;
    /* height: 40px; */
    background-color:rgba(0, 0, 0, 0.65);
    color: white;
    padding:10px;
    text-align: center;
    width: calc(100% - 20px);
}
.news_left_title a{
    color: white;
}
.wenhua{
    border-bottom: 2px solid #aac60a;
    width: 110px!important;
}
.jianjie_ul{
    width: 100%;
    margin: 20px auto 50px;
}
.yewu_item span{
    font-size: 18px;
    color: #f39801;
    display: inline-block;
    width: 125px;
    text-align: justify;
}
.jianjie_ul .yewu_item{
    text-indent: 15px;
}
.jianjie_img{
    width: 100%;
    margin: 0 auto;
}
.jianjie_img img{
    width: 80%;
    margin-left: 10%;
}
.jianjie_box{
    /* background-image: url(../img/jianjie_bg.jpg);
    background-size: 100% 100%; */
}
.jianjie_img_div{
    margin-top: 30px;
}
.jianjie_img_div p{
    line-height: 30px;
    font-size: 18px;
    color: white;
}
.jianjie_img_div p span{
    color: white;
    font-size: 18px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}
.jianjie_span1{
    background-color: #53ac10;
}
.jianjie_span2{
    background-color: #d7d100;
}
.jianjie_span3{
    background-color: #e07f00;
}
.zuixingonggao{
    background-image: url(/img/audio.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    text-indent: 30px;
}
.honor_bg{
    width: 100%;
    height: 35px;
    text-align: center;
    background-image: url(/img/2020.png);
    background-repeat: no-repeat;
    background-size: 100% 35px;
    background-position: 0 -12px;
    font-size: 22px;
    font-weight: bold;
}
.jianjie_bg_bot{
    background-image: url(/img/jianjie_bg_new.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
    overflow: hidden;
}
