html,
body {
    height: 100%
}

.max-w {
    max-width: 1440px;
    margin: 0 auto
}

.flex-justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-top {
    background: #000;
    height: 40px;
    width: 100%;
    line-height: 40px
}

.header-top span,
.header-top a {
    color: #ABAAAA
}

.bg-white {
    background-color: #fff
}

.header-box {
    height: 130px;
    background-color: #fff
}

.header-box .logo a {
    display: inline-block;
    padding-right: 25px;
    margin-right: 25px
}

.header-box .logo .img-logo {
    width: 474;
    height: 58px
}

.search-box {
    width: 280px;
    height: 30px;
    border: 1px solid #757575;
    display: flex;
    justify-content: space-between;
    border-right: none
}

.search-box input {
    flex: 1;
    height: 100%;
    border: none;
    padding: 0 12px
}

.search-box .search-btn {
    width: 38px;
    height: 28px;
    background-color: #757575;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-box .search-btn img {
    display: block;
    width: 15px;
    height: 15px
}

.nav-box {
    width: 100%;
    height: 55px;
    background-color: #F4F4F4;
    border-bottom: 2px #328835 solid;
    position: relative
}

.nav-box li {
    height: 55px;
    text-align: center;
    width: 172px;
    line-height: 55px;
    position: relative
}

.nav-box li a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    display: block
}

.nav-box li a:hover {
    color: #ffffff;
    background-color: #328835
}

.nav-box .active a {
    color: #ffffff;
    background-color: #328835
}

.nav-box .nav-bg {
    position: absolute;
    left: 0;
    top: 53px;
    right: 0;
    height: 47px;
    background-color: #328835;
    z-index: 2;
    display: none;
    opacity: 0.5
}

.nav-box .sub-nav {
    display: none;
    line-height: 47px;
    position: absolute;
    left: -150px;
    width: 600px;
    top: 53px;
    z-index: 5;
    text-align: justify
}

.nav-box .sub-nav a {
    width: auto;
    display: inline-block;
    background: none;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}

.nav-box .sub-nav a:hover {
    background: none;
    font-weight: bold
}

.sub-nav1 {
    left: -70px !important
}

.banner {
    width: 100%;
    max-height: 600px;
    text-align: center;
    overflow: hidden
}

.banner img {
    width: 100%;
    max-height: 600px
}

.notice-box {
    width: 100%;
    height: 40px;
    background-color: #F5F5F5;
    padding: 0 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notice-box .notice-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px
}

.notice-box .notice-left img {
    width: 20px;
    height: 20px
}

.notice-box .notice-left h3 {
    font-size: 14px;
    color: #000000;
    padding-left: 13px;
    padding-right: 30px;
    border-right: 1px solid #000000
}

.notice-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notice-box ul li {
    margin-left: 30px;
    line-height: 40px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notice-box ul li a {
    color: #000000
}

.notice-box ul li a:hover {
    color: #f67c00
}

.more-btn {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 48px
}

.news-box {
    padding-bottom: 18px;
    display: flex
}

.news-box .video {
    width: 542px;
    max-height: 305px;
    margin-right: 26px;
    overflow: hidden;
    margin-top: 0px
}

.news-box .video video {
    max-height: 305px;
    background: #000;
}

.news-box .news-info {
    width: calc(100% - 570px);
    height: 305px;
    overflow: hidden
}

.news-box .news-info .info-box p {
    line-height: 26px
}

.news-box .news-info .info-box ul {
    margin-top: 15px
}

.news-box .news-info .info-box ul li {
    font-size: 13px;
    line-height: 37px;
    height: 37px
}

.news-box .news-top {
    height: 40px;
    border-bottom: 1px solid #328835
}

.news-box .news-top div {
    display: flex;
    justify-content: flex-start;
    position: relative
}

.news-box .news-top div h3 {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.news-box .news-top div h3 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000
}

.news-box .news-top div h3 a:hover {
    color: #ffffff;
    background-color: #328835
}

.news-box .news-top div .active a {
    color: #ffffff;
    background-color: #328835
}

.info-box {
    display: none;
    position: relative
}

.info-box .more-box {
    position: absolute;
    right: 0;
    top: -56px
}

.info-box h3 {
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px
}

.info-box h3 a {
    color: #000
}

.info-box h3 a:hover {
    color: #F67C00
}

.info-box p {
    font-size: 12px;
    line-height: 28px;
    color: #7A7A7A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.info-box ul {
    margin-top: 12px
}

.info-box ul li {
    font-size: 13px;
    line-height: 28px
}

.info-box ul li span {
    float: right;
    color: #cccccc
}

.info-box ul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #242424
}

