@charset "utf-8";
/*Technical Support SudyTech*/

html {
    font-size: 100px;
    overflow-x: hidden;
}

@media (max-width: 1680px) {
    html {
        font-size: 87.5px;
    }

    /* 1680/1920?100 ? 87.5 */
}

@media (max-width: 1440px) {
    html {
        font-size: 75px;
    }
}


@media (max-width: 1280px) {
    html {
        font-size: 66.67px;
    }

}


@media (max-width: 1024px) {
    html {
        font-size: 53.33px;
    }


}

@media (max-width: 768px) {
    html {
        font-size: 40px;
    }


}


@media (max-width: 480px) {
    html {
        font-size: 25px;
    }

}


@media (max-width: 375px) {
    html {
        font-size: 19.53px;
    }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 0.13rem/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*?????*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 0.3rem;
    border: 0.02rem dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3??*/
body:before {
    content: "";
    position: fixed;
    top: -10rem;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 0.10rem;
    -webkit-box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
    -moz-box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
    box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 7.50rem;
    height: 1.60rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/**?????**/
/**body::-webkit-scrollbar{display: none;}**/
::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #CCCCCC;
    -webkit-border-radius: 0.06rem;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 0.04rem;
    background-color: #CCCCCC;
    -webkit-border-radius: 0.06rem;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*????????*/
    -webkit-border-radius: 0;
    /*????????*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 0.50rem;
    background-color: #999;
    -webkit-border-radius: 0.04rem;
    outline: 0.01rem solid #fff;
    outline-offset: -0.01rem;
    border: 0.01rem solid #fff;
}

/**????**/
body {
    line-height: 1;
    font-size: 0.13rem;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
    background:#fafafa;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #315F13;
}

.yh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lh {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@font-face {
    font-family: "syh";
    src: url(fonts/SourceHanSansCN-Regular.ttf);
}

@font-face {
    font-family: "sys";
    src: url(fonts/SourceHanSerifCN-Regular.ttf);
}

@font-face {
    font-family: "r";
    src: url(fonts/Roboto-Regular.ttf);
}

/*????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 16.4rem;
    margin: 0 auto;
}

/**??????**/

/*head??*/
.header {
    background: url('images/head.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 10;
    border-top: 6px solid #486e30;
}

/*.list .header {
    position: initial;
    background: #3d4832
}*/

.header .inner {
    height: 1.60rem;
    position: relative;
    width: 18rem;
}

.header .sitelogo {
    float: left;
    margin-top: 0.385rem;
}

.header .sitelogo img {
    width: 7.64rem;
}

.header .head-left {
    float: left;
}

.header .head-right {
    display: flex;
    flex-direction: column;
    float: right;
    width: 9.3rem;
}

.header .head-right .right-top {
    display: flex;
    margin-top: .33rem;
    justify-content: flex-end;
}

.header .head-right .right-btm {
    margin-top: .1rem;
}

/*rale??*/


.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 0.35rem;
    padding: 0 0.12rem 0 0.12rem;
    padding-left: 0.19rem;
    font-size: 0.13rem;
    color: #cad3d4;
    background: url(images/link_icon.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0rem 0rem;
}

.site-rale ul li.links.i2 a {
    background-position: -60rem 0rem;
}

.site-rale ul li.links.i3 a {
    background-position: -117rem 0rem;
}

.site-rale ul li.links.i4 a {
    background-position: -1.77rem 0rem;
}

/*lang??*/
.site-lang {
    margin-right: .5rem;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;    margin-top: .12rem;
}

.site-lang ul li.links.i1 {
    padding-right: .0rem;
    border-right: 2px solid #fff;
    margin-top: .12rem;
}

.site-lang ul li.links a {
    margin: 0rem 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'syh';
    line-height: .16rem;
    margin-top: .12rem;
}

.fixednav {
    display: block;
    position: fixed;
    height: 1.44rem;
    width: 100%;
    z-index: 9;
    top: -1.44rem;
    left: 0;
    background:url(images/fixbg.png) no-repeat center;
    filter: alpha(opacity=0.975) ! important;
    transition: all 0.3s ease-in-out;
}

.nav-table {
    width: 18rem;
    margin: 0 auto;
    height: 1.44rem;
}

.nav-table .fixedlogo {
    float: left;
    width: 7.96rem;
    margin-top: 0.32rem;
}

.nav-table .fixedlogo img {
    width: 100%;
}

.nav-table .first1 {
    float: right;
    width: calc(100% - 8.36rem);
    padding-left: 0.4rem;
    margin-top: 0.25rem;
}
.nav-table .first1 .right-top{display: flex;
    justify-content: flex-end;}
.nav-table .first .wp-menu {
    display: flex;
    justify-content: space-between;
margin:0 -0.2rem;
}

.nav-table .first .wp-menu .menu-item .menu-link {
    padding: 0 0.2rem;
    color: #fff;
    font-size: 0.22rem;
    display: block;
    line-height: 0.6rem;
    position: relative;
    font-family: 'sys';
}

.nav-table .first .wp-menu .menu-item:hover {
    background: #5E724A
}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    min-width: 1.12rem;
    _zoom: 1;
}

.nav-table .first .wp-menu .menu-item .sub-menu {
    display: none
}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.40rem;
    line-height: 0.40rem;
    font-size: 0.12rem;
    background: #fff;
    text-align: center;
}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-item.hover>a {
    color: #fff;
    background-color: #1384e2;
    display: block;
}




/*???????*/
#nav {}



/*??*/
#nav .inner {
    height: auto;
    width: auto;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*?????????????????*/
.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 0;
    height: 0.20rem;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0;
    line-height: .4rem;
    color: #fff;
    font-size: 0.22rem;
    font-weight: bold;
    font-family: 'sys';
    position:relative;
    /* border-bottom: 3px solid #5e734a; */
}
.nav .wp-menu .menu-item a.menu-link:after {
    position:absolute;
    content:" ";
    width:0%;
    height:2px;
    bottom:0;
    left:50%;
    background:#5e734a;
    transition:all .4s ease-in-out;
    right:50%
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    color: #eee;
}
.nav .wp-menu .menu-item:hover a.menu-link:after{
    width:100%;
    left:0;
    right:0
}
.nav .sub-menu {
    display: none;
    position: absolute;
    min-width: 100%;
    top: .4rem;
    min-width: 1.5rem;
    z-index: 100;
    background: #fff;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.40rem;
    line-height: 0.40rem;
    padding: 0 0.17rem;
    font-size: 0.14rem;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #5e734a;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
    transform: initial;
}

/**??banner??**/


#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .news_list .news_imgs {
    position: relative;
    padding-top: 45.31%;
    overflow: hidden;
    width: 100%
}

