@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
   font-family:shsb;
   src: url("fonts/SourceHanSansCN-Bold.ttf")
}
@font-face {
   font-family:shsh;
   src: url("fonts/SourceHanSansCN-normal.ttf")
}
@font-face {
   font-family:srsh;
   src: url("fonts/SourceHanSerifCN-Bold.ttf")
}
@font-face {
   font-family: "SourceSansPro-Regular";
   src: url("fonts/SourceSansPro-Regular.ttf")
}
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: 0px;
    padding: 0px;
}
html.fixht {
    overflow: hidden;
}
html.main.fixht {
    overflow: hidden;
}
::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0px;
}

img {
    vertical-align: top;
}
html.main {
    overflow: hidden;
}
html {
     overflow-x: hidden;
    font-size: 100px;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0px;
}

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: 13px / 1 arial, "微软雅黑";
    color: rgb(51, 51, 51);
    outline: 0px;
}

:focus {
    outline: 0px;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed rgb(151, 203, 224);
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0px;
    line-height: 0;
    font-size: 0px;
    overflow: hidden;
    clear: both;
    display: block;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url("images/icon.png") no-repeat;
}

body::before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0px;
    z-index: 110;
    width: 100%;
    height: 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
}

    color: rgb(51, 51, 51);
}

p {
    line-height: 1.75;
}

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

a:hover {
    color: rgb(7, 157, 170);
}

.wrapper {
    width: 100%;
    /* margin: 0px auto; */
    position: relative;
}

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

#headtop {
    background: rgb(102, 102, 102);
}

#headtop .inner {
}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}
.open .searchbox {
    top: 0.6rem;
}
.header {
    background: url("images/head_bg.png") center top / 100% 100% no-repeat;
    border-bottom: none;
    height: auto;
    line-height: inherit;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: all 0.7s ease-out 0s;
    z-index: 0;
}

.header .inner {
    height: 1.51rem;
    position: relative;
    width: 100%;
}

.header .sitelogo {
    float: left;
    margin: 0.34rem 0;
text-align: left;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0px;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.header .mod {
    display: flex;
    justify-content: space-between;
}

.header .head-left {
    float: left;
    display: inline-block;
    margin-left: 1rem;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .sitelogo img {height: 0.78rem;width: auto;}

.search-btn img {
}

.home {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0px;
}

.body_home {
    height: 100%;
    overflow: hidden;
}

.body_b.showdiv {
    top: 0px;
}
.body_b.obs {
    z-index: 0;
    position: relative;
}
.body_b {
    position: fixed;
    inset: 100% 0px 0px 0%;
    background: rgb(255, 255, 255);
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
    /* padding-top: 1.46rem; */
    width:100%;
    top: 100%;
    bottom: 0;
    left: 0;
}

div#head1 {
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.body_home.showdiv div#head1 {
    transform: none;
    opacity: 1;
}


.header#head2 .inner {
    height: auto;
}
div#head2 {
    opacity: 0;
    transform: translateY(-100%);
    /* background: #08a2af; */
    z-index: 2;
}

.body_b.showdiv div#head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
    transition-property: transform,opacity;
   -moz-transition-property: transform,opacity;
    -o-transition-property: transform,opacity;
}

.site-rale {
}

.site-rale ul {
}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0px 12px 0px 19px;
    font-size: 13px;
    color: rgb(202, 211, 212);
    background: url("images/icon_role.png") no-repeat;
}

.site-rale ul li.links a:hover {
    color: rgb(255, 255, 255);
}

.site-rale ul li.links.i1 a {
    background-position: 0px 0px;
}

.site-rale ul li.links.i2 a {
    background-position: -90px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -187px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -269px 0px;
}

.site-lang.site-lang2 {
    border-left: 1px solid rgb(255, 255, 255);
    margin-left: 0.05rem;
    padding-left: 0.05rem;
    margin-right: 0.16rem;
}

.head-l {
    margin-right: 1rem;
}

.head-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0px;
    transition: all 0.6s ease 0s;
}

.head-right {
    margin-top: 0.28rem;
    display: flex;
}

.english a {
    color: rgb(255, 255, 255);
    font-size: 0.14rem;
    line-height: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 0.16rem;
}

.english {
    margin-left: 0.1rem;
    margin-right: 0.2rem;
}

.search-btn {
    cursor: pointer;
    margin-right: 0.28rem;
    width: 0.42rem;
    height: 0.42rem;
    background: url(images/sous.svg)no-repeat;
    background-size: 100%;
}
.search-btn img {
    width: 0.42rem;
    display: none;
}
input#myselect {
    width: 1.06rem;
    border-radius: 0.05rem;
    border: none;
    background: url("images/arrow_x.svg") right 0.09rem center no-repeat rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding-left: 0.13rem;
    height: 0.32rem;
    background-size: 0.13rem;
 font-size: 0.18rem;
}

.select_box input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 0.18rem;
    line-height: 0.32rem;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    margin: 0px 0.13rem;
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
}

.site-lang ul li.links a:hover {
    color: rgb(255, 255, 255);
}

ul.select_ul {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    border-radius: 0.05rem;
    display: none;
    z-index: 1;
}

.select_box {
    position: relative;
}

ul.select_ul a {
    display: block;
    text-align: center;
    line-height: 0.3rem;
}

.head-r {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0.76rem;
    height: 0.76rem;
    background: url("images/menubg.png") 0% 0% / 100% 100% no-repeat;
    display: flex;
    cursor: pointer;
}

.head-r::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("images/menu_icon.svg") center center / 0.24rem no-repeat;
}

#nav {
    width: 11.75rem;
    margin-top: 0.06rem;
    transition: .6s;
    opacity: 1;
}

#nav .inner {
}

#nav .inner .wp-panel {
}

#nav .inner .wp-panel .wp-window {
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    inset: 0px;
    width: auto;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: 0.7;
}

