:root {
    --main-bg-color: #167DF3;
    --main-head-color: #5491E2;
    --main-nav-color: #CFE5FD;
    --main-hover-color: #001AA7;
    --main-font-color: #fff;
    --main-font-color1: #000;
    --head-height: 80px;
    --list-bg-color: #F7F5F6;
    --certifi-height: 200px;
    --certifi-width: 300px;
    --main-container-width: 1340px;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
}
a:hover {
    color: var(--main-bg-color);
}
a {
    text-decoration: none;
    color: #000;
    outline: none;
    word-wrap: break-word;
}

.wrapper .inner {
    width: 100%;
}
#header {
    background: var(--main-head-color);
    margin-bottom: 4px;
}
#header .inner {
    height: var(--head-height);
    background: var(--main-head-color);
    display: flex;
    justify-content: space-between;
}

.site-logo-box {
    display: flex;
    align-items: center;
    box-sizing: border-box;

}

.site-line {
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    color: var(--main-font-color);
    padding-left: 10px;
    padding-right: 18px;
    font-weight: lighter;
    font-family: 'Courier New', Courier, monospace;
}

.site-title {
    font-size: 38px;
    width:auto;
    line-height: 28px;
    color: var(--main-font-color);
    font-family: 'Courier New', Courier, monospace;
}

.header-left,
.header-right {
    width: 49%;
}

/* 导航栏样式覆盖 */
.wp_nav {
    height: var(--head-height);
    display: flex;
    align-items: center;
}
.header-right .wp_nav {
    justify-content: flex-end;
}
.wp_nav .nav-item a { 
  padding: 10px 0px;
}
.wp_nav .sub-nav {
    left: 20px !important;
    top: 45px !important;
    /* visibility: visible !important; */
}

.wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
    min-width: 80px;
}

.wp_nav .sub-nav .nav-item a.parent:hover {
    background: #5491E2;
    color: #fff;
}

.wp_nav .sub-nav .nav-item a {
    padding: 4px;
    border-top: none;
    border: none;
}

.wp_nav .sub-nav {
    border: none;
}

.nav-ul {
    display: flex;
    height: 90px;
    align-items: center;
}

.wp_nav .nav-item {
    padding: 0 10px;
}

.wp_nav .sub-nav .nav-item {
    padding: 0;
}

.wp_nav .nav-item a {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
}
.wp_nav .nav-item a.parent {color:#fff;}
.wp_nav .sub-nav .nav-item a.parent:hover{ color:#FFF;}
/* 轮播图 */
.dtjt8_div_img {
    width: 100% !important;
}

.dtjt8_div_img img {
    width: 100% !important;
    height: 100%;
    object-fit: fill;
}

#banner .inner {
    max-width: var(--main-container-width);
}
#w2imgNumber {
    display:none;
}
#container .inner {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.list-left {
    width: 49%;
}

.list-right {
    width: 49%;
}
.list-box {
    width: 100%;
}
.main1 .inner {
    padding-bottom: 0;
}

.main0 .inner {
    /* padding-top: 0; */
}

.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 0.3em 1em;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #F0FAFC;
}

.title-box h5 {
    font-size: 20px
}

.more_text {
    cursor: pointer;
}
.moretext font {
    font-size: 14px !important;
    color: var(--main-bg-color);
}
.title-box .more_text {
    font-size: 14px;
    color: var(--main-bg-color);
}

.parallelogram span {
    position: relative;
    z-index: 10;
    font-size: 20px;
    text-align: center;
    left: 50%;
    line-height: 34px;
    top: 4px;
}

.title-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

h5 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    left: 16px;
    top: 5px;
}

.parallelogram {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160%;
    height: 30px;
    background-color: var(--main-bg-color);
    transform: skewX(-20deg);
    z-index: 0;
}

.container .inner {
    display: flex;
    width: var(--main-container-width);
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
}

.list {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
}

.list-bg {
    /*background-color: var(--list-bg-color);*/
}

.news-li {
    box-sizing: border-box;
    line-height: 50px;
    color: #222;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size:16px;
}

.news-li a:hover,
.news-li a:active,
.news-li a:focus {
    color: var(--main-bg-color);
}

.certifi {
    width: 100%;
}

.certification {
    display: flex;
    overflow: hidden;
    width: 100%;
    /* max-width: 800px; */
    height: var(--certifi-height);
    position: relative;
}

.certification li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: var(--certifi-width);
    /* width: auto; */
    /* padding: 0 4px; */
    height: 100%;
    margin-right: 20px;
    /* transition: transform 0.5s ease; */
}

.certification li:first-of-type {
    padding-left: 0;
}

.certification li img {
    width: var(--certifi-width);
    height: 170px;
    aspect-ratio: 300 / 170;
    /* margin-right: 10px; */
    object-fit: cover;
}