#banner .news_list .news_imgs img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: cover
}

#banner .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    width: 1.8rem;
    display: flex !important;
    align-items: center;
    bottom: 1.2rem;
    justify-content: space-between;
}

#banner .slick-dots li {
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50px;
    background: url(images/dot1.png);
    background-size: 100%
}

#banner .slick-dots li.slick-active {
    width: 0.21rem;
    height: 0.21rem;
    background: url(images/dot2.png);
    background-size: 100%
}


#banner .slick-prev,
#banner .slick-next {
    display: none !important
}

/**??????**/
.main0 {
    position: relative;
    margin-top: -0.85rem;
}


.main1 {
    background: url(images/main1.png) no-repeat center -1rem;
    background-size: cover
}

.main1 .inner {
    padding: 0.5rem 0rem 0.70rem;
}

.main2 {
    background: url(images/main2.png) no-repeat center 0rem;
    background-size: contain;
}

.main2 .inner {
    /* background: url(images/main2i.png) no-repeat center 1.6rem; */
    background-size: contain
}

.main2 .inner {
    padding: 0.685rem 0rem 2.85rem;
}

.ml {
    float: left;
    width: 64%;
}

.mr {
    float: right;
    width: 32.7%;
}
.main3{position:relative;}
.main3:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0.96rem;
    background: #F4FAF0;
    opacity: .85;
    z-index: -1;
}
.main3 .inner {
    margin-top: -1.36rem;
    padding-bottom: 1.24rem;
}