.info-box ul li a:hover {
    color: #F67C00
}

.info-box:first-child {
    display: block
}

.business-area {
    margin-top: 10px;
    background-color: #F3F3F3;
    padding: 35px 0
}

.business-area .business-title {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}

.business-area .business-title .line-bg {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #328835
}

.business-area ul {
    align-items: flex-start
}

.business-area ul li {
    width: 200px;
    text-align: center
}

.business-area ul li div {
    width: 91px;
    height: 91px;
    margin: 0 auto
}

.business-area ul li img {
    width: 100%;
    height: 100%
}

.business-area ul h3 {
    font-size: 15px;
    line-height: 28px;
    padding: 10px 0 8px
}

.business-area ul h3 a {
    display: inline-block;
    color: #242424
}

.business-area ul h3 a:hover {
    color: #F67C00
}

.business-area ul p {
    font-size: 13px;
    line-height: 28px;
    color: #666666
}

.information-area {
    margin-top: 20px;
    align-items: flex-start !important
}

.information-box {
    width: 49.3%;
    border: 1px solid #EFEFEF;
    padding: 22px;
    height: 330px;
    overflow: hidden
}

.information-box .information-title {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px
}

.information-box .information-title span {
    float: right;
    margin-top: -9px
}

.information-box .information-title h3 {
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 2px solid #328835
}

.information-box .info-top {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 15px
}

.information-box .info-top .info-img {
    width: 175px;
    height: 116px;
    margin-right: 18px
}

.information-box .info-top .info-img img {
    width: 175px;
    height: 116px
}

.information-box .info-top .info-details {
    width: 68%
}

.information-box .info-top .info-details h3 {
    font-size: 14px;
    line-height: 28px;
    text-align: justify
}

.information-box .info-top .info-details h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.information-box .info-top .info-details a {
    color: #242424
}

.information-box .info-top .info-details a:hover {
    color: #F67C00
}

.information-box .info-top .info-details p {
    font-size: 13px;
    line-height: 28px;
    color: #7A7A7A;
    display: inline
}

.dis-line {
    display: inline
}

.f12 {
    font-size: 12px
}

.gray-color {
    color: #7A7A7A !important
}

a.gray-color:hover {
    color: #F67C00 !important
}

.info-list {
    margin-top: 12px
}

.info-list li {
    font-size: 13px;
    line-height: 28px
}

.info-list li span {
    float: right;
    color: #cccccc
}

.info-list li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #242424
}

.info-list li a:hover {
    color: #F67C00
}

.info-item {
    margin-top: 20px
}

.info-item li {
    border-right: 1px solid #F0F0F0
}

.info-item li div {
    width: 32px;
    margin: 0 auto 13px
}

.info-item li div img {
    width: 100%;
    height: auto;
    max-height: 32px
}

.info-item li h3 {
    font-size: 14px;
    color: #A0A0A0
}

.info-item li a {
    padding: 17px 32px;
    display: block;
    width: 100%;
    height: 100%
}

.info-item li a:hover {
    background-color: #F3F3F3
}

.info-item li a:hover h3 {
    color: #F67C00
}

.info-item li:last-child {
    border-right: none
}

.special-title {
    margin-top: 20px;
    border-bottom: 1px solid #EFEFEF
}

.special-title span {
    float: right;
    margin-top: -10px
}

