* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: OPPOSans;
  font: inherit;
  border: none;
  text-decoration: none;
  color: #141518;
  box-sizing: border-box;
}
.body {
  background: #000;
}
a {
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #314dee;
}
a:first {
  outline-style: none;
}
p {
  font-size: 14px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="radio"],
input[type="checkbox"],
input[type="hidder"],
input[type="radio"],
input[type="checkbox"],
select,
textarea,
button {
  border: none;
  outline: none;
  padding: 4px;
  -webkit-appearance: none;
}
.yihang {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erhang {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgs {
  transition: all 0.8s;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flex-y {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.cont {
  max-width: 1920px;
  margin: auto;
}
.template {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.template1 {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.up {
  animation: up 1.3s both;
  -webkit-animation: up 1.3s both;
}
.down {
  animation: down 1.3s both;
  -webkit-animation: down 1.3s both;
}
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.rotate1 {
  transform: rotate(45deg);
  transform-origin: left top;
  transition: all 0.3s linear;
}
.rotate2 {
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: all 0.3s linear;
}
.rotate {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}
.content {
  overflow: hidden;
}
.content .header {
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.6);
  background: #fff;
  height: 58px;
  padding: 10px 0;
}
.content .header .logo {
  margin-right: 100px;
}
.content .header .logo .img {
  transition: 0.4s;
  height: 54px;
}
.content .header .logo .img img {
  height: 100%;
  object-fit: cover;
}
.content .header .logo .text {
  margin-left: 10px;
}
.content .header .logo .p1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 22px;
  font-weight: bold;
  transition: 0.4s;
}
.content .header .logo .p2 {
  text-transform: uppercase;
  font-size: 12px;
}
.content .header .logo .p3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.content .header .nav-pc {
  height: 100%;
  justify-content: space-between;
}
.content .header .nav-pc .item {
  height: 100%;
}
.content .header .nav-pc .item a {
  height: 100%;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s;
}
.content .header .nav-pc .item a:after {
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #4970be;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.content .header .nav-pc .item:hover a:after {
  width: 100%;
}
.content .header .nav-pc .active a {
  color: #2364d5;
}
.content .header .nav-pc .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4970be;
  bottom: 0;
}
.content .header .nav-pc .en a:after,
.content .header .nav-pc .sousuo a:after {
  content: none;
}
.content .header .nav-wap {
  display: none;
}
.content .headers {
  height: 58px;
  transition: 0.8s;
}
.content .headers .logo .img {
  height: 54px;
  transition: 0.4s;
}
.content .headers .logo .text .p1 {
  font-size: 22px;
  transition: 0.4s;
}
.content .headers .nav-pc .item a {
  transition: 0.4s;
  font-size: 14px;
}
.content .headers .nav-pc .item a::after {
  bottom: 0;
  transition: 0.4s;
}
.content .index {
  margin-top: 58px;
}
.content .index .aa {
  color: #2364d5;
}
.content .index .banner {
  overflow: hidden;
  height: 400px;
  background-size: cover;
}
.content .index .banner .pc-show {
  height: 100%;
}
.content .index .banner .wap-show {
  display: none;
}
.content .index .plate {
  padding: 50px 0;
}
.content .index h2,
.content .index h3 {
  text-transform: uppercase;
}
.content .index .titles {
  height: 80px;
  justify-content: flex-start;
}
.content .index .titles .left {
  height: 100%;
  flex-direction: column;
}
.content .index .titles .left h2 {
  height: 60px;
  background: #dd1a20;
  color: #fff;
  padding: 0 15px;
}
.content .index .titles .left .p1,
.content .index .titles .left .p2 {
  background: #ececec;
  height: 15px;
  width: 100%;
  position: relative;
}
.content .index .titles .left .p1::after,
.content .index .titles .left .p1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 15px;
  height: 13px;
  background: #fff;
}
.content .index .titles .left .p1::before {
  left: auto;
  right: 0;
}
.content .index .titles .left .p2::after,
.content .index .titles .left .p2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 0;
  border-top: 15px solid #a60207;
  border-left: 15px solid #fff;
}
.content .index .titles .left .p2::before {
  left: auto;
  right: 0;
  border-top: 15px solid #a60207;
  border-left: none;
  border-right: 15px solid #fff;
}
.content .index .titles .right .li {
  padding: 0 25px;
  height: 45px;
  background: #ececec;
}
.content .index .titles .right .li:hover {
  background: #d9d9d9;
  color: #fff;
}
.content .index .titles .right .active {
  background: #d9d9d9;
  color: #fff;
}
.content .index .list {
  padding: 10px 0 40px;
}
.content .index .list span a {
  color: #333;
}
.content .index .list p {
  padding: 0 10px;
}
.content .index .list p a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0 3px;
  color: #999;
}
.content .index .list p .Cur {
  color: #333;
}
.content .index .list p a:hover {
  color: #333;
}
.content .index > .min {
  padding: 3% 0;
}
.content .index .img {
  overflow: hidden;
}
.content .index .item a:hover {
  color: #014099;
}
.content .index .item a:hover * {
  color: #014099;
}
.content .index .new {
  padding-bottom: 0;
}
.content .index .new .item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.content .index .new .item .img {
  width: 300px;
  height: 160px;
}
.content .index .new .item .img a {
  width: 100%;
  height: 100%;
}
.content .index .new .item .img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .index .new .item .time {
  border-right: 1px solid #000;
  padding: 0 40px;
}
.content .index .new .item .time .te {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}
.content .index .new .item .time .te h2 {
  font-size: 32px;
  font-weight: bolder;
}
.content .index .new .item .text {
  flex: 1;
}
.content .index .new .item .text .bot {
  flex: 1;
  text-align: left;
  padding: 0 30px;
}
.content .index .new .item .text .bot h2 {
  font-size: 20px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .index .new .item .text .bot .p {
  height: 50px;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .index .new .item:hover {
  background: #f7f7f7;
}
.content .main-index {
  background: #f6f7fa;
}
.content .main-index .banner {
  height: 680px;
}
.content .main-index .banner .swiper-container {
  height: 100%;
}
.content .main-index .banner .swiper-container .swiper-slide {
  height: 100%;
}
.content .main-index .banner .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .main-index .banner .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: 20px;
  background: #fff;
}
.content .main-index .plate1 {
  padding: 0 0 100px;
  height: 680px;
  background: #fff;
}
.content .main-index .plate1 .nav {
  padding: 30px 0 15px;
  margin-bottom: 50px;
  width: 100%;
  box-shadow: 0 8px 10px -10px rgba(1, 1, 1, 0.6);
}
.content .main-index .plate1 .nav .p1 {
  justify-content: space-between;
}
.content .main-index .plate1 .nav .p1 .left a {
  margin: 0 5px;
  font-size: 14px;
  color: #777;
}
.content .main-index .plate1 .nav .p1 .search {
  border: 1px solid #ddd;
  width: 380px;
  height: 34px;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.content .main-index .plate1 .nav .p1 .search input {
  font-size: 14px;
  height: 100%;
  text-align: left;
  flex: 1;
}
.content .main-index .plate1 .nav .p1 .search .bt {
  background: #44b3ea;
  color: #fff;
  font-size: 14px;
  height: 100%;
  padding: 0 10px;
}
.content .main-index .plate1 .main .title {
  margin-bottom: 50px;
}
.content .main-index .plate1 .main .title .p1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
}
.content .main-index .plate1 .main .title .p2 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
}
.content .main-index .plate1 .main .title .p3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.content .main-index .plate1 .main .imgtext {
  width: 100%;
}
.content .main-index .plate1 .main .imgtext .item .img {
  height: 300px;
  width: 100%;
  background: #eaeaea;
  overflow: hidden;
  position: relative;
}
.content .main-index .plate1 .main .imgtext .item .img .i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(1, 1, 1, 0.5);
  opacity: 0;
  transition: 0.4s;
  z-index: 9;
}
.content .main-index .plate1 .main .imgtext .item .img img {
  height: 100%;
  object-fit: contain;
  transition: 0.7s;
}
.content .main-index .plate1 .main .imgtext .item .text {
  background: linear-gradient(to right, #48ace6, #3fbef0);
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  position: relative;
}
.content .main-index .plate1 .main .imgtext .item .text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(../images/i5.png) no-repeat center;
}
.content .main-index .plate1 .main .imgtext .item:hover .img .i {
  opacity: 1;
}
.content .main-index .plate1 .main .imgtext .item:hover img {
  transform: scale(1.1);
}
.content .main-index .plate2 {
  height: 680px;
  background: url(../images/bg2.jpg) no-repeat center 3px / cover;
}
.content .main-index .plate2 .text {
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 10px solid #2364d5;
  padding: 20px 0;
}
.content .main-index .plate2 .text .p1 {
  color: #365fa7;
  font-size: 28px;
  font-weight: bold;
}
.content .main-index .plate2 .text .p2 {
  color: #365fa7;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 40px;
}
.content .main-index .plate2 .text .p3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .main-index .plate2 .text .p4 {
  font-size: 28px;
  color: #777777;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.content .main-index .plate3 {
  height: 680px;
  background: url(../images/bg3.jpg) no-repeat center / cover;
}
.content .main-index .plate3 .text {
  width: 40%;
}
.content .main-index .plate3 .text * {
  color: #fff;
}
.content .main-index .plate3 .text .p1 {
  font-size: 46px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  padding: 0 20px 15px 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.content .main-index .plate3 .text .p2 {
  font-size: 14px;
  line-height: 2;
}
.content .main-index .plate3 .text .p3 {
  margin-top: 30px;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.content .main-index .plate3 .text .p3 .i1 {
  font-size: 50px;
  font-weight: bold;
  font-family: fangsong;
}
.content .main-index .plate3 .text .p3 .i2 {
  margin: 10px 0 0 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: fangsong;
}
.content .main-index .plate4 {
  height: 680px;
  background: #f9f8f8;
}
.content .main-index .plate4 .title {
  margin-bottom: 20px;
}
.content .main-index .plate4 .title .p1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.content .main-index .plate4 .title .p2 {
  font-size: 12px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 2;
}
.content .main-index .plate4 .main {
  width: 100%;
  height: 520px;
  justify-content: flex-start;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.3);
}
.content .main-index .plate4 .main .item {
  width: 330px;
  height: 520px;
  justify-content: flex-start;
  border: 2px solid #fff;
}
.content .main-index .plate4 .main .item .img {
  width: 100%;
  height: 364px;
  overflow: hidden;
}
.content .main-index .plate4 .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.content .main-index .plate4 .main .item .text {
  transition: 0.6s;
  width: 100%;
  height: calc(520px - 364px);
  background: #f6f6f6;
  padding: 0 20px;
}
.content .main-index .plate4 .main .item .text .p1,
.content .main-index .plate4 .main .item .text .p2 {
  transition: 0.6s;
}
.content .main-index .plate4 .main .item .text .p1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.content .main-index .plate4 .main .item .text .p2 {
  font-size: 12px;
  color: #777;
}
.content .main-index .plate4 .main .item:hover img {
  transform: scale(1.1);
}
.content .main-index .plate4 .main .item:hover .text {
  background: #5486cf;
}
.content .main-index .plate4 .main .item:hover .text .p1,
.content .main-index .plate4 .main .item:hover .text .p2 {
  color: #fff;
}
.content .main-index .plate4 .main .item:nth-child(2) {
  border-left: none;
  border-right: none;
  width: 540px;
}
.content .main-index .plate5 {
  background: #fff;
  padding: 50px 0;
  height: 680px;
}
.content .main-index .plate5 .title {
  margin-bottom: 50px;
}
.content .main-index .plate5 .title .p1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.content .main-index .plate5 .title .p2 {
  font-size: 12px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 2;
}
.content .main-index .plate5 .main {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.content .main-index .plate5 .main > div {
  width: 48%;
}
.content .main-index .plate5 .main .li {
  justify-content: flex-start;
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.content .main-index .plate5 .main .li .time {
  width: 120px;
}
.content .main-index .plate5 .main .li .time .i1 {
  color: #2364d5;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.content .main-index .plate5 .main .li .time .i2 {
  font-size: 20px;
  color: #777777;
}
.content .main-index .plate5 .main .li .text {
  flex: 1;
  margin-left: 10px;
}
.content .main-index .plate5 .main .li .text * {
  text-align: left;
  line-height: 2;
}
.content .main-index .plate5 .main .li .text .p1 {
  font-size: 16px;
  font-weight: bold;
}
.content .main-index .plate5 .main .li .text .p2 {
  color: #999;
  font-size: 14px;
}
.content .main-index .plate5 .main .li:hover .p1 {
  color: #2364d5;
}
.content .main-index .plate5 .main .left .imgtext {
  width: 100%;
}
.content .main-index .plate5 .main .left .imgtext .item:hover .li .p1 {
  color: #2364d5;
}
.content .main-index .plate5 .main .left .imgtext .img {
  height: 348px;
}
.content .main-index .plate5 .main .left .imgtext .swiper-pagination {
  bottom: 130px;
  left: 160px;
}
.content .main-index .plate5 .main .left .imgtext .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 30px;
  background: #fff;
}
.content .main-index .plate5 .main .left .li {
  border: none;
}
.content .main-index .plate5 .main .right {
  border-top: 1px solid #555;
}
.content .main-index .plate6 {
  height: 680px;
  background: url(../images/bg3.jpg) no-repeat center / cover;
}
.content .main-index .plate6 .title {
  padding: 30px 0;
}
.content .main-index .plate6 .title .p1 {
  color: #fff;
  line-height: 2;
  font-size: 12px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.content .main-index .plate6 .title .p2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
}
.content .main-index .plate6 .title .p3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.content .main-index .plate6 .main * {
  color: #fff;
}
.content .main-index .plate6 .main .text {
  width: 60%;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.content .main-index .plate6 .main .text .a {
  padding: 3px 15px;
  background: #5586cf;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.content .main-index .plate6 .main .img {
  width: 100%;
  background: #fff;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.6);
}
.content .main-index .plate6 .main .img .li {
  width: 330px;
  height: 360px;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
}
.content .main-index .plate6 .main .img .li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .main-index .plate6 .main .img .li .i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
  opacity: 0;
  transition: 0.4s;
}
.content .main-index .plate6 .main .img .li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.content .main-index .plate6 .main .img .li:hover img {
  transform: scale(1.1);
}
.content .main-index .plate6 .main .img .li:hover .i {
  opacity: 1;
}
.content .main-index .plate6 .main .img .li:nth-child(2) {
  width: 540px;
  border-left: none;
  border-right: none;
}
.content .main-index .plate7 {
  background: url(../images/bg8.jpg) no-repeat center / cover;
  padding: 80px 0;
  margin-bottom: 5px;
  box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
}
.content .main-index .plate7 * {
  color: #fff;
}
.content .main-index .plate7 .main {
  width: 100%;
  justify-content: space-between;
}
.content .main-index .plate7 .main .text {
  text-align: left;
  width: 35%;
}
.content .main-index .plate7 .main .text .p1 {
  font-size: 26px;
}
.content .main-index .plate7 .main .text .p2 {
  font-size: 14px;
  margin: 30px 0;
  line-height: 2;
}
.content .main-index .plate7 .main .text .p3 {
  border: 1px solid #fff;
  width: 120px;
  height: 36px;
  transition: 0.4s;
}
.content .main-index .plate7 .main .text .p3:hover {
  background: #fff;
  color: #555;
}
.content .main-index .plate7 .main .right {
  flex: 1;
}
.content .main-index .plate7 .main .right .item {
  flex: 1;
  margin-left: 40px;
  transition: 0.4s;
}
.content .main-index .plate7 .main .right .item .img {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.content .main-index .plate7 .main .right .item .p {
  margin-top: 10px;
  font-size: 14px;
}
.content .main-index .plate7 .main .right .item:hover {
  transform: translateY(-20px);
}
.content .main-index .plate7 .main .right .item:hover .img {
  background: #2364d5;
}
.content .main-a {
  background: #f5f5f5;
}
.content .main-a .main {
  width: 100%;
  padding: 40px 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.content .main-a .main .left {
  background: #fff;
  width: 250px;
  margin-right: 30px;
  padding: 10px;
}
.content .main-a .main .left .li {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  background: #eeeeee;
  justify-content: space-between;
  position: relative;
  transition: 0.4s;
}
.content .main-a .main .left .li::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.4s;
}
.content .main-a .main .left .li:hover {
  color: #2364d5;
}
.content .main-a .main .left .li:hover::after {
  border-color: #2364d5;
}
.content .main-a .main .left .li1 {
  margin: 0;
  background: #2364d5;
  padding: 17px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.content .main-a .main .left .li1::after {
  border-color: #fff;
  width: 7px;
  height: 7px;
}
.content .main-a .main .left .li1::before {
  position: absolute;
  content: "";
  right: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s;
}
.content .main-a .main .left .li1:hover {
  background: #2364d5;
  color: #fff;
}
.content .main-a .main .left .li1:hover::after {
  border-color: #fff;
}
.content .main-a .main .left .active {
  color: #2364d5;
}
.content .main-a .main .right {
  width: calc(100% - 250px);
}
.content .main-a .gsjj .title,
.content .main-a .zjlzc .title,
.content .main-a .scsb .title,
.content .main-a .jcsb .title,
.content .main-a .qyzz .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
  justify-content: space-between;
}
.content .main-a .gsjj .text,
.content .main-a .zjlzc .text,
.content .main-a .scsb .text,
.content .main-a .jcsb .text,
.content .main-a .qyzz .text {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.content .main-a .gsjj .text {
  margin-top: 20px;
}
.content .main-a .qyzz {
  width: 100%;
}
.content .main-a .qyzz .swiper-container {
  width: 100%;
}
.content .main-pshow .min .top,
.content .main-qshow .min .top,
.content .main-nshow .min .top {
  margin-bottom: 30px;
}
.content .main-pshow .min .top h2,
.content .main-qshow .min .top h2,
.content .main-nshow .min .top h2,
.content .main-pshow .min .top h3,
.content .main-qshow .min .top h3,
.content .main-nshow .min .top h3 {
  font-size: 26px;
  font-weight: bolder;
  padding-bottom: 15px;
}
.content .main-pshow .min .text,
.content .main-qshow .min .text,
.content .main-nshow .min .text {
  margin: 30px 0;
  text-align: left;
  line-height: 1.7;
  text-indent: 1.8rem;
}
.content .main-pshow .min .text *,
.content .main-qshow .min .text *,
.content .main-nshow .min .text * {
  line-height: 1.7;
  text-indent: 1.8rem;
  text-align: left;
}
.content .main-pshow .min .bot,
.content .main-qshow .min .bot,
.content .main-nshow .min .bot {
  width: 100%;
  justify-content: space-between;
}
.content .main-nshow .min .text {
  text-indent: 0;
}
.content .main-nshow .min .text * {
  text-indent: 0;
}
.content .main-p {
  padding: 0;
}
.content .main-p * {
  text-transform: uppercase;
}
.content .main-p .min {
  width: 100%;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.content .main-p .min > .title {
  margin-right: 30px;
  height: auto;
  width: 240px;
}
.content .main-p .min > .title .left {
  border-bottom: 1px dotted #d2d2d2;
  justify-content: flex-start;
  height: 40px;
}
.content .main-p .min > .title .left .p1 {
  font-size: 18px;
  height: 100%;
  border-bottom: 1px solid #000;
}
.content .main-p .min > .title .left .p2 {
  height: 100%;
  color: #999;
  font-size: 18px;
  margin-left: 5px;
}
.content .main-p .min > .title .right {
  flex-direction: column;
}
.content .main-p .min > .title .right .li {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  background: #eeeeee;
  justify-content: space-between;
  position: relative;
  transition: 0.4s;
}
.content .main-p .min > .title .right .li::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.4s;
}
.content .main-p .min > .title .right .li:hover {
  color: #2364d5;
}
.content .main-p .min > .title .right .li:hover::after {
  border-color: #2364d5;
}
.content .main-p .min > .title .right .active {
  color: #2364d5;
}
.content .main-p .min > .right {
  flex: 1;
}
.content .main-p .min > .right .imgtext {
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .main-p .min > .right .imgtext .item {
  border: 1px solid #ddd;
  width: 300px;
  margin-bottom: 15px;
  position: relative;
  height: 300px;
}
.content .main-p .min > .right .imgtext .item .img {
  overflow: hidden;
  height: 100%;
}
.content .main-p .min > .right .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
}
.content .main-p .min > .right .imgtext .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 40px;
}
.content .main-p .min > .right .imgtext .item .text:hover {
  background: rgba(1, 1, 1, 0.5);
}
.content .main-p .min > .right .imgtext .item:hover {
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.4);
}
.content .main-p .min > .right .imgtext .item:hover .img img {
  transform: scale(1.1);
}
.content .main-p .min > .right .imgtext .pick {
  width: 300px;
  overflow: hidden;
}
.content .main-p .plate {
  padding: 0;
}
.content .main-p .nav {
  width: 100%;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.content .main-p .nav .p {
  justify-content: flex-start;
}
.content .main-p .nav .p .li {
  position: relative;
  padding: 20px 25px;
  font-size: 16px;
}
.content .main-p .nav .p .li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #2364d5;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
}
.content .main-p .nav .p .li:hover::after {
  width: 70%;
}
.content .main-p .nav .p .active {
  color: #2364d5;
}
.content .main-p .nav .p .active::after {
  width: 70%;
}
.content .main-p .h1 {
  align-items: flex-start;
  text-align: left;
  border: 1px solid #005da3;
  border-left: 3px solid #005da3;
  padding: 15px;
  margin-bottom: 40px;
}
.content .main-p .h1 .p1 {
  font-size: 24px;
  color: #cc0000;
  margin-bottom: 5px;
}
.content .main-p .h1 .p2 {
  font-size: 14px;
  line-height: 1.8;
}
.content .main-p .min-p {
  flex-direction: column;
  padding-top: 0;
}
.content .main-p .min-p .right .imgtext {
  margin-bottom: 30px;
}
.content .main-p .min-p .right .imgtext .item {
  width: 290px;
  height: 290px;
}
.content .main-p .min-p .right .imgtext .pick {
  width: 290px;
  overflow: hidden;
}
.content .main-p .list {
  justify-content: flex-start;
  padding: 0;
}
.content .main-h .banner {
  height: 510px;
}
.content .main-h .plate2 * {
  text-transform: uppercase;
}
.content .main-h .plate2 .min .imgtext .item {
  position: relative;
}
.content .main-h .plate2 .min .imgtext .item .img {
  width: 100%;
  height: 370px;
}
.content .main-h .plate2 .min .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content .main-h .plate2 .min .imgtext .item .text {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: rgba(1, 1, 1, 0.2);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 40px;
}
.content .main-n .min .right .main {
  flex-direction: column;
}
.content .main-n .min .right .main .item {
  overflow: hidden;
  width: 100%;
  height: 180px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
  border-bottom: 1px #ddd dashed;
}
.content .main-n .min .right .main .item .img {
  width: 25%;
  height: 100%;
}
.content .main-n .min .right .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-n .min .right .main .item .text {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  text-align: left;
}
.content .main-n .min .right .main .item .text h2 {
  font-size: 16px;
  font-weight: bolder;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .main-n .min .right .main .item .text .time {
  color: #888;
  margin: 20px 0;
}
.content .main-n .min .right .main .item .text .p {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .main-n .min .right .main .item:hover h2 {
  color: #2364d5;
}
.content .main-n .min .right .list {
  padding-bottom: 0;
}
.content .main-c .plate {
  padding: 50px 0;
}
.content .main-c .plate .title {
  margin-bottom: 20px;
}
.content .main-c .plate .title h2 {
  font-size: 26px;
  font-weight: bold;
}
.content .main-c .plate .title h2 span {
  font-size: 26px;
  font-weight: bold;
}
.content .main-c .plate .title h2 span:nth-child(1) {
  color: #2364d5;
}
.content .main-c .plate .title h2 span:last-child {
  color: #f00;
}
.content .main-c .plate .min {
  justify-content: space-between;
}
.content .main-c .plate .min .left *,
.content .main-c .plate .min .right * {
  text-align: left;
}
.content .main-c .plate .min .left p,
.content .main-c .plate .min .right p {
  font-size: 16px;
  line-height: 2;
}
.content .main-c .plate .min .left {
  flex: 1;
}
.content .main-c .plate .min .left .p {
  width: 100%;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 2;
}
.content .main-c .plate .min .left .p:last-child {
  margin-bottom: 0;
}
.content .main-c .plate .min .left .p .icon {
  margin-right: 5px;
  margin-top: 4px;
}
.content .main-c .plate .min .left .p .p1 {
  flex: 1;
}
.content .main-c .plate .min .right {
  background: url(../images/bg7.jpg) no-repeat center / cover;
  width: 40%;
  height: 360px;
}
.content .main-app .imgtext {
  padding: 40px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .main-app .imgtext .item {
  margin-right: 19px;
  width: 32.25806452%;
  margin-bottom: 10px;
}
.content .main-app .imgtext .item * {
  text-align: left;
}
.content .main-app .imgtext .item .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.content .main-app .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.content .main-app .imgtext .item .text {
  padding: 10px 5px;
}
.content .main-app .imgtext .item .text .p1 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.content .main-app .imgtext .item .text .p2 {
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.content .main-app .imgtext .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .main-app .imgtext .item:hover img {
  transform: scale(1.1);
}
.content .footer {
  background: #555656;
}
.content .footer * {
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.content .footer .foter {
  padding: 20px 0;
  align-items: flex-start;
}
.content .footer .foter .item {
  text-align: left;
}
.content .footer .foter .item .li {
  line-height: 2;
}
.content .footer .foter .item .li:nth-child(1) {
  font-size: 16px;
}
.content .footer .foter .item .li:nth-child(2) {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-bottom: 10px;
}
.content .footer .foter .item:nth-child(4) .li {
  position: relative;
  padding-left: 30px;
}
.content .footer .foter .item:nth-child(4) .li:nth-child(1),
.content .footer .foter .item:nth-child(4) .li:nth-child(2) {
  padding: 0;
}
.content .footer .foter .item:nth-child(4) .li .i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url(../images/i9.png) no-repeat center / cover;
}
.content .footer .foter .item:nth-child(4) .li:nth-child(3) .i {
  background: url(../images/i6.png) no-repeat center / cover;
}
.content .footer .foter .item:nth-child(4) .li:nth-child(4) .i {
  background: url(../images/i7.png) no-repeat center / cover;
}
.content .footer .foter .item:nth-child(4) .li:nth-child(5) .i {
  background: url(../images/i8.png) no-repeat center / cover;
}
.content .footer .foter .item:last-child {
  padding-top: 40px;
  text-align: center;
}
.content .footer .foter .item:last-child .img {
  position: relative;
}
.content .footer .foter .item:last-child .img::before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.content .footer .foter .item:last-child .img::after {
  position: absolute;
  top: -5px;
  right: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.content .footer .foter .item:last-child .img .i::before {
  position: absolute;
  bottom: -5px;
  left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.content .footer .foter .item:last-child .img .i::after {
  position: absolute;
  bottom: -5px;
  right: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.content .footer .foter .item:last-child .p {
  line-height: 2.4;
}
.content .footer .foter .right {
  align-items: flex-end;
}
.content .footer .foter .right .item {
  padding-left: 40px;
}
.content .footer .foter .right .item * {
  color: #fff;
  text-align: left;
}
.content .footer .foter .right .item p {
  height: 25px;
  line-height: 25px;
}
.content .footer .foter .right .item img {
  height: 120px;
}
.content .footer > .bot {
  height: 40px;
  background: #2e2e2e;
}
.content .footer > .bot .min {
  height: 100%;
  justify-content: center;
}
.content .footer > .bot .min * {
  color: #fff;
  font-size: 12px;
}
.content .sidebar,
.content .showhide {
  position: fixed;
  bottom: 108px;
  right: 0;
  width: 48px;
  z-index: 99;
  flex-direction: column;
}
.content .sidebar a,
.content .showhide a {
  width: 48px;
  height: 48px;
  background: rgba(182, 178, 178, 0.6);
  margin: 2px 0;
  border-radius: 10px;
}
.content .sidebar {
  display: none;
}
.content .sidebar .weixin {
  position: relative;
}
.content .sidebar .erweima {
  display: none;
  position: absolute;
  top: -200%;
  left: -235%;
  flex-direction: column;
  background: #fff;
  width: 110px;
  padding: 10px;
}
.content .sidebar .weixin:hover .erweima {
  display: flex;
}
.content .showhide {
  bottom: 56px;
}
.content .nav-bot {
  display: none;
}
@media screen and (max-width: 750px) {
  .content .footer,
  .content .header .nav-pc,
  .content .banner-bg .imgtext .bot,
  .content .main-index .plate2 .right {
    display: none;
  }
  .content .header {
    background: #fff;
    height: 55px;
    padding: 0;
  }
  .content .header .nav-wap {
    display: block;
    height: 100%;
  }
  .content .header .nav-wap .logo {
    align-content: center;
    margin: 0;
  }
  .content .header .nav-wap .logo .img {
    height: 54px;
  }
  .content .header .nav-wap .logo .text * {
    color: #2364d5;
  }
  .content .header .nav-wap .logo .text .p1 {
    font-size: 16px;
  }
  .content .header .nav-wap .top {
    padding: 0 10px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
  }
  .content .header .nav-wap .top img {
    height: 50px;
  }
  .content .header .nav-wap .top .menu {
    cursor: pointer;
  }
  .content .header .nav-wap .top .menu {
    width: 32px;
    height: 30px;
    position: relative;
  }
  .content .header .nav-wap .top .menu span {
    height: 2px;
    background: #4970be;
    display: block;
    width: 30px;
    position: absolute;
    z-index: 5;
    left: 0px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .content .header .nav-wap .top .menu .m1 {
    top: 5px;
  }
  .content .header .nav-wap .top .menu .m2 {
    top: 15px;
  }
  .content .header .nav-wap .top .menu .m3 {
    top: 25px;
  }
  .content .header .nav-wap .bot {
    display: none;
    z-index: -1;
    padding-top: 20px;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #6983c7;
  }
  .content .header .nav-wap .bot * {
    color: #fff;
    justify-content: flex-start;
  }
  .content .header .nav-wap .bot .item {
    height: 50px;
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .content .header .nav-wap .bot .item a {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
  }
  .content .index {
    margin-top: 55px;
    margin-bottom: 66px;
  }
  .content .index .banner {
    height: auto;
  }
  .content .index .banner .pc-show {
    display: none;
  }
  .content .index .banner .wap-show {
    display: block;
    max-width: none;
    width: 155%;
    margin-left: -27.5%;
  }
  .content .index .plate {
    padding: 0 3%;
  }
  .content .index .plate > .title {
    margin: 20px 0;
  }
  .content .index .plate > .title p {
    font-size: 14px;
  }
  .content .index .plate > .title h2 {
    font-size: 18px;
  }
  .content .index .titles {
    height: auto;
  }
  .content .index .titles .left {
    display: none;
  }
  .content .index .titles .right {
    width: 100%;
    justify-content: flex-start;
  }
  .content .index .titles .right .li {
    height: auto;
    padding: 8px 10px;
    margin-right: 5px;
  }
  .content .list {
    padding: 0 0 8%;
  }
  .content .list span {
    padding: 5px 12px;
  }
  .content .main-index .banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .content .main-index .plate1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
  }
  .content .main-index .plate1 .nav {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .content .main-index .plate1 .nav .p1 .left {
    display: none;
  }
  .content .main-index .plate1 .nav .p1 .search {
    width: 100%;
    height: 34px;
  }
  .content .main-index .plate1 .main .title {
    margin-bottom: 30px;
  }
  .content .main-index .plate1 .main .title .p1 {
    font-size: 26px;
  }
  .content .main-index .plate1 .main .imgtext {
    overflow: hidden;
  }
  .content .main-index .plate1 .main .imgtext .item .img {
    height: 180px;
  }
  .content .main-index .plate2 {
    height: auto;
    padding: 40px 0;
  }
  .content .main-index .plate2 .text {
    width: 90%;
  }
  .content .main-index .plate2 .text .p1 {
    font-size: 24px;
  }
  .content .main-index .plate2 .text .p2 {
    font-size: 16px;
  }
  .content .main-index .plate2 .text .p3 {
    font-size: 28px;
  }
  .content .main-index .plate2 .text .p4 {
    font-size: 20px;
  }
  .content .main-index .plate3 {
    height: auto;
    padding: 90px 0;
  }
  .content .main-index .plate3 .text {
    width: 70%;
  }
  .content .main-index .plate3 .text .p1 {
    font-size: 28px;
  }
  .content .main-index .plate3 .text .p2 {
    line-height: 1.6;
    font-size: 12px;
    height: 193px;
    overflow: hidden;
  }
  .content .main-index .plate3 .text .p3 .i1 {
    font-size: 36px;
  }
  .content .main-index .plate3 .text .p3 .i2 {
    font-size: 16px;
  }
  .content .main-index .plate4 {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    background: none;
  }
  .content .main-index .plate4 .title .p1 {
    font-size: 26px;
  }
  .content .main-index .plate4 .main {
    flex-wrap: wrap;
    height: auto;
  }
  .content .main-index .plate4 .main .item {
    height: auto;
    width: 100%;
  }
  .content .main-index .plate4 .main .item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .content .main-index .plate4 .main .item .img {
    height: auto;
  }
  .content .main-index .plate4 .main .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .main-index .plate4 .main .item .text {
    height: 140px;
  }
  .content .main-index .plate5 {
    height: auto;
    padding: 20px 0;
    background: none;
  }
  .content .main-index .plate5 .title {
    margin-bottom: 20px;
  }
  .content .main-index .plate5 .title .p1 {
    font-size: 26px;
  }
  .content .main-index .plate5 .main {
    flex-direction: column;
  }
  .content .main-index .plate5 .main .left {
    width: 100%;
  }
  .content .main-index .plate5 .main .left .imgtext .img {
    height: 230px;
  }
  .content .main-index .plate5 .main .left .imgtext .swiper-pagination {
    left: 0;
  }
  .content .main-index .plate5 .main .right {
    display: none;
  }
  .content .main-index .plate5 .main .li .time {
    width: 80px;
  }
  .content .main-index .plate5 .main .li .time .i1 {
    font-size: 28px;
  }
  .content .main-index .plate5 .main .li .time .i2 {
    font-size: 16px;
  }
  .content .main-index .plate5 .main .li .text {
    flex: 1;
  }
  .content .main-index .plate6 {
    height: auto;
  }
  .content .main-index .plate6 .title {
    padding: 20px 0;
  }
  .content .main-index .plate6 .title .p1 {
    font-size: 18px;
  }
  .content .main-index .plate6 .title .p2 {
    font-size: 22px;
  }
  .content .main-index .plate6 .main .text {
    width: 90%;
    font-size: 12px;
  }
  .content .main-index .plate6 .main .text .a {
    font-size: 12px;
  }
  .content .main-index .plate6 .main .img {
    display: none;
  }
  .content .main-index .plate7 {
    display: none;
  }
  .content .main-a .main {
    flex-direction: column;
    padding: 0 2%;
  }
  .content .main-a .main .left {
    width: 100%;
    padding: 5px;
  }
  .content .main-a .main .left .li {
    margin-top: 8px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .content .main-a .main .right {
    width: 100%;
  }
  .content .main-a .nav .main .li {
    padding: 10px 5px;
    font-size: 12px;
  }
  .content .main-a .gsjj,
  .content .main-a .scsb,
  .content .main-a .jcsb,
  .content .main-a .qyzz,
  .content .main-a .zjlzc {
    padding: 20px 2%;
  }
  .content .main-a .gsjj .title,
  .content .main-a .scsb .title,
  .content .main-a .jcsb .title,
  .content .main-a .qyzz .title,
  .content .main-a .zjlzc .title {
    font-size: 20px;
  }
  .content .main-a .scsb .imgtext .item,
  .content .main-a .jcsb .imgtext .item,
  .content .main-a .qyzz .imgtext .item {
    width: 47.61904762%;
    margin-right: 15px;
  }
  .content .main-a .scsb .imgtext .item:nth-child(4n + 4),
  .content .main-a .jcsb .imgtext .item:nth-child(4n + 4),
  .content .main-a .qyzz .imgtext .item:nth-child(4n + 4) {
    margin-right: 15px;
  }
  .content .main-a .scsb .imgtext .item:nth-child(2n + 2),
  .content .main-a .jcsb .imgtext .item:nth-child(2n + 2),
  .content .main-a .qyzz .imgtext .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .main-a .scsb .imgtext .item .img,
  .content .main-a .jcsb .imgtext .item .img {
    height: 190px;
  }
  .content .main-a .zjlzc .min {
    flex-direction: column;
  }
  .content .main-a .zjlzc .min .img,
  .content .main-a .zjlzc .min .text {
    width: 100%;
    height: auto;
  }
  .content .main-a .zjlzc .min .img .p1,
  .content .main-a .zjlzc .min .text .p1 {
    font-size: 20px;
  }
  .content .main-a .zjlzc .min .text {
    padding: 10px;
  }
  .content .main-a .zjlzc .min .text .p2 {
    font-size: 12px;
    line-height: 1.6;
  }
  .content .main-a .qyzz .title h2 {
    font-size: 20px;
  }
  .content .main-p .nav {
    margin: 20px 0;
    border: none;
  }
  .content .main-p .nav .p {
    flex-direction: column;
  }
  .content .main-p .nav .p .li {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 15px;
    justify-content: flex-start;
    background: #eeeeee;
    font-size: 12px;
    position: relative;
  }
  .content .main-p .nav .p .li:last-child {
    margin: 0;
  }
  .content .main-p .nav .p .li::after {
    content: none;
  }
  .content .main-p .nav .p .li::before {
    position: absolute;
    content: "";
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  .content .main-p .list {
    padding: 0 0 20px;
    justify-content: center;
  }
  .content .main-p .plate1 .min {
    padding: 0;
    flex-direction: column;
  }
  .content .main-p .plate1 .min .title {
    margin: 20px 0;
    width: 100%;
  }
  .content .main-p .plate1 .min .title .left,
  .content .main-p .plate1 .min .title .right {
    width: 100%;
  }
  .content .main-p .plate1 .min .title .left .li,
  .content .main-p .plate1 .min .title .right .li {
    margin-top: 5px;
    padding: 7px;
  }
  .content .main-p .plate1 .min > .right {
    width: 100%;
  }
  .content .main-p .plate1 .min > .right .imgtext {
    margin-bottom: 0;
  }
  .content .main-p .plate1 .min > .right .title h2 {
    font-size: 24px;
  }
  .content .main-p .plate1 .min > .right .title h2 * {
    font-size: 24px;
  }
  .content .main-p .plate1 .min > .right .item {
    width: 47.61904762%;
    height: 200px;
    margin-bottom: 20px;
  }
  .content .main-n .plate1 .min .right .main .item {
    width: 100%;
    height: 160px;
  }
  .content .main-n .plate1 .min .right .main .item .img {
    width: 40%;
  }
  .content .main-n .plate1 .min .right .main .item .text {
    flex: 1;
  }
  .content .main-n .plate1 .min .list {
    padding-bottom: 40px;
  }
  .content .main-h .plate2 .min .imgtext .item .img {
    height: 260px;
  }
  .content .main-c .plate .min {
    flex-direction: column;
  }
  .content .main-c .plate .min .left,
  .content .main-c .plate .min .right {
    width: 100%;
  }
  .content .main-c .plate .min .left {
    margin-bottom: 20px;
  }
  .content .main-c .plate .min .left .title h2 {
    font-size: 20px;
  }
  .content .main-c .plate .min .left .title h2 span {
    font-size: 20px;
  }
  .content .main-c .plate .min .left .p .p1 {
    font-size: 14px;
  }
  .content .main-c .plate .min .right {
    padding: 20px 0;
  }
  .content .main-c .dt {
    height: 360px;
    overflow: hidden;
  }
  .content .nav-bot {
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #4970be;
    box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
    justify-content: space-between;
    padding: 0 4%;
  }
  .content .nav-bot .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content .nav-bot .item * {
    color: #fff;
  }
  .content .nav-bot .item span {
    padding-top: 5px;
  }
  .content .sidebar,
  .content .showhide {
    bottom: 140px;
  }
  .content .showhide {
    bottom: 88px;
  }
}