.main4 .inner {
    padding: 0.15rem 0 0.70rem;
}

/**???????**/
.post {}

.post .tt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.35rem;
}


.main3 .post {
    position: relative
}

.main3 .post .tt {
    position: absolute;
    width: 7.4rem;
    right: 0;
}

/**???**/
.post .tt .tit {
    position: relative;
}

/**????**/
.post .tt .tit .title {
    display: block;
    color: #33412A;
    font-family: "sys";
    font-size: 0.4rem;
    font-weight: bold;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
}
.post-11.post .tt .tit .title{background: url(images/xwdt.png) no-repeat center/contain;height:1rem;font-size: 0;line-height: 1rem;}
.post-20.post .tt .tit .title{background:url(images/tzgg.png) no-repeat center/contain;height:.75rem;font-size: 0;line-height: .75rem;}
.main3 .post-30.post .tt .tit .title{background: url(images/xsky.png) no-repeat left 0rem/contain;height: .85rem;font-size: 0;margin-top: -0.15rem;line-height: 0.85rem;}
.main3 .post .tt .tit .title {
    text-align: left;
    margin-top: .12rem
}

.post-40.post .tt .tit .title {
    color: #fff;
    font-size: .2rem;
    line-height: .18rem;
    text-align: left;
    height: .18rem;
    font-family: 'sys';
}

.post .tt .tit .name {
    display: none;
    line-height: 0.16rem;
    color: #333;
}

/*????*/
.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 0.01rem dashed #ccc;
}

/**????**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *
    display: inline;
    *
    zoom: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: .24rem;
}

.main3 .post .more_btn {
    right: 0;
    transform: initial;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 0.18rem;
    cursor: pointer;
    line-height: 0.24rem;
    /* font-weight: normal; */
}

.post .more_btn a {
    color: #666;
    display: block;
    /* width: 1.5rem; */
    height: .24rem;
}

.post .more_btn a:hover {
    color: #315F13;
}

/**???????**/
.news_list {}

.news_list li.news {
    line-height: 0.28rem;
    padding-left: 0rem;
}

.news_list .news .news_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.20rem;
    line-height: 0.36rem;
    font-family: "sys";
    font-weight: bold;
    color: #000;
}

.news_list .news .news_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-family: 'sys';
    color: #A3A3A3;
}

.news_list .news .news_imgs img {
    transition: all .4s ease-in-out
}

.news_list .news a:hover .news_imgs img {
    transform: scale(1.1)
}

.news_list .news .news_meta {
    font-weight: bold;
}

.news_list .news .news_date {
    font-weight: bold;
}

.news_list .news .news_title a:hover {
    color: #315F13
}

.news_list .news .news_title a:hover {
    color: #536944
}

.news_list .news:hover .news_title {
    color: #315F13
}

.news_list .news:hover .news_text {
    color: #536944
}

