/************************************** 以上是默认设置除了高亮和滑过别的不要动，想到可以随时添加  *******************************************/
.header {
  width: 100%;
}
.header .header-top {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  background: #fafafa;
}
.header .header-top p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.header .header-top .Right a {
  margin: 0 10px;
}
.header .header-top .Right a.active {
  color: #00508E;
}
.header .header-top .Right a:last-child {
  margin-right: 0;
}
.header .header-bottom {
  padding: 25px 0;
}
.header .header-bottom .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-bottom .w1200 .header-right .search-box {
  float: left;
  width: 380px;
  height: 40px;
  overflow: hidden;
}
.header .header-bottom .w1200 .header-right .search-box input {
  float: left;
  width: 340px;
  height: 40px;
  font-size: 14px;
  color: #666;
  border: 1px solid #C8C8C8;
  border-right: 0;
}
.header .header-bottom .w1200 .header-right .search-box button {
  width: 40px;
  height: 40px;
  border: 0;
  background: #00508E;
}
.nav {
  width: 100%;
  height: 50px;
  background: #00508E;
}
.nav ul {
  padding: 0;
  list-style: none;
}
.nav > ul > li {
  position: relative;
  float: left;
  width: calc(100% / 9);
}
.nav > ul > li a {
  display: block;
}
.nav > ul > li > a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.nav > ul > li:hover {
  background: #1067AA;
}
.nav > ul > li.active {
  background: #1067AA;
}
.nav > ul > li .menu-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1067AA;
  z-index: 99;
}
.nav > ul > li .menu-nav li a {
  padding: 8px 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
.nav > ul > li .menu-nav li:hover {
  background: #00508E;
}
.content .section {
  width: 100%;
}
.content .section.section1 {
  margin: 30px 0;
}
.content .section.section1 .news-slide {
  float: left;
  position: relative;
  width: 700px;
  height: 400px;
  overflow: hidden;
}
.content .section.section1 .news-slide .more {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0 10px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  border-radius: 3px;
  background: rgba(218, 171, 98.8);
  z-index: 9999;
}
.content .section.section1 .news-slide .img-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.content .section.section1 .news-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section1 .news-slide .img-box:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.content .section.section1 .news-slide .img-box .cover-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 20px;
  padding-bottom: 13px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.content .section.section1 .news-slide .img-box .cover-title p {
  padding-right: 200px;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section1 .news-slide .swiper-pagination {
  text-align: right;
  padding-right: 15px;
  bottom: 20px;
}
.content .section.section1 .news-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  outline: none;
}
.content .section.section1 .news-slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.content .section.section1 .news-section {
  float: right;
  width: 470px;
}
.content .section.section1 .news-section .section-title {
  margin-top: 11px;
  overflow: hidden;
}
.content .section.section1 .news-section .section-title h6 {
  float: left;
  font-size: 20px;
  color: #00508E;
}
.content .section.section1 .news-section .section-title h6 img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.content .section.section1 .news-section .section-title .more {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.content .section.section1 .news-section .section-title .more:hover {
  color: #00508E;
}
.content .section.section1 .news-section .news-list {
  margin-top: 7px;
  overflow: hidden;
}
.content .section.section1 .news-section .news-list li {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 39px;
  overflow: hidden;
}
.content .section.section1 .news-section .news-list li a {
  float: left;
  max-width: 70%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section1 .news-section .news-list li a span {
  margin-right: 5px;
  color: #00508E;
}
.content .section.section1 .news-section .news-list li a:hover {
  color: #00508E;
}
.content .section.section1 .news-section .news-list li .time {
  float: right;
  color: #999;
}
.content .section.section2 .section2-left {
  float: left;
  width: 930px;
}
.content .section.section2 .section2-left .activity-tab {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab {
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .hd {
  padding-right: 20px;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .hd ul {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .hd ul li {
  float: left;
  width: 110px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
}
.content .section.section2 .section2-left .section-tab .hd ul li .more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.content .section.section2 .section2-left .section-tab .hd ul li.on {
  color: #fff;
  background: #00508E;
}
.content .section.section2 .section2-left .section-tab .hd ul li.on .more {
  display: block;
}
.content .section.section2 .section2-left .section-tab .hd ul li.on .more:hover {
  color: #00508E;
}
.content .section.section2 .section2-left .section-tab .bd {
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item {
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item:not(:first-child) {
  display: none;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 {
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li {
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first {
  margin-top: 20px;
  margin-bottom: 7px;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .img-box {
  float: left;
  width: 220px;
  height: 130px;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont {
  margin-left: 240px;
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont h6 {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p.item-text {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p.item-time {
  margin-top: 15px;
  color: #999;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first:hover .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first:hover .item-cont h6 {
  color: #00508E;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two a {
  display: block;
  float: left;
  max-width: 70%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two a span {
  margin-right: 5px;
  color: #00508E;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two a:hover {
  color: #00508E;
}
.content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two .time {
  float: right;
  color: #999;
}
.content .section.section2 .section2-left .newstab-section {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-left .newstab-section .newstab-group {
  width: 450px;
}
.content .section.section2 .section2-left .newstab-section .newstab-group .bd {
  margin-top: 8px;
}
.content .section.section2 .section2-left .newstab-section .newstab-group .bd .news-item .news-list2 li.two a {
  max-width: 100%;
}
.content .section.section2 .section2-right {
  float: right;
  width: 240px;
}
.content .section.section2 .section2-right .link-section {
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 0;
  background: #fafafa;
  overflow: hidden;
}
.content .section.section2 .section2-right .link-section .link-list li {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
}
.content .section.section2 .section2-right .link-section .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.content .section.section2 .section2-right .link-section .link-list li a img {
  max-width: 100%;
  max-height: 100%;
}
.content .section.section2 .section2-right .magazine-section {
  padding: 0 20px;
  padding-right: 15px;
  border-top: 3px solid #00508E;
  background: #fafafa url(../images/bg2.jpg) center bottom no-repeat;
  overflow: hidden;
}
.content .section.section2 .section2-right .magazine-section .section-title {
  padding-top: 15px;
  line-height: 24px;
  overflow: hidden;
}
.content .section.section2 .section2-right .magazine-section .section-title h6 {
  float: left;
  font-size: 18px;
  color: #333;
}
.content .section.section2 .section2-right .magazine-section .section-title a {
  float: right;
  font-size: 14px;
  color: #999;
}
.content .section.section2 .section2-right .magazine-section .section-title a:hover {
  color: #00508E;
}
.content .section.section2 .section2-right .magazine-section .magazine-list {
  margin-left: 20px;
  margin-top: 17px;
  width: 160px;
  overflow: hidden;
}
.content .section.section2 .section2-right .magazine-section .magazine-list li {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box {
  position: relative;
  width: 100%;
  height: 217px;
  overflow: hidden;
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box .item-label {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 40px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  background: rgba(214, 9, 21, 0.7);
  z-index: 999;
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box .cover-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 17px;
  background: rgba(0, 0, 0, 0.5);
}
.content .section.section2 .section2-right .magazine-section .magazine-list li .img-box .cover-section p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section3 {
  margin-bottom: 30px;
}
.content .section.section3 .video-list {
  margin-top: 20px;
  overflow: hidden;
}
.content .section.section3 .video-list.index-phone {
  display: none;
}
.content .section.section3 .video-list.index-pc {
  display: block;
}
.content .section.section3 .video-list li {
  float: left;
  position: relative;
}
.content .section.section3 .video-list li .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .section.section3 .video-list li .item-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .section.section3 .video-list li .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section3 .video-list li .item-box .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .section.section3 .video-list li .item-box .cover-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.content .section.section3 .video-list li .item-box .cover-section p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0;
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section3 .video-list li.first {
  margin-right: 15px;
  width: 600px;
  height: 355px;
  overflow: hidden;
}
.content .section.section3 .video-list li.first .item-box .cover-section {
  height: 130px;
  background: url(../images/titbg.png) no-repeat;
}
.content .section.section3 .video-list li.two {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 285px;
  height: 170px;
  overflow: hidden;
}
.content .section.section3 .video-list li.two .item-box .cover-section {
  height: 105px;
  background: url(../images/titbg.png) no-repeat;
}
.content .section.section3 .video-list li:nth-child(3) {
  margin-right: 0;
}
.content .section.section3 .video-list li:nth-child(4) {
  margin-bottom: 0;
}
.content .section.section3 .video-list li:nth-child(5) {
  margin-right: 0;
  margin-bottom: 0;
}
.content .section.section3 .video-list li:hover .item-box .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1);
}
.content .section.section3 .branches-list {
  margin: 0 -5px;
  margin-top: 9px;
  overflow: hidden;
}
.content .section.section3 .branches-list li {
  float: left;
  padding: 0 5px;
  width: calc(100% / 7);
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.content .section.section3 .branches-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section3 .branches-list li a:hover {
  color: #00508E;
}
.content .section.section3 .link-list {
  margin: 0 -7px;
  margin-top: 20px;
  overflow: hidden;
}
.content .section.section3 .link-list li {
  float: left;
  padding: 0 7px;
  width: 33.33%;
}
.content .section.section3 .link-list li .item-box {
  width: 100%;
  overflow: hidden;
}
.content .section.section3 .link-list li .item-box select {
  padding-left: 15px;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #666;
  border: 1px solid #dedede;
  background: #fff url(../images/icon7.png) 96% center no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
}
.content .section ul {
  padding: 0;
  list-style: none;
}
.content .section .section-title2 {
  position: relative;
  padding-right: 15px;
  height: 50px;
  line-height: 50px;
  background: #fafafa;
  border-top: 1px solid #DFE7FD;
}
.content .section .section-title2 h6 {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 3px;
  height: 50px;
  font-size: 18px;
  color: #333;
}
.content .section .section-title2 h6 img {
  margin-right: 10px;
}
.content .section .section-title2 h6::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #00508E;
}
.content .section .section-title2 .more {
  float: right;
  font-size: 14px;
  color: #999;
}
.content .section .section-title2 .more:hover {
  color: #00508E;
}
.content .adve-section {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.content .adve-section .item-label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 4px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #fafafa;
}
.content .adve-section img {
  width: 100%;
}
.page-content {
  width: 100%;
  min-height: calc(100vh - 501px);
  background: #F2F6F8;
}
.page-content .page-banner {
  margin: 20px 0;
  overflow: hidden;
}
.page-content .page-banner img {
  width: 100%;
}
.page-content .page-content-box {
  margin-bottom: 20px;
  width: 100%;
}
.page-content .page-content-box .sidenav {
  float: left;
  width: 260px;
}
.page-content .page-content-box .sidenav .sidenav-title {
  padding: 18px 30px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #00508E 1%, #1067AA 100%);
  overflow: hidden;
}
.page-content .page-content-box .sidenav .sidenav-list {
  padding: 20px;
  padding-top: 0;
  max-height: 350px;
  list-style: none;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  /* 设置滚动条的宽度 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
}
.page-content .page-content-box .sidenav .sidenav-list::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条的宽度 */
  height: 12px;
  /* 水平滚动条的高度 */
}
.page-content .page-content-box .sidenav .sidenav-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
  /* 圆角 */
}
.page-content .page-content-box .sidenav .sidenav-list::-webkit-scrollbar-thumb {
  background: #00508E;
  border-radius: 3px;
  /* 圆角 */
}
.page-content .page-content-box .sidenav .sidenav-list li {
  border-bottom: 1px dashed #ccc;
}
.page-content .page-content-box .sidenav .sidenav-list li a {
  position: relative;
  display: block;
  padding: 17px 15px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.page-content .page-content-box .sidenav .sidenav-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  background: #00508E;
}
.page-content .page-content-box .sidenav .sidenav-list li:hover a {
  color: #00508E;
}
.page-content .page-content-box .sidenav .sidenav-list li.active a {
  color: #00508E;
}
.page-content .page-content-box .sidenav .magazineintroduction-section {
  margin-top: 10px;
  padding: 15px;
  padding-right: 0;
  background: #fff;
  overflow: hidden;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-title {
  font-size: 16px;
  color: #00508E;
  font-weight: bold;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text {
  padding-right: 20px;
  margin-top: 10px;
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
  /* 设置滚动条的宽度 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条的宽度 */
  height: 12px;
  /* 水平滚动条的高度 */
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
  /* 圆角 */
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text::-webkit-scrollbar-thumb {
  background: #00508E;
  border-radius: 3px;
  /* 圆角 */
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text.magazineintroduction-text,
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text p {
  font-size: 14px;
  color: #444;
  line-height: 1.75;
  word-break: break-all;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text img {
  max-width: 100%;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text.two {
  max-height: inherit;
  max-height: initial;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .download-link {
  margin-top: 5px;
  overflow: hidden;
}
.page-content .page-content-box .sidenav .magazineintroduction-section .download-link a {
  font-size: 14px;
  color: #00508E;
  text-decoration: underline;
}
.page-content .page-content-box .cont-right {
  float: right;
  width: 920px;
}
.page-content .page-content-box .cont-right-box {
  padding: 30px;
  padding-top: 25px;
  background: #fff;
}
.page-content .page-content-box .cont-right-box .page-title {
  position: relative;
  height: 39px;
  border-bottom: 3px solid #E3E5EA;
}
.page-content .page-content-box .cont-right-box .page-title h6 {
  position: relative;
  float: left;
  height: 36px;
  font-size: 18px;
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .page-title h6::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #00508E;
}
.page-content .page-content-box .cont-right-box .page-title .breadcrumb {
  float: right;
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
.page-content .page-content-box .cont-right-box .page-title .breadcrumb a {
  display: block;
  float: left;
}
.page-content .page-content-box .cont-right-box .page-title .breadcrumb a:hover {
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .page-title .breadcrumb a.active {
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .page-title .breadcrumb span {
  display: block;
  float: left;
  margin: 0 5px;
}
.page-content .page-content-box .cont-right-box .first-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .first-list li {
  padding: 17px 0;
  padding-bottom: 18px;
  font-size: 16px;
  border-bottom: 1px dashed #DEE2E6;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .first-list li a {
  position: relative;
  padding-left: 15px;
  float: left;
  display: block;
  max-width: 85%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .page-content-box .cont-right-box .first-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00508E;
}
.page-content .page-content-box .cont-right-box .first-list li a:hover {
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .first-list li .time {
  float: right;
  color: #999;
}
.page-content .page-content-box .cont-right-box .introduction-section {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-title {
  margin-bottom: 18px;
  text-align: center;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-title h6 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-text {
  width: 100%;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-text.introduction-text,
.page-content .page-content-box .cont-right-box .introduction-section .introduction-text p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-text p img {
  max-width: 100%;
}
.page-content .page-content-box .cont-right-box .introduction-section .introduction-text img {
  max-width: 100%;
}
.page-content .page-content-box .cont-right-box .construct-section {
  margin: 40px 0;
  text-align: center;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .construct-section img {
  max-width: 100%;
}
.page-content .page-content-box .cont-right-box .construct-section p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.page-content .page-content-box .cont-right-box .magazine-section2 {
  margin: 0 30px;
  margin-top: 30px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .two-list {
  padding: 0;
  list-style: none;
  margin: 0 -35px;
  margin-bottom: -20px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .two-list li {
  float: left;
  padding: 0 35px;
  margin-bottom: 20px;
  width: 33.33%;
}
.page-content .page-content-box .cont-right-box .two-list li .item-box {
  width: 100%;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .two-list li .item-box .img-box {
  width: 100%;
  height: 298px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .two-list li .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.page-content .page-content-box .cont-right-box .two-list li .item-box p {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .page-content-box .cont-right-box .two-list li .item-box:hover .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari Ã¥â€™Å’ Chrome */
  -o-transform: scale(1.1);
}
.page-content .page-content-box .cont-right-box .two-list li .item-box:hover p {
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .three-list {
  padding: 0;
  list-style: none;
  margin: 0 -10px;
  margin-top: 25px;
  margin-bottom: -25px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .three-list li {
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
  width: 25%;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box {
  width: 100%;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box .img-box {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .video-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .cover-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../images/titbg3.png) no-repeat;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box p {
  margin-top: 10px;
  height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box:hover p {
  color: #00508E;
}
.page-content .page-content-box .cont-right-box .three-list li .item-box:hover .video-img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ Chrome */
  -o-transform: scale(1.1);
}
.page-content .page-content-box .cont-right-box .four-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .four-list li {
  padding: 25px 0;
  border-bottom: 1px dashed #DEE2E6;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .four-list li .img-box {
  float: left;
  width: 210px;
  height: 125px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .four-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.page-content .page-content-box .cont-right-box .four-list li .item-cont {
  margin-left: 230px;
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .four-list li .item-cont h6 {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .page-content-box .cont-right-box .four-list li .item-cont p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-content .page-content-box .cont-right-box .four-list li .item-cont p.item-text {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.page-content .page-content-box .cont-right-box .four-list li .item-cont p.item-time {
  margin-top: 13px;
}
.page-content .page-content-box .cont-right-box .four-list li a:hover .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1);
}
.page-content .page-content-box .cont-right-box .four-list li a:hover .item-cont h6 {
  color: #00508E;
}
.footer {
  background: #00508E;
  overflow: hidden;
}
.footer .footer-top {
  padding: 18px 0;
  padding-bottom: 19px;
  border-bottom: 1px solid #1166A8;
  overflow: hidden;
}
.footer .footer-top .footer-nav {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer .footer-top .footer-nav li {
  float: left;
  position: relative;
  width: calc(100% / 10);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.footer .footer-top .footer-nav li a {
  display: block;
}
.footer .footer-top .footer-nav li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 18px;
  background: #fff;
}
.footer .footer-top .footer-nav li:last-child::after {
  display: none;
}
.footer .footer-bottom {
  padding: 25px 0;
  padding-bottom: 20px;
  overflow: hidden;
}
.footer .footer-bottom .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .w1200 .foot-left {
  margin-top: -10px;
}
.footer .footer-bottom .w1200 .foot-left p {
  font-size: 16px;
  color: #fff;
  line-height: 37px;
}
.footer .footer-bottom .w1200 .foot-left p img {
  margin-right: 8px;
}
.footer .footer-bottom .w1200 .foot-right ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer .footer-bottom .w1200 .foot-right ul li {
  float: left;
  margin-right: 30px;
  width: 120px;
}
.footer .footer-bottom .w1200 .foot-right ul li .img-box {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.footer .footer-bottom .w1200 .foot-right ul li .img-box img {
  width: 100%;
  height: 100%;
}
.footer .footer-bottom .w1200 .foot-right ul li p {
  margin-top: 13px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.footer .footer-bottom .w1200 .foot-right ul li:last-child {
  margin-right: 0;
}
.right-fixed {
  position: fixed;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto 0;
  margin-right: 90px;
  padding: 20px;
  width: 150px;
  height: 220px;
  background: #f8f8f8;
  overflow: hidden;
}
.right-fixed h6 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
}
.right-fixed .img-box {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.right-fixed .img-box img {
  width: 100%;
  height: 100%;
}
.right-fixed p {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 18px;
}
.search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
  display: none;
}
/**********************党建红色***************/
.wrap.wrap-party .header .header-top .Right a.active,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .page-title h6,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .page-title .breadcrumb a.active,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .page-title .breadcrumb a:hover,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .four-list li a:hover .item-cont h6,
.wrap.wrap-party .pages .pagination li,
.wrap.wrap-party .pages .pagination li a,
.wrap.wrap-party .page-content .page-content-box .sidenav .sidenav-list li.active a,
.wrap.wrap-party .page-content .page-content-box .sidenav .sidenav-list li:hover a,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .first-list li a:hover {
  color: #C50C11;
}
.wrap.wrap-party .header .header-bottom .w1200 .header-right .search-box button,
.wrap.wrap-party .nav,
.wrap.wrap-party .nav > ul > li .menu-nav li:hover,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .page-title h6::after,
.wrap.wrap-party .footer,
.wrap.wrap-party .page-content .page-content-box .sidenav .sidenav-list li a::after,
.wrap.wrap-party .page-content .page-content-box .cont-right-box .first-list li a::after {
  background: #C50C11;
}
.wrap.wrap-party .pages .pagination li:hover a,
.wrap.wrap-party .pages .pagination li.active,
.wrap.wrap-party .pages .pagination li.active a {
  color: #fff;
  background: #C50C11;
}
.wrap.wrap-party .nav > ul > li.active,
.wrap.wrap-party .nav > ul > li:hover,
.wrap.wrap-party .nav > ul > li .menu-nav {
  background: #D7383C;
}
.wrap.wrap-party .page-content .page-content-box .sidenav .sidenav-title {
  background: linear-gradient(90deg, #C50C11 0%, #DF363B 100%);
}
.wrap.wrap-party .footer .footer-top {
  border-bottom-color: #D11B20;
}
@media screen and (min-width: 0px) and (max-width: 1820px) {
  .right-fixed {
    right: 0;
    margin-right: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1600px) {
  .right-fixed {
    padding: 20px 10px;
    width: 135px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1340px) {
  .w1200 {
    width: 90%;
  }
  .content .section.section1 .news-slide {
    width: 58%;
  }
  .content .section.section1 .news-section {
    width: 39%;
  }
  .content .section.section2 .section2-left {
    width: calc(100% - 270px);
  }
  .content .section.section2 .section2-left .newstab-section .newstab-group {
    width: 48%;
  }
  .content .section.section2 .section2-right {
    margin-bottom: 20px;
  }
  .content .section.section3 .video-list li.first {
    width: 50%;
    height: 337px;
  }
  .content .section.section3 .video-list li.two {
    width: calc((48% - 15px) / 2);
    height: 161px;
  }
  .page-content .page-content-box .cont-right {
    width: calc(100% - 290px);
  }
  .right-fixed {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .wrap {
    padding-top: 115px;
  }
  .w1200 {
    width: calc(100% - 30px);
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
  }
  .header .header-top {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .header .header-top p {
    font-size: 12px;
    line-height: 35px;
  }
  .header .header-top .Right a {
    margin: 0 5px;
  }
  .header .header-bottom {
    padding: 15px 0;
  }
  .header .header-bottom .logo img {
    width: 275px;
  }
  .header .header-bottom .header-right .search-box {
    display: none;
  }
  .search-btn {
    display: inline-block;
    margin-left: 10px;
  }
  .m-nav-btn img {
    width: 20px;
  }
  .nav {
    height: auto;
  }
  .nav > ul > li {
    width: 25%;
  }
  .nav > ul > li > a {
    font-size: 14px;
    line-height: 36px;
  }
  .nav > ul > li > a.ruhui {
    display: none;
  }
  .m-nav-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    left: 100%;
    top: 0;
    display: block;
    transition: left 0.3s;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
  }
  .m-nav-pop .m-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
  }
  .m-nav-pop .m-nav-close img {
    width: 100%;
  }
  .m-nav-pop .m-nav-list {
    padding: 0;
    list-style: none;
    position: relative;
    margin-top: 45px;
  }
  .m-nav-pop .m-nav-list ul {
    padding: 0;
    list-style: none;
  }
  .m-nav-pop .m-nav-list li {
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-nav-pop .m-nav-list li a {
    display: block;
    padding: 14px 0;
  }
  .m-nav-pop .m-nav-list li.more {
    background: url(../images/icon12.png) 95% 20px no-repeat;
    background-size: 16px;
  }
  .m-nav-pop .m-nav-list li.more.active {
    border-bottom: 0;
    background: url(../images/icon12_2.png) 95% 20px no-repeat;
    background-size: 16px;
  }
  .m-nav-pop .m-nav-list li .menu-nav {
    display: none;
  }
  .content .section.section1 {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .content .section.section1 .news-slide,
  .content .section.section1 .news-section {
    float: none;
    width: 100%;
  }
  .content .section.section1 .news-slide {
    margin-bottom: 23px;
    height: 421px;
  }
  .content .section.section1 .news-slide .img-box {
    height: 421px;
  }
  .content .section.section1 .news-section .section-title {
    margin-top: 0;
  }
  .content .section.section1 .news-section .section-title h6 {
    font-size: 18px;
  }
  .content .section.section1 .news-section .news-list {
    margin-top: 2px;
  }
  .content .section.section2 .section2-left,
  .content .section.section2 .section2-right {
    float: none;
    width: 100%;
  }
  .content .section.section2 .section2-left .newstab-section .newstab-group {
    width: 49%;
  }
  .content .section.section2 .section2-left .section-tab .hd ul {
    height: 45px;
  }
  .content .section.section2 .section2-left .section-tab .hd ul li {
    line-height: 45px;
  }
  .content .section.section2 .section2-right .link-section {
    padding: 15px;
    padding-bottom: 0;
  }
  .content .section.section2 .section2-right .link-section .link-list {
    overflow: hidden;
  }
  .content .section.section2 .section2-right .link-section .link-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 30px) / 3);
  }
  .content .section.section2 .section2-right .link-section .link-list li:nth-child(3n) {
    margin-right: 0;
  }
  .content .section.section2 .section2-right .magazine-section {
    padding-bottom: 20px;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 15px;
    display: table;
    width: auto;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li {
    float: left;
    margin: 0 50px;
    width: 160px;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li .img-box .cover-section p {
    font-size: 14px;
  }
  .content .section.section3 .video-list {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .content .section.section3 .video-list.index-phone {
    display: block;
  }
  .content .section.section3 .video-list.index-pc {
    display: none;
  }
  .content .section.section3 .video-list li {
    padding: 0 5px;
    margin-right: 0;
    width: 25%;
  }
  .content .section.section3 .video-list li.first,
  .content .section.section3 .video-list li.two {
    margin-right: 0;
    margin-bottom: 15px;
    width: 25%;
    height: 106px;
  }
  .content .section.section3 .video-list li.first .item-box .cover-img img,
  .content .section.section3 .video-list li.two .item-box .cover-img img {
    width: 36px;
    height: 36px;
  }
  .content .section.section3 .video-list li.first .item-box .cover-section p,
  .content .section.section3 .video-list li.two .item-box .cover-section p {
    padding: 0;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 25px;
  }
  .content .section.section3 .branches-list li {
    width: 25%;
    font-size: 14px;
  }
  .content .section .section-title2 {
    height: 45px;
    line-height: 45px;
  }
  .content .section .section-title2 h6 {
    height: 45px;
  }
  .page-content .page-content-box .submenu-bar {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
  }
  .page-content .page-content-box .submenu-bar img {
    margin-right: 10px;
    margin-top: -2px;
    width: 20px;
  }
  .page-content .page-content-box .mobile-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  .page-content .page-content-box .sidenav {
    float: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -75%;
    width: 75%;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.2s;
  }
  .page-content .page-content-box .cont-right {
    float: none;
    width: 100%;
  }
  .page-content .page-content-box .cont-right-box {
    padding: 15px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 {
    margin: 0 15px;
    margin-top: 20px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 .two-list {
    margin: 0 -10px;
    margin-bottom: -20px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 li {
    padding: 0 10px;
    width: 25%;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 li .item-box .img-box {
    height: 209px;
  }
  .page-content .page-content-box .cont-right-box .three-list {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .page-content .page-content-box .cont-right-box .three-list li {
    margin-bottom: 20px;
    width: 33.33%;
  }
  .page-content .page-content-box .cont-right-box .three-list li .item-box .img-box {
    height: 132px;
  }
  .page-content .page-content-box .cont-right-box .page-title {
    height: 35px;
  }
  .page-content .page-content-box .cont-right-box .page-title h6 {
    height: 33px;
    font-size: 16px;
  }
  .page-content .page-content-box .cont-right-box .page-title h6::after {
    bottom: -2px;
  }
  .NewsText iframe,
  .NewsText video {
    width: 90%;
  }
  .pages {
    margin-top: 20px;
  }
  .footer .footer-top {
    padding: 15px 0;
  }
  .footer .footer-top .footer-nav li {
    font-size: 14px;
  }
  .footer .footer-bottom .w1200 .foot-left {
    margin-right: 15px;
  }
  .footer .footer-bottom .w1200 .foot-left p {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .footer-bottom .w1200 .foot-right {
    width: 470px;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .header .header-top .Left {
    display: none;
  }
  .header .header-top .Right {
    float: left;
  }
  .header .header-bottom .logo {
    width: 100%;
    text-align: left;
  }
  .header .header-bottom .logo img {
    width: 90%;
  }
  .header .header-bottom .header-right {
    position: absolute;
    top: 4px;
    right: 15px;
  }
  .header .header-bottom .header-right .search-box {
    position: absolute;
    top: 110px;
    right: -15px;
    width: 100%;
    z-index: 999;
  }
  .content .section.section1 {
    margin-bottom: 12px;
  }
  .content .section.section1 .news-slide {
    height: 197px;
  }
  .content .section.section1 .news-slide .img-box {
    height: 197px;
  }
  .content .section.section1 .news-slide .img-box .cover-title {
    padding: 5px 10px;
    padding-left: 15px;
  }
  .content .section.section1 .news-slide .img-box .cover-title p {
    padding-right: 100px;
    font-size: 14px;
  }
  .content .section.section1 .news-slide .swiper-pagination {
    padding-right: 10px;
    bottom: 12px;
  }
  .content .section.section1 .news-section .news-list li {
    font-size: 14px;
    line-height: 30px;
  }
  .content .section.section1 .news-section .news-list li a {
    font-size: 14px;
  }
  .content .section.section2 .section2-left .activity-tab {
    margin-bottom: 12px;
  }
  .content .section.section2 .section2-left .section-tab .hd {
    padding-right: 10px;
  }
  .content .section.section2 .section2-left .section-tab .hd ul {
    height: 40px;
  }
  .content .section.section2 .section2-left .section-tab .hd ul li {
    padding: 0 10px;
    width: auto;
    font-size: 16px;
    line-height: 40px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first {
    margin-top: 15px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .img-box {
    width: 125px;
    height: 74px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont {
    margin-left: 135px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont h6 {
    font-size: 16px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p {
    font-size: 12px;
    line-height: 16px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p.item-text {
    margin-top: 5px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.first .item-cont p.item-time {
    margin-top: 5px;
  }
  .content .section.section2 .section2-left .section-tab .bd .news-item .news-list2 li.two {
    font-size: 14px;
    line-height: 30px;
  }
  .content .section.section2 .section2-left .newstab-section {
    display: block;
    margin-bottom: 0;
  }
  .content .section.section2 .section2-left .newstab-section .newstab-group {
    margin-bottom: 15px;
    width: 100%;
  }
  .content .section.section2 .section2-right {
    margin-bottom: 25px;
  }
  .content .section.section2 .section2-right .link-section {
    margin-bottom: 25px;
  }
  .content .section.section2 .section2-right .link-section .link-list li {
    width: calc((100% - 15px) / 2);
    height: 50px;
  }
  .content .section.section2 .section2-right .link-section .link-list li:nth-child(3n) {
    margin-right: 15px;
  }
  .content .section.section2 .section2-right .link-section .link-list li:nth-child(2n) {
    margin-right: 0;
  }
  .content .section.section2 .section2-right .link-section .link-list li a img {
    max-width: 90%;
    max-height: 90%;
  }
  .content .section.section2 .section2-right .magazine-section {
    padding: 0 15px;
    padding-bottom: 15px;
  }
  .content .section.section2 .section2-right .magazine-section .section-title h6 {
    font-size: 16px;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list {
    display: block;
    width: 100%;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li {
    margin: 0;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li:nth-child(2n) {
    margin-right: 0;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li .img-box {
    height: 207px;
  }
  .content .section.section2 .section2-right .magazine-section .magazine-list li .img-box .cover-section {
    padding: 5px 10px;
  }
  .content .section.section3 {
    margin-bottom: 25px;
  }
  .content .section.section3 .video-list {
    margin-bottom: -15px;
  }
  .content .section.section3 .video-list li.first,
  .content .section.section3 .video-list li.two {
    width: 50%;
    height: 99px;
  }
  .content .section.section3 .branches-list {
    margin-bottom: -10px;
  }
  .content .section.section3 .branches-list li {
    width: 50%;
  }
  .content .section.section3 .link-list {
    margin-bottom: -15px;
  }
  .content .section.section3 .link-list li {
    margin-bottom: 15px;
    width: 50%;
  }
  .content .section .section-title2 {
    padding-right: 10px;
  }
  .content .section .section-title2 h6 {
    padding-left: 10px;
    font-size: 16px;
  }
  .content .adve-section {
    margin-bottom: 25px;
  }
  .page-content .page-banner {
    margin: 15px 0;
  }
  .page-content .page-content-box .sidenav {
    left: -75%;
    width: 75%;
  }
  .page-content .page-content-box .sidenav .sidenav-list {
    padding: 15px;
    max-height: inherit;
    max-height: initial;
  }
  .page-content .page-content-box .sidenav .sidenav-list li a {
    padding: 11px 10px;
    font-size: 14px;
  }
  .page-content .page-content-box .sidenav .magazineintroduction-section {
    margin-top: 0;
    padding: 10px;
    padding-right: 0;
  }
  .page-content .page-content-box .sidenav .magazineintroduction-section .magazineintroduction-text {
    padding-right: 12px;
  }
  .page-content .page-content-box .cont-right-box .introduction-section {
    margin-top: 20px;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-title {
    margin-bottom: 12px;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-title h6 {
    font-size: 18px;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-text {
    font-size: 14px;
    line-height: 1.85;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-text p {
    font-size: 14px;
    line-height: 1.85;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-text p img {
    width: auto !important;
    height: auto !important;
  }
  .page-content .page-content-box .cont-right-box .introduction-section .introduction-text img {
    width: auto !important;
    height: auto !important;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 {
    margin: 0;
    margin-top: 20px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 .two-list {
    margin: 0 -5px;
    margin-bottom: -10px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 .two-list li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 .two-list li .item-box .img-box {
    height: 206px;
  }
  .page-content .page-content-box .cont-right-box .magazine-section2 .two-list li .item-box p {
    font-size: 14px;
  }
  .page-content .page-content-box .cont-right-box .three-list {
    margin-bottom: -15px;
  }
  .page-content .page-content-box .cont-right-box .three-list li {
    margin-bottom: 15px;
    width: 50%;
  }
  .page-content .page-content-box .cont-right-box .three-list li .item-box .img-box {
    height: 87px;
  }
  .page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .cover-img img {
    width: 30px;
    height: 30px;
  }
  .page-content .page-content-box .cont-right-box .three-list li .item-box .img-box .cover-section {
    height: 100%;
  }
  .page-content .page-content-box .cont-right-box .three-list li .item-box p {
    font-size: 14px;
  }
  .page-content .page-content-box .cont-right-box .first-list li {
    padding: 10px 0;
    font-size: 14px;
  }
  .page-content .page-content-box .cont-right-box .first-list li a {
    max-width: 70%;
  }
  .page-content .page-content-box .cont-right-box .four-list li {
    padding: 15px 0;
  }
  .page-content .page-content-box .cont-right-box .four-list li .img-box {
    width: 125px;
    height: 74px;
  }
  .page-content .page-content-box .cont-right-box .four-list li .item-cont {
    margin-left: 135px;
  }
  .page-content .page-content-box .cont-right-box .four-list li .item-cont h6 {
    font-size: 14px;
  }
  .page-content .page-content-box .cont-right-box .four-list li .item-cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .page-content .page-content-box .cont-right-box .four-list li .item-cont p.item-text,
  .page-content .page-content-box .cont-right-box .four-list li .item-cont p.item-time {
    margin-top: 2px;
  }
  .page-content .page-content-box .cont-right-box .construct-section img {
    max-width: 100%;
  }
  .page-content .page-content-box .cont-right-box .page-title .breadcrumb {
    display: none;
  }
  .TextTitle {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .TextTitle h5 {
    font-size: 18px;
  }
  .TextTitle .shar {
    margin-top: 10px;
    font-size: 12px;
  }
  .NewsText {
    font-size: 14px;
    line-height: 1.45 !important;
  }
  .NewsText img {
    max-width: 100% !important;
    height: auto !important;
  }
  .NewsText p {
    font-size: 14px;
    line-height: 1.45 !important;
  }
  .NewsText p img {
    max-width: 100% !important;
    height: auto !important;
  }
  .NewsText iframe,
  .NewsText video {
    width: 100%;
    height: 230px;
  }
  .footer .footer-top {
    padding: 5px 0;
  }
  .footer .footer-top .footer-nav li {
    width: 25%;
  }
  .footer .footer-top .footer-nav li:nth-child(4n)::after {
    display: none;
  }
  .footer .footer-bottom {
    padding: 15px 0;
  }
  .footer .footer-bottom .w1200 {
    display: block;
  }
  .footer .footer-bottom .w1200 .foot-left {
    margin-top: -5px;
    margin-right: 0;
  }
  .footer .footer-bottom .w1200 .foot-left p {
    font-size: 12px;
    line-height: 25px;
  }
  .footer .footer-bottom .w1200 .foot-right {
    margin-top: 15px;
    width: 100%;
  }
  .footer .footer-bottom .w1200 .foot-right ul {
    margin: 0 auto;
    display: table;
  }
  .footer .footer-bottom .w1200 .foot-right ul li p {
    margin-top: 8px;
    font-size: 12px;
  }
  .pages {
    margin-top: 15px;
  }
  .pages .pagination li.first,
  .pages .pagination li.last,
  .pages .pagination li.prev,
  .pages .pagination li.next {
    padding: 0 5px;
    width: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pages .pagination li {
    font-size: 12px;
  }
  .pages .pagination li.first,
  .pages .pagination li.last {
    display: none;
  }
}