.special-title h3 {
    display: inline-block;
    height: 19px;
    border-left: 4px solid #328835;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 19px
}

.anglecase .slide {
    padding: 20px 0 0;
    text-align: center
}

.anglecase .img {
    overflow: hidden;
    width: 280px;
    height: 170px
}

.anglecase .img img {
    width: 100%;
    height: 100%
}

.anglecase .tit {
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    margin: 17px 0 0px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.anglecase .tit:hover {
    color: #F67C00
}

.anglecase p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px
}

.anglecase .swiper-pagination {
    position: static
}

.anglecase .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    opacity: 1;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 28px;
    position: relative;
    margin: 0 40px;
    padding-bottom: 10px
}

.anglecase .swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #81B051;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none
}

.anglecase .swiper-pagination-bullet-active {
    background: none;
    font-weight: bold;
    color: #333
}

.anglecase .swiper-pagination-bullet-active:before {
    display: block
}

.anglecase .title {
    padding-bottom: 20px
}

.anglecase .box {
    position: relative;
    top: -16px
}

.anglecase .swiper-button-prev,
.anglecase .swiper-button-next {
    width: 32px;
    height: 34px;
    position: absolute;
    opacity: 0.5;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    background: #000;
    z-index: 111
}

.anglecase .swiper-button-prev:after,
.anglecase .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 11px;
    height: 15px;
    border-right: 1px solid #81B051;
    border-bottom: 1px solid #81B051;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold
}

.anglecase .swiper-button-prev {
    left: 0px
}

.anglecase .swiper-button-prev:after {
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg)
}

.anglecase .swiper-button-next {
    right: 0px
}

.anglecase .swiper-button-next:after {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg)
}

.anglecase .img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.anglecase .img img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05)
}

.links {
    padding-top: 20px
}

.links a {
    color: #666666
}

.links a:hover {
    color: #F67C00
}

.links span {
    display: inline-block;
    color: #666666;
    padding: 0 20px
}

.footer {
    background-color: #111214;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 50px;
    color: #dbdada;
    font-size: 12px
}

.footer .foot a {
    color: #dbdada
}

.footer .foot a:hover {
    color: #328835
}

.footer .foot span {
    padding: 0 20px
}

.footer .foot p {
    display: block;
    line-height: 30px
}

.footer .foot div {
    padding-bottom: 10px
}

.footer .footChat {
    width: 230px
}

.footer .footChat .chat {
    display: flex;
    justify-content: space-between
}

.footer .footChat .chat .ewm img {
    width: 90px;
    height: 90px
}

.footer .footChat .chat .ewm p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: center;
    padding-top: 10px
}

.footer .line {
    background-color: #222324;
    width: 100%;
    height: 1px;
    margin: 10px 0 20px 0
}

.footer .copyRight {
    text-align: center
}

.footer .copyRight a {
    color: #dbdada
}

.ad-box {
    width: 95%;
    height: 235px;
    margin: 0 auto;
}

.ad-box img {
    width: 100%;
    height: 100%
}

.result-title .title-bg {
    width: 100%;
    height: 9px;
    background-image: url(/assets/images/title-bg.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: repeat-x
}

.result-title h3 {
    color: #02180b;
    font-size: 32px;
    padding-bottom: 10px;
    text-align: center;
}

.result-title p {
    color: #8C8C8C;
    font-size: 14px;
    padding-top: 10px
}

.content-box {
    width: 95%;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: #fff;
    min-height: 500px
}

.content-box .red-c {
    color: #AB0D0D
}

.content-box .content-list h3 {
    font-weight: normal
}

.content-box .content-list h3 .tit {
    width: 96px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #328835;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal
}

.content-box .content-list h3 a {
    color: #000000
}

.content-box .content-list h3 a span {
    color: #AB0D0D
}

.content-box .content-list h3 a:hover {
    color: #f67c00
}

.content-box .content-list .conttent-details {
    height: 30px;
    overflow: hidden
}

.content-box .content-list p {
    font-size: 13px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.content-box .content-list .current-color {
    color: #AB0D0D
}

.content-box .content-list .source {
    font-size: 13px;
    color: #999999
}

.content-box .content-list .source span {
    display: inline-block;
    margin-right: 20px
}

.content-box .content-list img {
    display: none
}

.mt25 {
    margin-top: 25px !important
}

.current-location {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #666666;
    width: 95%;
    margin: 12px auto 0
}

.current-location .map {
    width: 16px;
    height: 20px;
    margin-right: 5px
}

.current-location .map img {
    width: 100%
}

.current-location a {
    color: #666666
}

.current-location a:hover {
    color: #f67c00
}

.special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px
}

.special-list li {
    width: 25%
}

.special-list li .img {
    width: 90%;
    height: 140px;
    overflow: hidden;
    margin: 0 auto
}

.special-list li .img img {
    width: 100%;
    height: 100%
}

.special-list li .img img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05)
}

