.headerbg {
    width: 100%;
}
.header-bg {
    background: url(../img/top_bg.jpg) center center no-repeat;
    background-size: cover;
}
.head-link {
    background: rgba(255, 255, 255, .5);
}
.head-link .w{
    height: 40px;
    align-items: center;
}
.head-link-left {
    color: #117537;
    font-size: 14px;
    opacity: .7;
}

.head-link-right {
    align-items: center;
}
.header {
    width: 95%;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.logo {
    display: inline-block;
}
.tips {
    display: none;
    align-items: center;
    align-self: flex-start;
}
.tips>a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.tips>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #539f1b;
    border-radius: 5px;
    border: 3px solid #5baeda;
}
.isearch {
    display: block;
}
.nav {
    width: 100%;
    background:#117537;
    color: #333;
}
.nav ul {
    width: 1280px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    position: relative;
    cursor: pointer;
    width: 25%;
}

.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background: #117537;
    display: none;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,100%);
}

.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
}
.navbox a:hover {
    background: #539f1b;
    color: #fff;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    line-height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    font-size: 17px;
}
.nav ul li>a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 30%;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav ul li>a:hover,
.nav ul li .selected,
.nav ul li .on{
    color: #fff;
    background: #539f1b;
}
.nav ul li>a:hover::after,
.nav ul li .selected::after,
.nav ul li .on::after{
    opacity: 0;
}

footer {
    background: #117537;
}

footer .left {
    font-size: 14px;
    align-items: flex-start;
}
footer .left p {
    line-height: 30px;
}
.bot-link {
    width: 80%;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    transition: all .3s;
}

.more-link {
    transition: all .3s;
    cursor: pointer;
}
.rote-180{
    transform: rotate(180deg);
}
.container {
    padding: 40px 0;
}
.container:nth-child(2n+1) {
    background: #fbfbfb;
}

.contitle {
   position: relative;
   margin-bottom: 20px;
   padding-left: 2px;
   border-bottom: 2px solid #1f7e31;
}
.contitle .flexbw {
    align-items: center;
}
.contitle .flexbw>a {
    margin-right: 40px;
}
.contitle .ti {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    z-index: 2;
}
.contitle .ti i{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/ti_bg.png);
    background-size: 100% 100%;
    z-index: -1;
}

.contitle .ti em {
    font-size: 18px;
    color: rgba(3, 78, 161, .5);
}
.contitle .ti img {
    margin-right: 10px;
    height: 60%;
}

