@charset "UTF-8";

@import 'css/vars.css';

@import 'css/notice.css';

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:focus {
  outline: 0;
}

img {
  border: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}

.main-color {
  color: var(--color) !important;
}

.main-bg-color {
  background-color: var(--color) !important;
}

/**布局开始**/
body,
p {
  font: 14px/1 "u5b8bu4f53", microsoft yahei, Tahoma, Geneva, sans-serif;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
}

a:hover {
  color: #cd0200;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 10px;
  }  
}

@media only screen and (max-width: 520px) {
  .wrapper {
    margin: 0;
  }
}

.wrapper .inner {
  width: 100%;
}

#screen {
  height: 100vh;
}

.gray-bg {
  background: #f8f8f8;
  background: var(--gray-bg);
}


/**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
  margin-bottom: 10px;
}

.post .tt {
  height: 32px;
  border-bottom: 1px solid #6db4e0;
}

.post .tt .tit {
  /**标题栏**/
  /**标题字体**/
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #216687;
}

.post .tt .tit .title {
  /**标题图标**/
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  background: url(images/icon_tit.gif) no-repeat 5px center;
}

.post .tt .more_btn {
  /**更多按钮**/
  display: inline-block;
  height: 32px;
  line-height: 32px;
  float: right;
}

.post .con {
  padding: 5px 0;
  margin: 0 auto;
}

.post .con .wp_article_list .list_item {
  /**新闻列表**/
  border-bottom: 1px dashed #ccc;
}

.post .con .wp_article_list .list_item .Article_Index {
  background: url(images/li.gif) no-repeat center;
}

.news_list li.news {
  /**新闻列表图标**/
  /**自定义新闻列表**/
  line-height: 24px;
  padding-left: 13px;
  background: url(images/icon_li0.gif) no-repeat 0 9px;
}

.news_list li.news span.news_title {
  /**标题图标**/
  float: left;
}

.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
}

.news_list li.news p {
  clear: both;
  line-height: 20px;
  color: #787878;
}

.news_list li.news p a {
  color: #787878;
}

.news_list li.news p a:hover {
  color: #444;
  text-decoration: underline;
}

/**页头开始**/
#header {
  /* backdrop-filter: blur(5px); */
  padding: 0 20px;
  border-radius: 10px;
}

#header .inner {
  /* background: url(images/head-bgt.png) no-repeat right; */
  bottom: 0px;
  position: relative;
}

.sitelogo {
  position: absolute;
  left: 0;
  top: 42px;
}

@media only screen and (max-width: 520px) {
  .sitelogo img {
    width: 100%;
  }
}

.list .sitelogo {
  position: unset;
  padding: 32px 0 15px;
  filter: var(--color-filter);
}

.list #header .inner {
  background: url(images/head-bgt.png) no-repeat right 4px;
}

.head {
  width: 100%;
  position: relative;
}

#screen .head {
  /**首页页头部分**/
  height: 147px;
  filter: drop-shadow(2px 2px 2px hsl(calc(1deg * var(--hue)) calc(1% * var(--sat)) calc(1% * var(--lgt)) / 80%));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.head .sitetitle {
  position: absolute;
  left: 228px;
  top: 53px;
  font-size: 36px;
  font-weight: bold;
  font-family: "宋体";
  color: #fff;
}

.head .sitetitle a {
  color: #fff;
}

/**站点名称**/
.navbar {
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 520px) {
  .navbar {
    left: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 520px) {
  .navbar .wp_nav {
    display: flex !important;
    justify-content: space-between;
  }

  .navbar .wp_nav .item-name {
    padding: 0 !important;
  }
}

.navbar .navbox {
  /**导航区域背景**/
  height: 40px;
  margin: 0 auto;
  /* margin-top: 20px; */
  margin-left: 3em;
}

@media only screen and (max-width: 1100px) {
  .navbar .navbox {
    margin-left: 0;
  }

  .navbar {
    top: 70%;
  }
}

.navbar .navbox .wp_nav li.nav-item a {
  /**导航高度**/
  font-size: 16px;
  font-weight: normal;
  color: white;
  background: url(
  images/gx.gif) no-repeat right;
  background-size: 2px 20px;
}

.navbar .navbox .wp_nav li.nav-item a span.item-name {
  padding: 0 18px 0 20px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 520px) {
  .navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0;
  }
}