.special-list li h3 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    font-weight: normal
}

.special-list li h3 a {
    display: inline-block;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 86%
}

.special-list li h3 a:hover {
    color: #F67C00
}

.special-list:after {
    content: '';
    width: 50%
}

.detail-box {
    padding-left: 20px;
    padding-right: 20px
}

.detail-box .detail-tit {
    text-align: center;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 12px;
    margin-bottom: 20px
}

.detail-box .detail-tit h3 {
    font-size: 18px
}

.detail-box .detail-tit div {
    margin-top: 10px;
    font-size: 12px;
    color: #999999
}

.detail-box .detail-tit div span {
    margin-right: 30px
}

.detail-box p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-align: justify
}

.detail-box img {
    margin: 40px auto;
    max-width: 80%;
    display: block
}

.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 95%;
    margin: 0 auto 0;
    min-height: 500px
}

.menu-box .menu-left {
    width: 100%;
    margin-top: -112px;
}

.menu-box .menu-left h3 {
    font-size: 40px;
    padding-left: 20px;
    color: #fff;
    margin: 0 0 20px;
    line-height: 42px;
    text-shadow: 2px 2px 2px rgba(19, 76, 46, 0.5);
}
.menu-box .menu-left ul{
    display: flex;
    background: rgba(44, 60,45, .4);
}

.menu-box .menu-left li {
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0;
}

.menu-box .menu-left li a {
    color: #fff;
    display: block;
    height: 43px;
    line-height: 41px;
}

.menu-box .menu-left li div {
    display: none;
    width: 11px;
    height: 18px
}

.menu-box .menu-left li div img {
    width: 100%;
    height: 100%;
}

.menu-box .menu-left .active,
.menu-box .menu-left li:hover {
    /*background: #328835;*/
}

.menu-box .menu-left .active a,
.menu-box .menu-left li:hover a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.menu-box .menu-left .active div,
.menu-box .menu-left li:hover div {
    display: none
}

.menu-box .menu-right {
    width: 100%;
    background: #fff;
    padding: 27px 20px;
    min-height: 500px
}

.menu-box .menu-right ul {
    padding: 0 20px
}

.menu-box .menu-right ul li {
    height: 40px
}

.menu-box .menu-right ul li span,
.menu-box .menu-right ul li a {
    line-height: 40px
}

.menu-box .menu-right p {
    padding: 0 15px
}

.menu-box .tab-box .tab-content {
    display: none
}

.menu-box .tab-box .tab-content:first-child {
    display: block
}

.menu-box .info-list li {
    border-bottom: 1px dashed #E0E0E0
}

.mb20 {
    margin-bottom: 20px
}

.tCenter {
    text-align: center
}

.about-box {
    padding: 40px 15px
}

.map-box {
    margin-top: 33px
}

.map-box ul {
    margin-bottom: 25px
}

.map-box ul li {
    display: flex;
    align-items: center
}

.map-box ul li h3 {
    width: 135px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #328835;
    text-align: center;
    font-size: 14px;
    margin-right: 28px
}

.map-box ul li a {
    display: block;
    color: #585858;
    margin-right: 28px
}