.contitle a{
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.contitle a img {
    margin-left: 5px;
}
.contitle a:hover{
    color: #117537;
}

.hot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hot .hot-ti {
    display: block;
    font-weight: 700;
    color: #222222;
    transition: all .3s;
    font-size: 18px;
}
.hot .hot-ti:hover {
    color: #117537;
}
.hot .hot-msg {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    height: 46px;
}
.hot .hot-msg span {
    color: #fe6000;
}
.hot .hot-msg span:hover {
    text-decoration: underline;
}

.data .yy-dd{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #5ab9c4;
    text-align: center;
}
.data .day {
    color: #e7ab54;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}

.imgtext p {
    font-size: 14px;
    color: #444;
    margin: 10px 0;
    line-height: 1.5em;
    transition: all .5s ease-in-out;
}
.conlist2>li{
    width: 49%;
}
.smallfont {
    font-size: 13px;
    line-height: normal;
    text-align: center;
}
.listleft {
    width:20%;
    background: rgba(83, 157, 27, .1);;
}
.listleft p{
    height: 60px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    background: #117537;
    text-align: center;
    position: relative;
    transition:  all .3s;
    box-sizing:border-box;
    padding-left: 15px;
}

.listleft p span{
    display: inline-block;
    position: relative;
}

.listleft p i {
    display: none;
    position: absolute;
    font-family: fangsong;
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .3s;
}
.listleft p  .i-trans {
    transform: translateY(-50%) rotate(90deg);
}
.subnav {
    padding-top: 10px;
    padding-left: 10px;
}



.subnav li {
    position: relative;
    transition:  all .3s;
    margin-top: 5px;
}
.subnav li>a{
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    position: relative;
    transition: all .3s;
    background: #fff;
}
.subnav li>a::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    height: 8px;
    width: 8px;
    transform: translate(-50%,-50%);
    background: #999;
    transition: all .3s;
    display: none;
}

.subnav li>a span {
    position: relative;
}
.subnav li::before,
.subnav li::after{
    content: '';
    position: absolute;
}

.subnav li::before {
    left: 0;
    height: 100%;
    width: 0%;
    transition: all .3s;
    background: #1787A3;
}
.subnav li:hover,
.subnav .selected {
    background: #117537;
    color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgb(124 124 124 / 30%);
    box-shadow: 0 5px 12px 0 rgb(124 124 124 / 30%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.subnav li:hover ,
.subnav .selected{
    background: #fff;

}
.subnav li:hover>a, .subnav .selected>a {
    background: #117537;
    color: #fff;
}

/* .subnav li:hover::before , .subnav .selected::before {
    width: 100%;
    z-index: 1;
} */
.subnav li:hover .arr ,.subnav .selected  .arr,
.subnav .selected .subnav-item {
    display: block;
}
.arr {
    content: '';
    display: none;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: relative;
    z-index: 990;
}

/* .bigbg{
    height: 200px;
    background: url(../img/bannerbg.jpg) center no-repeat;
    background-size: initial;
    background-position-y: -139px;
    width: 100%;
} */
.listright {
    width: 77%;
    background: #fff;
    box-sizing: border-box;
}
.listright .ti {
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #117537;
    margin-bottom: -2px;
    padding-right: 20px;
}

.subnav2 {
    font-size: 13px;
    color: #000;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#117537;
}

.comtentlist ,.piclist {
   margin-top: 20px;
}
.comtentlist li{
    border-bottom: 1px dashed #ccc;
    padding-left: 20px;
    position: relative;
}
.comtentlist li a {
    align-items: center;
}
.comtentlist li a p {
    width: 75%;
    color: #333;
    font-size: 16px;
    transition: all .3s;
    line-height: 60px;
}
.comtentlist li span {
    font-size: 13px;
    color: #999;
}
.comtentlist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #117537;
    transform: translateY(-50%);
}
.comtentlist li a:hover p{
    color:#539f1b;
    transform: translateX(5px);
}
#search {
    position: relative;
}

.search {
    z-index: 3;
}

.search form {
    height: 30px;
    display: flex !important;
    justify-content:  space-between;
    align-items: center;
}

.search input {
    width: 0px;
    font-size: 14px;
    border-bottom: 1px solid #063e8d;
    transition: all .5s ease-in-out;
    margin-right: 10px;
}
.search:hover input {
    width: 200px;
    padding-left: 10px;
}
.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}

#searchForm  button,
.isearch{
	border: none;
	padding: 0;
	height: 18px;
	width: 19px;
	cursor: pointer;
	background: url(../img/search.png) center no-repeat;
}
#searchForm  button {
	background: url(../img/search.png) center no-repeat;

}
#searchForm  button::after {
	border: none;
}

.container3 {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}


.links {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;

}

.links img {
    margin-left: 10px;
}
.more a{
    margin-top: 40px;
    width: 150px;
    height: 40px;
    background: #8796cb;
    text-align: center;
    color: #fff;
    transition: all .3s;
    border-radius: 5px;
}
.more a:hover {
    background: #539f1b;
    color: #fff;
}
.more em {
    margin-left: 5px;
    font-size: 18px;
}

.comtent .ti{
    margin-bottom: 10px;
}


.top-link a{
    color: #117537;
    line-height: 1em;
    padding: 0 15px;
    border-right: 1px solid #117537;
    font-size: 14px;
    white-space: nowrap;
    opacity: .7;
}

.top-link a:hover {
    text-decoration: underline;
    opacity: 1;
}

.wap-toplink {
    margin-top: 20px;
    flex-wrap: wrap;
    display: none;
}
.wap-toplink a{
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
}

.top-text {
    position: absolute;
    right: 0;
    top: 60px;
    height: 120px;
    width: 180px;
}

.container3 {
    padding-bottom: 30px;
    font-size: 14px;
}

.top-links {
    background: #d8dff1;
    color: #539f1b;
    font-size: 14px;
}
.top-links .w {
    height: 40px;
    align-items: center;
}
.role-list {
    margin-top: 20px;
    flex-wrap: wrap;
}
.role-list li {
    width: 18%;
    background: #eee;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    transition: all .3s;
}
.role-list li:nth-child(5n) {
    margin-right: 0;
}
.role-list li:hover {
    box-shadow: 0 0 10px #999;
}
.role-list li:hover p {
    color: #117537;
}
.role-list li a{
    display: block;
    width: 100%;
}
.role-list .img-box-re {
    padding-bottom: 127.66%;
}
.role-list .card {
    width: 67%;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.role-list h2 {
    color: #539f1b;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.role-list p {
    color: #999;
    text-align: center;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    transition: all .3s;
}
.role-list p em {
    margin-left: 5px;
    font-size: 14px;
}
.role-list .seemore {
    font-size: 12px;
    border: 1px solid #539f1b;
    background: #539f1b;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8em;
    padding: 0 10px;
    transition: all .3s;
    display: block;
    margin-left: auto;
}
.bot-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-80%);
    opacity: 0;
    z-index: 10;
    display: none;
    background: rgba(1, 78, 160, .7);
    transition: all .5s ease-in-out;

}
.bot-link a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.bot-link a:hover {
    background: #539f1b;
}
.link-show {
   opacity: 1;
    display: block;
   transform: translateY(-100%);
}