.certification li p {
    margin: 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: center;
    width: var(--certifi-width);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.certification {
    animation: scroll 10s linear infinite;
}
.address {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-left: 10px;
}

.link-ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.link-ul li {
    width: 24%;
    height: 50px;
}

.link-ul li img {
    width: 100%;
    height: 48px;
}

.nav {
    background-color: var(--main-bg-color);
    padding: 0 60px;
    margin-bottom: 30px;
}

.nav .wp_nav {
    height: 50px;
}

/* 列表页 */
.l-container .inner {
    box-sizing: border-box;
    /* padding: 60px; */
    padding-top: 0;
    width: var(--main-container-width);
}

.col_metas .col_path {
    float: left;
}

.col_metas .col_path a {
    color: var(--main-bg-color);
}

.col_path {
    color: var(--main-bg-color);
}

.col_news_head {
    border: none;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.map {
    width: 24px;
    height: 24px;
    object-fit: fill;
}

.col_path .arrow {
    color: #666;
}

.col_menu .col_menu_con {
    border: none;
}

.col_list .wp_listcolumn .wp_column a {
    border: none;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
}

.col_menu .col_menu_head h3.col_name {}

.col_list .wp_listcolumn {
    border: none;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: var(--main-hover-color);
}

.wp_listcolumn {
    background-color: var(--main-head-color);
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 10px 0;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    padding: 0;
    text-align: center;
}

.col_metas .col_path {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.col-li {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border: 10px solid #ECEBE9;
    border-left: 20px solid #ECEBE9;
    border-right: 20px solid #ECEBE9;
    height: auto;
}

.col-li:first-of-type {
    border-top: 20px solid #ECEBE9;
}

.col-li .pic img {
    height: 200px;
    width: 400px;
    object-fit: fill;
    aspect-ratio: 400/200;
}

.short {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    box-sizing: border-box;
}

.short .news_title {
    font-size: 20px;
    font-weight: 600;
}

.short .page-short {
    /* width: 100%; */
    font-size: 18px;
}

.news_meta {
    color: var(--main-bg-color);
    background-color: #ECEBE9;
    padding: 4px;
    box-sizing: border-box;
}
.news_list li.news span.news_meta {
    margin-right: 40px;
}
.clock {
    width: 14px;
    height: 14px;
    object-fit: fill;
    margin-right: 4px;
}

.link-us-top {
    width: auto;
    height: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.link-us-top h3 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.link-us-top p {
    font-size: 16px;
}
.link-us-top span {
    font-weight: bold;
}
/* 选项卡切换 */
/* .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
} */
.col_menu .col_menu_head {
    background-color: var(--main-head-color);
    height: 70px;
    border-bottom: 1px solid #fff;
}
.col_menu .col_menu_head h3.col_name .col_name_text {
    line-height: 70px;
    color: #fff;
    font-size: 22px;
}
.col_news_list {
    margin-top:0;
}
.col_news_con {
    padding-top: 0;
}
.col_news_head {
    margin-bottom: 10px;
}
.col_news_head {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-bg-color);
    /* width: calc(100% - 120px); */
    width: var(--main-container-width);
    margin: 0 auto 20px;
    padding: 0;
}
 /* 列表页修改--new */
 .list-list .col_news_head {
    margin-bottom: 30px;
    border-bottom: 1px solid #167DF3;
}

.list-list .news_list li.news span.news_meta {
    background: #fff;
    color: #000;
}

.list-list .news_list {
    padding: 10px;
    background: #ECEBE9;
}

.list-list .news_list li.news {
    box-sizing: border-box;
    border: 10px solid #ECEBE9;
    padding: 0px 20px;
    background: #fff;
}

.list-list .news_list li.news span.news_title {
    margin-top: 5px;
}

.list-list .col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.list-list .col_menu .col_menu_head {
    background-color: var(--main-head-color);
    height: 70px;
    border-bottom: 1px solid #fff;
}

.list-list .news_list li:hover a {
    padding-left: 16px;
    transition: 0.6s all;
    color: var(--main-bg-color);
}
/* 列表图表 */
.img-list .news_meta {
    color: var(--main-bg-color);
    background-color: #ECEBE9;
    padding: 4px;
    box-sizing: border-box;
}

.img-list .clock {
    width: 14px;
    height: 14px;
    object-fit: fill;
    margin-right: 4px;
}

.img-list .col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.img-list .col_menu .col_menu_head {
    background-color: var(--main-head-color);
    height: 70px;
    border-bottom: 1px solid #fff;
}

.img-list .col_menu .col_menu_head h3.col_name .col_name_text {
    line-height: 70px;
    color: #fff;
    font-size: 22px;
}

.img-list .col_news_list {
    margin-top: 0;
}

.img-list .col_news_con {
    padding-top: 0;
}

.img-list .col_news_head {
    margin-bottom: 10px;
}

.img-list .col_news_head {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-head-color);
    /* width: calc(100% - 120px); */
    width: var(--main-container-width);
    margin: 0 auto 20px;
    padding: 0;
}
.imgscroll4_top {
    width: 100% !important;
}

.imgscroll2_td {
    padding: 0 6px;
}

.imgscroll2_td div:nth-of-type(2) {
    margin-top: 6px;
    text-align: center;
}

.imgscroll2_td div span {
    padding: 0 6px;
}