@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;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #2698FA;
}

.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);
}

@font-face {
    font-family: "qh";
    src: url(fonts/qiuhong.ttf);
}
/*????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 16rem;
    margin: 0 auto;
}

/**??????**/

/*head??*/
.header {
    background: #F2F9FF url('images/head.png') no-repeat;
    background-size: cover;
}

.header .inner {
    position: relative;
    padding: .3rem 0 .36rem;
}

.header .sitelogo {
    float: left;
}

.header .sitelogo img {
    width: 5.57rem;
}

.header .head-left {
    float: left;
}

.header .head-right {
    float: right;
}



/*???????*/
#nav {
    /* background: #2698FA; */
}



/*??*/
#nav .inner {}

#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;
    width: 7.6rem;
}

.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: .6rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    font-family: 'syh';
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .6rem;
    min-width: 100%;
    z-index: 100;
    background: rgb(1 78 162 / 30%);
    text-align: center;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 0.50rem;
    line-height: .5rem;
    font-size: 0.16rem;
    background: none;
    padding: 0 .3rem;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: rgb(255 255 255 / 80%);
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}

/**??banner??**/
#banner {
    position:relative
}
#banner:after {
    background: url(images/banner.png) no-repeat center bottom;
    position:absolute;
    content:" ";
    width:100%;
    height:2.87rem;
    bottom:0;
    background-size: cover;
    z-index: 0;
}
#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .news_list .news_imgs {
    position: relative;
    padding-top: 56.25%;
    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;
    transform:scale(1)
}

#banner .slick-dots {
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 1.24rem;
    display: flex !important;
    align-items: center;
    bottom: .28rem;
    justify-content: space-between;
}

#banner .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50px;
    background:#fff;
    opacity:.5
}

#banner .slick-dots li.slick-active {
    opacity:1
}


#banner .slick-prev,
#banner .slick-next {
    display: none !important
}

/**??????**/

.main1 {
    background: url(images/main1.png) no-repeat center;
    background-size: cover
}

.main1 .inner {
    padding: 0.43rem 0rem 0.20rem;
}

.main2 {
    background: url(images/main2.png) center -.15rem repeat-y;
    background-size: cover; 
}

.main2 .inner {
    padding: .3rem 0 .8rem;
}


.ml {
    float: left;
    width: 66.25%;
}

.mr {
    float: right;
    width: 30%;
}

.main3 {
    background: url(images/main3.png) no-repeat center;
    background-size: cover;
    height: 7.6rem;
}

.main3 .inner {
    padding: .5rem 0 .7rem;
}


/**???????**/
.post {}

.main3 .m3 {
    display: flex;
    justify-content: space-between;
}

.main3 .m3 .post {
    width: 5rem;
    background: #fff url(images/post3.png) no-repeat center top;
    background-size: contain;
}

.post .tt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.48rem;
}

.main2 .post .tt {
    margin-bottom: .63rem;
}

.main3 .post {}

.main3 .post .tt {
    margin-bottom: .48rem;
}

/**???**/
.post .tt .tit {
    position: relative;
}
.post3.post .tt .tit:before {
    position: absolute;
    content:"";
    width:.08rem;
    height:.4rem;
    left:0;
    top:.03rem;
    background:#267aeb;
}
/**????**/
.post .tt .tit .title {
    display: block;
    color: #333;
    font-family: "syh";
    font-size: 0.4rem;
    font-weight: bold;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: left;
}

.post .tt .tit .title .yw {
    display: block;
    font-size: .18rem;
    color: #2698FA;
    font-family: "Arial";
    font-weight: normal;
}

.main2 .post .tt .tit .title {
    text-align: center;
    font-weight: normal;
    font-family: "qh";
}

.main3 .post3 .tt .tit .title {
    font-size: .3rem;
    margin-left: .22rem
}

.post-40.post .tt .tit .title {
    color: #fff;
    font-size: .18rem;
    line-height: .18rem;
    text-align: left;
    height: .18rem;
}

.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;
    top: .25rem;
    right: 0;
}

.post3 .more_btn {
    right: .3rem;
    top: 0.12rem;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.34rem;
}

.post .more_btn a {
    color: #999;
    display: block;
    /* width: 1.5rem; */
    height: .4rem;
}