.bot-tips {
    padding: 30px 0;
    color: #fff;
    align-items: center;
    font-size: 14px;
}
.bot-tips .left{
    width: 50%;
    justify-content: space-between;
}
.bot-tips>p {
    line-height: 1.8em;
}
.nav li {
    position: relative;
}
.nav li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    font-size: 20px;
    font-family: "fangsong";
    right: 10px;
    top: 15px;
    /* color: #fff; */
    transition: all .3s;
    background: url(../img/arr-w.png) center center no-repeat;
    display: none;
    transform: rotate(90deg);
}

.nav .tran-li::before {
    transform: rotate(-90deg);
}

.hide::before {
    display: none !important;
}

.container3 {
    min-height: 527px;
}

.main {
    min-height: 600px;
    padding-bottom: 30px;
}
.main>div {
    padding-top: 30px;
}

.section1 {
    background: #efefef;
    padding-top: 0 !important;
}

#swiper .img-box-re {
    padding-bottom: 580px;
}
.w620 {
    width: 620px;
}

.top-new {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;

}
.new-left {
    width: 120px;
    margin-right: 20px;
}
.new-right{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.new-right h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    transition: all .3s;
}
.new-right p {
    color: #666;
    font-size: 14px;
}

.top-new:hover h2 {
    color: #117537;
}
.index-list li {
    border-bottom: none;
}
.index-list li a p {
    line-height: 40px;
}
.notice-list a {
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #ccc;
}
.notice-list .left{ 
    color: #1f7e31;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}
.notice-list .left h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: right;
}
.notice-list .left p {
    font-size: 14px;
}

.notice-list .right {
    flex: 1;
    overflow: hidden;
}

.notice-list a:hover{
    color: #117537;
}

.top-data-new .new-left {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #efefef;
    color: #117537;
}

.top-data-new .new-left h2 {
    font-size: 30px;
}
.top-data-new .new-left p {
    font-size: 14px;
}

.section4 ul li {
    width: 23%;
}

.section4 ul li a {
    height: 80px;
    border-radius: 10px;
    background: #efefef;
    color: #222;
    font-size: 18px;
    transition: all .3s;
}
.section4 ul li a img {
    margin-right: 20px;
}

.section4 ul li a:hover {
    color: #117537;
    box-shadow: 0 3px 10px #999;
}
.friend {
    background: #efefef;
    color: #222;
    padding: 10px 0;
    font-size: 14px;
}
.friend .w {
    align-items: center;
}
.friend .w>span {
    font-size: 18px;
}
.friend .center {
    font-size: 0;
    flex-wrap: nowrap;
    align-items: center;
    overflow-y: hidden;
    transition: all .3s ease-in-out;
    flex: 1;
    overflow: hidden;
}

.friend .center a {
    font-size: 16px;
    line-height: 1em;
    color: #666;
    border-right: 1px solid #666;
    padding: 0 20px;
    transition: all .3s;
    white-space: nowrap;
}
.friend .center a:last-of-type {
    border-right: 0;
    padding-right: 40px;
}
.friend .show-more {
    height: auto;
}
.friend .center a:hover {
    color: #117537;
}
.friend  .right {
    cursor: pointer;
}
.friend  .right img {
    transition: all .3s ease-in-out;
}
.friend  .right img {
    margin-left: 10px;
    
}

.bot-img {
    text-align: center;
}
.bot-img p {
    margin-top: 10px;
}
.bot-img img {
    padding: 5px;
    background: #fff;
}

/*add*/
img.error {
  display: inline-block;
  transform: scale(1);
  content: '';
  color: transparent;
}
img.error::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: #f5f5f5 url(img/img_error.png) no-repeat center / 50% 50%;
}
img.error::after {
  content: attr(alt);
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  line-height: 2;
  background-color: rgba(0,0,0,.5);
  color: white;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pb_sys_style3 .p_no_d{
   border: 1px solid #117537 !important;
   background-color: #117537 !important;
}