.post-10 .news_list {
    height: 1.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-10 .news_list .news:hover {
    height: 100%;
}

.post-10 .news_list .news {
    width: 2.62rem;
    height: 1.7rem;
    position:relative;
    transition: all .2s ease-in-out;
}
.post-10 .news_list .news :after {
    position: absolute;
    content: " ";
    width: 3rem;
    height: .1rem;
    background:url(images/more.png) no-repeat center;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display:none;
}

.post-10 .news_list .news:hover :after {
    display: block;
}
.post-10 .news_list .news a {
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.post-10 .news_list .news a:hover .news_title{color:#fff}
.post-10 .news_list .news:hover .news_title{color:#fff}
.post-10 .news_list .news.n1 {
    background: #517970;
}

.post-10 .news_list .news.n2 {
    background: #445337;
}

.post-10 .news_list .news.n3 {
    background: #f18200;
}

.post-10 .news_list .news.n4 {
    background: #439994;
}

.post-10 .news_list .news.n5 {
    background: #3A3B36;
}

.post-10 .news_list .news.n6 {
    background: #507A70;
}

.post-10 .news_list .news_imgs {
    width: .3rem;
    height: .3rem;
    transition: all .4s ease-in-out;
    margin-top:.285rem;
}
.post-10 .news_list .news_imgs2 {width:.2rem;height: 2px;margin: .17rem auto;}
.post-10 .news_list .news_imgs2 img{width:100%;height:100%;}
.post-10 .news_list .news a:hover .news_imgs img {
    transform: initial;
}

.post-10 .news_list .news_imgs img {
    width: 100%;
    height:100%;
}
.post-10 .news_list .news_title ,.post-10 .news_list .news_ftitle {
    color:#fff;
    line-height: .24rem;
    font-size: 0.22rem;
}
.post-10 .news_list .news_ftitle{font-family: "sys";font-weight: bold;margin-top: .05rem;}
.post-11 .news_list .news {
    /* position: relative; */
    /* top: 20px; */
}

.post-11 .news_list .news .news_imgs {
    width: 100%;
    position:relative;
    padding-top:66.6%;
    overflow:hidden
}

.post-11 .news_list .news .news_imgs img {
    position:absolute;
    left:0;
    top:0;
    right:0;
    height: auto;
    bottom:0;
    width:100%;
    object-fit:cover;
}

.post-11 .news_list .news .news_meta {
    font-size: .18rem;
    line-height: .36rem;
    color: #000;
    margin-top: .36rem;
    text-align: center;
}
.post-11 .news_list .news:hover .news_meta {
color:#315F13
}
.post-11 .news_list .news .news_text {
    display: none;
}

.post-11 .news_list .news a {
    display: block;
    margin-top: 0.67rem;
    width: 84%;
    position: relative;
}

.post-11 .news_list .news.slick-center a {width: 119%;margin-top: 0;text-align: center;left: -10%;}
.post-11 .news_list .news.slick-center + .slick-active a{margin-left:16%}
.post-11 .news_list .news.slick-center .news_meta {
    color: #000;
    margin-top: .16rem;
}
.post-11 .news_list .news.slick-center:hover .news_meta {
    color: #315F13;
}
.post-11 .news_list .news.slick-center .news_text {
    display: -webkit-box;
    margin-top: .08rem;
}

.post-11 .news_list .slick-prev,
.post-11 .news_list .slick-next {
    font-size: 0;
    width: .6rem;
    height: .6rem;
    top: 45%;
    backdrop-filter: blur(7px)
}

.post-11 .news_list .slick-prev {
    left: 0.1rem;
    background: rgb(255 255 255 / 50%) url(images/prev.png) no-repeat center;
    opacity: 1;
}

.post-11 .news_list .slick-next {
    right: 0.1rem;
    background: rgb(255 255 255 / 50%) url(images/next.png) no-repeat center;
    opacity: 1
}


.post-20 .news_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: .32rem;
    justify-content: space-between;
}
.post-20 .news_list li.news{padding: 0.3rem 0.4rem 0.3rem 0.28rem;box-sizing:border-box;background: #FFFFFF;box-shadow: 0 0.03rem 0.3rem #0A140411;transition:all 0.3s;}
.post-20 .news_list li.news.n1{background:url(images/tz1.png) no-repeat right bottom}
.post-20 .news_list li.news.n2{background:url(images/tz2.png) no-repeat right bottom}
.post-20 .news_list li.news.n3{background:url(images/tz3.png) no-repeat right bottom}
.post-20 .news_list li.news.n4{background:url(images/tz4.png) no-repeat right bottom}
.post-20 .news_list li.news.n5{background:url(images/tz5.png) no-repeat right bottom}
.post-20 .news_list li.news.n6{background:url(images/tz6.png) no-repeat right bottom}
.post-20 .news_list li.news:hover{background:#517970;}

.post-20 .news_list .news a .con {
    display: flex;
    width: 4.58rem;
    justify-content: space-between;
}

.post-20 .news_list .news .news_date {
    display: flex;
    flex-direction: column;
    width: .92rem;
    height: .92rem;
    color: #479893;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.post-20 .news_list .news:hover .news_date{color:#fff;}
.post-20 .news_list .news .news_date .news_days {
    font-size: .4rem;
    margin-bottom: .1rem;
    padding-top: .15rem;
}

.post-20 .news_list .news .news_date .news_years {
    font-size: .12rem;
    margin-top: -.05rem;
}

.post-20 .news_list .news .wz {
    width: calc(100% - 1.35rem);
    padding-left: 0.39rem;
    border-left: 1px solid #479893;transition:all 0.3s;
}
.post-20 .news_list .news:hover .wz{border-left: 1px solid #fff;}

.post-20 .news_list .news .news_title {
    -webkit-line-clamp: 2;
    margin-top: 0;
}
.post-20 .news_list .news:hover .news_title{color:#fff;}
.post-20 .news_list .news .news_text {
    margin-top: 0.22rem;
}
.post-20 .news_list .news:hover .news_text{color:#fff;opacity:0.5;}

.post-30 .news_list.ul2 {
    width: 8.2rem;
    background: #527870;
    float: left;
    position: relative;
    height: 5.46rem;
}

.post-30 .news_list.ul1 {
    width: 7.4rem;
    float: right;
    margin-top: 1rem
}

.post-30 .news_list.ul2 .news.active {
    width: 100%;
    left: .16rem;
    bottom: .13rem;
    position: absolute;
    height: 100%;
}

.post-30 .news_list.ul2 .news.active .news_imgs {
    width: 100%;
    height:100%;
    position:relative;
    overflow:hidden;
    filter: blur(0px);
}
.post-30 .news_list.ul2 .news.active .news_imgs:before {
     content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit; 
  background-size: cover; 
  filter: blur(8px); 
  transform: scale(1.1); 
}
.post-30 .news_list.ul2 .news.active .news_imgs a {
    display:flex;justify-content:center;
    
}

.post-30 .news_list.ul2 .news.active .news_imgs a img {
    position:absolute;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
    width: auto;
}

.post-30 .news_list.ul2 .news.active .news_imgs:hover img {
    transform: scale(1.1);
}

.post-30 .news_list.ul1 .news a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9
}

.post-30 .news_list .news .news_meta {
    color: #479893;
    font-size: .16rem;
    line-height: .82rem;
    font-family: "r";
    width: 1rem;
    text-align: right
}

.post-30 .news_list .news .news_title {
    width: calc(100% - 1rem);
    line-height: .82rem
}

.post-30 .news_list .news .news_text {
    display: none
}

.post-30 .news_list.ul1 .news.selected a {
    display: flex;
    flex-direction: column;
}

.post-30 .news_list .news.selected .news_meta {
    line-height: .2rem;
    margin-top: .32rem;
    text-align: left;
}

.post-30 .news_list .news.selected .news_title {
    line-height: .36rem;
    margin: .2rem 0;
}

.post-30 .news_list .news.selected .news_text {
    display: -webkit-box;
    margin-top: -0.05rem;
    margin-bottom: .3rem;
}


.post-40 .news_list {
    /* display: flex; */
    width: 3.68rem;
    flex-wrap: wrap;
}

.post-40 .news_list .news {
    width: 50%;
}


.post-40 .news_list .news .news_title {
    width: 100%;
    line-height: 0.36rem;
    text-align: center;
    color: #fff;
    opacity: .8;
    font-size: .18rem;
    font-weight: normal;
    text-align: left;
}

.post-40 .news_list .news .news_title a {
    color: #fff;
    opacity: .8
}

.post-40 .news_list .news .news_title a:hover {
    opacity: 1
}

/***********************************************************
 * ???
 */
/**??????**/
/**???**/
/*????*/
.l-banner {
    height: 4.4rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**???????**/
#l-container {
    background: #fafafa url(images/main1.png)no-repeat center bottom/100%;
}

#l-container .inner {
    padding: 0.60rem 0.10rem;
}

/**???????**/
#d-container {}

#d-container .inner {
    background: #fff;padding-top:0.6rem;
}

.col_menu {
    width: 2.92rem;
    float: left;
    margin-right: -2.92rem;
    position: relative;
    background: #536944 url(images/listttbg.png) no-repeat right bottom;
}

.col_menu .l-qh {
    margin-bottom: 0.10rem;
}

.col_menu .col_menu_head {

}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.20rem;
    font-weight: normal;
    color: #fff;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 0.50rem;
    padding: 0.36rem 0.05rem 0.36rem 0.45rem;
    font-size: 0.32rem;
    font-weight: bold;
    font-family: 'syh';
}

/**??????**/
.col_menu .col_menu_con {
    border-top: 0.01rem solid #9fab93;
    margin: 0 0.45rem;
}

/*????*/
.col_list {
}

.col_list .wp_listcolumn {
    border-top: 0rem solid #2867A0;
    border-bottom: 0rem solid #fff;


}
.col_list .wp_listcolumn .wp_column:first-child{    padding-top: 0.15rem;}
.col_list .wp_listcolumn .wp_column:last-child{       padding-bottom: 0.27rem;}
.col_list .wp_listcolumn .wp_column a {
    color: #fff;
    font-size: 0.24rem;
    font-weight: normal;
    background: none;
    border-top: 0rem solid #fff;
    border-bottom: 0;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0.2rem 0rem;
    line-height: 0.3rem;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: transparent;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name,.col_list .wp_listcolumn .wp_column a:hover span.column-name {
    color: #fff;
    position: relative;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name:after,.col_list .wp_listcolumn .wp_column a:hover span.column-name:after{content:'';width:100%;display:block;height:0.06rem;background:#fff;opacity:.3;position: absolute;bottom: 0.205rem;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #536944;
}

/*?????**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 0.01rem solid #eee;
    margin-top: -0.01rem;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: .28rem;
    padding: 0.05rem 0.10rem 0.05rem 0.52rem;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #fff;
}

/*?????**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 0.05rem 0.10rem 0.05rem 0.51rem;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #536944;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 5.00rem;
    float: right;
}

.col_news .col_news_box {
    margin-left: 3.52rem;
}

.col_news_head {
    border-bottom: 0.02rem solid #486E30;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 0.48rem;
    line-height: 0.48rem;
    display: none;
}

/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 0.20rem;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #536944;
    border-bottom: 0.03rem solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: left;
    white-space: nowrap;
    height: 0.46rem;
    line-height: 0.46rem;
    color: #666;
    font-size: 0.16rem;
    font-family: 'syh';
    font-weight: bold;
}
.col_metas .col_path .path_name{display:none;}
.wp_paging {
    padding: 0.5rem 0
}

/**????**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 0.05rem 0rem 0.10rem 0rem;
    margin: 0 0.07rem;
}

.col_news_list {
    margin-top: 0.07rem;
}

.col_news_list li.news {
    font-size: 0.18rem;
    position: relative;
    line-height: 0.76rem;
    border-bottom: 0.01rem solid #E3E3E3;
    transition: all ease 0.4s
}

.col_news_list li.news:hover {
    padding-left: 0.15rem;
}

.col_news_list li.news span.news_title {
    float: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.76rem;
    margin-right: 1.1rem;
}

.col_news_list li.news:hover span.news_title:before {
    left: 0.15rem;
}

.col_news_list li.news span.news_meta {
    position: absolute;
    right: 0;
    top: 0;
    color: #479893;
    font-family: 'r';
}



/**????????**/
.col_news_list .wp_entry, .col_news_list .wp_entry p,.col_news_list .wp_entry span {
    line-height: 1.75 !important;
    font-size: 0.18rem !important;
    color: #333;
    font-family: "microsoft yahei" !important;
}

.col_news_list .wp_entry p {
    margin-bottom: 0.10rem;
}

.col_news_list .wp_entry table {
    margin-bottom: 0.04rem;
}

.col_news_list .wp_entry img {
    max-width: 6.80rem;
    _width: expression(this.width > 680 ? "6.80rem" : this.width);
}

/**???????????**/
.possplit {
    text-indent: 0;
    width: 0.20rem;
    text-align: center;
    background: none;
    position: relative;
    color: transparent;
}
.possplit:after{content:'/';position: absolute;color: #666;left: 0.06rem;}
/**???**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 0rem 0.05rem 0.2rem;
    min-height: 5.50rem;
}

.article {

}

.article h1.arti_title {
    line-height: 0.48rem;
    font-size: 0.28rem;
    color: #445337;
    padding-bottom: 0.2rem;
    font-family: "Microsoft YaHei";
    text-align: center;
}

/**????**/
.article h2.arti_title {
    line-height: 0.40rem;
    font-family: "Microsoft YaHei";
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**?????**/
.article .arti_metas {
    padding: 0.10rem;
    text-align: center;
    border-top: 0.02rem solid #445337;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.18rem;
    color: #000000;
    font-family: 微软雅黑, "microsoft yahei";
}

/**??????**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.10rem;
}

/**????**/
.article .entry .read, .article .entry .read p,.article .entry .read span {
    line-height: 1.75 !important;
    font-size: 0.18rem !important;
    color: #333;
    font-family: 微软雅黑, "microsoft yahei"!important;
}

/**????**/
.article .entry .read p {
    margin-bottom: 0.10rem;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 9.40rem;
    _width: expression(this.width > 940 ? "9.40rem" : this.width);
}

/**????????????**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}



#wp_paging_w6 .wp_paging {
    font-size: 0.12rem;
    line-height: 0.34rem;
    padding: 0.04rem 0 0.72rem;
    text-align: right;
}

#wp_paging_w6 .wp_paging li {
    margin: 0;
    line-height: 0.20rem;
    height: 0.20rem;
    float: none;
    display: inline-block;
}

#wp_paging_w6 .wp_paging li.pages_count {
    display: none;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 0.10rem;
}

#wp_paging_w6 .wp_paging li a {
    height: 0.20rem;
    line-height: 0.20rem;
    padding: 0 0.09rem;
    border: 0.01rem solid #9E9E9E;
    color: #000;
}

.wp_paging li input {
    border: 0.01rem solid #d5d5d5;
    background: #fff;
    text-align: center;
}

#wp_paging_w6 .wp_paging li a:hover {
    background: #79452E;
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size: 0.12rem;
    width: 0.40rem;
    height: 0.20rem;
    margin: 0;
    line-height: 0.34rem;
    border: 0.01rem solid #9E9E9E;
    background: transparent;
}

#wp_paging_w6 .wp_paging li span:last-child {
    margin: 0;
}

#wp_paging_w6 .wp_paging li em {
    font-weight: 400;
}

.wp_paging li span.pages {
    padding: 0 0.10rem;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 0.15rem;
}

/**????**/
#footer {
    background: #33412A url(images/foot.png) no-repeat center;
    height: 4.29rem;
}

#footer .inner {
    position: relative;
    height: 100%;
}

#footer .inner .ftop {
    padding-top: 0.83rem;
    display: flex;
    justify-content: space-between;
}

#footer .inner .ftop .fc {
     display: flex;
    align-items: center;
    row-gap: .35rem;
    margin-left: -1.45rem;
}
.fr .fcode {
    margin-top: 0.2rem;
}
#footer .inner .ftop .flogo {
    padding-top: 0.05rem;
}

#footer .inner .ftop .flogo img {
    width: 100%
}


#footer .inner .ftop .flink {
    padding-top: 0.40rem
}

#footer .inner .ftop .fcode .news_list {
    display: flex;
    column-gap: 0.12rem;
}

#footer .inner .ftop .fcode .news_list .n1 {
    background: url(images/wx.png) no-repeat center;
    background-size: contain
}