@media only screen and (max-width: 520px) {
  .navbar .navbox .wp_nav {
    width: calc(100% - 12px);
    display: flex !important;
    justify-content: space-around;
  }

  .navbar .navbox .wp_nav:after {
    display: none;
  }

  .navbar .navbox .wp_nav a {
    background: unset !important;
  }

  .navbar .navbox .wp_nav .item-name {
    padding: 5px 0 !important;
  }
}

/**导航窗口大小及位置**/
.possplit {
  background: none;
  display: inline;
  font-size: 0;
}

.possplit:after {
  content: ">";
  color: #ddd;
  font-size: 14px;
  margin: 0 3px;
}

/***[搜索]*/
.main-sc {
  width: 1100px;
  /* height: 220px; */
  border: 1px solid #af7e45;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, .8) url(images/ss.png) no-repeat 20% bottom;
  backdrop-filter: blur(5px);
}

@media only screen and (max-width: 1100px) {

  .main-sc,
  .main-sc .searcht .srk-wrapper {
    width: 100%;
  }

  .main-sc .searcht {
    width: 80%;
  }

  .main-sc .two-btns input[type="button"] {
    /* zoom: 80%; */
    width: 3.8ch!important;
    padding: 0;
  }
}



.main-sc .sudy-tab .tab-menu {
  padding: 25px 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bolder;
}

/* .main-sc .sudy-tab .tab-menu a{
  font-weight: bolder;
} */

@media only screen and (max-width: 1100px) {
  .main-sc .tab-menu li {
    padding: 0 1vw !important;
  }
}

@media only screen and (max-width: 520px) {
  .main-sc .tab-menu {
    padding-left: 1em !important;
    padding-right: 1em !important;
    display: flex;
    justify-content: space-between;
  }

  .main-sc .tab-menu li {
    padding: 0 !important;
    font-size: 14px !important;
  }
}

.description img {
  width: 1.5em;
  vertical-align: middle;
}

.search-panel {
  float: right;
  clear: right;
  width: 16.5%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 52px;
}

.search-window {
  border-radius: 0px;
  background-color: #3386c5;
  overflow: hidden;
}

.wp-search {
  position: relative;
}

.wp-search form {
  display: block;
}

.wp-search .search-input {
  margin-left: 10px;
  margin-right: 40px;
}

.wp-search .search-input input.search-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  outline: 0;
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 7px 0;
}

.wp-search .search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.wp-search .search-btn input.search-submit {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  background: #fdd100 url(images/search.png) no-repeat center;
  cursor: pointer;
}

.banner {
  /* margin-bottom: 15px; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, var(--color), var(--color-light3));
}

.banner .inner {
  width: 100%;
  height: 100%;
}

.banner #focus {
  width: 100% !important;
  height: 100% !important;
}

.banner #focus .focus-container {
  width: 100% !important;
  height: 100% !important;
}

.banner #focus .focus-container img {
  object-fit: cover;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
  height: 40px;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
  color: var(--color-light3);
}

.wp_nav .sub-nav {
  /**导航栏目高度与边距**/
  padding: 10px;
  /* background: url(images/transparent.png); */
  background: rgba(255,255,255,.4);
  backdrop-filter: blur(2px);
  text-align: center;
  left: 50% !important;
  width: 104px;
  height: 216px;
  top: 40px;
  visibility: hidden;
  border: none;
  transform: translateX(-50%);
}

.list .wp_nav .sub-nav {
  background: hsl(calc(1deg * var(--hue)) calc(1% * var(--sat)) calc(2% * var(--lgt)) / 10%);
}

.wp_nav .sub-nav li.nav-item i.mark {
  background: none;
}