.nav .wp-menu {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.nav .wp-menu .menu-item {
    /* float: left; */
    position: relative;
    text-align: center;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a > .menu-switch-arrow {
    display: none;
    width: 20px;
    height: 25px;
    background: url("images/arrow.svg")top no-repeat;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    line-height: 0.35rem;
    color: rgb(255, 255, 255);
    font-size: 0.2rem;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link, .nav .wp-menu .menu-item a.hover {
    text-decoration: none;
}
.wrapper.fixbox.showdiv {
    visibility: inherit;
    opacity: 1;
}

.fixbox .nav .wp-menu .menu-item.i1 {
    transition-delay: .1s;
}
.fixbox .nav .wp-menu .menu-item.i2 {
    transition-delay: .2s;
}
.fixbox .nav .wp-menu .menu-item.i3 {
    transition-delay: .3s;
}
.fixbox .nav .wp-menu .menu-item.i4 {
    transition-delay: .4s;
}
.fixbox .nav .wp-menu .menu-item.i5 {
    transition-delay: .5s;
}
.fixbox .nav .wp-menu .menu-item.i6 {
    transition-delay: .6s;
}
.fixbox .nav .wp-menu .menu-item.i7 {
    transition-delay: .7s;
}
.fixbox .nav .wp-menu .menu-item.i8 {
    transition-delay: .8s;
}
.fixbox .nav .wp-menu .menu-item.i9 {
    transition-delay: .9s;
}
.fixbox .nav .wp-menu .menu-item.i10 {
    transition-delay: 1s;
}

.fixbox .nav .wp-menu {
    opacity: 0;
    transition: 0.6s;
}

.fixbox.showdiv .nav .wp-menu {
    opacity: 1;
    transition: 0.6s;
    flex-wrap: wrap;
}


.wrapper.fixbox:after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    /* height: 100%; */
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.42);
    /* opacity: 0.8; */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0000006b, endcolorstr=#0000006b);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    bottom: 0;
}
.wrapper.fixbox:before{content:"";position:absolute;    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 1;
    width: 8.3rem;background:url(images/xiaoxun.png) center no-repeat;height:1.3rem;background-size:100%}
.wrapper.fixbox .mod {
    position: relative;
    z-index: 1;
}

.fixbox .nav .wp-menu .menu-item {
     transform: translateY(0.5rem);
     opacity: 0;
     transition: .5s;
}

.fixbox.showdiv .nav .wp-menu .menu-item {
    transform: none;
    opacity: 1;
}
.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: rgba(7, 157, 170, 0.7);
    transform: translateX(-50%);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: rgb(255, 255, 255);
    line-height: 0.45rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover > a, .nav .sub-menu .sub-item a:hover {
    color: rgb(255, 255, 255);
    background-color: #FF6040;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: rgb(255, 255, 255);
    opacity: 0;
}

.nav .wp-menu .menu-item a.menu-link::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background: rgb(255, 255, 255);
    bottom: 0px;
    left: 0px;
    transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
}

.nav .wp-menu .menu-item:hover a.menu-link::after {
    transform: none;
}

.fixbox .head-top {
    display: none;
}

.fixbox #nav {
    width: 100%;
    margin-top: 2rem;
}

.fixbox .nav .sub-menu {
    min-width: initial;
    margin-top: 0.45rem;
    display: block !important;
    background: none;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
}

.fixbox .nav .menu-item>.sub-menu::before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    opacity: 0.7;
    left: 50%;
    margin-left: -14px;
}

.header.open {
}
.body_b.showdiv.obs {
    position: absolute;
    z-index: auto;
}

.body_b.showdiv div#head2.open {
    background: url("images/head_bg.png") center top / 100% 100% no-repeat;
}
.open #nav {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}

.open .head-top {
    margin-top: 0.3rem;
}

.open .head-r::after {
    background: url("images/closed.png") center center / 0.24rem no-repeat;
}

.navbox .nav .wp-menu .menu-item a.menu-link::after {
    display: none;
}

.nav .sub-menu .sub-item .sub-item {
    display: none;
}

#m-container {
}

#m-container .inner {
}

.mod {
}

.mbox {
}

#banner {
    background: rgb(231, 226, 223);
}
 #banner li.news{overflow:hidden}
#banner .news_imgs,#banner .news_video{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}

#banner .slick-active .news_imgs,#banner .slick-active .news_video{
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}
 
#banner .inner {
    width: auto;
    max-width: 100%;
    text-align: center;
}

.body_home .mbanner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.body_home .mbanner .slick-list {
    height: 100%;
}

.body_home .mbanner .news_video {
    height: 100vh;
}
.body_home .mbanner .news_video video {
    min-width: 100%;
    min-height: 100%;
}
.body_home .mbanner .slick-track {
    height: 100%;
}

.body_home .mbanner .news_imgs a {
    padding-top: 100vh;
    display: block;
}

.body_home .mbanner .slick-slide .news_imgs img {
    width: 100%;
    height: 100vh;
}

.body_home .mbanner .news .news_title {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.35rem;
    bottom: 66px;
    font-weight: bold;
    left: 50%;
    max-width: 95%;
    z-index: 1;
    font-family: shsb;
    margin-left: -8.8rem;
    /*background: #000; */
    /* font-size: 0; */
    padding: 0 0.2rem;
    /*opacity: 0.7;*/
    max-width: 27%;
    white-space: normal;
    text-align: left;
}

.body_home .mbanner .news .news_title a {
    color: #fff;
}

.mbanner .news::after {
    position: absolute;
    width: 100%;
    visibility: inherit;
    height: 2.47rem;
    bottom: 0px;
}

.mbanner .slick-dots li {
    height: 0.3rem;
    width: 0.3rem;
    background: rgb(255, 255, 255);
    margin: 0.1rem 10px;
    vertical-align: bottom;
    opacity: 1;
    border-radius: 0px;background:url(images/banner_dot.png) center no-repeat;background-size:cover
}

.mbanner .slick-dots {
    /* top: 50%; */
    width: auto;
    right: 1.17rem;
    flex-direction: row;
    bottom: 65px;
    display: flex !important;
    flex-wrap: nowrap;
    height: auto;
}

.mbanner .slick-dots li.slick-active button {
    font-size: 0.25rem;
    margin-right: 0.16rem;
    height: 0.25rem;
}

.mbanner .slick-dots li button {
    width: auto;
    height: auto;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    line-height: initial;
    padding: 0px;
    display: none;
    vertical-align: bottom;
    margin-right: 0px;
    font-weight: bold;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;background:url(images/banner_dot_active.png) center no-repeat;background-size:cover
}

.post-10 {
    position: absolute;
    bottom: 0.51rem;
    width: 16.2rem;
    left: 50%;
    transform: translateX(-50%);display: none;
}

.post-10 .news_list {
    display: flex;
    justify-content: space-between;
}