#footer .inner .ftop .fcode .news_list .n2 {
    background: url(images/wb.png) no-repeat center;
    background-size: contain
}

#footer .inner .ftop .fcode .news_list .n3 {
    background: url(images/dy.png) no-repeat center;
    background-size: contain
}

#footer .inner .ftop .fcode .news_imgs {
    width: .46rem;
    height: .46rem;
    position: relative;
    cursor: pointer
}

#footer .inner .ftop .fcode .news_imgs img {
    width: 1rem;
    height: 1rem;
    display: none;
    position: absolute;
    top: -1rem;
    left: -.27rem
}

#footer .inner .ftop .fcode .news_list .news:hover img {
    display: block
}


#footer .inner .ftop .fcode .news_title {
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
}

#footer .inner .fbottom {
    position: absolute;
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 25%);
    padding: .25rem 0 .42rem;
    bottom: 0;
}

#footer .inner .fbottom .finfo {
    text-align: center;
    width: 100%;
    opacity: .6
}

#footer .inner .finfo p.c1 {
    font-size: .2rem;
    opacity: 1;
    margin-bottom: 0.35rem;
    font-weight: bold;
    line-height: .18rem;
    height: .18rem;
}

#footer .inner .finfo p {
    font-size: 0.18rem;
    color: #fff;
    opacity: .8;
    line-height: .36rem;
    font-family: 'sys';
}