.wp_nav .sub-nav li.nav-item a {
  /**子菜单背景**/
  font-size: 14px !important;
  font-weight: normal !important;
  background: none !important;
  cursor: pointer;
  text-align: center;
  color: var(--color)!important;
}

.wp_nav .sub-nav li.nav-item a span.item-name {
  /**鼠标经过或当前选中时样式**/
  padding: 0 5px !important;
  height: 26px !important;
  line-height: 26px !important;
}

.wp_nav .icon {
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(images/menu-icon.png) no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  filter: var(--color-filter);
}

.wp_nav .nav-item:last-child a {
  background: none !important;
}

/**子菜单字体样式**/
.wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
  background: var(--color) !important;
  color: #fff !important;
}

/**子菜单栏目高度与边距**/
.top-nav {
  /* padding-top: 5px; */
}

.top-nav .wp_nav .nav-item a {
  font-size: 16px;
  color: white;
  line-height: 24px;
}

.wp_nav .nav-item .icon {
  display: none;
}

.wp_nav .nav-item:nth-child(2) .icon {
  display: inline-block;
}

.wp_nav .nav-item:nth-child(2) .parent-link {
  pointer-events: none;
}

/**主体开始**/
.list #container .inner {
  background: #f8f3ea url(images/list-con.png) no-repeat top right;
  padding: 20px 29px;
  width: 1042px;
  position: relative;
  background: var(--gray-bg);
}

.list #container .inner .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media only screen and (max-width: 1100px) {
  
  .list #container{
    padding: 0;
  }
  
  .list #container .inner {
    width: 100%;
    padding: 10px;
  }

  .list #container .inner .col_news_wide {
    width: 100% !important;
    padding: 0px !important;
  }
}

/**********************首页*********************/
/**首页三列布局**/
.mod1 {
  width: 236px;
  float: left;
}

.mod1 .ml {
  width: 100%;
}

/**左列**/
.mbox {
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  background: #f9f8fd;
}

.mod2 {
  width: 728px;
  float: right;
}

.mod2 .mc {
  /**中间**/
  width: 478px;
  float: left;
}

.mod2 .mr {
  /**右列**/
  width: 236px;
  float: right;
}

.main-link {
  width: 520px;
  float: right;
}

@media only screen and (max-width: 1100px) {
  .main-link {
    width: 100%;
    float: left;
  }
}

.news-box {
  position: relative;
}

.news-box .tit {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
  font-family: "microsoft yahei";
  line-height: 40px;
}