.post .more_btn a:hover {
    color: #0062AC;
}

/**???????**/
.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: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    line-height: 0.30rem;
    font-family: "syh";
    /* font-weight: bold; */
}
.news_list .news .news_title a{
    color: #282828;
}
.news_list .news .news_title a:hover {
    color: #2698FA
}

.news_list .news .news_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.16rem;
    line-height: 0.28rem;
    font-family: 'syh';
    color: #A3A3A3;
}

.news_list .news .news_imgs img {
    transition: all .4s ease-in-out
}

.news_list .news:hover .news_imgs a img {
    transform: scale(1.1)
}

.news_list .news .news_meta {}

.news_list .news .news_date {}


.post-12 {
    float: left;
    background: #fff;
    width: 6.2rem;
    margin-top: .08rem;
    box-shadow: 0px 0px 10px #70707042;
}

.post-12 .news_list .news {}

.post-12 .news_list .news .news_imgs {
    width: 100%;
    position: relative;
    padding-top: 72.7%;
    overflow: hidden
}

.post-12 .news_list .news .news_imgs img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}

.post-12 .news_list .news .news_title {
    text-align: center;
    margin-top: .3rem;
    font-size: .24rem;
    -webkit-line-clamp: 1;
    font-weight: bold;
}
.post-12 .slick-dots{
    margin-top: .35rem;
    position: initial;
    margin-bottom: .3rem;
}

.post-12 .slick-dots li{
    height: .06rem;
    width: .4rem;
    background: #CDCDCD;
    border-radius: 0;
    margin: 0 .1rem;
}
.post-12 .slick-dots li.slick-active{background:#2698FA}
.post-12 .news_list .slick-prev,
.post-12 .news_list .slick-next {
    font-size: 0;
    width: .6rem;
    height: .6rem;
    top: 45%;
}

.post-12 .news_list .slick-prev {
    left: 0.1rem;
    background: rgb(255 255 255 / 50%) url(images/prev.png) no-repeat center;
    opacity: 1;
}

.post-12 .news_list .slick-next {
    right: 0.1rem;
    background: rgb(255 255 255 / 50%) url(images/next.png) no-repeat center;
    opacity: 1
}


.post-13 {
    float: right;
    width: 4rem;
    margin-top: .08rem;
}

.post-13 .news_list .news {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
}
.post-13 .news_list .news .news_title{font-weight:normal;height: .6rem;}
.post-13 .news_list .news .news_meta {
    color: #2698FA;
    font-weight: bold;
    font-size: .18rem;
    line-height: .21rem;
    font-family: "arial";
    margin-top: .05rem;
}


.post-14 {}

.post-14 .news_list {
}

.post-14 .news_list .news {
    padding-bottom: .3rem;
    margin-bottom: .13rem;
    border-bottom: 1px solid #DEDEDE;
}

.post-14 .news_list .news a {
    display: flex;
    padding: .075rem .05rem;
    justify-content: space-between;
}

.post-14 .news_list .news .news_date {
    display: flex;
    flex-direction: column;
    color: #2698FA;
    font-weight: bold;
    font-family: "Arial";
    padding-top: .07rem;
    text-align: center;
}

.post-14 .news_list .news .news_date .news_days {
    font-size: .36rem;
}

.post-14 .news_list .news .news_date .news_years {
    font-size: .16rem;
}
.post-14 .news_list .news  .wz {width:calc(100% - .8rem);}

.post-21 .news_list {
    height: 1.2rem;
    margin-bottom: .65rem;
}

.post-21 .news_list .news {
}

.post-21 .news_list .news :after {
    position: absolute;
    content: " ";
    width: 3rem;
    height: .1rem;
    background: url(images/more.png) no-repeat center;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.post-21 .news_list .news:hover :after {
    display: block;
}

.post-21 .news_list .news_imgs {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}

.post-21 .news_list .news a:hover .news_imgs img {
    transform: initial;
}

.post-21 .news_list .news_imgs img {
    width: 100%;
    object-fit: cover;
}

.post-20 .news_list .slick-list{
}
.post-20 .news_list .news{margin: 0 .16rem;}


.post-20 .news_list .news .news_imgs {
    width: 100%;
    position: relative;
    padding-top: 67%;
    overflow: hidden;
    border-radius:.20rem
}

.post-20 .news_list .news .news_imgs img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}

.post-20 .news_list .slick-prev,
.post-20 .news_list .slick-next {
    font-size: 0;
    width: .6rem;
    height: .6rem;
    top: 50%;
    transform: translateY(-50%);
}

.post-20 .news_list .slick-prev {
    left: -0.64rem;
    background: rgb(38 152 250 / 30%) url(images/prev.png) no-repeat center;
    opacity: 1;
}

.post-20 .news_list .slick-next {
    right: -0.64rem;
    background: rgb(38 152 250 / 30%) url(images/next.png) no-repeat center;
    opacity: 1
}

.post-20 .news_list .news .news_title {text-align:center;margin-top: .15rem;}



.post3 {
    padding: .3rem 0 .3rem 0rem;
    box-shadow: 0px 0px 10px #70707042;
}

.post3 .news_list {
    /* height: 5.4rem; */
    margin: 0 .3rem;
}


.post3 .news_list .news {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #D8D8D8 dashed;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
}

.post3 .news_list .news .news_meta {
    font-size: .18rem;
    line-height: .26rem;
    font-family: "syh";
    color: #2698FA;
}

.post3 .news_list .news .news_title {
    width: calc(100% - .66rem);
    line-height: .26rem;
    -webkit-line-clamp: 2;
    height: .48rem;
}

.post3 .news_list .news .news_text {
    display: none
}

.post3 .news_list .news.selected a {
    display: flex;
    flex-direction: column;
}

.post3 .news_list .news.selected .news_meta {
    line-height: .2rem;
    margin-top: .32rem;
    text-align: left;
}

.post3 .news_list .news.selected .news_title {
    line-height: .36rem;
    margin: .2rem 0;
}

.post3 .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: .16rem;
    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
}
#btt{
    position: fixed;
    width:2.4rem;
    bottom: 0;
    left: 50%;
    height: 1rem;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 100;
    background: url(images/btt.png) no-repeat center top;
    border: none;
    font-size: 0;
    background-size: cover;
}