.post-10 .news_list li {
    text-align: center;
    width: 1.4rem;
    background: rgba(0, 122, 138, 0.85);
    height: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-10 .news_list li svg {
    height: 0.43rem;
}


.post-10 .news_list .news_title {
    margin-top: 0.16rem;
    color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 12px;
    font-weight: bold;
}

.mbanner .news .news_more {
    position: absolute;
    right: 0.67rem;
    z-index: 1;
    bottom: 0.51rem;
}

.l-banner {
    height: 5.25rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

.post-10 .news_list li img {
    height: 0.43rem;
}

.wrapper.fixbox {
    position: fixed;
    /* display: none; */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: url(images/fixbg.jpg);
    z-index: 1;
    background-size: cover;
    visibility: hidden;
    transition: .6s;
    opacity: 0;
}
.main1 .inner {
    padding-top: 1.6rem;
    padding-bottom: 0.82rem;
    position: relative;
}

.main1 {
    background: url(images/main1bg.jpg)no-repeat;
    background-size: cover;}
.post1 .tt {
    display: flex;
    align-items: center;
    margin-bottom: 0.43rem;
    flex: none;
}

.post1 .tt .tt_en {
    display: block;
    color: #08A2AF;
    font-size: 0.2rem;
    line-height: 0.27rem;
    font-family: "shsh";
    text-transform: uppercase;
    font-weight: normal;
}

.post1 .tt .title {
    color: #08A2AF;
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-family: "shsb";
}

.post1 .tt .more_btn {
    border-left: 1px solid rgb(255 96 64 / 20%);
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
    padding-left: 0.23rem;
    height: 0.64rem;
}

.post1 .tt .more_btn a {
    color: #FF6040;
    font-size: 0.18rem;
    font-family: "shsh";
}
.post-11 .listl {
    width: 69.5%;
    flex: none;
    position: relative;
    transform: translateX(-100px);
    opacity: 0;

    transition: all 2s ease-out 0s;
}

.post-11 .con {
    display: flex;
    position: relative;
}
.post-11 .listl .news_imgs a {
    display: block;
    padding-top: 66.6%;
}

.post-11 .listl .news_wz {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 0 0.59rem;
    color: #fff;
    box-sizing: border-box;
    bottom: 0.23rem;
}

.post-11 .listl .news {
    position: relative;
}

.post-11 .listl .news_imgs a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3.26rem;
    position: absolute;
    bottom: 0;
    background: url(images/newsbg1.png)no-repeat;
    background-size: 100% 100%;
}
.post-11 .listl .news_wz a {
    color: #fff;
}

.post-11 .listl .news_date {
    font-size: 0.16rem;
    margin-bottom: 0.13rem;
}

.post1 .news .news_date {
    font-family: "Arial";
}

.post-11 .listl .news_title {
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
}

.post-11 .listl .news_text {
    font-size: 0.16rem;
    line-height: 0.32rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-11 .listr .news {
    height: 20%;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(100px);
    opacity: 0;
    position: relative;
}

.post-11 .listr .news_imgs {
    width: 45.5%;
    flex: none;
    position: relative;
}
.post-11 .listr .news_imgs a {
    display: block;
    height: 100%;
}

.post-11 .listr .news_wz {
    flex: 1;
    padding: 0.16rem 0.22rem 0 0.22rem;
    position: relative;
}

.post-11 .listr .news_date {
    font-size: 0.14rem;
    line-height: 0.16rem;
    margin-bottom: 0.08rem;
    transition: all 0.4s ease-in-out 0s;
}

.post-11 .listr .news_title {
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-weight: bold;
    
}
.post-11 .listr .news_title a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-11 .listr .news:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    /* transform: translateX(-50%); */
    /* margin-top: -50%; */
    transition: all 0.5s ease-in-out 0s;
}


.post-11 .listr .selected .news_title a{
    color: #fff;
}

.post-11 .listr .selected .news_imgs {
    position: relative;
}

.post-11 .listr .selected .news_date {
    color: #fff;
}
.post-11 .con:before {
    width: 96.3%;
    content: "";
    position: absolute;
    height: 100%;
    background: url(images/post11bg.png)no-repeat;
    background-size: 100% 100%;
    top: -0.24rem;
    right: -0.5rem;
}
.post-11 .listr {
    position: relative;
  flex:1

}
.main2 .inner {
    padding: 0.6rem 0 0.3rem;
}
.main2{background:url(images/m2.png)no-repeat center/cover;}
.post-21 .news_box {
    margin: 0 0.15rem;
    transform: translateY(100px);
    opacity: 0;
    transition: all 2s ease-out 0s;
}

.news_box {}

.post-21 .news_list {
    margin: 0 -0.15rem;
}

.post-21 .news .news_imgs a {
    display: block;
    padding-top: 66.75%;
}

.post-21 .news .news_imgs {
    margin-bottom: 0.24rem;
    overflow: hidden;
}

.post-21 .news .news_wz {
    border-left: 2px solid #FF6040;
    padding-left: 0.18rem;
}

.post-21 .news .news_date {
    font-size: 0.14rem;
    line-height: 0.32rem;
    margin-bottom: 0.12rem;
}

.post-21 .news .news_title {
  
    font-size: 0.18rem;
    font-weight: bold;
}
.post-21 .news .news_title a{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
}
.post-22 .news_list{display: flex;column-gap: 0.6rem;row-gap: 0.3rem;flex-wrap: wrap;}
.post-22 .news_list .news{
    transition:all 0.2s ease-in-out;
    width: 7.8rem;
    background: #FFFFFF90;
}
.post-22 .news_list .news:hover{box-shadow:0px 3px 20px #00000024;background:#ffffff;}
.post-22 .news_list .news .news_date{float:left;padding: 0.095rem 0.313rem;background: #08A2AF;text-align: center;margin-right: 0.24rem;    transition:all 0.2s ease-in-out;font-family:'shsb';}
.post-22 .news_list .news:hover .news_date{background:#FF6040;}
.post-22 .news_list .news:hover .news_title a{color:#FF6040;}
.post-22 .news_list .news .news_m{font-size:0.2rem;color:#fff;line-height: 0.29rem;}
.post-22 .news_list .news .news_day{font-size:0.36rem;color:#fff;line-height: 0.52rem;}
.post-22 .news_list .news .news_title{
font-weight:bold;
font-family:'shsh';
transition:all 0.2s ease-in-out;
  line-height:0.26rem;
  font-size:0.18rem;
  color:#333333;
  width: calc(98% - 1.3rem);
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding: 0.26rem 0 0.22rem;
  }

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

.main3 .inner {
    padding: 0.62rem 0 0.94rem;
}
.post1.post-31 .tt .title {
    color: #fff;
}

.post1.post-31 .tt .tt_en {
    color: #fff;
}

.post1.post-31 .tt .more_btn a {
    color: #fff;
}

.post1.post-31 .tt .more_btn {
    border-left: 1px solid rgb(255 255 255 / 20%);
}

.post-31 .news {
    float: left;
    width: 25%;
    transition: all 0.4s ease-in-out 0s;
}

.post-31 .news .news_box {
    margin: 0 0.15rem;
    height: 1.92rem;
    border-left: 1px solid #77ccd5;
    border-right: 1px solid #77ccd5;
    border-bottom: 1px solid #77ccd5;
    position: relative;
    padding: 0.22rem;
    box-sizing: border-box;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
    /* top: 0; */
    display: flex;
    align-items: center;
}

.post-31 .news_list {
    margin: 0 -0.15rem;
}

.post-31 .news .news_box:after {
    content: "";
    width: 2.48rem;
    display: block;
    height: 1px;
    opacity: 0.45;
    background: #77ccd5;
    right: 0;
    position: absolute;
    top: 0;
}

.post-31 .news .news_box:before {
    content: "";
    width: 0.22rem;
    display: block;
    height: 1px;
    /* opacity: 0.45; */
    background: #77ccd5;
    left: 0;
    position: absolute;
    top: 0;
}
.post-31 .news .news_from {
    position: absolute;
    font-size: 0.14rem;
    color: #fff;
    font-family: "Arial";
    top: -0.07rem;
}

.post-31 .news_wz {
    display: flex;
    /* margin-bottom: 0.29rem; */
    align-items: flex-start;
}

.post-31 .news_meta {
    flex: none;
    display: flex;
    font-family: "Arial";
    color: #fff;
    align-items: center;
    margin-right: 0.26rem;
}

.post-31 .news_days {
    font-size: 0.4rem;
    line-height: 0.44rem;
    font-weight: bold;
    margin-right: 0.06rem;
}

.post-31 .news .news_mon span {
    display: block;
    font-size: 0.14rem;
}

.post-31 .news .news_month {
    font-weight: bold;
    line-height: 0.19rem;
}

.post-31 .news .news_year {
    font-size: 0.14rem;
}
.post-31 .news .news_title a {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-31 .news .news_title {
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-weight: bold;
    min-height: 0.96rem;
}

.post-31 .news_text a {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #fff;
    opacity: 0.8;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main4 {
    background: #89CEC6;
}

.main4 .inner {
    padding: 0.78rem 0 1.17rem;
}
.main4 .post1 .news {
    float: left;
    width: 25%;
}
.main4 .mbottom .post1 .more_btn a {
    color: #FF6040;
    font-size: 0.18rem;
    font-family: "shsh";
    line-height: 0.3rem;
    border-bottom: 1px solid rgb(255 96 64 / 20%);
    display: inline-block;
}

.main4 .mbottom .post1 .more_btn {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    display: none;
}

.main4 .mbottom .post1.active .more_btn {
    display: block;
}

.inner {}
.post-41 .news_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5BA098;
}
.post-41 .news_list .news span {
    display: block;
    text-align: center;
    color: #1993A7;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}

.post-41 .news_list .news .link-cn {
    font-size: 0.28rem;
    line-height: 0.37rem;
    margin-bottom: 0.08rem;
}

.post-41 .news_list .news .link-en {
    font-size: 0.16rem;
    font-family: "shsh";
    line-height: 0.21rem;
}

.post-41 .news_list .news {
    padding-bottom: 0.14rem;
cursor: pointer;
}

.post-41 {
    margin-bottom: 0.536rem;
}
.post-41 .news_list .news.selected {
    border-bottom: 2px solid #FF6040;
    margin-bottom: -1px;
}

.post-41 .news_list .news.selected  span {
    color: #E86146;
}

.post-41 .news_list .news.selected .link-cn {
    font-size: 0.36rem;
    font-weight: bold;
}

.post-41 .news_list .news.selected .link-en {
    font-size: 0.2rem;
}

.main4 .mbottom .post {
    height: 0;
    overflow: hidden;
    /* position: relative; */
    /* padding-bottom: 0.4rem; */
}

.main4 .mbottom .post.active {
    height: auto;
}

.main4 .mbottom .post .news_box {
    margin: 0 0.15rem;
    height: 2.44rem;
    box-sizing: border-box;
    background: #fff;
    padding: 0.29rem 0.37rem;
    transition: all 0.8s ease-in-out 0s;
}

.main4 .mbottom .post .news_list {
    margin: 0 -0.15rem;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.main4 .mbottom .post .news_from {
    color: #FF6040;
    font-size: 0.17rem;
    line-height: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.26rem;
    transition: all 0.4s ease-in-out 0s;
}

.main4 .mbottom .post .news_from:before {
    content: "";
    background: #FF6040;
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.14rem;
    transition: all 0.4s ease-in-out 0s;
}

.main4 .mbottom .post .news_title {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
    min-height: 0.64rem;
    margin-bottom: 0.43rem;
}
.main4 .mbottom .btn{
    display: none;
    width: 0.5rem;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    opacity: 0.5;
    z-index: 1;
}
.main4 .mbottom .btn img{
    width: 100%;
}
.main4 .mbottom .post .news_title a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main4 .mbottom .post .news_date {
    color: #666666;
    font-size: 0.18rem;
    display: inline-block;
    padding: 0 0.08rem;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    transition: all 0.4s ease-in-out 0s;
}

.main4 .mbottom {
    min-height: 2.44rem;
    position: relative;
    /* padding-bottom: 0.5rem; */
}
.main5 {
    background: url(images/main5bg.png);
    background-size: cover;
}

.main5 .inner {
    padding: 0.8rem 0 1.05rem;
}
.post-51 .news_list {
    display: flex;
}

.post-51 .news_list .news {
    flex: none;
    display: flex;
    height: 5.4rem;
    flex-direction: column;
    transform: translateY(-100px);
    opacity: 0;
       width: 25%;
    transition: all 1s ease-out 0s;
}
.post-51 .news_list .news:hover .news_imgs a {
    transform: scale(1.1);
}
.post-51 .news_list .news:hover .news_title a {
    color: #08a2af;
}

.post-51 .news_list .news_imgs {
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.post-51 .news_list .news_imgs a {
    display: block;
    height: 100%;
    width: 100%;
}

.post-51 .news_list .news.n2,.post-51 .news_list .news.n4 {
    flex-direction: column-reverse;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.post-51 .news_list .news_wz {
    background: #fff;
    height: 50%;
    box-sizing: border-box;
    padding: 0.32rem 0.36rem;
}

.post-51 .news_list .news .news_date {
    font-size: 0.16rem;
    color: #FF6040;
    margin-bottom: 0.24rem;
}

.post-51 .news_list .news .news_title {
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.post-51 .news_list .news .news_title a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-51 .news_list .news .news_text a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main6 {
    background: url(images/main6bg.svg)right 3.15rem top no-repeat;
    background-size: 17.44rem;
}

.main6 .inner {
    padding: 1.01rem 0 1.08rem;
}
.post-61 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.post-61 .con {
    width: 80.8%;
    position: static;
overflow: hidden;
}

.post-61 .slick-initialized .news_list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.post-61 .news_list .news:hover .news_imgs a {
    transform: scale(1.1);
}
.post-61 .news_list .news .news_imgs {
    overflow: hidden;
}
.post-61 .news_list .news_l {
    width: 64.8%;
    margin-right: 0.37rem;
    flex: none;
    transform: translate(-100px,100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.post-61 .news_list .news_l .news_imgs a {
    display: block;
    padding-top: 56.4%;
}

.post-61 .news_list .news_l .news_wz {
    background: #F5F2F2;
    height: 1.27rem;
    border-left: 2px solid #FF6040;
    box-sizing: border-box;
    padding: 0.28rem 0.31rem;
}

.post-61 .news_list .news_l .news_date {
    font-size: 0.18rem;
    line-height: 0.21rem;
    font-weight: bold;
    margin-bottom: 0.18rem;
}

.post-61 .news_list .news_l .news_title {
    font-size: 0.24rem;
    line-height: 0.31rem;
    font-weight: bold;
}

.post-61 .news_list .news_l .news_title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-61 .news_list .news_r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex: none; */
    transform: translate(100px,100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.post-61 .news_list .news_r .news {
    height: calc((100% - 0.36rem)/2);
    position: relative;
}

.post-61 .news_list .news_r .news_title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 0 0.31rem;
    bottom: 0.19rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-weight: bold;
    box-sizing: border-box;
}

.post-61 .news_list .news_r .news_imgs {
    height: 100%;
    width: 100%;
}

.post-61 .news_list .news_r .news_imgs a {
    display: block;
    height: 100%;
    width: 100%;
}
.post-61 .news_list .news_r .news_imgs a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.09rem;
    position: absolute;
    bottom: 0;
    background: url(images/newsbg2.png)no-repeat;
    background-size: 100% 100%;
}
.post-61 .news_list .news_r .news_title a {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-61 .slick-prev, .post-61  .slick-next {
    top: 1.58rem;
}

.post-61 .slick-prev {
    left: 0;
}

.post-61 .slick-next {
    left: 0.89rem;
}
.main7 {
    background: #98D4CD url(images/main7bg.svg) no-repeat right top;
    /* background-size: 100%; */
    background-size: 13.49rem;
}

.main7 .inner {
    padding: 0.9rem 0 1.06rem;
}
.post-71 .news {
    float: left;
    width: 25%;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.post-71 .news .news_box {
    margin: 0 0.125rem;
    background: #fff;
    height: 2.43rem;
    box-sizing: border-box;
    padding: 0.37rem 0.43rem;
    transition: all 0.8s ease-in-out 0s;
}

.post-71 .news_list {
    margin: 0 -0.125rem;
}

.post-71 .news .news_from {
    font-size: 0.18rem;
    color: #FF6040;
    font-weight: bold;
    padding: 0 0.12rem;
    display: inline-block;
    border-left: 2px solid #FF6040;
    border-right: 2px solid #FF6040;
    margin-bottom: 0.28rem;
    transition: all 0.4s ease-in-out 0s;
}

.post-71 .news .news_title {
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-weight: bold;
}

.post-71 .news .news_title a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-71 .news .news_box:hover {
    background: #FF6040;
}

.post-71 .news .news_box:hover .news_from {
    color: #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.post-71 .news .news_box:hover .news_title a {
    color: #fff;
}
.main8 {
    background: url(images/main8bg.svg)no-repeat top 0.13rem center;
    /* background-size: 100%; */
    background-size: 22.278rem;
}

.main8 .inner {
    padding: 0.78rem 0 1.16rem;
}
.post-81 .slick-initialized .news_list {
    display: flex;
    justify-content: space-between;
}
.post-81 .news_list .news:hover .news_imgs a {
    transform: scale(1.1);
}

.post-81 .news_list .news_imgs {
    overflow: hidden;
}
.post-81 .news_list .news_l {
    width: 49.9%;
    flex: none;
    margin-right: 0.32rem;
    /* overflow: hidden; */
}

.post-81 .news_list .news_r {
    flex: 1;
    margin: 0 -0.15rem;
}
.post-81 .news_list .news_l .news_imgs a {
    display: block;
    padding-top: 47%;
}

.post-81 .news_list .news .news_imgs a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.post-81 .news_list .news {
    position: relative;
    transform: scale(0);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.post-81 .news_list .news_l .news_imgs a:after {background: #DB646A;}

.post-81 .news_list .news .news_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    TEXT-ALIGN: CENTER;
    line-height: 0.45rem;
}

.post-81 .news_list .news .news_title a {
    color: #fff;
    font-size: 0.38rem;
    font-family: "srsh";
    width: 93%;
    margin: 0 auto;
    display: block;
}

.post-81 .news_list .news_r .news {
    width: 50%;
    height: calc((100% - 0.26rem)/2);
    margin-bottom: 0.26rem;
    float: left;
}
.post-81 .news_list .news_r .news_box {
    margin: 0 0.15rem;
    /* width: 100%; */
    position: relative;
    height: 100%;
}

.post-81 .news_list .news_r .news_imgs {
    height: 100%;
}

.post-81 .news_list .news_r .news_imgs a {
    display: block;
    height: 100%;
}

.post-81 .news_list .news_r .n1 .news_imgs a:after {
    background: #AA2F34;
}
.post-81 .news_list .news_r .n2 .news_imgs a:after {
    background: #FF6040;
}
.post-81 .news_list .news_r .n3 .news_imgs a:after {
    background: #DBC445;
}
.post-81 .news_list .news_r .n4 .news_imgs a:after {
    background: #F75151;
}
.showdiv .post-11 .listl {
    transform: none;
    opacity: 1;
}
.post-11 .listr .news.selected:before {
    width: 108.5%;
    height:calc(100% + 0.14rem);
    top: -0.07rem;
    right: -0.07rem;
    background:#FF6040
}

.showdiv .post-11 .listr .news.selected {
    z-index: 1;
}
.post-11 .listr .news.n2 {
        transition-delay: .2s;
}
.post-11 .listr .news.n3 {
    transition-delay: .3s;
}
.post-11 .listr .news.n4 {
    transition-delay: .4s;
}
.post-11 .listr .news.n5 {
    transition-delay: .5s;
}

.showdiv .post-11 .listr .news {
    transform: none;
    opacity: 1;
}

.main2.showdiv .post-21 .news_box {
    transform: none;
    opacity: 1;
}

.post-21 .news_box:hover .news_imgs a {
    transform: scale(1.1);
}

.post-21 .news_box:hover .news_title a {
    color: rgb(7, 157, 170);
}

.post-31 .news:hover {
    margin-top: -0.1rem;
}

.main3.showdiv .post-31 .news .news_box {
    opacity: 1;
    transform: none;
}

.main4 .mbottom .post .news_box:hover {background: #FF6040;}

.main4.showdiv .mbottom .post .news_list {
    transform: none;
    opacity: 1;
}

.main4 .mbottom .post .news_box:hover .news_from {
    color: #fff;
}

.main4 .mbottom .post .news_box:hover .news_from:before {
    background: #fff;
}

.main4 .mbottom .post .news_box:hover .news_title a {
    color: #fff;
}

.main4 .mbottom .post .news_box:hover .news_date {
    color: #fff;
    border-color: #fff;
}

.main5.showdiv .post-51 .news_list .news {
    opacity: 1;
    transform: none;
}

.main6.showdiv .post-61 .news_list .news_l {
    opacity: 1;
    transform: none;
}

.main6.showdiv .post-61 .news_list .news_r {
    opacity: 1;
    transform: none;
}

.main7.showdiv .post-71 .news {
    opacity: 1;
    transform: none;
}

.main8.showdiv .post-81 .news_list .news {
    opacity: 1;
    transform: none;
}
.list div#head1 {
    opacity: 1;
    transform: none;
    z-index: 3;

}
.list .wrapper.fixbox {
    z-index: 2;
}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {height: 0;background-position: center center;background-repeat: no-repeat;text-align: center;background-size:  100% 100%;    background-size: 100% 100%;
    padding-top: 35.9%;}
.l-banner img { display: none; height: 100%; vertical-align: top; }
/**主体列表页开始**/
#l-container {    position: relative; }
#l-container .inner {     position: relative;
    padding: 0;    padding-top: 0px;}
ul.news_list.list2 span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
ul.wp_listcolumn ul.sub_list li {
    background: #fff;
}
/**主体文章页开始**/
#d-container {    min-height: 500px; }
#d-container .inner { background: #fff; }
.col_menu {width: 2.25rem;float: left;margin-right: -2.9rem;position: relative;padding-top: 0.5rem;}
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head {background: #08a2af;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.22rem;font-weight: normal;line-height: 0.6rem;color: #fff;padding-left: 8px;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 50px; padding: 0px 5px 0px 30px; }/**栏目名称图标**/
.col_menu .col_menu_con { border: 0px solid #e4e4e4; }
/*栏目列表*/
.col_list .wp_listcolumn .wp_column .sub_list a:hover {
    background: none;
}
.col_list { }
.col_list .wp_listcolumn { border-top: 0px solid #2867A0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 0.15rem;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #E2E2E2;
    background: url(images/jth.png) no-repeat center right;
    background-position-x: 93%;
    padding-left: 0.18rem;
    width: auto;
    }
.col_list .wp_listcolumn .wp_column a .column-name {padding: 0;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.6rem; }
 .col_list .wp_listcolumn .wp_column a.selected {
    background: url(images/jtb.png) no-repeat center right;
    padding-left: 0.18rem;
    box-sizing: border-box;
    background-position-x: 93%;
    }

#container-1 .inner {
    position: relative;
}
.wp_listcolumn li.wp_column:hover {
  background: url(images/bg-title.png) no-repeat center left;
    background-size: 100% 100%;

}
.col_list .wp_listcolumn .wp_column a:hover{

    color: #007A8A;
    font-weight: 600;

}
.wp_listcolumn li.wp_column.selected {
    background: url(images/bg-title.png) no-repeat center left;
    background-size: 100% 100%;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #fff;
    font-weight: 600; }
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color: #454545; background: none; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; }
.col_list .wp_listcolumn .wp_column.parent > a .column-name { font-weight: bold; color: #007A8A; }
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color: #333;border-top: 1px solid #eee;padding-left: 0.36rem;font-size: 0.14rem;background: none;}
.col_list .wp_listcolumn .sub_list a .column-name {display: inline-block;/* line-height: 28px; */padding: 0;cursor: pointer;font-size: 0.16rem;line-height: 0.4rem;}
.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 { }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 60px; 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: #007A8A; }
/**栏目新闻**/
.col_news { width: 100%; min-height: 500px; float: right; }
div#wp_paging_w6 {
    margin-bottom: 0.4rem;
}
.col_news .col_news_box {
    margin-left: 3rem;
    border-left: 1px solid #d6d6d6;
    padding-left: 0.5rem;
    padding-top: 0.3rem;
    }
.col_news_head {
    border-bottom: 1px solid #DBDBDB;
    position: absolute;
    top: -0.65rem;
    /* line-height: 65px; */
    background: url(images/hetbg.png) no-repeat  left;
    width: 100%;
    height: 0.65rem;
    display: flex;
    align-items: center;
    background-size: 7.88rem;
    }

.col_news_head ul.col_metas.clearfix {
    max-width: 16.2rem;
    margin: 0 auto;
}
.col_metas .col_title { display: inline-block; float: left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 { display: inline-block; font-size: 22px; font-family: "Microsoft yahei"; font-weight: normal; color: #007A8A; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path {
    display: inline-block;
    white-space: nowrap;
    /* height: 0.65rem; */
    color: #666;
    padding-left: 0px;
    } /**当前位置**/
.col_metas .col_path a {     color: #666666;}
.possplit {
    background: url(images/min-text.png) no-repeat center;
    margin: 0 10px;
}
.col_news_con { padding: 5px 0px 10px 0px; margin: 0 0px; }
.col_news_list { margin-top: 7px; }
.col_news_list .wp_article_list .list_item { } /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p { line-height: 1.75; font-size: 14px; color: #333; }
.col_news_list .wp_entry p { margin-bottom: 10px; }
.col_news_list .wp_entry table { margin-bottom: 4px; }
.col_news_list .wp_entry img { max-width: 680px; _width:expression(this.width > 680 ? "680px" : this.width);} 
.col_news .news {
    font-size: 0.16rem;
    line-height: 0.44rem;
    width: 100%;
}

.col_news .news .news_title {
    float: left;
    width: 80%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col_news .news .news_meta {
    float: right;
}


.list   .col_menu_head{    display: none;}
.list   .con-title{
    position: absolute;
    bottom: 1.1rem;
    left: 0;
    right: 0;
    display: flex;
    max-width: 16.2rem;
    margin: 0 auto;
}


.list .con-title span.titleCon{
  color: #fff;
  z-index: 1;
  font-size: 0.45rem;
  font-weight: 600;
  }
.list .con-title span.titleShadow{
display: inline-block;

  color: transparent;
  font-size: 0.45rem;
   font-weight: 600;
@supports (-webkit-background-clip: text) or (background-clip: text) {
		background: linear-gradient( #01545E, #A45225);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
    }
    -webkit-background-clip: text;
    position: absolute;
    z-index: 0;
    transform: translate(5px, 5px);
  }

.list #container-1{position: relative;}
.col_list .wp_listcolumn .wp_column a:hover{    background: url(images/jtb.png) no-repeat center right;
    background-position-x: 93%;}
.szdw .dhhy li{display: inline-block;
    width: auto;
    line-height: 30px;}
.col_list .wp_listcolumn .wp_column a:hover span {
    color: #fff;
}
/**列表页文章图片大小限制**/
/**文章页**/
.infobox { padding: 20px 60px; margin: 0 auto; width: auto; }
.article { padding-top: 10px; }
.article h1.arti_title { line-height: 36px; font-family: "Microsoft YaHei"; font-size: 22px; text-align: center; color: #007A8A; } /**文章标题**/
.article h2.arti_title { line-height: 34px; font-family: "Microsoft YaHei"; font-size: 17px; text-align: center; color: #1B1B1B; } /**文章副标题**/
.article .arti_metas { padding: 10px; text-align: center;/* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; font-size: 12px; color: #787878; }/**文章其他属性**/
.article .entry { margin: 0 auto; overflow: hidden; margin-top: 10px; } /**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 14px; color: #333; }  /**阅读字体**/
.article .entry .read p {margin-bottom: 10px;font-family: "SourceSansPro-Regular", "微软雅黑";text-align: justify;}
.article .entry .read img { margin: 0 auto; max-width: 940px; _width:expression(this.width > 940 ? "940px" : this.width);}   /**文章阅读部分图片大小限制**/
.article .entry .read table { margin: 0 auto; border: none; }
.wp_articlecontent *{font-size:18px !important;line-height:1.8 !important;font-family: "SourceSansPro-Regular", "微软雅黑";text-align: justify !important;}
#footer {
    background: url(images/footbg.jpg)no-repeat;
    background-size: 100% 100%;
}
#footer .inner .foot-bottom .copyright {line-height: 0.71rem;}
#footer .inner {
    padding: 0.84rem 0 0.71rem;
    position: relative;
    position: relative;
}

#footer .inner .mod {
}
.foot-left {
    margin-top: 0.11rem;
}
.foot-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.43rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 0.34rem;
    /* margin-top: 0.11rem; */
}
.foot-top .xian {
    width: 1px;
    background: #FFFFFF;
    opacity: 0.3;
}

.foot-center .tt {
    font-size: 0.16rem;
    line-height: 0.21rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.23rem;
}

.foot-center .con p {}

#footer .inner .foot-right ul {
    display: flex;
}

#footer .inner .foot-right img {
    width: 1.2rem;
}

#footer .inner .foot-right .i2 {
}

#footer .inner .foot-right a {
    color: #fff;
}

#footer .inner .foot-right .news_title {
    font-size: 14px;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 19px;
     color: #fff;
}
#footer .inner .foot-right .news_imgs  a {
    pointer-events: none;
}
.control_top {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 0.16rem;
    cursor: pointer;
    bottom: 0.71rem;
line-height: 0.21rem;
}

.control_top a {
    color: #fff;
}
.control_top img {
    vertical-align: middle;
    margin-left: 0.07rem;
}

#footer .inner p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    font-weight: normal;
    text-align: left;
    color: rgb(255, 255, 255);
    opacity: 0.8;
}
#footer .inner .copyright span:nth-child(2) a{ display:inline-block;  }
#footer .inner .copyright span:nth-child(2) img{height:50px;}
#footer .inner p span {
    margin: 0px 3px;
margin-right: 0.1rem;
}

#footer .inner .copyright {
}

#footer .inner .copyright span {
}
.foot-left img {
    width: 2.89rem;
}
#footer .inner .copyright a {
    color: #fff;
}

.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 0.4rem;
    border: 1px solid rgb(208, 208, 208);
}

.wp_search #keyword {
    padding: 4px 0px;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: rgb(255, 255, 255);
    width: 160px !important;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    vertical-align: top;
}

body {
    position: relative;
}
.searchbox {
       position: fixed;
    height: 100%;
    width: 100% !important;    top: 0px !important; left: 0; display: none; background: rgba(0,0,0,0.5); z-index: 10;
}
.searchbox:before {
    content: "X";
    font-size: 0.5rem;
    color: #fff;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 0.5rem;
    right: 0.5rem;
}
.wp-search {
    position: fixed;
    overflow: hidden;
    background: rgb(255, 255, 255);
    width: 8rem;
    margin: 0 auto;
    top: 50%;
    margin-top: -0.2rem;
    left: 50%;
    margin-left: -4rem;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 12px;
    margin-right: 41px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    background: none;
    color: rgb(51, 51, 51);
    font-size: 0.16rem;
    border: 0px;
    outline: 0px;
    font-family:"微软雅黑";
}

.wp-search .search-btn {
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    right: 0px;
    top: 0%;
    display: block;
    margin: 0px;
    background: none;
}

.wp-search .search-btn input.search-submit {
    height: 100%;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: "微软雅黑";
    width: 100%;
    background: url("images/sous2.png") center center no-repeat;
    font-size: 0px;
    background-size: 0.2rem;
}

.wrapper.fixbox.search {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
    top: 0px;
    right: 0px;
    background: none 0% 0% / cover;
    height: 100%;
    z-index: 999;
    box-sizing: border-box;
}

.wrapper.fixbox.search.open {
    opacity: 1;
    visibility: inherit;
}

.wrapper.fixbox.search::after {
    content: "";
    display: block;
    visibility: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(18, 54, 143);
    backdrop-filter: blur(16px);
    opacity: 0.8;
}

.closebox {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    cursor: pointer;
    z-index: 1;
}

.main1 .shares {
    text-align: center;
    right: 0;
    position: absolute;
    top: 0.16rem;
}

.shares li .news_imgs img {
    width: 0.9rem;
}

.shares li:hover .news_imgs {
    bottom: 104%;
    opacity: 1;
}

.main1 .mod {
    position: relative;
}
.shares ul {
    width: auto;
    margin: 0px auto;
    text-align: right;
    float: right;
}

.shares li {
    display: inline-block;
    margin: 0px 0.08rem;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    border: 0px solid red;
    /* background: url("images/share_icon.png") no-repeat; */
    /* opacity: 0.6; */
    vertical-align: top;
    border-radius: 50%;
    pointer-events: none;
    cursor: pointer;
}

.shares li a:hover {
    opacity: 1;
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -72px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: rgb(208, 212, 234);
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: rgb(255, 255, 255);
}
.shares li .news_imgs {
    position: absolute;
    bottom: 129%;
    left: 50%;
    margin-left: -0.45rem;
    opacity: 0;
    transition: 0.6s;
z-index: 2;
}
.shares li.n1 a {
    background: #fff url(images/wechat.svg)no-repeat center;
    background-size: 0.29rem;
}
.shares li.n2 a {
    background: #fff url(images/douyin.svg)no-repeat center;
    background-size: 0.29rem;
}
.shares li.n3 a {
    background: #fff url(images/bili.svg)no-repeat center;
    background-size: 0.24rem;
}
.shares li.n4 a {
    background: #fff url(images/bili.svg)no-repeat center;
    background-size: 0.29rem;
}
.shares li.n1 a:hover {
    background: #08a2af url(images/wechat-a.svg)no-repeat center;
    background-size: 0.29rem;
}
.shares li.n2 a:hover {
    background: #08a2af url(images/douyin-a.svg)no-repeat center;
     background-size: 0.29rem;
}
.shares li.n3 a:hover {
    background: #08a2af url(images/bili-a.svg)no-repeat center;
     background-size: 0.24rem;
}
.shares li.n4 a:hover {
    background: #08a2af url(images/bili-a.svg)no-repeat center;
     background-size: 0.29rem;
}
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 10px;
    width: 150px;
    line-height: 32px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(208, 208, 208);
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 25px 0px 10px;
    color: rgb(161, 161, 161);
    background: url("images/arrow.png") right top no-repeat;
}

.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow {
    color: rgb(51, 51, 51);
    background-position: right bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 33px;
    width: auto;
    min-width: 180px;
    height: auto;
    max-height: 300px;
    overflow: hidden auto;
    background: rgb(245, 245, 245);
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0px;
    color: rgb(68, 68, 68);
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0px 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: rgb(255, 255, 255);
    background: rgb(15, 66, 155);
    cursor: pointer;
}

#display {
    z-index: 0;
    display: block;
    cursor: default;
    position: absolute;
    left: 0px;
    top: 0px;
}

#blachole {
    position: fixed;
    top: 60px;
    right: 60px;
    width: 120px;
    height: 120px;
}

canvas {
    width: 100%;
    height: 100%;
}
/**底部二维码**/
#footer .inner .foot-right{
    margin-left: -1rem;
    margin-top: 0.3rem;
}
#footer .inner .shares li {
    display: inline-block;
    margin: 0px 0.18rem;
    position: relative;
    text-align: center;
}

#footer .inner .shares li a {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    border: 0px solid red;
    /* background: url("images/share_icon.png") no-repeat; */
    /* opacity: 0.6; */
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: visible;
}
#footer .inner .shares li.i1 a {
    background: #F3F3F3 url(images/wechat.svg)no-repeat center;
    background-size: 0.29rem;
}
#footer .inner .shares li.i2 a {
    background: #F3F3F3 url(images/phone.svg)no-repeat center;
    background-size: 0.19rem;
}
#footer .inner .shares li.i3 a {
    background: #F3F3F3 url(images/douyin.svg)no-repeat center;
    background-size: 0.24rem;
}
#footer .inner .shares li.i4 a {
    background: #F3F3F3 url(images/bili.svg)no-repeat center;
    background-size: 0.29rem;
}
#footer .inner .shares li .news_imgs{opacity:1;bottom: 131%;width: auto;margin-left: -0.6rem;}
#footer .inner .shares li .news_imgs img{height:auto;}
.bb {
  position: absolute;
  left: 50%;
  bottom: 66px;
  text-align: center;
 /* transform: translateX(-50%);*/
  color: #94070a;
  font-size: 36px;
  cursor: pointer;
  opacity: 0;
  font-family: icon;
  padding: 0 10px;
  font-weight: bold;
  animation: bb 2s linear 0s infinite;
/*margin-left: -36px;*/
}


