/* 全局样式 */
li {
  list-style: none;
}
a {
  color: rgba(1, 1, 1, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
* {
  padding: 0;
  margin: 0;
}
/* 头部样式 */
.header {
  width: 100%;
}
.header .container {
  width: 100%;
}

.header-logo {
  margin: auto;
  margin-top: 35px;
  text-align: center;
}

.header-logo .logo {
  width: 180px;
}

.header-logo .logo-title {
  font-size: 30px;
  color: rgba(21, 161, 221, 1);
  padding-left: 10px;
  font-weight: 500;
}

.header-menu {
  width: 1200px;
  margin: auto;
  position: relative;
  height: 50px;
}
.header-menu .header-menu-ul {
  margin: auto;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: center;
  justify-content: space-between;
}

.header-menu .header-menu-ul li {
  text-align: center;
}
.header-menu .header-menu-ul li a {
  font-size: 16px;
  position: relative;
}

.header-menu .header-menu-ul li a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
.header-menu .header-menu-ul .menu-dh > .on {
  color: rgba(34, 141, 240, 1);
}
.header-menu .header-menu-ul .menu-dh > .on::after {
  content: "";
  width: 85px;
  height: 3px;
  background-color: rgba(34, 141, 240, 1);
  /* display: block; */
  /* margin-top: 20px; */
  position: absolute;
  left: -7px;
  top: 40px;
}
.header-menu .header-menu-ul .menu-dh:nth-child(4) > .on::after {
  left: 0px;
}

.header .header-menu-chid1 {
  width: 100%;
  height: 500px;
  /* background: rgba(255, 255, 255, 0.7); */

  position: absolute;
  z-index: 9999;
  left: 0;
}

.header .header-menu-chid1 .header-menu-chid1-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 35%;
  position: absolute;
  left: 20%;
}

.header .header-menu-chid1 .header-menu-chid1-ul li {
  width: 33%;
}
.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(1) {
  margin-top: 80px;
}
.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(2) {
  margin-top: 80px;
}
.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(3) {
  margin-top: 80px;
}
.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(4) {
  margin-top: 50px;
}
.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(5) {
  margin-top: 50px;
}

.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(6) {
  margin-top: 50px;
}

.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(7) {
  margin-top: 50px;
}

.header .header-menu-chid1 .header-menu-chid1-ul li:nth-child(8) {
  margin-top: 50px;
}

.header .header-menu-chid1 .header-menu-chid1-ul li a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

.header .header-menu-chid1 .header-menu-chid1-ul li a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
#menu-chid-1 {
  display: none;
}
#menu-chid-2 {
  display: none;
}

.header .header-menu-chid2 {
  width: 100%;
  height: 500px;
  /* background: rgba(255, 255, 255, 0.7); */
  position: absolute;
  z-index: 9999;
  left: 0;
}

.header .header-menu-chid2 .header-menu-chid2-ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 35%;
  position: absolute;
  left: 32%;
}

.header .header-menu-chid2 .header-menu-chid2-ul li {
  width: 33%;
}

.header .header-menu-chid2 .header-menu-chid2-ul li a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

.header .header-menu-chid2 .header-menu-chid2-ul li a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
.header .header-menu-chid2 .header-menu-chid2-ul li:nth-child(1) {
  margin-top: 80px;
}
.header .header-menu-chid2 .header-menu-chid2-ul li:nth-child(2) {
  margin-top: 50px;
}
.header .header-menu-chid2 .header-menu-chid2-ul li:nth-child(3) {
  margin-top: 50px;
}
.header .header-menu-chid2 .header-menu-chid2-ul li:nth-child(4) {
  margin-top: 50px;
}

.header .menu-bj {
  width: 100%;
  height: 500px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 999;
  left: 0;
  display: none;
}

/* 底部样式 */

.footer {
  width: 100%;
}
.footer-link {
  width: 100%;
  background: rgba(53, 53, 53, 1);
  height: 50px;
}

/* .footer-link .container {
  padding-left: 0;
  padding-right: 0;
} */
.footer-link .footer-link-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-link .footer-link-menu li {
  text-align: center;
  line-height: 50px;
}
.footer-link .footer-link-menu li a {
  color: #fff;
  font-size: 16px;
}
.footer-link .footer-link-menu li a:hover {
  text-decoration: none;
  color: rgba(34, 141, 240, 1);
}

.footer-content {
  width: 100%;
  background: rgba(58, 58, 58, 1);
  padding: 60px;
}
.footer-content .container {
  width: 68%;
}
.footer-content-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-content-left .left-img {
  margin-top: 40px;
}
.footer-content-left .left-img img {
  width: 120px;
  margin-top: 10px;
}
.footer-content-left .left-content {
  margin-top: 20px;
}

.footer-content-left .left-content .left-content-title {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.footer-contet-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.footer-contet-right .right-content .right-content-title {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.footer-contet-right .right-content {
  margin-left: 35px;
  /* margin-top: 10px; */
}
.footer-contet-right .right-img {
  margin-top: 10px;
}

.footer-contet-right .right-img img {
  height: 100px;
}

.footer-contet-right::before {
  content: "";
  width: 2px;
  height: 150px;
  background-color: #fff;
  color: #fff;
  position: absolute;
  left: 0;
}

.foot-coryright {
  width: 100%;
  background: rgba(53, 53, 53, 1);
}
.foot-coryright .container {
  text-align: center;
}
.foot-coryright .container span {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  padding: 10px 20px;
}
.foot-coryright .container span a {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}
.foot-coryright .container span a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
/* 轮播图 */
.banner {
  width: 100%;
  margin-top: 20px;
}
/* 公共标签 */
.common-tag {
  text-align: center;
  margin: 50px;
}
.common-tag .tag-china {
  font-size: 20px;
  font-weight: bold;
  color: rgba(34, 141, 240, 1);
}
.common-tag .tag-en {
  font-size: 25px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.25);
}
.common-tag .tag-line {
  width: 100px;
  border-bottom: 2px solid rgba(61, 77, 113, 1);
  display: block;
  margin: auto;
}

/* 线条 */
.line {
  width: 100%;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
}
/* ----- PB分页数字条效果 结束 ----- */
.container .pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.container .pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.container .pagination span {
  color: #333;
  font-size: 14px;
  padding: 8px 2px;
  margin: 0 5px;
  border-radius: 3px;
}
.container .pagination a:hover {
  color: rgba(34, 141, 240, 1);
  border: 1px solid rgba(34, 141, 240, 1);
  text-decoration: none;
}
.container .pagination a.page-num-current {
  color: #fff;
  background: rgba(34, 141, 240, 1);
  border: 1px solid rgba(34, 141, 240, 1);
}

.container .tac.text-secondary {
  width: 25%;
  margin: auto;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  background: rgba(34, 141, 240, 1);
  border-radius: 10px;
  color: #fff;
}
/* 上一篇下一篇 */
.news-xq .container .pre {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.news-xq .container .pre .precontent {
  width: 25%;
  background: rgba(34, 141, 240, 1);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
}

.news-xq .container .pre .precontent a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.news-xq .container .pre .nextcontent {
  width: 25%;
  background: rgba(34, 141, 240, 1);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
}

.news-xq .container .pre .nextcontent a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.news-xq .container .pre .nextcontent a:hover {
  text-decoration: none;
}
.news-xq .container .pre .precontent a:hover {
  text-decoration: none;
}