.map-box ul li a:hover {
    color: #F67C00
}

.headerMobile-box {
    width: 100%
}

.headerMobile {
    display: none
}

.headerMobile {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.headerMobile .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.headerMobile .logo {
    padding-top: 8px;
    padding-left: 20px
}

.headerMobile .logo img {
    height: 44px
}

.search-mobile {
    width: 60%;
    height: 34px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    margin-top: 5px
}

.search-mobile input {
    border: none
}

.search-mobile a {
    width: 50px;
    height: 30px;
    background: #328835;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    margin-right: 2px
}

.navBoxMobile {
    display: none;
    position: fixed;
    top: 59px;
    right: -180px;
    bottom: 0;
    width: 180px;
    background: #fff;
    z-index: 11;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.navBoxMobile ul {
    padding-top: 30px
}

.navBoxMobile ul li {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    text-align: center
}

.navBoxMobile ul li a {
    color: #222222
}

.show {
    display: block !important
}

.navBtn {
    font-family: "iconfont";
    position: absolute;
    top: 10px;
    right: 20px
}

.navBtn:before {
    content: "\e664";
    font-size: 25px;
    color: #333
}

.navBtn:after {
    content: "\e665";
    font-size: 25px;
    color: #333;
    display: none
}

.navBtn.on:before {
    display: none
}

.navBtn.on:after {
    display: block
}

.page-box {
    display: block
}

.pageMobile {
    display: none
}

.page-box,
.pageMobile {
    padding: 50px 0 20px;
    text-align: center
}

.page-box span,
.page-box a,
.pageMobile span,
.pageMobile a {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #E0E0E0;
    color: #328835;
    margin: 0 5px
}

.page-box input,
.pageMobile input {
    width: 42px;
    height: 23px;
    border: 1px solid #DDDDDD;
    text-align: center
}

.page-box .current-page,
.pageMobile .current-page {
    background-color: #328835;
    color: #fff
}

.page-box span a,
.page-box span .current-page,
.pageMobile span a,
.pageMobile span .current-page {
    padding: 0px 0px !important;
    border: none !important;
    background: none;
    color: #328835
}

.color-g {
    color: #333333 !important
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .news-box {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 1920px) {
    .max-w {
        max-width: 1440px
    }

    .anglecase .slide {
        padding: 20px 0 0;
        text-align: center
    }

    .anglecase .img {
        overflow: hidden;
        width: 100%;
        height: 170px
    }
}

@media screen and (max-width: 1680px) {
    .max-w {
        max-width: 1340px
    }
}

@media screen and (max-width: 1440px) {
    .max-w {
        max-width: 1280px
    }
}

@media screen and (max-width: 1360px) {
    .max-w {
        max-width: 1200px
    }

    .info-item li a {
        padding: 17px 25px
    }

    .information-box .info-top .info-details {
        width: 66%
    }

    .anglecase .img {
        overflow: hidden;
        width: 100%;
        height: 170px
    }
}

@media screen and (max-width: 1280px) {
    .max-w {
        max-width: 1100px
    }

    .ad-box {
        height: auto
    }

    .ad-box img {
        width: 100%;
        height: auto
    }

    .information-box .info-top .info-details {
        width: 62%
    }

    .news-box .video {
        width: 52%
    }
}

@media screen and (max-width: 1024px) {
    .info-list li a {
        width: 70%
    }

    .news-info .info-box ul {
        margin-top: 16px
    }

    .news-info .info-box ul li {
        height: 32px !important;
        line-height: 32px !important
    }
}

@media screen and (max-width: 980px) {
    .info-item li a {
        padding: 17px 15px
    }
}

@media screen and (max-width: 750px) {
    .info-list {
        width: 100%
    }

    .info-list li a {
        width: 72%
    }

    .info-item li a {
        padding: 17px 15px
    }
}

.hx_box {
    padding: 20px 0 30px;
    background: #fff;
}

.hx_box .hxwrap {
    max-width: 1440px;
    margin: 0 auto;
}

.hx_box .hxwrap .lis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}

.hx_box .hxwrap .lis .item {
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 5px 5px 34px #dfdfdf, -5px -5px 34px #f8f7f7;
    cursor: default;
    transition: all .5s;
    height: 357px;
}


.hx_box .hxwrap .lis .item .kbg {
    height: 30px;
}

.hx_box .hxwrap .lis .item .eico {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    transition: all .5s;
}

.hx_box .hxwrap .lis .item .eico img {
    display: block;
    width: 100%;
    height: 100%;
}

.hx_box .hxwrap .lis .item .cont {
    padding: 10px 20px 30px;
    text-align: center;
}

.hx_box .hxwrap .lis .item .t1 {
    font-size: 20px;
    color: #051a06;
    margin-bottom: 30px;
    transition: all .3s;
    text-align: center;
}

.hx_box .hxwrap .lis .item .cont p {
    font-size: 14px;
    color: #37536c;
    line-height: 26px;
    transition: all .3s;
}

.hx_box .hxwrap .lis .item:hover {
    transform: translateY(-20px);
}

.hx_box .hxwrap .lis .item:hover {
    background: #328835;
}

.hx_box .hxwrap .lis .item:hover .t1 {
    color: #fff;
}

.hx_box .hxwrap .lis .item:hover .cont p {
    color: #fff;
    opacity: .6;
}

.hx_box .hxwrap .lis .item:hover .eico {
    transform: translateY(-10px);
}

.hx_box .hxwrap .lis .item:nth-child(4n) {
    margin-right: 0;
}

.yzt_box {
    background: #F5F5F5;
}

.yzt_box .yztwrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

.yzt_box .yztwrap .fbtt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    height: 100vh;
    max-height: 700px;
    min-height: 600px;
}

.sp-title {
    position: relative;
    text-align: center;
    padding: 20px 0 0;
    font-size: 16px;
}

.sp-title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background: #328835;
}