.news-box .con li {
  line-height: 23px;
  width: 47%;
  margin-right: 6%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-box .con li a {
  font-size: 14px;
  color: #5a5a5a;
}

.news-box .more_btn {
  position: absolute;
  right: 0;
  bottom: -12px;
}

/*****常用服务******/
.link-img {
  margin-top: 18px;
  margin-bottom: 40px;
}

.link-img-l {
  float: left;
  width: 520px;
  padding: 8px 0;
}

@media only screen and (max-width: 1100px) {
  .link-img-l {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .link-img-l {
    width: 100%;
    margin-right: unset;
  }
}

.link-img-l li {
  text-align: center;
  float: left;
  width: 99px;
}

.link-img-l li p {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
}

.link-img-l li.i4 {
  width: 120px;
}

.link-img-l li.i9 {
  width: 120px;
}

.link-img-r {
  float: right;
  width: 530px;
  padding: 8px 0;
}

@media only screen and (max-width: 1100px) {
  .link-img-r {
    width: 100%;
    float: left;
  }
}

.link-img-r li {
  text-align: center;
  float: left;
  width: 105px;
  margin-bottom: 10px;
}

.link-img-r li p {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
}

.link-img-tt {
  font-size: 16px;
  color: #8e5614;
  font-weight: bold;
  line-height: 25px;
  padding: 5px 0 12px 0;
}

/****新闻*****/
.news-list {
  margin-bottom: 15px;
}

.list-l {
  float: left;
  width: 318px;
  margin-right: 72px;
}

@media only screen and (max-width: 1100px) {
  .list-l {
    width: 100%;
    margin-right: 0;
  }
}

.list-m {
  float: left;
  width: 318px;
}

@media only screen and (max-width: 1100px) {
  .list-m {
    width: 100%;
  }
}

.list-m .list-txt a {
  color: #5a5a5a;
}

.list-m .wz-more {
  bottom: 72px;
}

@media only screen and (max-width: 1100px) {
  .list-m li img {
    width: 100% !important;
    height: 59.748427673vw !important;
  }
}

.list-r {
  float: right;
  width: 318px;
}

@media only screen and (max-width: 1100px) {
  .list-r {
    width: 100%;
    float: left;
  }

  .list-r li img {
    width: 100% !important;
    height: 59.748427673vw !important;
  }
}

.list-r .list-txt {
  background: #f8f8f8;
  background: var(--gray-bg);
}

.list-r .list-txt a {
  color: #5a5a5a;
}

.list-r .wz-more {
  bottom: 72px;
}

.list-tt {
  font-size: 16px;
  color: #8e5614;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.list-tt .more {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #999;
}

.list-txt-wrapper {
  height: 72px;
  overflow: hidden;
}

.list-txt {
  line-height: 23px;
  font-size: 14px;
  color: #8e5614;
  background: #f8f8f8;
  background: var(--gray-bg);
  height: 60px;
  padding: 12px 30px 0px 20px;
  overflow: hidden;
  width: auto !important;
}

.list-txt a {
  color: #8e5614;
}

.list-con {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.wz-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.wz-more img {
  width: 40px;
}

.news-block {
  background: none;
  height: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f8f8f8;
}

.news-block-title {
  line-height: 2em;
  font-weight: bold;
  background: url(images/more.png) no-repeat right;
  background-size: 23px 21px;
  font-size: 1.1em;
  width: 100%;
}

.news-block-title a {
  display: block;
  background: url(images/news-icon.png) no-repeat left center;
  background-size: 18px;
  padding-left: 2em;
}

.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}

.news-title a {
  color: #333;
}

.news-title a:hover {
  color: #a1753c;
}

.news-time {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

/***新书推荐****/
.img-book {
  margin-bottom: 15px;
}

.img-book .inner {
  width: 100%;
  margin: 0 auto;
  /* background: #f8f3ea; */
  padding: 10px 0;
}

@media only screen and (max-width: 1100px) {
  .img-book .inner {
    width: 100%;
  }
}

#newBookMarquee>div {
  overflow: hidden;
}

#newBookMarquee>div:nth-child(2) {
  margin-left: 270px;
}

#newBookMarquee>div:nth-child(2) ul {
  width: 5400px !important;
}

@media only screen and (max-width: 520px) {
  #newBookMarquee>div:nth-child(2) {
    margin-left: 150px;
  }

  #newBookMarquee>div:nth-child(2) ul {
    width: 3000px !important;
  }
}

#newBookMarquee li {
  float: left;
  width: 270px;
}

@media only screen and (max-width: 520px) {
  #newBookMarquee li {
    width: 150px;
  }
}

#newBookMarquee #marquee-mask {
  width: 40px;
  height: 150px;
  background: linear-gradient(to right, rgb(248, 243, 234), rgba(248, 243, 234, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff8f3ea, endColorstr=#00f8f3ea, GradientType=1);
}

@media only screen and (max-width: 520px) {
  #newBookMarquee #marquee-mask {
    height: 275px;
  }
}

#newBookMarquee .info {
  width: 150px;
  float: left;
}

#newBookMarquee h1 a {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#newBookMarquee img {
  float: left;
  padding: 12px 15px 25px 18px;
}

#newBookMarquee p {
  line-height: 20px;
  color: #5a5a5a;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newBookMarquee p.intro {
  white-space: normal;
  color: #999;
  height: 4em;
}

#newBookMarquee p.intro a {
  white-space: normal;
  color: #999;
}

