* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  background: url(../images/bom_bg.jpg) center bottom repeat-x;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html {
  overflow-x: hidden;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
:root {
  --menu-font-color: #666666;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.more {
  width: 190px;
  height: 66px;
  background: #f7f7f7;
  border-radius: 33px;
  margin: 65px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.more p {
  margin-right: 24px;
  z-index: 3;
  transition: .5s ease;
}
.more .icon {
  width: 50px;
  height: 50px;
  background: #eaeaea url(../images/arrow.png) center center no-repeat;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  transition: .5s ease all;
}
.more::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s;
}
.more:hover::after {
  width: 100%;
}
.more:hover p {
  color: #fff;
}
.more:hover .icon {
  background: #ffffff url(../images/on_arrow.png) center center no-repeat;
}
.header .wrap {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .wrap .topMenu {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .wrap .topMenu .search {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) center center no-repeat;
  margin-right: 29px;
  cursor: pointer;
}
.header .wrap .topMenu .yhzx {
  width: 106px;
  height: 54px;
  background-color: #2552e8;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  transition: width 0.3s ease, background-color 0.5s ease;
}
.header .wrap .topMenu .yhzx:hover {
  background-color: #1e45c7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  text-decoration: underline;
  animation: pulse 0.5s infinite;
}
.header .wrap .logo {
  width: 606px;
  height: 136px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: 100% 100%;
}
.header .wrap .text {
  margin-top: 68px;
  font-size: 28px;
  color: #666666;
  height: 40px;
  display: flex;
  align-items: center;
}
.header .wrap .text a {
  margin: 0 18px;
  cursor: pointer;
  transition: all .5s;
  position: relative;
  font-size: 28px;
}
.header .wrap .text a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 3px;
  background: #2552e8;
  border-radius: 1.5px;
  transition: all .8s;
}
.header .wrap .text a::before {
  content: '';
  position: absolute;
  width: 1px;
  background: #666666;
  height: 100%;
  right: -18px;
}
.header .wrap .text a:hover {
  color: #2552e8;
  font-size: 30px;
}
.header .wrap .text a:hover::after {
  width: calc(100% - 18px);
}
.footer {
  margin-top: 140px;
  height: 190px;
  border-top: 1px solid #cdcdcd;
}
.footer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .wrap .leftText {
  font-size: 18px;
  color: 222222;
  line-height: 36px;
}
.footer .wrap .rightCode {
  display: flex;
  margin-left: 89px;
}
.footer .wrap .rightCode div {
  width: 76px;
  height: 79px;
  overflow: hidden;
  margin-right: 26px;
  position: relative;
}
.footer .wrap .rightCode div img {
  width: 78px;
  height: 81px;
  top: -1px;
  left: -1px;
  position: absolute;
}
.footer .wrap .rightCode div:last-child {
  margin-right: 0;
}
.otherHeader {
  padding: 30px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.otherHeader .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otherHeader .wrap .nav {
  display: flex;
}
.otherHeader .wrap .nav li {
  position: relative;
  line-height: 1;
}
.otherHeader .wrap .nav li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
}
.otherHeader .wrap .nav li a {
  margin: 0 18px;
  color: var(--menu-font-color);
  cursor: pointer;
  transition: all .5s;
  position: relative;
  font-size: 18px;
}
.otherHeader .wrap .nav li a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 3px;
  background: #2552e8;
  border-radius: 1.5px;
  transition: all .8s;
}
.otherHeader .wrap .nav li a::before {
  content: '';
  position: absolute;
  width: 1px;
  background: var(--menu-font-color);
  height: 100%;
  right: -18px;
}
.otherHeader .wrap .nav li a:hover {
  color: #2552e8;
}
.otherHeader .wrap .nav li a:hover::after {
  width: calc(100% - 18px);
}
.otherHeader .wrap .nav li:last-child a::before {
  display: none;
}
.otherHeader .wrap .nav li.on a {
  color: #2552e8;
}
.otherHeader .wrap .nav li.on a::after {
  width: calc(100% - 18px);
}
.otherHeader .wrap .topMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.otherHeader .wrap .topMenu .search {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) center center no-repeat;
  margin-right: 29px;
  cursor: pointer;
}
.otherHeader .wrap .topMenu .yhzx {
  width: 106px;
  height: 54px;
  background-color: #2552e8;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  transition: width 0.3s ease, background-color 0.5s ease;
}
.otherHeader .wrap .topMenu .yhzx:hover {
  background-color: #1e45c7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  text-decoration: underline;
  animation: pulse 0.5s infinite;
}
.page_content .otherHeader {
  position: relative;
}
.page_content .article_content {
  width: 1200px;
  margin: 85px auto 0;
}
.page_content .article_content .title {
  font-size: 50px;
  color: #222222;
  text-align: center;
  padding: 0 50px;
}
.page_content .article_content .mainText {
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  margin-top: 56px;
  text-align: justify;
}
.list_content .otherHeader {
  position: relative;
}
.list_content .listBox {
  width: 1200px;
  margin: 105px auto 0;
}
.list_content .listBox .title {
  font-size: 60px;
  color: #222222;
  text-align: center;
}
.list_content .listBox ul li {
  margin-top: 35px;
  position: relative;
  padding-bottom: 35px;
}
.list_content .listBox ul li::after {
  content: '';
  position: absolute;
  width: 1104px;
  height: 1px;
  background: #cdcdcd;
  left: 50%;
  bottom: 0;
  margin-left: -552px;
}
.list_content .listBox ul li a {
  display: block;
  padding: 55px 48px;
  border-radius: 24px;
  transition: all .5s;
}
.list_content .listBox ul li a .tit {
  font-size: 24px;
  color: #222222;
  text-align: justify;
}
.list_content .listBox ul li a .date {
  font-size: 16px;
  color: #999999;
  margin: 20px 0;
}
.list_content .listBox ul li a .text {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.list_content .listBox ul li a:hover {
  box-shadow: 0px 10px 141px 9px rgba(0, 0, 0, 0.05);
}
.list_content .listBox .page {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #404040;
  padding-bottom: 36px;
  margin-top: 50px;
}
.list_content .listBox .page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
}
.list_content .listBox .page span.on {
  border: 1px solid #2552e8;
  background: #2552e8;
  color: #fff;
}
.list_content .listBox .page a {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  color: #404040;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.list_content .listBox .page a:hover {
  border: 1px solid #2552e8;
  background: #2552e8;
  color: #fff;
}