/***********************************************************
 * ???
 */
/**??????**/
/**???**/
/*????*/
.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 {}

#l-container .inner {
    padding: 0.25rem 0.10rem;
}

/**???????**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 3.2rem;
    float: left;
    margin-right: -3.2rem;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 0.10rem;
}

.col_menu .col_menu_head {
    background: #2698fa;
    margin-top: -1.05rem;
    height: .8rem;
}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.30rem;
    color: #fff;
    font-weight: normal;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: .8rem;
    text-align: center;
}

/**??????**/
.col_menu .col_menu_con {
}

/*????*/
.col_list {
    background:#F5F8FB  url(images/list.png);
    width: 3.2rem;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;background-position: center bottom;padding-bottom: 260px;
}

.col_list .wp_listcolumn {
    border-top: 0rem solid #2867A0;
    border-bottom: 0rem solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 0.24rem;
    font-weight: normal;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: .8rem;
    padding: 0;
    text-align: center;
    display: block;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #2698fa;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #2698fa;
}

.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: #2698fa;
}

/*?????**/
.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;
    color: #2698fa;
}

/*?????**/
.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: #2698fa;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 5.00rem;
    float: right;
}

.col_news .col_news_box {
    margin-left: 4rem;
    margin-top: .1rem;
}

.col_news_head {
    border-bottom: 0.01rem solid #2698fa80;
    padding-bottom: .28rem;
}
.dis .col_news_head {border:none}
.col_metas .col_title {
    display: inline-block;
    float: left;
    /* height: 0.48rem; */
    line-height: 0.24rem;
}

/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: .32rem;
    font-family: "syh";
    font-weight: bold;
    color: #2698fa;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    color: #666;
    font-size: .16rem;
    font-family: "syh";
    margin-top: .08rem;
    line-height: .2rem;
}
.col_metas .col_path img{
    margin-right:.1rem;
}

.dis .col_metas .col_path {
    float:left;
    margin-top: .1rem;
    margin-bottom: .24rem;
}
.wp_paging {
    padding: 0.5rem 0
}

/**????**/
.col_metas .col_path a {
    color: #2F2F2F;
}
.col_news_con {
}

