/*
    作者:黄豪琦
    日期:2020-04-29 09:42
*/
@font-face {
  font-family: 'sourcehansanscn-medium';
  src:  format('woff2'),
     format('woff'),
     format('truetype'),
     format('embedded-opentype'),
     format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinalternatebold';
  src:  format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

li {
  list-style: none;
}

a:focus {
  outline: none;
}

a {
  color: #333333;
}

a:hover {
  color: #f08200;
}

body {
  font-family: 'sourcehansanscn';
}

html,
body {
  /*background-color: #f6f6f6;*/
  min-height: 100%;
  color: #333333;
}

ul,
li,
p {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.h-row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.h-row .am-g {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.clear {
  clear: both;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.am-g .am-g {
  width: 100% !important;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/*垂直居中*/
.center-vertically {
  text-align: center;
  top: 0;
}

.center-vertically:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.center-vertically .content {
  display: inline-block;
  vertical-align: middle;
}

/*水平居中*/
.center-horizontally {
  margin: 0 auto;
  display: block;
}

.main {
  min-height: 100%;
  padding-bottom: 10px;
  position: relative;
  background:  center repeat-y;
  background-size: 100%;
}

.hidden-beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kefu > img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.kefu > span {
  display: none;
  width: 20%;
  margin: 0 auto;
}

.padding-rem-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.animation {
  transition: all 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.btn-deep {
  background-color: #f08200;
  cursor: pointer;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
  border-radius: 6px;
  margin: 0 auto;
}

.btn-deep:hover {
  color: #ffffff;
}

.btn-shallow {
  cursor: pointer;
  background-color: transparent;
  display: block;
  color: #f08200;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  border: 1px #f08200 solid;
  margin: 0 auto;
}

.btn-shallow:hover {
  color: #ffffff;
  background-color: #f08200;
}

.border-shadow {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.h-btn {
  cursor: pointer;
  background-color: #f08200;
  color: #ffffff;
  border-color: #f08200;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-btn:hover {
  color: #ffffff;
}

.h-btn-light {
  background: transparent;
  cursor: pointer;
  color: #f08200;
  border: 1px #f08200 solid;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*下拉框begin*/
.h_select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  text-shadow: none;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

.h_select:hover {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.h_select:before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  pointer-events: none;
}

.h_select option {
  color: rgb(51, 51, 51) !important;
}

.h_select select {
  padding: 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  padding-right: 2em;
  width: 130%;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.h_select select:focus {
  outline: none;
  /* 16 */
}

.h_select:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--down:before,
.h_select:before {
  content: '\e600';
  font-size: 25px;
  position: absolute;
  top: 5px;
}

@font-face {
  font-family: 'icons';
  src: 
    format('woff');
  font-weight: normal;
  font-style: normal;
}

/*下拉框end*/

/*显示切换 begin*/
.switch-container {
}

.switch-btns {
}

.s-btn {
}

.switch-container .switch-body .s-item {
}

.s-item {
  display: none;
}

.switch-container .switch-body .s-active {
  display: block;
}

/*显示切换 end*/
/*bread-nav begin*/
.bread-nav {
  text-align: center;
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
  /*min-height: 174px;*/
}

.level-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.lv1-item {
  display: inline-block;
  line-height: 4;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: microsoftyahei-bold;
  color: #333333;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-top: 0;
}

.level-1 > .active {
}

.level-1 > .active > a {
  color: #ffffff;
  background-color: #4c2d82;
}

.level-1 > .active > .level-2 {
  display: block;
}

.child-nav {
  display: inline-block;
  flex-grow: 1;
}

.child-nav > a {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.level-2 {
  line-height: 50px;
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
}

.lv2-item {
  float: left;
  padding: 0 15px;
}

.lv2-item:hover {
  background-color: #f1f1f1;
}

.lv2-item > a {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
}

.level-2 .active {
  background-color: #f1f1f1;
}

.level-2 .active > .level-3 {
  display: block;
}

.level-2 .active > a {
  color: #f08200;
  font-weight: bold;
}

.level-2 .active > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #4c2d82;
  z-index: 9;
  border-radius: 20px;
  top: 40px;
  left: 0;
}

.level-3 {
  line-height: 50px;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #f1f1f1;
}

.lv3-item {
  display: inline-block;
  float: left;
  padding: 0 15px;
  position: relative;
}

.lv3-item:hover {
  background-color: #dedede;
}

.lv3-item:hover > a {
  color: #f08200;
  font-weight: bold;
}

.lv3-item:hover .level-4 {
  max-height: 500px;
}

.lv3-item > a {
  font-size: 1.4rem;
  font-weight: normal;
}

.level-4 {
  max-height: 0;
  overflow: hidden;
  /*display: none;*/
  position: absolute;
  font-weight: normal;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.level-4 > a {
  display: block;
  padding: 1rem 0.5rem;
  width: 100%;
  background-color: #f1f1f1;
  font-size: 1.3rem;
  line-height: 1.5;
}

.level-4 > a:hover {
  background-color: #dedede;
}

.level-3 > .active {
  background-color: #dedede;
}

.level-3 > .active > .level-4 {
  display: block;
}

/*bread-nav end*/

/*分页*/
.pagination {
  /*width: 1200px;*/
  margin: 20px auto;
  text-align: right;
  overflow: hidden;
}

.pagination li {
  float: left;
  padding: 5px 16px !important;
  text-align: center;
  margin: 0 5px 0 0 !important;
  height: auto !important;
  line-height: 30px !important;
  cursor: pointer;
  border: 1px #666666 solid;
}

.paginationcheck {
  background: #f08200 !important;
  color: #fff !important;
}

.pagination li.pagination_des {
  background: none;
  /*border-bottom: 0;*/
}

/*分页 end*/
.no-content {
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 50px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.padding-tb {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.last {
  padding-right: 0 !important;
}

.border-shadow-big {
  box-shadow: 0px 1px 60px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
}

.bold {
  font-size: 18px;
  font-weight: bold;
}

.time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

/*顶部和导航栏*/
.nav-lg-8 {
}

.top {
  width: 100%;
  padding: 8px;
  background-color: #4c2d82;
  color: #ffffff;
}
.top .toptitle {
  float: left;
  margin-left: 130px;
  font-size: 16px;
  opacity: 0.5;
  color: #ffffff;
}

.top .topleft {
  float: left;
  line-height: 1.6;
  font-size: 16px;
  color: #ffffff;
}
.top .topright {
  float: right;
}
.top .topright .toplist li {
  float: left;
  line-height: 1.6;
  margin: 0 3px;
  position: relative;
  font-size: 16px;
}

.top .topright .toplist li a {
  font-size: 16px;
  color: #ffffff;
}

.top .topright .toplist li:hover > div {
  display: block;
}

.top .topright .toplist li img {
  width: 100%;
  height: 100%;
}
.top .topright .toplist li > .toplist1 {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 30px;
  left: -50px;
  z-index: 999;
  border: 4px #f5a623 solid;
  display: none;
}
.top .topright .toplist li > .toplist2 {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 999;
  border: 4px #f5a623 solid;
  display: none;
  top: 30px;
  left: -20px;
}

.header {
  height: 100px;
  line-height: 100px;
  position: relative;
  z-index: 998;
  background: #ffffff;
}

.header-fixed {
  position: fixed !important;
  top: 0;
}

.header .am-u-md-10,
.header .am-u-sm-centered,
.header .am-u-lg-4,
.header .am-u-lg-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nav-list {
  text-align: center;
  margin: 0;
}

.nav-list > li {
  float: left;
  padding: 0 10px;
  height: 100px;
}

.nav-list > li > div {
  display: block;
  height: 80px;
  color: #333333;
  font-size: 18px;
  box-sizing: border-box;
  border-bottom: transparent 4px solid;
}

.nav-list > li > div:hover {
  border-bottom: #f08200 4px solid;
}

.nav-list > li > div:hover > span {
  color: #f08200;
}

.nav-list > li:hover > div > .i-child {
  max-height: 500px;
}

.h-m-i {
  /*position: relative;*/
}

.i-child {
  position: absolute;
  width: 1200px;
  left: -190px;
  top: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  max-height: 0;
  z-index: 999;
  transition: all 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  line-height: 30px;
}

.i-child .nav-c-item > .i1 a {
  display: inline-block;
  line-height: 45px;
  margin-left: 16px;
}

.i-child .nav-c-item > .i1 > img {
  width: 40px;
  height: 40px;
  padding: 8px 8px 10px 8px;
}

.position-relative {
  position: relative;
}

.nav-column {
  width: 240%;
  left: -80%;
}

.i-child-less .nav-c-item {
  margin: 15px 0;
}

.i-child-less .nav-c-item > .i1 > a {
  font-size: 20px;
}

.i-child-many {
}

.i-child-many > .am-g {
  margin: 10px 0;
}

.i-child-many .nav-c-item > .i2 li {
  float: left;
  color: #666666;
  margin-right: 5px;
}

.i-child-many .nav-c-item > .i2 li:nth-child(even) {
  font-size: 8px;
  line-height: 30px;
}

.i-child-many .nav-c-item > .i2 a {
  color: #666666;
  font-size: 16px;
  display: block;
}

.i-child-many .nav-c-item > .i2 a:hover {
  color: #f08200;
}

.i-child-many .nav-c-item > .i2 > ul {
  margin: 0;
  margin-left: 56px;
}

.i-child-many .nav-c-item > .i1 > img {
  float: left;
}

.i-child-many .nav-c-item > .i1 > a {
  float: left;
  font-size: 20px;
}

.i-child-many .nav-c-item > .i1 > .img {
  float: left;
  width: 40px;
  height: 40px;
  padding: 8px 8px 10px 8px;
}

.i-child-many .i1 > a:hover {
  color: #333333;
  cursor: default;
}

.margin-top {
  margin: 20px 0 0;
}

.border-1px {
  border: #cdcdcd solid 1px;
  width: 100%;
  padding: 20px 0;
}

/*顶部和导航栏end*/

/*底部*/
.foot {
  position: absolute;
  bottom: -410px;
  width: 100%;
}

.foot .footerphone li {
  margin-bottom: 5px;
}

.foot1 {
  background-color: #53565a;
  padding: 30px 0;
  color: #ffffff;
  height: 304px;
}

.foot1 .footheader {
  height: 75px;
  width: 100%;
  border-bottom: #a9a9a9 1px solid;
  margin-bottom: 18px;
}

.foot1 .footheader .foothinfo {
  float: left;
  width: 200px;
  padding: 0px 15px;
  color: #fff;
  font-size: 25px;
  line-height: 75px;
}

.foot1 .footheader .specialhinfo {
  width: 400px;
}

.foot1 .footsinfo {
  width: 100%;
  float: none;
}
.foot1 .footsinfo .follow-us li:hover .qr-code {
  display: block;
}
.foot1 .footsinfo .footslist {
  float: left;
  width: 200px;
  padding: 0px 15px;
  color: #fff;
  font-size: 25px;
}
.foot1 .footsinfo .specialflist {
  width: 400px;
}
.foot1 .footsinfo .footslist li {
  line-height: 24px;
}

.foot1 .footsinfo .footslist a {
  color: #999;
  font-size: 16px;
}

.foot1 .footsinfo .footslist .vchar {
  width: 30px;
  height: 30px;
}

.foot1 .footsinfo .follow-us li {
  width: 30px;
  height: 30px;
  position: relative;
}

.foot1 .footsinfo .footslist .vchar img {
  height: 30px;
  width: 30px;
}
.foot1 .footsinfo .footslist .icon {
  display: inline-block;
}
.foot1 .footsinfo .footslist span {
  color: #fff;
  font-size: 16px;
}

.foot1 .footsinfo .footslist .qr-code {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -58px;
  top: 45px;
  border: 4px #f5a623 solid;
  display: none;
}
.triangle-top {
  width: 0;
  height: 0;
  border-top: transparent solid;
  border-right: transparent solid;
  border-left: transparent solid;
  border-bottom: #f5a623 solid;
  border-width: 10px;
  position: absolute;
  top: -24px;
  left: 60px;
}

.foot2 {
  padding: 10px 0;
  background-color: rgba(83, 86, 90, 0.88);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e553565a, endcolorstr=#e553565a); /*ie8支持*/
}

.foot2 span,
.foot2 a {
  color: #ffffff;
}

.foot2 .foot2-div > div {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.foot2 .foot2-div > .foot-item1 {
  width: 30%;
}

.foot2 .foot2-div > .foot-item2 {
}

.foot2 .foot2-div > .foot-item3 {
  width: 100%;
}

/*底部end*/

/*首页大标题*/
.module-title {
  text-align: center;
  margin: 35px 0;
}

.module-title .module-title-1 {
  /*width: 40%;*/
  display: flex;
  justify-content: space-between;
}

.module-title .module-title-1 div {
  height: 60px;
  width: 30%;
}

.module-title .m-t-left {
  background:  no-repeat;
  background-position-y: center;
  background-position-x: right;
}

.module-title .m-t-right {
  background:  no-repeat;
  background-position-y: center;
}

.module-title .m-title-text {
  font-size: 40px;
  font-weight: bold;
  width: auto !important;
}

/*首页大标题end*/

/*显示切换*/

.h-tag-container {
}

.h-tag-container .h-tag-titles .h-tag-titles-item {
  cursor: pointer;
}

.h-tag-container .h-tag-titles .h_active {
}

.h-tag-container .h-tag-content {
}

.h-tag-container .h-tag-content .h-tag-content-item {
  display: none;
}

.h-tag-container .h-tag-content .h_active {
  display: block !important;
  font-size: 18px;
}

/*显示切换end*/
.bg-gray-f3 {
  background: #f3f3f3;
}

.parent {
  position: relative;
}

.parent .child {
  position: absolute;
  height: 100%;
}

.inline-sq > div {
  display: inline-block;
}

.go-top {
  position: fixed;
  bottom: 10%;
  right: 0;
  cursor: pointer;
  transition: all 500ms;
  display: none;
}

.go-top > img {
  height: 100%;
  width: 100%;
}

.zysearch {
  float: right;
  top: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.zysearch .search-input {
  color: #999;
  border: 1px solid #d0d0d0;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  width: 230px;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}

.zysearch .search-btn {
  outline: none;
  border-radius: 20px;
  background: none repeat scroll 0 0 #4c2d82;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  padding: 0;
  vertical-align: baseline !important;
  width: 60px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.no-top {
  top: 0 !important;
}

.nav-active {
  border-bottom: #f08200 4px solid !important;
}

.nav-active > a {
  color: #f08200;
}

.interlace:nth-of-type(even) {
  background: #efefef;
}

.ibtab {
  text-align: center;
}

.ibtab tr:nth-child(1) {
  background-color: #eeeeee;
}
.tzwrapper {
  height: 700px;
  padding-top: 60px;
}
.sametz {
  position: relative;
  height: 250px;
  width: 590px;
  float: left;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.sametzimg {
  height: 100%;
  width: 50%;
  float: left;
}
.sametzimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sametzcon {
  height: 100%;
  width: 50%;
  float: right;
  line-height: 250px;
  background: #fff;
}
.sametzinfo {
  padding: 0px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-family: microsoftyahei;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}
.sametzinfo p {
  font-size: 25px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.sametz:first-child {
}
.specialtz {
  background: #fff;
  height: 250px;
  width: 100%;
  margin-top: 60px;
  float: left;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.specialtzimg {
  height: 100%;
  width: 600px;
  float: left;
  overflow: hidden;
}
.specialtzimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.specialtzcon {
  height: 100%;
  width: 50%;
  float: right;
  line-height: 250px;
  background: #fff;
}
.specialtzinfo {
  padding: 0px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-family: microsoftyahei;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}
.specialtzinfo p {
  font-family: microsoftyahei-bold;
  font-size: 27px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.samets {
  width: 590px;
  height: 510px;
  float: left;
}

.samets .sametsimg {
  height: 250px;
  width: 100%;
}

.samets .sametscon {
  width: 100%;
  height: 260px;
  background: #ffff;
  line-height: 260px;
  position: relative;
}
.samets .sametsimg > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spcialline {
  width: 100%;
  height: 60px;
}
.width-3 {
  width: 33.3% !important;
}
.width-2 {
  width: 25% !important;
}
.width-7 {
  width: 75% !important;
}
.width-5 {
  width: 50% !important;
}
.width-6 {
  width: 66.7% !important;
}
.width-4 {
  width: 41.6% !important;
}
.width-8 {
  width: 58.3% !important;
}
.no-info {
  background: rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  font-size: 20px;
  width: 350px;
  height: 50px;
  position: absolute;
  left: 50%;
  text-align: center;
  line-height: 50px;
  top: 440px;
  z-index: 9999;
  transform: translate(-50%, 0%);
  display: none;
}
.fujian {
  width: 100%;
  padding: 30px 20px;
  --main-color1: #533687;
  --main-color2: #f5a623;
}
.fujian .annex {
  margin-top: 20px;
}
.fujian .annex-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #efeff4;
  margin-bottom: 20px;
}
.fujian .annex-list .list-link {
  flex: 1;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fujian .annex-list .list-link::after {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.fujian .annex-list .list-download {
  width: 60px;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--main-color2);
  cursor: pointer;
}
.fujian .annex-list:hover .list-link {
  color: var(--main-color2);
}
.fujian .annex-list:hover .list-link::after {
  background-color: var(--main-color2);
}
.stamp-btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid var(--main-color2);
  color: var(--main-color2);
}
.title-left-bar {
  position: relative;
  display: flex;
  height: 21px;
  width: 100%;
  margin-bottom: 20px;
}
.title-left-bar .title {
  margin-left: 17px;
  font-size: 16px;
  color: #333333;
  font-family: microsoftyahei-bold;
  letter-spacing: 0;
  font-weight: 700;
}
.title-left-bar .time {
  font-size: 14px;
  color: #999999;
}
.title-left-bar .more {
  flex: 1;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-align: right;
}
.title-left-bar .more a,
.title-left-bar .more span {
  display: inline-block;
  border: 1px solid var(--main-color2);
  color: var(--main-color2);
  padding: 0 15px;
  border-radius: 5px;
}
.title-left-bar .more span {
  border: 1px solid #ccc;
  color: #ccc;
}
.title-left-bar::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 100%;
  background-color: var(--main-color1);
  border-radius: 2px;
}

.section {
  width: 100%;
}
.section-banner {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  color: #fff;
}
.section-banner-wrapper {
  width: 100%;
  height: 100%;
}
.section-banner-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-banner-title {
  margin: 0;
  padding-top: 80px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 4px;
}
.section-banner-des {
  text-align: center;
  font-size: 1.8rem;
}
.files {
  margin-top: 20px;
  padding: 1rem 3rem;
  width: 100%;
  background-color: #fff;
}
.files-li {
  line-height: 50px;
  border-bottom: 1px dashed #ddd;
}
.files-link {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  line-height: inherit;
  padding-left: 15px;
  font-size: 1.1rem;
}
.files-link-text {
  flex: 1;
  padding-right: 1rem;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.files-link-date {
  font-size: inherit;
  color: #999;
}
.files-link-date svg {
  position: relative;
  top: 5px;
}
.files-link::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 23px;
  border-radius: 50%;
  background-color: #666;
}
.files-link:hover::before {
  background-color: #f08200;
}
.files-link:hover .files-link-text {
  color: #f08200;
}
.optional {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.optional-header {
  line-height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #d6cfe3;
}
.optional-header-item {
  float: left;
  line-height: inherit;
  box-sizing: border-box;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.optional-header-item-active {
  border-bottom-color: transparent;
  color: #f08200;
  background-color: #fff;
}
.optional-content {
  padding: 1rem;
}
.optional-panel {
  padding: 1rem 0;
  display: none;
}
.optional-panel:first-child {
  display: block;
}
.htable {
  overflow: auto;
  width: 100%;
  background-color: #fff;
}
.htable-date {
  padding: 1rem;
  font-size: 1.2rem;
}
.htable-row {
  min-width: 100%;
  display: inline-flex;
  justify-content: space-around;
  line-height: 70px;
  font-size: 1.1rem;
}
.htable-row:nth-child(2n) {
  background-color: #f8f8f8;
}
.htable-header {
  background-color: #d6cfe3 !important;
  font-weight: 600;
}
.htable-cell {
  width: 160px;
  line-height: inherit;

  text-align: center;
}
.htable-cell:first-child {
  width: 60px;
}
.pure-text {
  padding: 0.5rem;
  text-indent: 2rem;
  line-height: 2.5rem;
  font-size: 1.3rem;
}
.pure-img {
  text-align: center;
}
.pure-img img {
  max-width: 90%;
}
.bg-white {
  background-color: #fff;
}

.item-des {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.item-des-content {
  line-height: 3rem;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border: 1px dotted #4c2d82;
  text-align: justify;
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0;
  text-indent: 2rem;
}

.square {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0px 8px;
  background: #f5a623;
  border-radius: 1px;
}

.square-list {
  width: 100%;
  padding: 1rem;
}

.square-list-item {
  margin: 10px 0;
  line-height: 2.5rem;
}

.square-list-item-text {
  width: calc(100% - 32px);
  float: right;
  font-size: 1.4rem;
  color: #666;
}

.single-pic {
  width: 100%;
}
.single-pic img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: center;
}

.pmsg {
}
.pmsg-container {
  background-color: #fff;
}
.pmsg-left,
.pmsg-right {
  height: 100%;
}
.pmsg-right {
  height: 100%;
}
.pmsg-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
