:root {
    --basecolor: #139B0B;
    --deepcolor: #137F0C;
    --blackcolor: #005A34;
    --swiper-navigation-size: 70px !important;
}

* {
    outline: none !important;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: Source Han Sans;
    min-width: 1380px;
    min-height: 100vh;


}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--basecolor);
    text-decoration: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.v_center {
    align-items: center;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.top {
    background: url(../images/header.png) top center no-repeat #137F0C;
    height: 130px;
    display: flex;
    align-items: center;
}

.logo {
    height: 81px;
}

.nav {
    height: 46px;
    background-color: var(--basecolor);
}

.nav_ul {
    display: flex;
}

.nav_ul li {
    flex: 1;
    position: relative;
}

.nav_ul li>a {
    display: flex;
    color: #fff;
    text-align: center;
    line-height: 46px;
    align-items: center;
    justify-content: center;
}

.nav_ul li>a:hover {
    background-color: var(--deepcolor);
}

.nav_ul li a.act {
    background-color: var(--deepcolor);
}

.nav_ul li a img {
    margin-right: 10px;
}

.sub_nav {
    background-color: var(--basecolor);
    position: absolute;
    width: 100%;
    display: none;
    z-index: 999;
}

.nav_ul>li:hover .sub_nav {
    display: block;
}

.sub_nav a {
    line-height: 32px;
    border-bottom: 1px solid var(--blackcolor);
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.sub_nav a:hover {
    background-color: var(--blackcolor);
}

.banner .swiper-button-prev {
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
}
.banner  img{
	width:100%;
	max-height:400px;
}
.banner .swiper-button-prev::after {
    font-size: 20px;
}

.banner .swiper-button-next {
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;

}

.banner .swiper-button-next::after {
    font-size: 20px;
}

.xykx {
    width: 790px;
}

.xxfb {
    width: 380px;

}

.ind_title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--basecolor);
    font-size: 24px;
    padding-bottom: 10px;
}

.ind_title span {
    color: #ccc;
}

.more {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #666;
}

.more img {
    margin-left: 5px;
}

.news_swiper {
    width: 300px;
    background-color: #ddd;
}

.news_swiper img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    background-color: #ddd;
}

.xykx_list {
    width: 470px;
}

.xykx_list a {
    display: flex;
    font-size: 14px;
    line-height: 33px;
}