.col_news_list {
    margin-top: 0.07rem;
}

.col_news_list li.news {
    font-size: 0.18rem;
    position: relative;
    line-height: 0.54rem;
    border-bottom: 0.01rem solid #dddddd;
    transition: all ease 0.4s;
    padding-bottom: .3rem;
}

.col_news_list li.news:hover {
    padding-left: 0.15rem;
}

.col_news_list li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1.1rem;
    font-size: .22rem;
    width: calc(100% - 1.15rem);
}

.col_news_list li.news:hover span.news_title:before {
    left: 0.15rem;
}

.col_news_list li.news span.news_meta {
}



/**????????**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 0.14rem;
    color: #333;
}

.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;
    /* font-size: 0; */
}

/**???**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 0.20rem 0.60rem;
    min-height: 5.50rem;
}

.article {
    padding-top: 0.10rem;
}

.article h1.arti_title {
    line-height: 0.32rem;
    font-family: "Microsoft YaHei";
    font-size: 0.32rem;
    text-align: center;
    color: #2698fa;
}

/**????**/
.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.30rem;
    text-align: center;
    border-bottom: 1px solid #E3E3E3
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.12rem;
    color: #787878;
}

/**??????**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.40rem;
}

/**????**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 0.14rem;
    color: #333;
}

/**????**/
.article .entry .read p {
    margin-bottom: 0.10rem;
    word-break: break-all;
}

.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_artfuns .wp_art_adjoin {
    margin: .5rem 0;
}
.wp_artfuns .wp_art_adjoin .prev { cursor: pointer; color: #333;font-weight:bold;font-size:.2rem;line-height:.56rem;width:.8rem;background:;display:inline-block;white-space: nowrap;text-overflow:ellipsis;overflow:hidden}
.wp_artfuns .wp_art_adjoin .prev-title{ cursor: pointer; color: #333;font-weight:bold;font-size:.2rem;line-height:.56rem;display:inline-block;width:calc(100% - 1rem);white-space: nowrap;text-overflow:ellipsis;overflow:hidden}
.wp_artfuns .wp_art_adjoin .prev:hover { color: #333; }
.wp_artfuns .wp_art_adjoin .next { cursor: pointer; padding:0;color: #333;font-weight:bold;font-size:.2rem;line-height:.56rem;width:.8rem;background:;display:inline-block;white-space: nowrap;text-overflow:ellipsis;overflow:hidden}
.wp_artfuns .wp_art_adjoin .next-title{cursor: pointer;color: #333;font-weight:bold;font-size:.2rem;line-height:.56rem;display:inline-block;width:calc(100% - 1rem);white-space: nowrap;text-overflow:ellipsis;overflow:hidden}
.wp_artfuns .wp_art_adjoin .next:hover { color: #333; }


#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: url(images/foot1.png) no-repeat center;
    background-size: cover;
}

#footer .inner {}

#footer .inner .mod {
    padding: 0.7rem 0;
    display: flex;
    justify-content: space-between;
    position:relative
}
    #footer .inner .mod:after{position:absolute;content:"品质 国际 绿色 智慧 ";font-size: 0.5rem;top: 1.8rem;left: 44%;font-family:"qh";color:#fff;opacity:.7}


#footer .inner .fl {
    display: flex;
    flex-direction: column;
    row-gap: .35rem;
}
#footer .inner .fl img{width:5.57rem}
#footer .inner .fcode .news_list {}


#footer .inner .fcode .news_imgs {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    cursor: pointer;
    /* margin-left: 0.1rem; */
}

#footer .inner .fcode .news_imgs img {
    width: 100%;
    position: absolute;
}


#footer .inner .fcode .news_title {
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}

#footer .inner .finfo p {
    font-size: 0.16rem;
    color: #fff;
    line-height: .28rem;
    font-family: 'syh';
}


/**************************************************************
 * ????
 */

/**????**/
.list #container-1 .wp-inner {
    width: 100%
}


