html,
body {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.header {
  width: 100%;
  height: 316px;
  background: url("../images/home-header.png") no-repeat center;
  background-size: cover;
  padding: 20px 0px 0px;
  box-sizing: border-box;
}
.header .title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.header .title .title-l {
  display: flex;
  color: #666666;
  font-size: 14px;
  flex-direction: column;
}
.header .title .title-l a {
  color: #004da3;
}
.header .title .title-l a:nth-child(1) {
  margin-right: 30px;
}
.header .title .title-r {
  display: flex;
  color: #004da3;
  font-size: 14px;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.header .title .title-r div:nth-child(1) {
  margin-right: 30px;
  margin-bottom: 10px;
}
.header .search {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .search img {
  width: 200px;
  margin-bottom: 30px;
}
.header .search > div:nth-child(1) {
  font-size: 68px;
  color: #004da3;
}
.header .search > div:nth-child(2) {
  width: 283px;
  height: 64px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
}
.header .search > div:nth-child(2) input {
  width: 182px;
  height: 100%;
  border: none;
  font-size: 16px;
  padding-left: 30px;
}
.header .search > div:nth-child(2) button {
  width: 101px;
  height: 64px;
  background-color: #81191a;
  border-radius: 10px;
  font-size: 20px;
  border: none;
  color: #ffffff;
}
.navigation {
  width: 100%;
  height: 225px;
  background-color: #004da3;
  margin-bottom: 30px;
}
.navigation .navigation-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.navigation .navigation-box > div {
  width: 119px;
  height: 40px;
  margin-right: 60px;
  margin-bottom: 10px;
}
.navigation .navigation-box > div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 20px;
}
.navigation .navigation-box > div:nth-child(4n) {
  margin-right: 0;
}
.navigation .navigation-box > div:nth-child(6) {
  margin-right: 60px;
}
.navigation .navigation-box > div:nth-child(12) {
  margin-right: 0px;
}
.navigation .navigation-box .active {
  background-color: #346ad2;
  border-radius: 10px;
}
.banner {
  width: 100%;
  height: 120px;
  margin: 0 auto 0px;
  background: url("../images/home-banner.png") no-repeat center;
  background-size: 100% 100%;
}
.headlines {
  width: 100%;
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  font-weight: 550;
  color: #333333;
  margin: 0 auto 0px;
  text-align: center;
}
.content {
  width: 100%;
  height: 466px;
  margin: 0 auto 500px;
  display: flex;
  flex-direction: column;
}
.content .content-l {
  width: 689px;
  height: 100%;
  margin: 0 auto;
}
.content .content-l .swiper {
  width: 100%;
  height: 100%;
}
.content .content-l .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-l .swiper-slide .content-l-msk {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  color: white;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 60px 0 10px;
  box-sizing: border-box;
}
.content .content-l .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .content-r {
  flex: 1;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.content .content-r .top {
  width: 100%;
}
.content .content-r .top .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.content .content-r .top .title > div:nth-child(1)::before {
  content: url("../images/news.png");
  margin-right: 5px;
}
.content .content-r .top .title > div:nth-child(1) a {
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
}
.content .content-r .top .title > div:nth-child(2) a {
  font-size: 20px;
  color: #81191a;
}
.content .content-r .top .item {
  width: 100%;
  margin-bottom: 20px;
}
.content .content-r .top .item a {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .content-r .top .item a span {
  display: inline-block;
  display: flex;
  align-items: center;
}
.content .content-r .top .item a span:nth-child(1)::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004da3;
  margin-right: 5px;
}
.content .content-r .top .item a span:nth-child(1) {
  width: 555px;
  font-size: 20px;
  color: #333333;
}
.content .content-r .top .item a span:nth-child(2) {
  width: 92px;
  font-size: 20px;
  color: #999999;
}
.content .content-r .bottom {
  width: 100%;
}
.content .content-r .bottom .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.content .content-r .bottom .title .more a {
  font-size: 20px;
  color: #81191a;
}
.content .content-r .bottom .title > div:nth-child(1)::before {
  content: url("../images/news.png");
  margin-right: 5px;
}
.content .content-r .bottom .title > div:nth-child(1) {
  display: flex;
  font-size: 28px;
  color: #333333;
  font-weight: 550;
}
.content .content-r .bottom .title > div:nth-child(1) .political-news {
  margin-right: 30px;
}
.content .content-r .bottom .title .active {
  color: #004da3;
}
.content .content-r .bottom .item {
  width: 100%;
  margin-bottom: 20px;
}
.content .content-r .bottom .item a {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .content-r .bottom .item a span {
  display: flex;
  align-items: center;
}
.content .content-r .bottom .item a span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #004da3;
}
.content .content-r .bottom .item a span:nth-child(1) {
  width: 555px;
  font-size: 20px;
  color: #333333;
}
.content .content-r .bottom .item a span:nth-child(2) {
  width: 92px;
  font-size: 20px;
  color: #999999;
}
.banner2 {
  width: 100%;
  height: 120px;
  margin: 0 auto 80px;
  background: url("../images/home-banner2.png") no-repeat center;
  background-size: cover;
}
.law-world {
  width: 100%;
  height: 236px;
  background-color: #e4f1ff;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.law-world .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.law-world a {
  display: inline-block;
  width: 336px;
  height: 168px;
  margin-right: 82px;
}
.law-world a:nth-child(4) {
  margin-right: 0;
}
.law-world a img {
  width: 100%;
  height: 100%;
}
.law-world .logo {
  width: 168px;
  height: 168px;
  margin-right: 61px;
}
.law-world .logo img {
  width: 100%;
  height: 100%;
}
.content1 {
  width: 100%;
  height: 452px;
  margin: 0 auto 90px;
  display: flex;
  flex-direction: column;
  margin-bottom: 480px;
}
.content1 .rule-safety {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
}
.content1 .rule-safety .rule {
  width: 45%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.content1 .rule-safety .rule .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content1 .rule-safety .rule .title span {
  display: inline-block;
}
.content1 .rule-safety .rule .title span:nth-child(1)::before {
  display: inline-block;
  content: url("../images/news.png");
  width: 24px;
  height: 22px;
  margin-right: 20px;
}
.content1 .rule-safety .rule .title span:nth-child(1) {
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
}
.content1 .rule-safety .rule .title a {
  font-size: 20px;
  color: #81191a;
}
.content1 .rule-safety .rule .rule-box {
  width: 100%;
}
.content1 .rule-safety .rule .rule-box .rule-img {
  width: 100%;
  height: 216px;
  position: relative;
  margin-bottom: 20px;
}
.content1 .rule-safety .rule .rule-box .rule-img img {
  width: 100%;
  height: 100%;
}
.content1 .rule-safety .rule .rule-box .rule-img .msk {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(6, 81, 168, 0.4);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content1 .rule-safety .rule .rule-box .container {
  width: 100%;
  line-height: 42px;
}
.content1 .rule-safety .rule .rule-box .container .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.content1 .rule-safety .rule .rule-box .container .item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004da3;
  margin-right: 5px;
}
.content1 .rule-safety .safety {
  width: 45%;
}
.content1 .rule-safety .safety .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content1 .rule-safety .safety .title span {
  display: inline-block;
}
.content1 .rule-safety .safety .title span:nth-child(1)::before {
  display: inline-block;
  content: url("../images/news.png");
  width: 24px;
  height: 22px;
  margin-right: 20px;
}
.content1 .rule-safety .safety .title span:nth-child(1) {
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
}
.content1 .rule-safety .safety .title a {
  font-size: 20px;
  color: #81191a;
}
.content1 .rule-safety .safety .rule-box {
  width: 100%;
}
.content1 .rule-safety .safety .rule-box .rule-img {
  width: 100%;
  height: 216px;
  position: relative;
  margin-bottom: 20px;
}
.content1 .rule-safety .safety .rule-box .rule-img img {
  width: 100%;
  height: 100%;
}
.content1 .rule-safety .safety .rule-box .rule-img .msk {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(6, 81, 168, 0.4);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content1 .rule-safety .safety .rule-box .container {
  width: 100%;
  line-height: 42px;
}
.content1 .rule-safety .safety .rule-box .container .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.content1 .rule-safety .safety .rule-box .container .item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004da3;
  margin-right: 5px;
}
.content1 .warm-protect {
  width: 572px;
  display: flex;
  margin: 30px auto 0px;
  flex-direction: column;
  justify-content: space-between;
}
.content1 .warm-protect a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 205px;
  cursor: pointer;
}
.content1 .warm-protect a img {
  width: 100%;
  height: 100%;
}
.content1 .warm-protect a .msk {
  width: 200px;
  height: 100px;
  background-color: rgba(129, 25, 26, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 28px;
  color: #fefeff;
  text-align: center;
  line-height: 100px;
}
.special-subject {
  width: 100%;
  height: 410px;
  margin-bottom: 80px;
}
.special-subject .title {
  width: 100%;
  font-size: 28px;
  margin: 0 auto 30px;
  color: #004da3;
  font-weight: 550;
}
.special-subject .title::before {
  content: url("../images/news.png");
  width: 23px;
  height: 22px;
  margin-right: 10px;
}
.special-subject .special-subject-swiper {
  width: 100%;
  height: 100%;
  background: url("../images/home-special-subject.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-subject .special-subject-swiper .swiper-container {
  width: 1060px;
  overflow: hidden;
}
.special-subject .special-subject-swiper .swiper-slide {
  width: 330px;
  height: 220px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.special-subject .special-subject-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.special-subject .special-subject-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.special-subject .special-subject-swiper .swiper-slide-active,
.special-subject .special-subject-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.content2 {
  width: 100%;
  display: flex;
  margin: 0 auto 76px;
  padding: 0 30px;
  box-sizing: border-box;
  flex-direction: column;
}
.content2 .content2-l {
  width: 100%;
  margin: 0 auto;
}
.content2 .content2-l .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 550;
}
.content2 .content2-l .title div:nth-child(1) {
  font-size: 28px;
  color: #004da3;
}
.content2 .content2-l .title div:nth-child(1):before {
  content: url("../images/news.png");
  margin-right: 10px;
}
.content2 .content2-l .title div:nth-child(2) a {
  font-size: 20px;
  color: #772728;
  font-weight: normal;
}
.content2 .content2-l .box {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.content2 .content2-l .box img {
  width: 168px;
  height: 126px;
  margin-right: 10px;
}
.content2 .content2-l .box .box-r {
  flex: 1;
}
.content2 .content2-l .box .box-r div:nth-child(1) {
  width: 262px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 24px;
  margin-bottom: 15px;
}
.content2 .content2-l .box .box-r div:nth-child(2) {
  position: relative;
  width: 262px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #666666;
  font-size: 20px;
}
.content2 .content2-l .container {
  width: 100%;
}
.content2 .content2-l .container .item {
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.content2 .content2-l .container .item:nth-child(3) {
  margin-bottom: 0px;
}
.content2 .content2-l .container .item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004da3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
}
.content2 .content2-l .container .item a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content2 .content2-c {
  width: 100%;
  margin: 0 auto;
}
.content2 .content2-c .title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
}
.content2 .content2-c .title::before {
  content: url("../images/news.png");
  margin-right: 10px;
}
.content2 .content2-c .tab {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
.content2 .content2-c .tab div {
  width: 80px;
  height: 40px;
  border: solid 1px #dedede;
  color: #004da3;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}
.content2 .content2-c .tab div:nth-child(5) {
  margin-right: 0px;
}
.content2 .content2-c .tab .active {
  background-color: #004da3;
  color: white;
  border: 1px solid #004da3;
}
.content2 .content2-c .map {
  width: 100%;
  height: 409px;
}
.content2 .content2-c .map img {
  width: 100%;
  height: 100%;
}
.content2 .content2-r {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 65px;
  box-sizing: border-box;
}
.content2 .content2-r a {
  display: inline-block;
  width: 100%;
  height: 116px;
  background-color: #e4f1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 24px;
}
.content2 .content2-r a img {
  margin-right: 50px;
}
.content3 {
  width: 100%;
  margin: 0 auto 80px;
}
.content3 .title {
  width: 100%;
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
  margin-bottom: 30px;
}
.content3 .title::before {
  content: url("../images/news.png");
  margin-right: 10px;
}
.content3 .content3-swiper {
  width: 100%;
  height: 121px;
  display: flex;
  align-items: center;
}
.content3 .content3-swiper .swiper-button-prev {
  width: 40px;
  height: 100px;
  background-color: #292929;
  border-radius: 10px;
  opacity: 0.3;
  margin-top: -50px;
}
.content3 .content3-swiper .swiper-button-next {
  width: 40px;
  height: 100px;
  background-color: #292929;
  border-radius: 10px;
  opacity: 0.3;
  margin-top: -50px;
}
.content3 .content3-swiper .swiper-button-prev:after {
  color: white !important;
}
.content3 .content3-swiper .swiper-button-next:after {
  color: white !important;
}
.content3 .content3-swiper .swiper {
  width: 100%;
  height: 100%;
}
.content3 .content3-swiper .swiper-slide {
  width: 199px;
  height: 119px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content3 .content3-swiper .swiper-slide img {
  display: block;
  width: 82px;
  height: 80px;
}
.content3 .content3-swiper .swiper-slide a {
  font-size: 20px;
  color: #333333;
}
.conetnt4 {
  width: 100%;
  display: flex;
  margin: 0 auto 100px;
  padding: 0 30px;
  box-sizing: border-box;
  flex-direction: column;
}
.conetnt4 .conetnt4-l {
  width: 100%;
  margin: 0 auto 30px;
}
.conetnt4 .conetnt4-l .title {
  width: 100%;
  font-size: 28px;
  font-weight: 550;
  color: #004da3;
  margin-bottom: 30px;
}
.conetnt4 .conetnt4-l .title::before {
  content: url("../images/news.png");
  margin-right: 10px;
}
.conetnt4 .conetnt4-l .box {
  width: 100%;
  display: flex;
}
.conetnt4 .conetnt4-l .box div {
  width: 154px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conetnt4 .conetnt4-l .box div > span {
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.conetnt4 .conetnt4-l .box div img {
  width: 100%;
  height: 144px;
}
.conetnt4 .conetnt4-l .box div:nth-child(4) {
  margin-right: 0px;
}
.conetnt4 .conetnt4-r {
  width: 100%;
  margin: 0 auto;
}
.conetnt4 .conetnt4-r .title {
  width: 100%;
  font-size: 28px;
  color: #004da3;
  font-weight: 550;
  margin-bottom: 30px;
}
.conetnt4 .conetnt4-r .title::before {
  content: url("../images/news.png");
  margin-right: 10px;
}
.conetnt4 .conetnt4-r .container {
  width: 100%;
}
.conetnt4 .conetnt4-r .container div {
  display: flex;
  font-size: 20px;
  color: #333333;
  margin-bottom: 45px;
}
.conetnt4 .conetnt4-r .container div a {
  flex: 1;
  margin-right: 60px;
}
.conetnt4 .conetnt4-r .container div a:nth-child(3) {
  margin-right: 0;
}
.footer {
  width: 100%;
  height: 266px;
  background-color: #004da3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer img:nth-child(1) {
  width: 77px;
  height: 94px;
  margin-right: 60px;
}
.footer img:nth-child(2) {
  width: 172px;
  height: 86px;
}
.footer .one-text {
  width: 305px;
  height: 86px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 60px;
}
.footer .two-text {
  width: 450px;
  height: 86px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 60px;
}
.swiper-pagination,
.swiper-pagination-bullets,
.swiper-pagination-horizontal {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}
.swiper-pagination-bullet {
  background-color: white;
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  background-color: #004da3;
}