.book-tt {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
  line-height: 25px;
  padding: 12px 0px 20px 0px;
  text-indent: 1em;
}

.book-tt .title {
  background: url(images/book-tt-title2.png) no-repeat left center;
  padding-left: 2em;
  background-size: 1.5em;
}

/********************** 列表页 ***********************/
/**列表页导航条**/
.list-nav {
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .list-nav {
    height: 80px;
    padding: 0;
  }
}

.list-nav .inner {
  /**列表页**/
  width: 100%;
  background: #9c6114;
  margin: 0 auto;
  height: 43px;
  /* border: 1px solid #707070; */
  background: var(--color);
}

.list-nav .inner .list-nav-path {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-indent: 1em;
  float: left;
}

.list-nav .inner .list-nav-path a {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-path {
    width: 100%;
  }
}

.list-nav .inner .list-nav-box {
  /**菜单项**/
  float: right;
}

@media only screen and (max-width: 520px) {
  .list-nav .inner .list-nav-box {
    float: left;
    width: 100%;
  }
}

.list-nav .inner .list-nav-box .wp_nav .nav-item a {
  font-size: 16px;
  color: #fff;
  background: url(images/gx.gif) no-repeat right;
  background-size: 1px 1em;
}

@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .nav-item a {
    color: #5a5a5a;
    background: unset;
  }
}

.list-nav .inner .list-nav-box .wp_nav .nav-item a span.item-name {
  line-height: 34px;
  padding: 5px 20px;
}

@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .nav-item a span.item-name {
    line-height: unset;
  }
}

.list-nav .inner .list-nav-box .wp_nav .nav-item .sub-nav a {
  color: white;
}

.list-nav .inner .list-nav-box .wp_nav .icon {
  background: url(images/menu-icon-white.png) no-repeat;
}

@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .icon {
    background-image: url(images/menu-icon.png);
  }
}

@media only screen and (max-width: 520px) {
  .list-nav .inner .list-nav-box .wp_nav {
    width: 100%;
    display: flex !important;
    justify-content: space-around;
  }

  .list-nav .inner .list-nav-box .wp_nav:after {
    display: none;
  }

  .list-nav .inner .list-nav-box .wp_nav a {
    background: unset !important;
  }

  .list-nav .inner .list-nav-box .wp_nav .item-name {
    padding: 5px 0 !important;
  }
}

.col_menu {
  width: 236px;
  float: left;
  background: #f8f3ea;
}