.list2.news_list .news .news_date{
    display:flex;
    background:#fff;
    width: .76rem;
    flex-direction: column;
    align-items: center;
    font-family:"syh";
    color:#2698fa;
    border:1px solid #ccdbec;
    border-radius:10px;
    margin-top: .32rem;
    float: left;
}
.list2.news_list .news .news_date .news_days{font-size:.4rem;line-height: .55rem;/* margin-top: .1rem; */}
.list2.news_list .news .news_date .news_years{font-size:.12rem;line-height: .25rem;margin-top: -.06rem;margin-bottom: .02rem;}
.list2.news_list .news .wz{float: right;width: calc(100% - 1.15rem);margin-top: .45rem;}
.list2.news_list .news .wz .news_title{width:100%;font-size: .22rem;display: block;white-space: nowrap;}


/* 头部容器基础样式 */
.list .lib_comp--040002 {position:initial;height:1.4rem}
.lib_comp--040002 {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: url(images/head.png) no-repeat;
    background-size: cover;
    height: 4rem;
}

/* 头部内部布局 */
.lib_comp--040002 .top-1 {
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    width: 16rem;
}

.lib_comp--040002 .top-logo {
    margin-top: .3rem;
    width: 5.5rem;
}
.lib_comp--040002 .top-logo img{width:100%}
.lib_comp--040002 .top-nav {
    margin-right: .7rem;
    margin-top: .35rem;
}

/* 搜索按钮快捷入口 */
.lib_comp--040002 .searchbtn {
    position: absolute;
    width: .4rem;
    height: .4rem;
    background: url(images/sous.png) no-repeat;
    cursor: pointer;
    right: 0;
    top: 0.48rem;
    background-size: cover;
}

/* 搜索面板基础样式（通用） */
.lib_comp--040002 .search-panel {
    position: relative;
    float: right;
}

.lib_comp--040002 .wp-search {
    position: relative;
}

.lib_comp--040002 .wp-search form {
    display: block;
}

/* ========== 弹出搜索样式 ========== */
.lib_comp--040002 .search-window2 {
    overflow: hidden;
    width: 0.54rem;
}

.lib_comp--040002 .wp-search .search-input input.search-title2 {
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    border: 0;
    outline: 0;
    color: #888;
    font-size: 0.14rem;
    background: #fff;
    text-indent: 10px;
}

.lib_comp--040002 .wp-search .search-btn2 {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    right: 0;
    top: 0;
}

.lib_comp--040002 .wp-search .search-btn2 input.search-submit {
    width: 0.55rem;
    height: 0.55rem;
    border: 0;
    outline: 0;
    background: #f39c2a url(images/search_bg.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

/* ========== 系统默认搜索样式 ========== */
.lib_comp--040002 .search-window {
    overflow: hidden;
    width: 0.47rem;
}

.lib_comp--040002 .wp-search .search-input {
    margin-right: 0.48rem;
}

.lib_comp--040002 .wp-search .search-input input.search-title {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 0;
    outline: 0;
    color: #888;
    font-size: 0.14rem;
    background: #fff;
    text-indent: 10px;
}

.lib_comp--040002 .wp-search .search-btn {
    width: 0.48rem;
    height: 0.44rem;
    position: absolute;
    right: 0;
    top: 0;
}

.lib_comp--040002 .wp-search .search-btn input.search-submit {
    width: 0.48rem;
    height: 0.44rem;
    border: 0;
    outline: 0;
    background: #004098 url(images/search_bg.png) center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background-size: cover;
}

/* ========== 弹窗层样式 ========== */
.lib_comp--040002 .layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lib_comp--040002 .layer.showdiv {
    opacity: 1;
    visibility: visible;
}

/* 弹窗关闭按钮 */
.lib_comp--040002 .layer .close {
    font-size: 60px;
    font-family: icon;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
    cursor: pointer;
    color: #ccc;
    display: block;
    background: url(images/close.png) no-repeat center;
    transition: 1s;
    background-size: cover;
}

.lib_comp--040002 .layer .close:hover {
    transform: rotate(180deg);
}

/* 弹窗搜索框动画 */
.lib_comp--040002 .searchbox {
    transform: translateY(-0.5rem);
    opacity: 0;
    transition: 0.7s;
    width: 5.5rem;
}

.lib_comp--040002 .layer.showdiv .searchbox {
    transform: none;
    opacity: 1;
}

.navi-aside-wrap .navi-aside-head:nth-of-type(2n+1),
.navi-aside-wrap .navi-aside-head:nth-of-type(2n+1) + .wp-menu {
  display: none;
}