.xykx_list a p {
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xykx_list a span {
    color: #999;
    margin-left: auto;
}

.xxfb_list a {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.xxfb_list a .xxfb_date {
    width: 65px;
    border: 1px solid #dcdcdc;
}

.xxfb_date p {
    color: #fff;
    background: var(--basecolor);
    padding: 4px 0;
    font-size: 18px;
    text-align: center;
}

.xxfb_date span {
    color: #565656;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 3px 0px;
}

.xxfb_list a .xxfb_title {
    width: 295px;
    flex: 1;
    margin-left: 20px;
}

.xxfb_list a .xxfb_title p {
    width: calc(100% - 2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--basecolor);
}

.xxfb_list a .xxfb_title span {
    width: calc(100% - 2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.hui_bg {
    background-color: #f0f0f0;
    padding: 20px 0px;
}

.ind_title1 {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.ind_title1>img {
    margin-right: 20px;
}

.ind_title1 p span {
    display: block;
    color: var(--basecolor);
}

.xyts_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.xyts_list li {
    width: 180px;
    height: 90px;
    background: url(../images/col2_bac.png) center center no-repeat;

}

.xyts_list li a {
    width: 180px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.xyts_list li a img {
    margin-right: 10px;
}

/* 本例子css */
.picMarquee-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {
    padding: 0px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 230px;
    height: 170px;
    display: block;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
    font-size: 14px;
}

.jxjy {
    width: 380px;
}

.ind_title2 {
    display: flex;
    font-size: 24px;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.ind_title2>img {
    margin-right: 20px;
}

.ind_title2 p {
    line-height: 25px;
}

.ind_title2 p span {
    display: block;
    color: #cccccc;
}

.jxjy_list {
    margin-top: 8px;
}

.jxjy_list a {
    display: flex;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    line-height: 38px;
    align-items: center;
}

.jxjy_list a img {
    margin-right: 10px;
}

.jxjy_list a p {
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jxjy_list a span {
    color: #999;
    margin-left: auto;
}

.video_swiper {
    margin-top: 20px;
}

.video_swiper a {
    display: block;
}

.video_swiper img {
    width: 380px;
    height: 300px;
    object-fit: cover;
}

.play_btn {
    position: absolute;
    top: 120px;
    left: 160px;
    width: 60px;
}

.play_btn img {
    width: 60px;
    height: 60px;
}

.video_swiper a p {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    left: 0px;
}

footer {
    background-color: var(--basecolor);
    padding: 20px 0px;
    padding-bottom: 0px;
}

.frlink {
    color: #fff;
    font-size: 14px;
	text-align: center;
}

.frlink a {
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.frlink a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px; /* 调整竖线的位置 */
    width: 2px; /* 竖线的宽度 */
    background-color: white; /* 竖线的颜色 */
}
.frlink a:last-child:before{
    display: none;
}

.copyright {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.copyright p {
    margin-top: 10px;
}

.copyright a {
    color: #fff;
}

.weixin {
    position: absolute;
    right: 0px;
    top: 0px;
}

.weixin img {
    width: 100px;

}

.sydw {
    text-align: center;
}

.sydw img {
    margin: 0px auto;
}

/* 内页 */
.n_banner {
    background-color: #ececec;
}

.banner_text {
    background: url(../images/toptitle.png) center center no-repeat;
    width: 200px;
    height: 55px;
    position: absolute;
    top: 40%;
    left: 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.n_left {
    width: 270px;

}

.n_left_box {
    border-left: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
}

.n_right {
    width: 910px;
    min-height: 500px;
}

.channel_name {
    background: url(../images/head_bg_red.png);
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.n_class_list li {
    line-height: 50px;
    text-align: center;
    color: #4c4c4c;
    border-bottom: #e2e2e2 1px solid;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.n_class_list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
	background-color:rgba(19,155,11,0.6);
}

.n_class_list li:hover a{
	color:#fff;
}
.n_class_list li a {
    color: var(--basecolor);
    display: block;
}

.curr_class {
    border-bottom: 2px solid var(--basecolor);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.curr_class p {
    font-size: 20px;

    display: inline-block;
    padding: 10px 10px 9px 10px;
    color: var(--basecolor);
    border-bottom: 1px solid var(--basecolor);
}

.speedlink {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.speedlink img {
    margin-right: 10px;
}

.n_news_list a {
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 45px;
}

.n_news_list a:hover {
    background-color: #f8f8f8;
}

.n_news_list a::before {
    content: "";
    height: 4px;
    width: 4px;
    display: block;
    background-color: var(--basecolor);
    margin-right: 10px;
}

.n_news_list a span {
    margin-left: auto;
    color: #999;
}

.n_news_list a p {
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_list_page {
    margin: 20px 0px;
    text-align: center;
}

.news_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--deepcolor);
    margin: 20px 0px;
}

.news_date {
    margin-top: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.news_info {
    padding: 20px 0px;
    line-height: 1.8;
}

.news_info img {
    display: inline-block;
    max-width: 100%;
}

.change {
    margin: 13px auto 0;
    width: 100%;
}

.change ul {
    background: url(../images/change.png) no-repeat scroll left center transparent;
    padding-left: 16px;
}

.change ul li {
    font-size: 14px;
    line-height: 28px;
}

.closepage {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.closepage a {
    color: #555;
}

.closepage span {
    background: url(../images/submit_btn_bg.gif) repeat-x scroll 0 0 transparent;
    border: 1px solid #555555;
    color: #333333;
    width: 120px;
    height: 21px;
    padding: 1px 3px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
}
.n_img_list{
    overflow: hidden;
}
.n_img_list a img{
    width: 290px;
    height: 195px;
    object-fit: cover;
}
.n_img_list a{
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 290px;
}
.n_img_list a:nth-child(3n+1){
    margin-left: 0px;
}
.n_img_list a p{
    font-size: 14px;
    line-height: 40px;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form_title{
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    margin-top:20px;
}
.form_title p{
    width: 150px;
    height: 40px;
    background-color: var(--basecolor);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.form_title span{
    font-size: 14px;
    color: #999;
    margin-left: auto;
}
.red{
    font-style: normal;
    color: red;
}
.form_sm_item{
    width: 440px;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
}
.form_big_item{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
}
.form_sm_item span{
    text-align: center;
    width: 100px;
    background-color: #eee;
    padding: 10px;
    display: block;
}
.inp{
    width: 100%;
    flex: 1;
    border: 1px solid #eee;
    text-indent: 1rem;
}
.big_inp{
    width: 100%;
    flex: 1;
    border: 1px solid #eee;
    text-indent: 1rem;
    line-height: 30px;
}
.sel{
    width: 100%;
    flex: 1;
    border: 1px solid #eee;
    
}
.msg_btn{
    padding: 40px 0px;
    text-align: center;
}
.submit_btn{
    background-color: var(--basecolor);
    color: #fff;
    border: 0px;
    width: 100px;
    height: 30px;
}
.reset_btn{
    background-color: #fff;
    color: var(--basecolor);
    border: 1px solid var(--basecolor);
    width: 100px;
    height: 30px;

}
.msg_table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}
.msg_table td,.msg_table th{
   padding: 10px;
    border: 1px solid #ddd;
}
.msg_table th{
    background-color: var(--basecolor);
    color: #fff;
}
.msg_table td a{
    display: block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}