@media only screen and (max-width: 1100px) {
  .col_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

@media only screen and (min-width: 1101px) {
  .col_menu {
    display: block !important;
  }
}

.col_menu .col_menu_head {
  background: #0068b7;
}

.col_menu .col_menu_head h3.col_name {
  /**位置栏目背景**/
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
  /**位置栏目字体**/
  display: block;
  line-height: 22px;
  padding: 14px 5px 14px 21px;
}

/**栏目名称图标**/
/**栏目列表*/
.col_menu_con {
  border: 0px solid #e4e4e4;
}

.col_list .wp_listcolumn {
  border-top: 0px solid #2867A0;
  border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column {
  margin-bottom: 5px;
}

.col_list .wp_listcolumn .wp_column a {
  /**一级子栏目**/
  color: #fff;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #2867A0;
  background: #9c6114 url(images/jt.png) no-repeat 85%;
  font-weight: normal;
  border: 1px solid #707070;
  font-size: 16px;
  width: auto;
  background: var(--color-light2);
}

.col_list .wp_listcolumn .wp_column a:hover {
  color: #0068b7;
  font-weight: normal;
  background: #ebe5d8 url(images/jt1.png) no-repeat 85%;
  border-color: #ebe5d8;
}

.col_list .wp_listcolumn .wp_column a.selected {
  /**鼠标经过或选中一级子栏目**/
  color: #0068b7;
  font-weight: normal;
  background: #ebe5d8 url(images/jt1.png) no-repeat 85%;
  border-color: #ebe5d8;
  background: var(--color-light3);
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_column a.selected span.Column_Name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  /**二级子栏目**/
  color: #5a5a5a;
  background: url(images/li.png) no-repeat 16px 11px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #bbb;
  border: 0;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover {
  color: #8e5614;
  background-image: url(images/lih.png);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中二级子栏目**/
  color: #8e5614;
  background-image: url(images/lih.png);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #9c6114;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**三级子栏目**/
  background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中三级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**四级子栏目**/
  background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中四级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**五级子栏目**/
  background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中五级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}

.wp_listcolumn .wp_column a .Column_Name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}

.wp_listcolumn .wp_subcolumn {
  background: #fff;
  border: 0px;
}

/**栏目新闻**/
.col_news {
  width: 710px;
  float: right;
  position: relative;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
  .col_news {
    width: 90%;
    width: calc(100% - 20px);
    float: unset;
    padding: 10px;
  }
}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 49px;
  line-height: 49px;
}

@media only screen and (max-width: 1100px) {
  .col_metas .col_title {
    float: right;
  }

  .col_metas .col_title img {
    width: 45px;
  }
}

.col_metas .col_title h2 {
  /**当前栏目**/
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  padding: 0;
  height: 48px;
}

.col_metas .col_path {
  /**当前栏目名称**/
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 16px;
}

/**当前位置**/
.col_news_box {
  padding: 10px 0;
  margin: 0 7px;
}

.col_news_list {
  margin-top: 7px;
  min-height: 400px;
}

@media only screen and (max-width: 1100px) {
  .col_news_list {
    min-height: 200px;
  }

  .col_news_list .per_page {
    display: none;
  }

  .col_news_list .page_jump {
    display: none;
  }
}

.col_news_list .wp_article_list .list_item {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #cfcbc5;
}

.col_news_list .wp_article_list .list_item .Article_Index {
  /**栏目新闻列表**/
  background: url(images/li.gif) no-repeat center;
  display: none;
}

.col_news_list .wp_article_list .list_item .pr_fields {
  width: 75%;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col_news_list .wp_article_list .list_item .pr_fields .Article_Title {
  display: unset;
  vertical-align: unset;
  float: unset;
}

.col_news_list .wp_entry {
  /**栏目新闻图标序号**/
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.col_news_list .wp_entry img {
  max-width: 680px;
  /*_width: calc(this.width > 680 ? "680px" : this.width);*/
}

/**文章页**/
.infobox {
  margin: 0 auto;
}

.article h1.arti_title {
  line-height: 26px;
  font-family: "Microsoft YaHei";
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  border-bottom: 2px solid #C30;
}

.article .arti_metas {
  /**文章标题**/
  padding: 10px;
  text-align: center;
}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
}

.article .entry {
  /**文章其他属性**/
  margin: 0 auto;
  overflow: hidden;
}

.article .entry .read {
  /**文章内容**/
}

.article .entry .read p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_info {
  /**文章阅读部分图片大小限制**/
  background: #fff;
  width: 780px;
  float: right;
}

@media only screen and (max-width: 1100px) {
  .col_info {
    width: 90%;
    width: calc(100% - 20px);
    padding: 10px;
    float: unset;
    box-sizing: border-box;
    position: relative;
  }
}

.col_info .entry .read {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_info .entry .read p {
  /**正文默认**/
  margin-bottom: 6px;
}

.col_info .entry .read img {
  max-width: 940px;
  /*width: expression(this.width > 940 ? "940px" : this.width);*/
  margin: 0.5em;
}

.col_info .info-con h4,
.col_info .info-con h4 a {
  font-size: 16px;
  color: #974806;
  line-height: 3em;
}

.col_info .info-con p {
  /**阅读字体**/
  line-height: 1.5;
  color: #5A5A5A;
  font-size: 14px;
}

.col_info .info-con td {
  line-height: 1.5;
  color: #5A5A5A;
  font-size: 14px;
}

.col_info .info-con a {
  font-weight: bold;
  text-decoration: underline;
}

.col_info .info-con img {
  margin: 0.5em;
  max-width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 520px) {
  .col_info .info-con img {
    height: auto !important;
  }
}

@media only screen and (max-width: 520px) {
  .col_info .info-con .p_text_indent_2 img {
    /**小屏抵消首行空两格**/
    margin-left: -2em;
  }
}

.col_info h1 {
  /**url(images/news.png) no-repeat 98% 16px**/
  font-size: 18px;
  color: #5a5a5a;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 20px 85px 8px;
}

@media only screen and (max-width: 520px) {
  .col_info h1 {
    padding: 10px 10px 5px 35px;
  }
}

.col_info .article_info {
  font-size: 14px;
  line-height: 20px;
  color: #949292;
  text-align: center;
}

.info-con {
  padding: 18px 35px;
}

@media only screen and (max-width: 520px) {
  .info-con {
    padding: 5px 10px;
  }
}

.info-con .small-title {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
}

.col_news #sidemenu-btn,.col_info #sidemenu-btn {
  top: -10px;
  left: -10px;
}

/**小屏侧栏菜单开关**/
#sidemenu-btn {
  display: none;
  position: absolute;
  top: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url(images/sidemenu-btn.png) no-repeat center;
  filter: var(--color-filter);
}

@media only screen and (max-width: 1100px) {
  #sidemenu-btn {
    display: block;
  }
}

