.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  @media (min-width: 1600px) {
    .container{
      width: 1400px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1180px;
    }
  }
  @media (min-width: 1280px) {
    .container {
      width: 1200px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 1440px) {
    .container {
      width: 1380px;
    }
  }
  @media (min-width: 1600px) {
    .container {
      width: 1560px;
    }
  }
 @font-face {
    font-family: "Montserrat";
    src: url('./Montserrat-Bold.otf');
    src: url('./Montserrat-Regular.ttf');
}

@font-face {
    font-family: "Lato";
    src: url('./Lato-Medium.ttf');
}
@font-face {
    font-family: "OpenSans";
    src: url('./OpenSans-Regular.ttf');
}
@font-face {
    font-family: "Verdana";
    src: url('./verdana.ttf');
}
.verdana{
    font-family: Verdana;
}
.Mont{
    font-family: Montserrat;
}
.Lato{
    font-family: Lato;
}
.OpenSans{
    font-family: OpenSans;
}
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 15px;
    transition: all ease 0.25s;
    background: linear-gradient( 180deg, #002860 0%, rgba(0,40,96,0) 100%);
}
header.active{
    background: #fff;
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 30px !important;
}
header .img-logo img{
    max-width: 370px;
}
.header-tool{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.header-tool span{
    font-size: 12px;
    padding: 0 10px;
    transform: scale(0.8);
}
.header-tool a.search-trigger i{
    font-size: 18px;
}
.header-tool a,.header-tool span{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}
header.active .header-tool a,header.active  .header-tool span{
    color: #009944;
}
.header-tool a:hover{
    color: #009944;
}
.aside-item {
    transform: translateY(-230px);
}
.aside-item h3 span {
    line-height: 30px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding: 30px 0;
    white-space: nowrap;
    display: inline-block;
}

.aside-item .aside-list {
    background: #009944;
    padding-bottom: 70px;
    padding-top: 30px;
}

.aside-item .aside-list li {
    padding: 0 20px;
    transition: all ease 0.25s;
}
.aside-item .aside-list li.active a {
    color: #fff;
    background: url(ib-icon02.png) right center no-repeat;
    background-size: 20px 20px;
}
.aside-item .aside-list li.active,.aside-item .aside-list li:hover{
    background: #074D26;
}
.aside-item .aside-list li a {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 6px 0;
    font-family: Lato;
}
.left-column ul li {
    margin: 10px 0;
}

.main-content {
    background: #fff;
    margin-bottom: 50px;
    padding-top: 25px;
}
.main-content .channel-title{
    font-size: 25px;
    color: #444444;
    line-height: 34px;
    text-align: left;
}
.main-content .channel-title span{
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}
.main-content .channel-title span:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #3CBB73;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tuwen-item{
    padding-top: 30px;
}
.tuwen-item>li {
    background-color: #ffffff;
    transition: all ease 0.25s;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}
.tuwen-item>li:hover{
    transform: translateY(-5px);
}
.tuwen-item li:hover a.db .tuwen-list .title {
    color: #009944;
}
.tuwen-item li a.db {
    position: relative;
    padding-right: 330px;
    min-height: 200px;
}
.tuwen-item li a.db .img-boxs {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.tuwen-item li a.db .img-boxs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tuwen-item li a.db .img-boxs img[src=""] {
    display: none;
}
.tuwen-item li a.db[data-img=""] {
    padding-left: 0;
    padding-right: 0;
    min-height: 100px;
}
.tuwen-item li a.db[data-img=""] .img-boxs {
    display: none;
}
.tuwen-item li .tuwen-list .title {
    font-size: 18px;
    color: #444444;
    line-height: 26px;
    text-align: left;
    transition: all ease 0.25s;
}
.tuwen-item li .tuwen-list .des {
    font-size: 15px;
    line-height: 26px;
    color: #444444;
    margin-top: 8px;
}
.tuwen-item li .tuwen-list .date-s {
    color: #7C7C7C;
    margin-top: 15px;
    font-size: 16px;
}
.footer {
    width: 100%;
    background: url(bg03.png) center center no-repeat;
    background-size: cover;
}
.footer .footer-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .footer-logo .db:first-child{
    max-width: 240px;
}
.footer .footer-logo .db:last-child{
    max-width: 110px;
    margin-left: 60px;
}
.footer .footer-info{
    text-align: left;
    position: relative;
    padding-right: 150px;
}
.footer .footer-info p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: OpenSans;
}
.footer .footer-info p.footer-more{
    display: flex;
}
.footer .footer-info p.footer-more span{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.footer .footer-info p i{
    font-size: 22px;
    padding-right: 10px;
}
.footer .footer-info p i.fa-fax{
    font-size: 20px;
}
.footer .footer-info p i.fa-map-marker,
.footer .footer-info p i.fa-phone{
    font-size: 24px;
}
.footer .rightbz{
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .foot-channel {
    width: 100%;
    padding: 60px 0 45px 0;
    display: flex;
    justify-content: space-between;
}

.footer .foot-channel .channel-title {
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
/* .foot .foot-channel .channel-item:nth-child(1) {
}
.foot .foot-channel .channel-item:nth-child(2) {
    transition-delay: 0.2s;
}
.foot .foot-channel .channel-item:nth-child(3) {
    transition-delay: 0.4s;
}
.foot .foot-channel .channel-item:nth-child(4) {
    transition-delay: 0.6s;
}
.foot .foot-channel .channel-item:nth-child(5) {
    transition-delay: 0.8s;
}
.foot .foot-channel .channel-item:nth-child(6) {
    transition-delay: 1s;
} */
.footer .foot-channel li {
    margin-top: 15px;
}
.footer .footer-infos{
    padding: 40px 0 40px 0;
    background: rgba(8, 66, 34, 0.6);
}
.footer .foot-channel li a {
    color: #fff;
    position: relative;
    padding-left: 16px;
}
.footer .foot-channel li a:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 1px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer .foot-channel li a:hover {
    color: #F7CF00;
}


.main-content .detail{
    font-size: 18px;
    padding-top: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.main-content .detail img,.main-content .detail table{
    max-width: 100%;
}
.main-content .detail *{
    margin-bottom: inherit;
}
.main-content .detail p{
    /* font-size: 14px; */
    /* line-height: 20px; */
}
.detail-box .tit{
    color: #444444;
    line-height: 34px;
    text-align: left;
}
.detail-box .info-box{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-box .info-box span{
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 22px;
}
.detail-box .info-box span.time{
    margin-right: 50px;
}
.detail-box .info-box  font{
    cursor: pointer;
}
.detail-box .info-box  font:hover{
    color: #009944;
}
.detail-box .info-box  .fontM{
    margin: 0 10px;
}
.wenzi-item li {
    transition: all ease 0.3s;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.wenzi-item li a:hover,
.wenzi-item li .data-s:hover {
    color: #009944;
}
.wenzi-item li a:hover{
    padding: 10px;
    background: #EFEFEF;
}
.wenzi-item{
    padding-top: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.wenzi-item li a {
    font-size: 18px;
    color: #022233;
    padding-left: 0;
    position: relative;
    font-family: OpenSans;
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px 0 10px 0;
}
.wenzi-item li .wenzi-tiem{
    width: 10px;
    height: 10px;
    /* background: #009944; */
    border: 1px solid #009944;
    /* border-radius: 50%; */
}
.wenzi-item li .wenzi-tiem1{
    width: 80px;
    height: 80px;
    background: #074D26;
    border: 1px solid #074D26;
}
.wenzi-item li .tuwen-list{
    flex: 1;
    padding-left: 20px;
}
.wenzi-tiem span{
    display: block;
    line-height: 40px;
    text-align: center;
}
.wenzi-tiem span.yue{
    font-size: 22px;
    background: #009944;
    color: #fff;
}
.wenzi-tiem span.nian{
    font-size: 20px;
}
.wenzi-tiem1 span{
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.wenzi-tiem1 span.yue{
    font-size: 22px;
    background: #009944;
}
.wenzi-tiem1 span.nian{
    font-size: 20px;
}
.wenzi-item li .data-s {
    color: #444;
    font-size: 18px;
    display: inline-block;
    width: 120px;
    text-align: right;
}
.people-item>li{
    margin-bottom: 35px;
}
.people-item .img-box{
    height: 220px;
    text-align: center;
}
.people-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 150px;
}
.people-item .people-bot{
    height: 70px;
}
.people-item>li .people-bot{
    margin-top: 10px;
    text-align: center;
}
.people-item>li>a{
    display: block;
}
.people-item>li>a:hover{
    transform: translateY(5px);
}
.people-detail{
    padding-bottom: 50px;
}
.people-detail-top{
    width: 100%;
    display: flex;
}
.people-detail-top .people-xpwj{
    width: 160px;
}
.people-detail-top .people-info{
    flex: 1;
    padding-left: 20px;
}
.people-info .name{
    color: #444;
    margin-bottom: 15px;
}
.people-info .name .zc{
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}
.people-info{
    margin-top: 10px;
}
.people-info .info{
    font-weight: 400;
    font-size: 16px;
    color: #444;
    margin: 10px 0 10px 0;
    line-height: 24px;
}
.people-info .info .tit{
    color: #009A44;
    font-weight: 600;
    padding-right: 10px;
}
.people-detail .gunius-list {
    margin-top: 40px;
}
.people-detail .gunius-list h3.h18 {
    background: #E5F2F1;
    color: #444444;
    padding: 14px 15px;
    border-left: 10px solid #009944;
}
.people-detail .gunius-list .gunitem {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.yjtd-box{
    padding-bottom: 50px;
}
.yjtd-box .yjtd-list{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 50px;
    border-bottom: 1px solid #D8D8D8;
}
.yjtd-box .yjtd-list:hover{
    transform: translateY(5px);
}
.yjtd-box .yjtd-list img{
    width: 60px;
    margin-right: 15px;
}
.yjtd-box .yjtd-list .yjtd-tit{
    flex: 1;
    background: url(icon1.png) center right no-repeat;
}
.yjtd-head{}
.yjtd-head .yjtd-top{
    width: 100%;
    display: flex;
}
.yjtd-head .yjtd-name{
    width: 40%;
    font-weight: 800;
    font-size: 24px;
    color: #444444;
    line-height: 34px;
    padding: 20px 40px 0px 50px;
    border-top: 6px solid #007680;
}
.yjtd-head .yjtd-name span{
    color: #007680;
}
.yjtd-head .yjtd-nav{
    width: 60%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    background: #5DB83F;
    justify-content: space-around;
}
.yjtd-head .yjtd-nav li a{
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 12px 0 8px 0;
    border-bottom: 4px solid transparent;
}
.yjtd-head .yjtd-nav li a:after{
    content: '';
    background: #fff;
    font-size: 14px;
    position: absolute;
    right: -50%;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 13px;
    transform: translate(-50%,-50%);
}
.yjtd-head .yjtd-nav li:last-child a:after{
    display: none;
}
.yjtd-head .yjtd-nav li.active a{
    border-bottom: 4px solid #F7D210;
}
.yjtd-head .yjtd-nav li:hover a{
    border-bottom: 4px solid #F7D210;
}
.yjtd-head .yjtd-channels{
    padding-left: 50px;
}
.yjtd-head .yjtd-channel{
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.yjtd-head .yjtd-channel span{
    font-weight: 800;
    font-size: 22px;
    color: #009A44;
    background: url(icon3.png) left center no-repeat;
    padding-left: 45px;
    background-size: contain;
}
.yjtd-detail .detail-box{
    border: none;
}
.yjtd-detail .detail-box .info-box{
    background: #F2F2F2;
    padding: 15px 25px;
}
.yjtd-home{
    margin-top: 35px;
    padding: 0 50px 50px 50px;
}
.yjtd-home .yjtd-prod{
    display: flex;
}
.yjtd-home .yjtd-prod img{
    width: 500px;
}
.yjtd-home .prod-box{
    flex: 1;
    margin-left: 30px;
}
.yjtd-home .yjtd-channel{
    margin-top:0;
    position: relative;
}
.yjtd-home .yjtd-channel .more{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.yjtd-home .prod-box .prod{
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    padding-top: 20px;
    line-height: 34px;
}
.yjtd-home .yjtd-item{
    margin-top: 50px;
}
.yjtd-home .yjtd-item a{
    display: block;
    position: relative;
}
.yjtd-home .yjtd-item .tit{
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.yjtd-home .yjtd-news{
    margin-top: 50px;
}
.yjtd-home .yjtd-news .wenzi-item{
    padding-top: 20px;
}
.yjtd-home .yjtd-news .wenzi-item li{
    padding-left: 15px;
    position: relative;
}
.yjtd-home .yjtd-news .wenzi-item li:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #444;
    left: 0;
    top: 23px;
    position: absolute;
}
.achievement {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.achievement .achievement-swiper .img-box{
    height: 520px;
    display: block;
    overflow: hidden;
}
.achievement .achievement-swiper .img-box img{
    transition: all ease 0.5s;
}
.achievement .achievement-swiper .img-box:hover img{
    transform: scale(1.05);
}
.achievement .achievement-swiper .img-box img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
  }
.achievement .achievement-swiper .top-tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px 25px;
    padding-right: 20%;
    background: linear-gradient(0deg, #000 0%, rgba(157,30,35,0) 100%);
  }
.achievement .achievement-swiper .top-tit a {
    display: block;
    color: #fff;
    padding-top: 12px;
}
.achievement .achievement-swiper .top-tit a:hover{
    color: #009944;
}
.achievement .achievement-swiper .top-tit .des{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
}
.achievement .achievement-swiper .swiper-pagination {
    width: 120px;
    right: 30px;
    left: auto;
    bottom: 18px;
    text-align: right;
}
.achievement .achievement-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}
.achievement .achievement-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.achievement .achievement-swiper .swiper-button:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 13px 12px !important;
}
.index-new{
    background: #f0f2f5;
    padding: 50px 0;
}
.index-news{
    width: 100%;
    padding: 60px 0;
}
.index-news-box{
    margin-top: 35px;
}
.index-news-box .index-tit{
    color: #022233;
    line-height: 38px;
    margin-top: 15px;
    transition: all ease 0.25s;
}
.index-news-box .index-news-list .img-boxs img{
    max-height: 270px;
    object-fit: cover;
}
.index-news-box .index-news-list .litlim img{
    max-height: 245px;
    min-height: 245px;
    object-fit: cover;
}
.index-news-box .index-tits{
    line-height: 24px;
    margin-top: 10px;
}
.index-news-box .index-time{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    display: inline-block;
    padding: 5px 20px;
    left: 0;
    bottom: 0;
    background: rgba(0, 153, 68, 0.7);
}
.index-news-box .index-news-list{
    margin-bottom: 30px;
}
.index-news-box .index-news-list:hover a{
    transform: translateY(5px);
}
.index-news-box .index-news-list:hover .index-tit{
    color: #009944;
}
.index-banner .view-more{
    position: relative;
    z-index: 11;
    margin-top: 50px;
}
.index-banner .view-more span{
    background: #009944;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    display: flex;
    padding: 12px 16px;
    width: 160px;
}
.index-banner .view-more span img{
    width: 25px;
    display: block;
    max-width: 25px;
    margin-left: 11px;
    object-fit: contain;
    transition: all ease 0.25s;
}
.index-banner .view-more:hover img{
    transform: translateX(10px);
}
.index-banner .index-box{
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 8;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner .swiper-slide .img-box{
    max-height: 770px;
    overflow: hidden;
}
.index-box .big-tit{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    transition: all ease 0.25s;
}
.index-box .small-tit{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    margin-top: 26px;
}
.swiper-slide .index-box .big-tit,
.swiper-slide .index-box .small-tit,
.swiper-slide .index-box .view-more{
    opacity: 0;
    transform: translateX(-100%);
    transition: all ease 2s;
}
.swiper-slide-active .index-box .big-tit,
.swiper-slide-active .index-box .small-tit,
.swiper-slide-active .index-box .view-more{
    opacity: 1;
    transform: translateX(0);
}
.swiper-slide .index-box .big-tit{
    transition-delay: 0.3s;
}
.swiper-slide-active .index-box .small-tit{
    transition-delay: 0.5s;
}
.swiper-slide-active .index-box .view-more{
    transition-delay: 0.7s;
}

.index-banner .swiper-box:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient( 45deg, rgba(0,0,0,0.6) 0%,transparent 50%,rgba(0,0,0,0.1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.index-banner-swiper .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    opacity: 1;
    margin: 0 8px;
    border: 3px solid #fff;
    background: transparent;
}
.index-banner-swiper .swiper-pagination-bullet-active{
    background: #fff;
}
.index-banner-swiper .swiper-other{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: flex;
}
.index-banner .swiper-pagination{
    position: initial;
    margin-right: 60px;
}
.index-banner-swiper .swiper-button{
    width: 60px;
    height: 60px;
    opacity: 1;
    position: initial;
    background: #F7F7F7;
    transition: all ease 0.25s;
}
.index-banner-swiper .line{
    width: 1px;
}
.index-banner-swiper .swiper-button i{
    font-size: 40px;
    color: #333;
    transition: all ease 0.25s;
}
.index-banner-swiper .swiper-button:after{
    display: none;
}
.index-banner-swiper .swiper-button:hover{
    background: #009944;
}
.index-banner-swiper .swiper-button:hover i{
    color: #fff;
}
.header-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-box .nav-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
}
.header-box .nav-wrap ul{
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-between;
}
.header-box ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    display: block;
    font-weight: 700;
    font-family: Lato;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s;
}
header.active .nav-wrap>ul>li>a{
    color: #444;
}
.header-box .nav-wrap>ul>li>a:hover{
    color: #009944;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background: transparent;
}
.header-box .nav-wrap>ul>li.active > a:after{
    content: '';
    display: inline-block;
    width: 56px;
    height: 6px;
    background: #3CBB73;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-box ul li a:hover {
    color: #f0f0f0;
}
.header-box ul .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    min-width: 200px;
    transform: translateX(-50%);
    display: block;
    background:#009944;
    list-style: none;
    opacity: 0;
    padding-top: 7px;
    padding-bottom: 10px;
    visibility: hidden;
    border: none;
    transition: all 0.3s ease;
    margin:0;
}
.header-box ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.header-box ul .dropdown-menu li {
    display: block;
}
.header-box ul .dropdown-menu li a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    transition: background 0.3s;
}
.header-box ul .dropdown-menu li a:hover {
    background: #074D26;
    color: #fff;

}
.index-event-list a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.index-event-list a .img-boxs{
    width: 360px;
}
.index-event-list a .h24{
    flex: 1;
    line-height: 36px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-news-box .wenzi-item{
    border-bottom: none;
    padding-top: 0;
}
.index-news-box .h24 p{
    font-size: 18px;
    color: #022233;
    line-height: 28px;
}
.index-news-box p .fa-map-marker{
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    padding-right: 10px;
}
.index-news-box .wenzi-item li .wenzi-tiem{
    width: 100px;
    height: 100px;
}
.index-news-box .wenzi-tiem span{
    line-height: 50px;
}
.index-news-box .wenzi-item li .tuwen-list{
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.puti-box{
    margin-top: 50px;
}
.puti-box .puti-boxs{
    margin-bottom: 50px;
    display: block;
}
.puti-box .puti-boxs .img-boxbs{
    height: 200px;
    max-height: 200px;
}
.puti-box .puti-boxs .img-boxbs img{
    height: 100%;
}
.puti-box .puti-boxs .img-boxbs.index-swiper{
    position: relative;
}
.img-boxbs.index-swiper img{
    height: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.puti-box .puti-boxs .img-boxbs.free-height{
    max-height: none;
}
.puti-box .puti-tit{
    text-align: center;
    color: #444;
    position: relative;
    padding-top: 40px;
    transition: all ease 0.25s;
}
.puti-box .puti-tit:after{
    content:'';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #009944;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.puti-boxs:hover .puti-tit{
    color: #009944;
}
.other-body .puti-boxs{
    min-height: 310px;
}











.common-title{
    position: relative;
}
.common-title .tit{
    display: inline-block;
    padding-top: 17px;
    color: #022233;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.common-title .tit:after{
    content: '';
    display: inline-block;
    width: 60px;
    height: 7px;
    background: #009944;
    position: absolute;
    top: 0;
    left: 0;
}
.common-title .more{
    color: #022233;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    padding-bottom: 7px;
    border-bottom: 1px solid #979797;
    transform: translateY(-50%);
}
.common-title .more i{
    padding-left: 12px;
    transition: all ease 0.25s;
}
.common-title .more:hover{
    border-bottom-color: #009944;
}
.common-title .more:hover i{
    color: #009944;
    transform: translateX(10px);
}
.common-title .white span{
    color: #333;
}
.common-title .white .more{
    color: #fff;
}
.index-link{
    padding: 50px 0;
    background: #f0f2f5;
}
.index-link .index-link-item{
    margin-top: 30px;
}
.lw-box:hover{
    transform:translateY(5px);
}
.lw-box:hover .lwtm{
    color:#27939F;
}
.lw-box{
    background:#fff;
    padding:25px 20px;
    min-height:150px;
    margin-bottom:30px;
    border-top:3px solid #27939F;
}
.lw-box .lwtm{
    font-size:17px;
    margin-bottom:15px;
    transition:all ease 0.25s;
}
.lw-box .lwzz{
    color:#999;
    font-size:15px;
}
.index-channel{
    background: url(bg04.png) top center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.kyjz-item{
    background: #fff;
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 370px;
}
.kyjz-item .index-channer-list{
    padding: 20px;
}
.kyjz-item .img-boxs{
    border-radius: 3px;
    overflow: hidden;
    height: 250px;
}
.kyjz-item .index-channer-list li a{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-top: 5px;
    min-height: 55px;
}
.kyjz-item .index-channer-list li a:hover{
    color: #009944;
}
.kyjz-item .index-channer-list li{
    margin-bottom: 15px;
}
.kyjz-item .index-channer-list li:last-child{
    margin-bottom: 0;
}
.kyjz-item .index-channer-list li a:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #27939F;
    position: absolute;
    left: 0;
    top: 0;
}
.kyjz-item .index-channer-list li .time{
    color: #7D89A5;
    font-size: 14px;
    padding-left: 0;
    margin-top: 5px;
}

.common-title.common-switch{
    overflow: hidden;
}
.common-title.common-switch h4{
    float: left;
}
.common-title.common-switch h4 .tit{
    border-bottom: transparent;
}
.common-title.common-switch h4 .more{
    display: none;
}
.common-title.common-switch h4.active .more{
    display: block;
}
.common-title.common-switch h4:last-child{
    margin-left: 20px;
}
.common-title.common-switch h4.active .tit{
    border-bottom: 5px solid #007F71;
}
.kyjz-item-switch .index-channer-list{
    display: none;
}
.kyjz-item-switch .index-channer-list.active{
    display: block;
}
.kyjz-items{
    margin-top: 30px;
}
.kyjz-items .index-news-list{
    border-top: none;
    overflow: hidden;
}
.kyjz-items .index-news-time span.small:after{
    display: none;
}
.kyjz-items .index-news-detail h3{
    min-height: 50px;
    line-height: 26px;
    transition: all ease 0.25s;
}
.kyjz-items .index-news-detail h3:hover{
    color: #009944;
}
.kyjz-items .index-news-detail p{
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    margin-top: 10px;
    padding-left: 25px;
}
.kyjz-items .index-news-detail p.times{
    background: url(icon4.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-detail p.address{
    background: url(icon5.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-detail p.auther{
    background: url(icon6.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-list{
    margin-bottom: 30px;
}
.other-body header{
    position: initial;
    background: #fff;
    padding-bottom: 45px;
    border-top: 4px solid #074D26;
}
.other-body .header-box ul li a{
    color: #444;
}
.other-body .header-box ul .dropdown-menu li a{
    color: #fff;
}
.other-body .header-tool a{
    color: #444;
    transition: all ease 0.25s;
}
.other-body .header-tool a:hover{
    color: #009A44;
}
.banner-box img{
    width: 100%;
}
.banner-box .bread-item{
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.banner-box .bread-item a{
    color: #FFFFFF;
    font-size: 16px;
    font-family: Verdana;
    padding-right: 20px;
    background: url(ib-icon02.png) center right no-repeat;
}
.banner-box .bread-item a:last-child{
    background: none;
    padding-right: 0;
}
.banner-box .home{
    display: flex;
    align-items: center;
}
.banner-box .home i{
    font-size: 28px;
    padding-right: 15px;
}
@media (max-width: 1660px){
    .index-box .big-tit{
        font-size: 32px;
        line-height: 38px;
    }
}
@media (min-width: 1600px){}
@media (max-width: 1599px){
    .index-banner .index-box{
        width: 60%;
    }
    header .img-logo img{
        max-width: 320px;
    }
    .header-box ul li a{
        font-size: 17px;
    }
    .header-box .nav-wrap{
        margin-left: 30px;
    }
    .index-news .puti-box .puti-boxs .img-boxbs{
        min-height: 180px;
    }
}
@media (max-width: 1439px){
    header .img-logo img{
        max-width: 268px;
    }
    .header-box ul li a{
        font-size: 15px;
    }
    .index-box .big-tit{
        font-size: 24px;
        line-height: 30px;
    }
    .index-news-box .index-news-list .litlim img{
        min-height: 200px;
        max-height: 200px;
    }
    .footer .footer-info p.footer-more span{
        margin-right: 15px;
    }
    .footer .footer-info{
        padding-right: 50px;
    }
    .aside-item .aside-list li.active a{
        background: none;
    }
    .aside-item .aside-list li{
        padding: 0 15px;
    }
    .aside-item .aside-list li a{
        font-size: 20px;
    }
    .aside-item .aside-list{
        padding-bottom: 30px;
    }
    .aside-item{
        transform: translateY(0);
    }
    .aside-item h3 span{
        font-size: 36px;
        padding: 20px 0;
        color: #444;
    }
    .people-item .img-box{
        height: 250px;
    }
}
@media (max-width: 1399px){
    .people-item>li.col-md-5ths{
        width: 25%;
    }
    .people-item .img-box{
        height: 240px;
    }
}
@media (min-width: 1199px){}
@media (max-width: 1279px){
    .index-box .small-tit{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1199px){
    header{
        position: relative;
        background: #fff;
        padding-bottom: 20px;
    }
    .header-box .nav-wrap{
        display: none;
    }
    header .header-tool a, header .header-tool span{
        color: #009944;
    }
    header .img-logo img{
        max-width: 80%;
    }
    .index-news .index-news-box>.row>.col-md-3{
        width: 50%;
    }
    .index-news-box .index-news-list .litlim img{
        max-height: 320px;
    }
    .index-event-list a .img-boxs{
        width: 100%;
    }
    .index-event-list a .h24{
        padding-left: 0;
    }
    .footer .foot-channel .channel-title{
        font-size: 18px;
        font-weight: 700;
    }
    .footer .footer-infos .col-md-4,.footer .footer-infos .col-md-8{
        width: 100%;
    }
    .content-box.row>.col-md-2{
        width: 25%;
    }
    .content-box.row>.col-md-10{
        width: 75%;
    }
    .people-item>li.col-md-5ths{
        width: 33.333%;
    }
}
@media(min-width: 992px) and (max-width:1199px){
    .index-news-box .index-news-list .litlim img{
        height: 320px;
    }
    .aside-item h3 span{
        font-size: 30px;
    }
    .main-content .puti-box>.row>.col-md-4{
        width: 50%;
    }
    .puti-box .puti-boxs .img-boxbs img{
        height: 235px;
        object-fit: cover;
    }
}
@media (max-width: 991px){
    .people-item{
        margin-top: 30px;
    }
    .banner-box .bread-item{
        bottom: 10px;
        padding-right: 20px;
    }
    .other-body header{
        padding-bottom: 30px;
    }
    header .img-logo img{
        max-width: 80%;
    }
    .content-box.row>.col-md-10{
        width: 100%;
    }
    .aside-item h3 span{
        font-size: 24px;
    }
    .aside-item h3 span{
        padding: 0;
    }
    .other-body .puti-box .puti-boxs{
        margin-bottom: 30px;
        min-height: initial;
    }
    .puti-box .puti-boxs .img-boxbs{
        max-height: initial;
        height: auto;
    }
    .puti-box .puti-boxs .img-boxbs img{
        width: 100%;
    }
    .index-news .index-news-box>.row>.col-md-3{
        width: 100%;
    }
    .index-news-box .index-news-list .litlim img{
        max-height: initial;
    }
    .header-tool{
        margin-bottom: 10px;
    }
    .index-news .puti-box .puti-boxs .img-boxbs .overflow_des{
        display: none;
    }
    .footer .foot-channel{
        flex-wrap: wrap;
    }
    .footer .foot-channel .channel-item{
        width: 50%;
        margin-bottom: 40px;
    }
    .footer .foot-channel .channel-title{
        margin-bottom: 20px;
    }
    .footer .footer-info p.footer-more{
        flex-wrap: wrap;
    }
    .footer .footer-info p.footer-more span{
        width: 100%;
        margin-bottom: 10px;
    }
    .headers{
        display: none;
    }
    .index-news{
        margin-top: 30px;
    }
    .kyjz-item .img-boxs{
        height: auto;
        width: 100%;
    }
    .kyjz-item .img-boxs img{
        width: 100%;
    }
    .kyjz-item{
        min-height: initial;
    }
    .index-channel-item .col-md-4:nth-child(2),.index-channel-item .col-md-4:nth-child(3){
        margin-top: 50px;
    }
    .achievement .achievement-swiper .top-tit .des{
        display: none;
    }
    .index-news-list .index-news-detail .des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .aside-item {
        position: fixed;
        top: 150px;
        width: 200px;
        margin-right: 0;
        z-index: 9999;
        box-sizing: border-box;
        transition: all ease 0.25s;
        background: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .tuwen-item{
        padding:0;
    }
    .tuwen-item li a.db{
        padding-right: 0;
    }
    .main-content .channel-title{
        font-size: 20px;
        padding: 0;
        margin-bottom: 0;
    }
    .overflow_des{
        display: none;
    }
    .tuwen-item li a.db{
        padding-left: 0;
    }
    .tuwen-item li a.db .img-boxs{
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .wenzi-item li{
        display: block;
        margin-bottom: 15px;
    }
    .fontSize{
        display: none;
    }
    .yjtd-head .yjtd-name{
        font-size: 20px;
    }
    .yjtd-head .yjtd-top{
        display: block;
    }
    .yjtd-head .yjtd-name,.yjtd-head .yjtd-nav,.yjtd-home .yjtd-prod img{
        width: 100%;
    }
    .yjtd-head .yjtd-name{
        padding: 20px 15px 0px 15px;
    }
    .yjtd-home{
        padding: 0 15px 50px 15px;
    }
    .yjtd-head .yjtd-nav li a:after{
        display: none;
    }
    .yjtd-head .yjtd-nav{
        flex-wrap: wrap;
        padding: 10px;
    }
    .yjtd-head .yjtd-nav li{
        width: 33.333%;
        text-align: center;
    }
    .yjtd-home .yjtd-news{
        margin-top: 30px;
    }
    .yjtd-home .yjtd-prod{
        display: block;
    }
    .yjtd-home .prod-box{
        margin-left: 0;
        margin-top: 20px;
    }
    .yjtd-home .yjtd-item a{
        margin-bottom: 20px;
    }
    .yjtd-head .yjtd-channels{
        padding-left: 15px;
    }
    .yjtd-box .yjtd-list{
        padding-right: 0;
    }
    .yjtd-box .yjtd-list .yjtd-tit{
        background: none;
    }
}
@media (max-width: 768px){
    .achievement .achievement-swiper .img-box{
        height: 300px;
    }
    .people-detail-top{
        display: block;
    }
    .index-banner .index-box{
        width: 100%;
        padding: 10px;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }
    .index-banner .swiper-pagination{
        display: none;
    }
    .index-box .big-tit{
        font-size: 14px;
        line-height: 24px;
        padding-right: 50px;
    }
    .people-detail-top .people-info{
        padding-left: 0;
        margin-top: 20px;
    }
    .index-banner .view-more{
        display: none;
    }
    .index-banner .swiper-box a img{
        min-height: 240px;
        object-fit: cover;
    }
    .index-banner-swiper .swiper-button{
        width: 30px;
        height: 30px;
    }
    .index-news-box p{
        display: none;
    }
    .people-item>li.col-md-5ths{
        width: 50%;
    }
    .people-item .img-box{
        height: 220px;
    }
    .people-item .img-box img{
        height: auto;
        object-fit: contain;
    }

}
@media (max-width: 450px){
    .people-item .people-bot{
        height: 100px;
    }
}