body{
    font-family: "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;    position: relative;
}
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
    border: 0px;
    padding: 0px;
    font-size: 100%;
    margin: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.container{
    position: relative;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
header{
    width: 100%;
    background:#FFF;
    z-index: 100;
    padding: 0px 0 0 0;
    border: none;
    height:120px;
}
body.stickyheader #main{
    padding-top:120px;
}
header.fixed-menu{
    background:#FFF;
    box-shadow: 0px 2px 8px #333;
    position: fixed;
    animation: slideDown 0.5s ease;
}
@keyframes slideDown{
    from{
        transform:translateY(-100%);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}
header .logo{
    padding:15px;
    background-color: #FFF;
}
header .logo img{
    max-width: 100%;
}
.topnav {
    padding-top: 20px;
}
header .row{
        align-items: center;
}
.home-header-fixed {
    position: absolute;
    left: 0;
    right: 10%;
    top: 120px;
    z-index: 60;
    display: none;
}
.home-header-fixed .home-header-fixed-cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    max-width: 280px;
    color: #ffffff;
}
.home-header-fixed .home-header-tags {
    border-radius: 10px;
    background-color: rgba(51,51,51,0.3);
}
.home-header-fixed .cont-wrap {
    padding: 1.04166667vw;
}
.home-header-fixed .tag-item {
    font-size: 16px;
}
.home-header-fixed .tag-item .item-wrap {
    display: block;
    border-radius: 10px;
    padding: 14px 14px 10px 14px;
    opacity: 0.6;
}
.home-header-fixed .tag-item .item-wrap:hover{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}
.home-header-fixed .home-header-fixed-cont a {
    color: #ffffff;
}
.home-header-fixed .tag-item h2 {
    font-size: 16px;
    font-weight: normal;
    height: 1rem;
    white-space: nowrap;
    display: flex;
    vertical-align: middle;
    align-items: center;
}