@keyframes bb{
	0%{margin-left:-46px;bottom:66px;opacity:0;}
	20%{margin-left:-46px;bottom:63px;opacity:1;}
	80%{margin-left:-46px;bottom:56px;opacity:1;}
	90%{margin-left:-46px;bottom:56px;opacity:0;}
	100%{margin-left:-46px;bottom:56px;opacity:0;}
}

/*@keyframes bb{
	0%{transform:translate(-50%,0);opacity:0;}
	20%{transform:translate(-50%,3px);opacity:1;}
	80%{transform:translate(-50%,10px);opacity:1;}
	90%{transform:translate(-50%,10px);opacity:0;}
	100%{transform:translate(-50%,10px);opacity:0;}
}*/


.mbanner .slick-prev{left: 50%;  bottom: 65px; margin-left: -100px;top: auto;background-size: 8px;opacity: 1;}
.mbanner .slick-next{right: 50%;bottom: 65px; margin-right: -100px;top: auto;background-size: 8px;opacity: 1;}
/*
.mbanner .slick-dots li{     border-bottom: 1px solid #FF6040; opacity:1;background:rgba(255,255,255,.3)}
.mbanner .slick-dots li.slick-active{    background: #FF6040;}
*/
.mbanner .slick-next:hover{ background-image:url(images/rightorg.svg)}
.mbanner .slick-prev:hover{background-image:url(images/leftorg.svg)}

.searchbox+div ul li.links.i1 {
   
}