/**页脚开始**/
#footer {
  padding: 25px 0;
  background: #8e5614;
  background: var(--gradient);
}

#footer .inner{
  position:relative;
}

.foot-l {
  width: 650px;
  float: left;
  padding-left: 40px;
}

@media only screen and (max-width: 1100px) {
  .foot-l {
    width: 90%;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .foot-r{
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}

.foot-r {
  float: right;
  /* margin-right: 200px; */
  position: absolute;
  right: 10px;
  bottom: 0;
}

.foot-link a {
  font-size: 14px;
  color: #ffffff;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}

@media only screen and (max-width: 520px) {
  .foot-link a {
    line-height: 2em;
    padding-right: 5px;
  }
}

.foot-copy p {
  text-align: left;
  line-height: 2.5em;
  font-size: 14px;
  color: #ffffff;
}

.shares {
  height: 30px;
  text-align: center;
  padding-top: 12px;
  padding-right: 30px;
}

.shares ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.shares li {
  float: left;
  margin: 0 1px;
  position: relative;
}

.shares li a {
  display: inline-block;
  width: 50px;
  height: 30px;
  border: 0px solid red;
  background: url("images/wx.png") no-repeat;
  opacity: 1;
  filter: Alpha(opacity=100);
  vertical-align: top;
}

.shares li a:hover {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.shares li .con {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  margin-left: -51px;
  width: 100px;
}

.shares li .con img {
  width: 90px;
  height: 90px;
  vertical-align: top;
  background: #fff;
}

.shares li .con span {
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

.shares li.i2 a {
  background: url(images/wx.png) no-repeat;
}

.shares li.i3 a {
  background: url(images/phon.png) no-repeat;
}

#index-container {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  z-index: 0;
}

@media only screen and (max-width: 1100px) {
  #index-container {
    top: 160px;
    transform: translateX(-50%) translateY(0);
    width: 100%;
  }
}

.link-img a {
  color: #8e5614;
  display: block;
  height: 50px;
}

.link-img p a {
  height: auto;
  white-space: nowrap;
}

.link-img-l li {
  margin-bottom: 10px;
}

.srk-wrapper {
  display: flex;
  background: white;
  border: 1px solid #969696;
  line-height: 28px;
  padding: 5px 10px;
  width: 50%;
  gap: 10px;
  /* box-sizing:content-box; */
  width: 600px;
}

.srk-wrapper .hint,
.srk-wrapper select {
  color: #666;
  border: none;
  line-height: 28px;
  height: 28px;
  text-align: center;
  max-width: 6em;
  min-width: 5em;
}

.srk {
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
}

.searcht {
  padding: 0 27px;
  height: 40px;
  width: 650px;
  margin: 0 auto;
}

.searcht form {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media only screen and (max-width: 1100px) {
  .searcht form {
    gap:5px;
  }
}

.anniu {
  float: right;
  width: 68px;
  height: 38px;
  font-size: 15px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #969696;
  background: #e6e6e6;
  cursor: pointer;
}

/* .anniu+.anniu{
  margin-left:1em;
} */

.wll {
  color: #ffffff;
}

.wll:hover {
  color: #ffffff;
}

#downpage {
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/downpage.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  filter: var(--color-filter);
}


#ai_agent {
  position: fixed;
  top: 50%;
  width: 300px;
  height: 300px;
  left: 50%;
  transform: translate(600px, -80%);
  background: url(images/ai_agent.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}


/*---------------banner----------------*/
.sudy-tab .description {
  height: 120px;
  color: #888;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}

.sudy-tab .description a {
  text-decoration: underline;
}

.sudy-tab .link {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  justify-content: center;
}

/* .sudy-tab .description a:before {}

.description .link a+a::before {
  content: "\00a0|\00a0";
  text-decoration: none !important;
} */

/*-------首页服务-------*/
#main-services {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(2px);
  width: 800px;
}

#main-services .service-tt,
#main-services .service-tt a {
  /* color: white !important; */
  padding: 5px 0;
}

#main-services ul {
  display: none;
}

/*-------服务-------*/
.services {
  margin-top: 10px;
  margin-bottom: 10px;
}

.services .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  
  
.services {
  width: 90%;
  width: calc(100% - 10px);
  };
}