.navbar-toggle {
    position: relative;
    float: right;
    /*padding: 9px 10px;
    margin-right: 15px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dropdown-toggle::after {
    vertical-align: 0.155em;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    font-size: 0.9rem;
}
.dropdown-menu>li>a:hover{
    color:#005826;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
nav .navbar-collapse .dropdown>.dropdown-menu.show
{
    max-height: 100vh;
}
.navbar-toggle .icon-bar {
    background-color:rgba(255,255,255,0.8);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    width:max-content;
}
.bg-dark {
    background-color: #005826 !important;
}

.lanlink .btn-primary {
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    border: 0;
    border-radius: 0;
    margin-top:20px;
}

.btn-warning {
    color: #FFF;
}
.slinks{
    margin-top:60px;
}
#main{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.indexcols h2 {
    margin-top:40px;
    margin-bottom:20px;
}
.indexcols h2 span{
    font-size:0.6em;
    color:#999;
    margin-left:10px;
}

.ilogo{
    margin-top:30px;
}
.col{
    padding-left:5px;
    padding-right:5px;
    position: relative;
}
.text{
    line-height: 180%;
    color:#555;
}
.text12{
    font-size:12px;
}
.morebtn {
    position: absolute;
    text-align: left;
    top: 5px;
    left: 255px;
}

.news li{
    list-style: none;
    padding:13px 5px;
    border-bottom:1px dotted #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
}
.news li:last-child{
    border-bottom:0;
}
.news li a{
        word-wrap: normal; 
        display: block;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis; 
}
.news li span.time{
    float:right;
    color:#999;
    margin-left:10px;
}
#carouselCaptions .carousel-indicators{
    bottom:-30px;
}
.carousel-inner {
    max-height: 450px;
}
.carousel-inner img{
    height:100%;
    object-fit: cover;
}
.slidertext .ptext{
    max-width: 1440px;
    padding:30px;
    margin:0 auto;
}
.slidertext .ptext p{
    text-shadow:2px 2px 3px #333;
}
.banner{
    background: url(../images/front001.jpg) no-repeat center center;
    padding:200px 0 120px 0;
    color:#fff;
    font-size:2.0em;
    background-size: cover;
}
.contentmain{
    position: relative;
    margin-top:-60px;
    background: #FFF;
}
.breadcrumb {
    font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: #fff;
    color: #555;
    padding-top: 20px;
    padding-bottom: 1em;
    padding-right: 1em;
    font-size: 90%;
}
.cont{
    margin-top:40px;
    padding:20px;
    margin-bottom:40px;
    background: #FFF;
    line-height:200%;
}
.cont a{
    color:#E30016;
}
.cont h6{
    color:#999;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom: 1px solid #ECECEC;
}
.cont h3.page-title{
    margin-bottom:30px;
    color:#005826;
    font-weight: bold;
}
.cont .difang {
    overflow: hidden;
}
.cont .difang li{
    list-style: none;
    float: left;
    padding:10px 20px;
}
.cont .difang li:hover{
    background-color: rgba(222, 228, 239, 0.2);
    border-radius: 5px;
}
.cont-body{
    margin-top:30px;
    margin-bottom:30px;
}
.media{
    width: 100% !important;
}
.cont .media iframe {
    width: 100% !important;
    height: 600px;
}

.cont-body img{
    max-width: 100%;
    margin:10px 0;
}
.cont-att{
    background-color: #f3f1ee;
    padding: 30px 4% 20px;
    font-size:14px;
    line-height:120%;
}
.cont-att a{
    display: block;
    margin-bottom:1em;
    background: url(../images/small-bullet.png) no-repeat left 0.4em ;
    padding-left:0.6em;
}
.cont-att-label{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #ECECEC;
    font-size:16px;
    font-weight: bold;
}
.indexcol{
    padding:40px 0;
}
.indexcol .row{
    display: flex;
    flex-wrap:wrap;
}
.program a{
    display: block;
    background-color: #299355;
    color:#FFF;
    font-size:22px;
    font-weight: 600;
    padding:40px;
}
.program a:hover{
    background-color: #F9891D;
}
.list-item{
    font-size:16px;
}
.list-item li{
    list-style: none;
    padding:15px 5px;
    border-bottom:1px solid #ECECEC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item .time{
    color:#999;
    float:right;
}
.sidebar-menu {
    border-left: 1px solid #005826;
    padding-left: 30px;
    position: relative;
    margin-top:60px;
}
.channel-list li{
    padding:10px 0 10px 20px;
    font-size:18px;
    list-style: none;
}
.channel-list li a{
    color:#999;
}
.channel-list li a:hover,.channel-list li a.is-active{
    color:#005826;
}
.menu-bank{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #005826;
    position: relative;
    left:-30px;
    transition: all 0.5s;
}
.menu-bank:after{
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    left: -22px;
    top: -20px;
}
.pagelist li{
    border-bottom: 1px solid #e0ded9;
    padding: 1em;
    background: url(../images/small-bullet.png) no-repeat left 1.6em;
    line-height: 100%;
    list-style: none;
}
.pagelist a{
    line-height: 150%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.pagination li{
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #007331;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007331;
    border-color: #007331;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
footer{
     padding:30px 0 10px 0;
     color: rgba(255, 255, 255, 0.6);
     font-size:14px;
 }
 footer h4{
     font-size:1.1rem;
     color:#FFF;
     line-height: 1.3;
     font-weight: 600;
     padding-top:10px;
     padding-bottom:10px
 }
 footer .flink ul{
     margin: 0;
     padding:0;
     overflow: hidden;
 }
 footer .flink ul li{
    float:left;
    padding-right:15px;
    padding-bottom:5px;
    list-style: none;
 }
 footer .flink ul li a{
     color:#FC0; 
 }
footer img{
    margin:10px;
}
footer span.zsewm{
    color:#FFF;
    font-weight: bold;
}
 .delimiter-top, .delimiter-bottom {
    position: relative;
    border: 0;
}
.footer-dark .heading {
    color: #EFF2F7;
}
.footer-dark .nav .nav-item .nav-link, .footer-dark .list-unstyled li a, .footer-dark .footer-link {
    color: #D3DCE6;
}
.footer-dark .list-unstyled li a {
    color: rgba(255, 255, 255, 0.8);
}
.footer .list-unstyled li a {
    display: inline-block;
    padding: 0.125rem 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}
.footer-dark .list-unstyled li {
    float:left;
    width: auto;
    padding:2px 10px;
}
.delimiter-top:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 1px;
    background: -o-radial-gradient(center, ellipse, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 180%;
}
table.table.table-bordered {
    font-size: 14px;
    line-height: 150%;
}
.text-center{
    text-align: center;
}
.margin-tb{
    margin-top:10px;
    margin-bottom:10px;
}







