html,
body {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: 'MyCustomFont';
  /* 自定义字体名称（后续调用用） */
  src: url('./font/AlibabaPuHuiTi-3-55-Regular.ttf') format('opentype');
  /* 字体文件路径 + 格式声明 */
  font-weight: normal;
  /* 字体粗细 */
  font-style: normal;
  /* 字体样式（正常/斜体） */
  font-display: swap;
  /* 优化加载体验：先显示系统字体，字体加载完成后替换 */
}


* {
  font-family: 'MyCustomFont', "微软雅黑";
}

.box {
  width: 1600px;
  margin: 0 auto;
}

.header {
  height: 60px;
  background: #da2224;
  font-size: 16px;
}

.flex {
  display: flex;
}

.f1 {
  flex: 1;
}

.hcenter {
  align-items: center;
}

.h60 {
  height: 60px;
}

.colorwhite {
  color: white;
}

.topright a:first-child {
  margin-right: 10px;
}

.topright a {
  text-decoration: none;
  margin-left: 10px;
}

.banner {
  height: 320px;
  width: 100%;
  background: url(../static/images/banner.png) no-repeat center;
}

.nav a {
  text-decoration: none;
  flex: 1;
  color: white;
  position: relative;

  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.nav a::after {
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #fff;
  content: "";
  right: 0px;
  top: 5px;
}

.nav a:last-child::after {
  display: none;
}

.search {
  width: 310px;
  display: flex;
  justify-content: flex-end;
}

.searchbg {
  background-color: #e14e50;
  height: 30px;
  border-radius: 30px;
  padding-left: 10px;
  display: flex;
  align-self: center;
  width: 260px;
  align-items: center;
  padding-right: 10px;
}

.searchbgtext {
  background-color: transparent;
  border: 0px;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.searchbgtext::placeholder {
  color: #f0b5b5;
}

.searchbgtext:focus {
  outline: none;
}

.hei10 {
  height: 10px;
  width: 100%;
  clear: both;
}

.picScroll-left {
  overflow: hidden;
  position: relative;
  width: 600px;
  height: 450px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: none;
}



.picScroll-left .hd ul {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: 999;
}

.picScroll-left .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 12px;
}

.picScroll-left .hd ul li.on {
  background-color: #ff0000;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
}

.box2_tu {
  width: 600px;
  height: 450px;
}

.box2_tu img {
  width: 600px;
  display: block;
}

.box2_zi {
  position: absolute;
  bottom: 3px;
  width: 600px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
  text-indent: 15px;
  z-index: 99;
  font-weight: bold;
}

.box2_l2 {
  margin-left: 10px;
  width: 600px;
  height: 450px;
  border: 1px solid #DCDCDC;
}

.box2_l2_tit {
  background: url(../images/box2_tit_bg.jpg) no-repeat center center;
  height: 46px;
}

.box2_l2_tit h1 {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  margin-left: 40px;
}

.box2_l2_ul {
  margin-top: 6px;
}

.box2_l2_ul li {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  padding: 0 20px 0 30px;
  background: url(../images/box2_l_d.jpg) no-repeat 20px center;
}

.box2_l2_ul li a {
  color: #545454;
}

.box2_l2_ul li span {
  color: #989898;
}

.tmgao {
  background: url(./images/tm.png) repeat;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.indexnews2 {}

.indexnews {
  padding-left: 30px;
  width: calc(50% - 30px);
}

.title2 {
  color: #333333;
  font-size: 22px;
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.title2 .navtitle2 {
  cursor: pointer;
  margin-right: 20px;
}

.title2 .navtitle2:first-child {
  background: url(./images/icon/h2.png) no-repeat left 10px;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  font-weight: bold;
}

.title2 .navtitle2:first-child.cli {
  background: url(./images/icon/i2.png) no-repeat left 10px;
  color: #b80608;
  padding-left: 35px;
  font-weight: bold;
}

.title2 .navtitle2:first-child.cli::before {
  content: "";
  width: 135px;
  height: 9px;
  background: url(./images/icon/i3.png) no-repeat center;
  position: absolute;
  left: 0px;
  bottom: -7px;
}

.title2 .navtitle2:nth-of-type(2) {
  background: url(./images/icon/h4.png) no-repeat left 10px;
  padding-left: 35px;
  margin-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  font-weight: bold;
}

.title2 .navtitle2:nth-of-type(2).cli {
  color: #b80608;
  background: url(./images/icon/i4.png) no-repeat left 10px;
  padding-left: 35px;
  font-weight: bold;
}

.title2 div:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding-bottom: 5px;
}

.title2 .navtitle2:nth-of-type(2).cli::before {
  content: "";
  width: 135px;
  height: 9px;
  background: url(./images/icon/i3.png) no-repeat center;
  position: absolute;
  left: 0px;
  bottom: -7px;
}



.mtbb .navtitle2:first-child {
  background: url(./images/icon/h5.png) no-repeat left 10px;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  font-weight: bold;
}

.mtbb .navtitle2:first-child.cli {
  background: url(./images/icon/i5.png) no-repeat left 10px;
  color: #b80608;
  padding-left: 35px;
  font-weight: bold;
}

.mtbb .navtitle2:first-child.cli::before {
  content: "";
  width: 135px;
  height: 9px;
  background: url(./images/icon/i3.png) no-repeat center;
  position: absolute;
  left: 0px;
  bottom: -7px;
}

.mtbb .navtitle2:nth-of-type(2) {
  background: url(./images/icon/h6.png) no-repeat left 10px;
  padding-left: 35px;
  margin-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  font-weight: bold;
}

.mtbb .navtitle2:nth-of-type(2).cli {
  color: #b80608;
  background: url(./images/icon/i6.png) no-repeat left 10px;
  padding-left: 35px;
  font-weight: bold;
}

.mtbb .navtitle2:nth-of-type(2).cli::before {
  content: "";
  width: 135px;
  height: 9px;
  background: url(./images/icon/i3.png) no-repeat center;
  position: absolute;
  left: 0px;
  bottom: -7px;
}

.title4 {
  color: #333333;
  font-size: 22px;
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.title4 div {
  cursor: pointer;
  margin-right: 20px;
}

.title4 div:first-child {
  background: url(./images/icon/h2.png) no-repeat left 10px;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.title4 div:first-child.cli {
  background: url(./images/icon/i2.png) no-repeat left 10px;
  color: #b80608;
  padding-left: 35px;
  font-weight: bold;
}

.title4 div:first-child.cli::before {
  content: "";
  width: 135px;
  height: 9px;
  background: url(./images/icon/i3.png) no-repeat center;
  position: absolute;
  left: 0px;
  bottom: -7px;
}

.title4 div:last-child {
  background: url(./images/icon/h4.png) no-repeat left 10px;
  padding-left: 30px;
  margin-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.title4 div:last-child.cli {
  color: #b80608;
  background: url(./images/icon/i4.png) no-repeat left 10px;
  padding-left: 35px;
  font-weight: bold;
}

.title1 {
  color: #b80608;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  background: url(./images/icon/i1.png) no-repeat left 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
  position: relative;
}

.title1::before {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #b80608;
  position: absolute;
  left: 0px;
  bottom: -1px;
}


.title1 a {
  color: #acacac;
  font-weight: normal;
  text-decoration: none;
}

.flexcom {
  flex-direction: column;
}

.newslist1 {
  padding-top: 5px;
}

.newslist1 a {
  display: flex;
  background: url(./images/icon/i7.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  font-size: 17px;
  color: #333333;
}

.newslist1 a:hover {
  color: #b80608;
}

.newslist1 a span:first-child {
  flex: 1;
  margin-left: 20px;
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;

  /* 超出部分显示省略号 */
}

.newslist1 a span:last-child {
  color: #a7a7a7;
}

.newslist2 {
  padding-top: 5px;
}

.newslist2 a {
  display: flex;
  background: url(./images/icon/i8.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  color: #333333;
  font-weight: 100;
  font-size: 17px;
}

.newslist2 a:hover {
  color: #b80608;
}

.newslist2 a span:first-child {
  flex: 1;
  margin-left: 20px;
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;

  /* 超出部分显示省略号 */
}

.newslist2 a span:last-child {
  color: #a7a7a7;
}

.sysbg {

  background: url(./images/icon/sysbg.png) no-repeat;
  height: 409px;
  display: flex;
}

.syslist {
  margin: 22px;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 12px;
}

.syslist:first-child {
  margin-right: 10px;
}

.syslist:last-child {
  margin-left: 10px;
}

.ztlist {
  flex: 50% 0;
  display: flex;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.ztlist:nth-child(even) {
  justify-content: flex-end;
}



.title3 {
  color: #b80608;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  background: url(./images/icon/indexicon/i1.png) no-repeat left 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
  position: relative;
}

.title3.ic2 {
  background: url(./images/icon/indexicon/i2.png) no-repeat left 10px;
}

.title3.ic3 {
  background: url(./images/icon/indexicon/i3.png) no-repeat left 10px;
}

.title3.ic4 {
  background: url(./images/icon/indexicon/i4.png) no-repeat left 10px;
}

.title3.ic5 {
  background: url(./images/icon/indexicon/i5.png) no-repeat left 10px;
}

.title3.ic6 {
  background: url(./images/icon/indexicon/i6.png) no-repeat left 10px;
}

.title3.ic7 {
  background: url(./images/icon/indexicon/i7.png) no-repeat left 10px;
}

.title3.ic8 {
  background: url(./images/icon/indexicon/i8.png) no-repeat left 10px;
}

.title3.ic9 {
  background: url(./images/icon/indexicon/i9.png) no-repeat left 10px;
}

.title3::before {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #b80608;
  position: absolute;
  left: 0px;
  bottom: -1px;
}


.title3 a {
  color: #acacac;
  font-weight: normal;
  text-decoration: none;
}

.indexnews1 {
  width: calc(33.33% - 20px);
  flex: calc(33.33% - 20px) 0;
  margin-bottom: 30px;
}



.newslist3 {
  padding-top: 5px;
}

.indexnews1:nth-child(3n+1) {
  padding-right: 15px;
}

.indexnews1:nth-child(3n+2) {
  padding: 0 15px;
}

.indexnews1:nth-child(3n+3) {
  padding-left: 15px;
}

.newslist3 a {
  display: flex;
  background: url(./images/icon/i11.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  color: #333333;
  font-size: 17px;
  color: #333333;
}

.newslist3 a:hover {
  color: #b80608;
}

.newslist3 a span:first-child {
  flex: 1;
  margin-left: 20px;
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;

  /* 超出部分显示省略号 */
}

.newslist3 a span:last-child {
  color: #a7a7a7;
}

.newslist4 {
  margin-top: 30px;
}

.newslist4 a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 300px;
}

.newslist4 img {
  display: block;
}

.newslist4 a {
  float: left;
  margin-left: 25px;
}

.newslist4 a:first-child {
  margin-left: 0px;
}

.newslist4 span {
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  color: #333333;
  font-size: 17px;
  line-height: 40px;
}

.title5 {
  color: #b80608;
  font-size: 22px;
  font-weight: bold;
  background: url(./images/icon/indexicon/i9.png) no-repeat left 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
  position: relative;
}

.tiao {
  flex: 1;
  margin-left: 30px;
  position: relative;
}

.tiao::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #b80608;
  top: 13px;
  position: absolute;
}

.alinks {
  flex: 11% 0;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  margin-top: 15px;
}

.sunnav {
  color: #a7a7a7;
  font-size: 16px;
}

.sunnav a {
  color: #a7a7a7;
  text-decoration: none;
}

.sunleft {
  width: 300px;
}

.sunleft .top {
  background: url(./images/sunicon/leftbg.png) no-repeat;

  height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  padding-left: 65px;
}

.sunleft a {
  height: 56px;
  display: flex;
  font-size: 18px;
  line-height: 56px;
  padding-left: 65px;
  text-decoration: none;
  color: #666666;
  margin-top: 2px;
  background: url(./images/sunicon/rightjt.png) no-repeat 235px center #f9f9f9;
}

.sunleft1 {
  width: 300px;
}

.sunleft1 .top {
  background: url(./images/sunicon/leftbg.png) no-repeat;

  height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  padding-left: 65px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sunleft1 a {
  height: 56px;
  display: flex;
  font-size: 16px;
  padding-left: 65px;
  text-decoration: none;
  color: #666666;
  margin-top: 2px;
  background: url(./images/sunicon/rightjt.png) no-repeat 265px center #f9f9f9;
  padding-right: 50px;
  align-items: center;
}

.sunleft a.cli {
  background-color: #eaeaea;
  color: #db2524;
}

.sunleft1 a.cli {
  background-color: #eaeaea;
  color: #db2524;
}

.sunright {
  flex: 1;
  margin-left: 60px;
}

.newslist5 a {
  display: flex;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  width: 100%;
  color: #333333;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px dashed #cccccc;
}

.newslist5 a:hover {
  color: #b80608;
}

.newslist5 a span:first-child {
  flex: 1;
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;

  /* 超出部分显示省略号 */
}

.newslist5 a span:last-child {
  color: #a7a7a7;
}




.newslist6 {
  margin-top: 15px;
}

.newslist6 a {
  margin: 15px 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 292px;
}

.newslist6 img {
  display: block;
}

.newslist6 a {
  float: left;
  margin-left: 24px;
}

.newslist6 a:nth-child(4n+1) {
  margin-left: 0px;
}

.newslist6 span {
  white-space: nowrap;
  /* 强制文本不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  color: #333333;
  font-size: 17px;
  line-height: 40px;
}


.newslist9 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.newslist9 a {
  flex: calc(25% - 17px) 0;
  margin: 15px 0;
  text-decoration: none;
  display: flex;
  background: #f9f9f9;
  height: 68px;
  line-height: 68px;
  justify-content: center;
  border: 1px solid #f0f0f0;
  margin: 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #da2224;
  border-radius: 5px;
  margin-bottom: 20px;
}

.newslist9 a:nth-child(4n+1) {
  margin-left: 0px;
}

.newslist9 a:nth-child(4n+4) {
  margin-right: 0px;
}


.newslist8 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.newslist8 a {
  flex: calc(610px - 58px) 0;
  margin: 15px 0;
  text-decoration: none;
  display: flex;
  background: #f9f9f9;
  padding: 28px;
  border: 1px solid #f0f0f0
}



.newslist8 img {
  display: block;
}

.newslist8 .jianjie {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.newslist8 .jianjie .jjname {
  font-size: 24px;
  color: #333333;
}

.newslist8 .jianjie .jjzhiwei {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}

.newslist8 a:nth-of-type(odd) {
  margin-right: 10px;
}

.newslist8 a:nth-of-type(even) {
  margin-left: 10px;
}



.newslist8.newslist7 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.newslist8.newslist7 a {
  flex: calc(610px - 58px) 0;
  margin: 15px 0;
  text-decoration: none;
  display: flex;
  background: #f9f9f9;
  padding: 28px;
  border: 1px solid #f0f0f0
}



.newslist8.newslist7 img {
  display: block;
}

.newslist8.newslist7 .jianjie {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.newslist8.newslist7 .jianjie .jjname {
  font-size: 24px;
  color: #333333;
}

.newslist8.newslist7 .jianjie .jjzhiwei {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}

.newslist8.newslist7 a:nth-of-type(even) {
  margin-right: 10px;
}

.newslist8.newslist7 a:nth-of-type(odd) {
  margin-left: 10px;
}

.newslist8.newslist7 a:first-child {
  margin-left: 0px;
  flex: 100% 0;
}



.b_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.sth_a {
  color: #999;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  border-top: 1px dotted #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}

.sth_a a {
  color: #999;
  text-decoration: none;
}

.sth_a span.size {
  background: url(./images/icon/text.gif) no-repeat left center;
  padding-left: 20px;
}

.general {
  font-size: 18px;
}

.big {
  font-size: 24px;
}

.small {
  font-size: 14px;
}

.pagination-container {
  margin-top: 20px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}

.pagination-container ul {
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.pagination-container ul li {
  z-index: 1;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  list-style: none;
}

.pagination-container ul li a,
.pagination-container ul li span {
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  box-sizing: border-box;
}

.pagination-container ul li span {
  cursor: default;
  background: #dcdcdc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #da2224;
  border-color: #da2224;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  color: #da2224;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.wenzi {
  display: none;
}

.details {
  line-height: 1.8;
}