.services .service {
  padding: 8px 0;
}

.services .service .service-tt,
.services .service .service-tt a {
  font-size: 16px;
  color: #8e5614 !important;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 12px 0;
  color: var(--color) !important;
}

.services .service li {
  line-height: 1.5em;
}

.shortnav {
  margin-top: 40px;
  /* position: absolute; */
  /* width: 1100px; */
  /* bottom: -300px; */
}

.shortnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
  /* gap: calc((100% - 500px) / 4); */
  gap: 20px;
}

@media only screen and (max-width: 1100px) {
  .shortnav ul {
    justify-content: center;    
  }
}

.shortnav li {
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  /* padding: 20px; */
  /* padding-top: 15px; */
  backdrop-filter: blur(5px);
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  .shortnav li {
    zoom: 80%;
  }
}

.shortnav .icon {
  margin-bottom: .5em;
  line-height: 1.2em;
}

.shortnav .text {
  width: 6em;
  line-height: 1.2em;
}

.shortnav img {
  /* display: none; */
  width: 40px;
  filter: var(--color-filter);
}

.shortnav a {
  /* color: #9c6114; */
}


.to-top {
  width: 35px;
  height: 35px;
  background: #8e5614 url("images/to-top.png") no-repeat center center;
  border-radius: 50%;
  background-size: 80%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 50%;
  bottom: 10px;
  transform: translateX(600px);
  background-color: var(--color);
}

.visit-count {
  position: absolute;
  right: 18px;
  top: 10px;
  color: white;
}

.visit-count img {
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.visit-count a {
  color: white;
  margin-left: 1em;
}

.sudy-tab .tab-menu li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 0 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: default;
  margin-right: 8px;
  font-family: 微软雅黑;
}

.sudy-tab .tab-menu li a{
  user-select: none;
}

.sudy-tab .tab-menu li.selected,
.sudy-tab .tab-menu li.selected a {
  background-color: #9c6114;
  color: white;
  border: 1px solid var(--color);
  background-color: var(--color);
}

@media only screen and (max-width: 1100px) {
  .cx-robot-wrapper {
    bottom: 10px !important;
  }

  .cx-robot-trigger {
    width: 100px !important;
    height: 127px !important;
  }
}


/*--黑白
html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter:none;
}
*/
/*# sourceMappingURL=style-responsive.css.map */