#footer .inner .foot-right {
    float: right;
    margin-top: 0.12rem;
}

/**************************************************************
 * ????
 */
/*??????*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 0.04rem;
    border: 0.01rem solid #d0d0d0;
}

.wp_search #keyword {
    width: 1.60rem !important;
    padding: 0.04rem 0;
    border: none;
    height: 0.20rem;
    line-height: 0.20rem;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 0.32rem;
    height: 0.30rem;
    border: 0rem;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*??????*/
.searchbox {
    text-align: right;
    background: rgb(241 241 241 / 40%);
    border-radius: 0.195rem;
    width: 1.54rem;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.35rem;
    margin-right: .42rem;
}

.wp-search .search-input input.search-title {
    line-height: .4rem;
    background: none;
    color: #FFFFFF;
    font-size: 0.16rem;
    border: 0;
    font-family: 'r';
    outline: 0;
    width: 100%;
}

.wp-search .search-btn {
    width: 0.40rem;
    height: 0.40rem;
    position: absolute;
    right: .1rem;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 0.4rem;
    height: 0.4rem;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center center;
    cursor: pointer;
    background-size: 50%;
}

/**????**/
.list #container-1 .wp-inner {
    width: 100%
}

div#container-1 .news_list .news .news_title {
    text-align: center;
}

.post-10 .news_list .news.n7 {
    background: #f18200;
}


.mbanner .news .news_video {
       position: relative;
    padding-top: 45.31%;
    overflow: hidden;
    width: 100%;
}.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}.fr .fcode li.news.ns {
    font-size: 0.18rem;
    color: #fff;
    opacity: .8;
    line-height: .36rem;
    font-family: 'sys';
}