.current-location_new {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    background: rgb(54 135 58 / 80%);
    color: #fff;
    margin: -50px auto 0;
    height: 50px;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}
.current-location_new .map {
    margin-right: 5px;
    width: 3px;
    height: 12px;
    background: #fff;
    border-radius: 999px;
}
.current-location_new a{
    color:#fff;
}
.current-location_new a:hover {
    color: #f67c00;
}

.hx_box{background: #ffffff;}
.newlis{display: flex;justify-content: space-between;align-items: flex-start;padding: 30px 0 0;}
.newlis .item{width:calc(33.33% - 20px);background: #ffffff;border: 1px solid #ebebeb;border-radius: 6px;height: 475px;cursor: default;}
.newlis .item > a{display: block;height: 475px;}
.newlis .item .img{padding:20px;}
.newlis .item .img .ww{height: 270px;border-radius: 5px;overflow: hidden;}
.newlis .item .img img{display: block;width: 100%;height: 270px;object-fit: cover;border-radius: 5px;transition: all 1s;}
.newlis .item .t1{margin: 0 20px;font-size: 24px;color: #111;font-weight: bold;transition: all .3s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newlis .item .t2{margin: 5px 20px 0;font-size: 14px;color: #7a7a7a;transition: all .3s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newlis .item .hx{margin: 18px 20px 0;width: 15%;height:1px;background: #ebebeb;transition: all .3s; }
.newlis .item .cont{margin: 15px 20px 0;font-size: 14px;color: #666;transition: all .3s;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.newlis .item:hover .img .ww img{transform: scale( 1.1);}
.newlis .item:hover .t1{color: #328835;}
.newlis .item:hover .t2{color: #90a992;}
.newlis .item:hover .hx{width: 20%; margin-top: 15px; animation: jcd .5s linear forwards; }
.newlis .item:hover .cont{color: #558457;}

@keyframes jcd {
    0%{width: 15%;}
    50%{width: 6%;}
    100%{width: 15%;background: #328835;}
}
<!--ºÄÊ±1752972375.6547Ãë-->