* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: OPPOSans;
  border: none;
  text-decoration: none;
  color: #141518;
  box-sizing: border-box;
}
.body {
  background: #000;
}
a {
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #5287a9;
}
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;
}
.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;
}
.onleft {
  animation: onleft 1.3s both;
  -webkit-animation: onleft 1.3s both;
}
.onright {
  animation: onright 1.3s both;
  -webkit-animation: onright 1.3s both;
}
@keyframes onright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes onleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(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 {
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.6);
  height: 120px;
}
.content .header * {
  text-transform: uppercase;
}
.content .header .nav-pc {
  height: 100%;
}
.content .header .nav-pc .top {
  width: 100%;
  justify-content: flex-end;
  color: #5287a9;
  font-size: 22px;
}
.content .header .nav-pc .bot {
  width: 100%;
  justify-content: space-between;
}
.content .header .nav-pc .bot .logo {
  height: 65px;
}
.content .header .nav-pc .bot .logo img {
  height: 100%;
  object-fit: cover;
}
.content .header .nav-pc .bot .right {
  height: 100%;
}
.content .header .nav-pc .bot .right .item {
  height: 100%;
}
.content .header .nav-pc .bot .right .item a {
  height: 100%;
  padding: 0 20px;
}
.content .header .nav-pc .bot .right .item a .p1 {
  font-size: 16px;
  position: relative;
  transition: color 0.4s;
}
.content .header .nav-pc .bot .right .item a .p1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #5287a9;
  border-radius: 5px;
  transform: translate(-50%, 0);
  transition: width 0.4s;
}
.content .header .nav-pc .bot .right .active a .p1 {
  color: #5287a9;
}
.content .header .nav-pc .bot .right .active a .p1::after {
  width: 95%;
}
.content .header .nav-pc .bot .right .item:hover .p1 {
  color: #5287a9;
}
.content .header .nav-pc .bot .right .item:hover .p1::after {
  width: 95%;
}
.content .header .nav-wap {
  display: none;
}
.content .index .aa {
  color: #5287a9;
}
.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: 40px 0;
}
.content .index h2,
.content .index h3 {
  text-transform: uppercase;
}
.content .index .bg {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 85vh;
  z-index: -1;
  background: url(../images/a-bg.jpg) no-repeat 100% 100% / cover;
  opacity: 0.5;
}
.content .index .titles {
  width: 270px;
  padding-top: 120px;
}
.content .index .titles * {
  text-align: left;
  justify-content: flex-start;
}
.content .index .titles h2 {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #a0a0a0;
}
.content .index .titles h2 span {
  font-size: 22px;
  font-weight: bolder;
  height: 100%;
}
.content .index .titles a {
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 40px;
  padding-left: 5px;
}
.content .index .titles a span {
  display: block;
  width: 210px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.content .index .titles a .b {
  display: none;
}
.content .index .titles a:hover {
  background: #5287a9;
}
.content .index .titles a:hover span {
  color: #fff;
}
.content .index .titles a:hover .a {
  display: none;
}
.content .index .titles a:hover .b {
  display: block;
}
.content .index .titles .active {
  background: #5287a9;
}
.content .index .titles .active span {
  color: #fff;
}
.content .index .titles .active .a {
  display: none;
}
.content .index .titles .active .b {
  display: block;
}
.content .index .list {
  padding: 0 0 3%;
}
.content .index .list span {
  padding: 10px 20px;
  background: #5287a9;
}
.content .index .list span a {
  color: #fff;
}
.content .index .list p {
  padding: 0 10px;
}
.content .index .list p a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0 3px;
}
.content .index .list p .Cur {
  background: #fff;
  color: #014099;
}
.content .index .list p a:hover {
  background: #fff;
  color: #014099;
}
.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:last-child {
  margin: 0;
}
.content .index .new .item:hover {
  background: #f7f7f7;
}
.content .main-index .banner {
  height: 580px;
}
.content .main-index .banner .swiper-container {
  height: 100%;
}
.content .main-index .banner .swiper-container img {
  height: 100%;
  object-fit: cover;
}
.content .main-index .banner .swiper-pagination {
  left: 50%;
  height: 21px;
  border-radius: 18px;
  background: rgba(1, 1, 1, 0.3);
  width: 80px;
  transform: translate(-50%, 0);
}
.content .main-index .banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #fff;
  opacity: 0.9;
}
.content .main-index .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #5287a9;
}
.content .main-index .plate1 .min {
  align-items: flex-start;
  justify-content: space-between;
}
.content .main-index .plate1 .min .li {
  width: 50%;
  height: 529px;
  overflow: hidden;
  background: #e1ecf2;
}
.content .main-index .plate1 .min .li * {
  font-size: 14px;
}
.content .main-index .plate1 .min .li .p1,
.content .main-index .plate1 .min .li .p2 {
  width: 100%;
}
.content .main-index .plate1 .min .li1 .p1 {
  position: relative;
}
.content .main-index .plate1 .min .li1 .p1 img {
  width: 100%;
  object-fit: cover;
}
.content .main-index .plate1 .min .li1 .p1 .i1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 60px;
  height: 60px;
  background: #d8922f;
  color: #fff;
  font-size: 16px;
}
.content .main-index .plate1 .min .li1 .p2 {
  background: #e1ecf2;
  padding: 30px;
}
.content .main-index .plate1 .min .li1 .p2 .i1 {
  line-height: 1.9;
  text-align: left;
}
.content .main-index .plate1 .min .li1 .p2 .i2 {
  justify-content: flex-end;
}
.content .main-index .plate1 .min .li1 .p2 .i2 a {
  padding: 5px 10px;
  background: #d8922f;
  color: #fff;
}
.content .main-index .plate1 .min .li2 .p1 {
  height: 277px;
}
.content .main-index .plate1 .min .li2 .p1 .i1 {
  flex: 1;
  background: #e1ecf2;
  padding: 40px 30px;
}
.content .main-index .plate1 .min .li2 .p1 .i1 .h1 {
  font-size: 26px;
  padding-bottom: 15px;
}
.content .main-index .plate1 .min .li2 .p1 .i1 .h2 {
  padding-bottom: 15px;
  line-height: 1.7;
}
.content .main-index .plate1 .min .li2 .p1 .i1 a {
  padding: 5px 10px;
  background: #d8922f;
  color: #fff;
}
.content .main-index .plate1 .min .li2 .p1 .i2 {
  height: 100%;
  width: 55%;
}
.content .main-index .plate1 .min .li2 .p1 .i2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-index .plate1 .min .li2 .p2 {
  height: 252px;
  overflow: hidden;
}
.content .main-index .plate1 .min .li2 .p2 .i1 {
  height: 100%;
  width: 55%;
}
.content .main-index .plate1 .min .li2 .p2 .i1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-index .plate1 .min .li2 .p2 .i2 {
  flex: 1;
  background: #e1ecf2;
  padding: 50px 37px;
  position: relative;
}
.content .main-index .plate1 .min .li2 .p2 .i2 .h1 {
  font-size: 26px;
  padding-bottom: 15px;
}
.content .main-index .plate1 .min .li2 .p2 .i2 .h2 {
  padding-bottom: 15px;
  line-height: 1.7;
}
.content .main-index .plate1 .min .li2 .p2 .i2 .h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d8922f;
}
.content .main-index .plate1 .min .li2 .p2 .i2 .h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.content .main-a .plate1,
.content .main-n .plate1,
.content .main-p .plate1,
.content .main-q .plate1,
.content .main-c .plate1 {
  border-bottom: 1px solid #e5e5e5;
}
.content .main-a .plate1 *,
.content .main-n .plate1 *,
.content .main-p .plate1 *,
.content .main-q .plate1 *,
.content .main-c .plate1 * {
  text-transform: uppercase;
}
.content .main-a .plate1 .main,
.content .main-n .plate1 .main,
.content .main-p .plate1 .main,
.content .main-q .plate1 .main,
.content .main-c .plate1 .main {
  justify-content: flex-start;
}
.content .main-a .plate1 .main .li,
.content .main-n .plate1 .main .li,
.content .main-p .plate1 .main .li,
.content .main-q .plate1 .main .li,
.content .main-c .plate1 .main .li {
  height: 60px;
  font-size: 16px;
  padding: 0 15px;
  transition: background 0.2s, color 0.2s;
}
.content .main-a .plate1 .main .li:hover,
.content .main-n .plate1 .main .li:hover,
.content .main-p .plate1 .main .li:hover,
.content .main-q .plate1 .main .li:hover,
.content .main-c .plate1 .main .li:hover {
  background: #5287a9;
  color: #fff;
}
.content .main-a .plate1 .main .active,
.content .main-n .plate1 .main .active,
.content .main-p .plate1 .main .active,
.content .main-q .plate1 .main .active,
.content .main-c .plate1 .main .active {
  background: #5287a9;
  color: #fff;
}
.content .main-a .plate2 {
  padding-bottom: 40px;
}
.content .main-a .plate2 .main {
  text-align: left;
}
.content .main-a .plate2 .main * {
  font-size: 14px;
  line-height: 2;
}
.content .main-a .plate2 .main p {
  text-indent: 2rem;
}
.content .main-a .plate2 .title {
  padding: 40px 0;
}
.content .main-a .plate2 .title .p1 {
  font-size: 32px;
}
.content .main-a .plate2 .gsjj .li1 *,
.content .main-a .plate2 .gsjj .li3 * {
  line-height: 1.7;
  text-align: left;
  margin-bottom: 10px;
}
.content .main-a .plate2 .honor .li2 {
  width: 100%;
  justify-content: space-between;
}
.content .main-a .plate2 .honor .li2 .img {
  width: 25%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(20, 20, 20, 0.2);
  transition: box-shadow 0.6s;
}
.content .main-a .plate2 .honor .li2 .img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.content .main-a .plate2 .honor .li2 .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.3);
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.content .main-a .plate2 .honor .li2 .img:hover {
  box-shadow: 0 0 20px 0 rgba(20, 20, 20, 0.4);
}
.content .main-a .plate2 .honor .li2 .img:hover img {
  transform: scale(1.1);
}
.content .main-p {
  align-items: flex-start;
}
.content .main-p .showHide,
.content .main-p .out {
  display: none;
}
.content .main-p .plate1 {
  margin-top: 40px;
  width: 260px;
  border: none;
}
.content .main-p .plate1 .main {
  /**一级类点击 */
  /**二级类点击 */
}
.content .main-p .plate1 .main li {
  line-height: 2.6;
  margin: 1px 0;
}
.content .main-p .plate1 .main li .p {
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}
.content .main-p .plate1 .main li .p img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.content .main-p .plate1 .main li ul {
  display: none;
}
.content .main-p .plate1 .main li ul li {
  line-height: 2;
  padding-right: 0;
}
.content .main-p .plate1 .main li ul li .p a {
  font-size: 12px;
  color: #777;
}
.content .main-p .plate1 .main li ul li .p a:hover {
  color: #5287a9;
}
.content .main-p .plate1 .main li .cur1 > .p {
  background: #c0bfbf;
}
.content .main-p .plate1 .main li .cur1 > .p a {
  color: #5287a9;
}
.content .main-p .plate1 .main li .cur1 > ul {
  display: block;
}
.content .main-p .plate1 .main li:hover > .p {
  background: #c0bfbf;
}
.content .main-p .plate1 .main > li > .p {
  background: #e1e1e1;
}
.content .main-p .plate1 .main > li > ul > li > .p {
  background: #ebebeb;
  padding-left: 30px;
}
.content .main-p .plate1 .main > li > ul > li > ul > li > .p {
  padding-left: 55px;
  background: #ebebeb;
}
.content .main-p .plate1 .main > li > ul > li > ul > li > ul > li > .p {
  background: #ebebeb;
  padding-left: 75px;
}
.content .main-p .plate1 .main .h1 {
  width: 100%;
}
.content .main-p .plate1 .main .h1 .i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  background: url(../images/i2.png) no-repeat center / cover;
}
.content .main-p .plate1 .main .h1 .h2 {
  text-align: left;
}
.content .main-p .plate1 .main .h1 .h2 .h3 {
  text-align: left;
}
.content .main-p .plate1 .main .cur > .p {
  background: #c0bfbf;
}
.content .main-p .plate1 .main .cur > .p a {
  color: #5287a9;
}
.content .main-p .plate1 .main .cur > ul {
  display: block;
}
.content .main-p .plate1 .main .active {
  background: #fff;
  color: #5287a9;
}
.content .main-p .plate1 .main .active .ul {
  display: block;
}
.content .main-p .plate1 .bot {
  margin-top: 20px;
}
.content .main-p .plate1 .bot .h1 {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.content .main-p .plate1 .bot .h1 .p2 {
  font-size: 24px;
}
.content .main-p .plate1 .bot .ul {
  padding: 20px 10px;
  align-items: flex-start;
}
.content .main-p .plate1 .bot .ul .li {
  padding: 5px 0;
  text-align: left;
}
.content .main-p .plate2 {
  flex: 1;
  padding-left: 20px;
}
.content .main-p .plate2 .title .p1 {
  padding: 0 0 40px;
  font-size: 32px;
}
.content .main-p .plate2 .main .imgtext {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .main-p .plate2 .main .imgtext .item {
  width: 32.25806452%;
  margin-right: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.content .main-p .plate2 .main .imgtext .item .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.content .main-p .plate2 .main .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.content .main-p .plate2 .main .imgtext .item .text {
  transition: bottom 0.6s;
}
.content .main-p .plate2 .main .imgtext .item .text .p1 {
  font-size: 14px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 50px;
}
.content .main-p .plate2 .main .imgtext .item .text .p2 {
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 100%;
  transition: color 0.4s;
}
.content .main-p .plate2 .main .imgtext .item .text .p2:hover {
  color: #5287a9;
}
.content .main-p .plate2 .main .imgtext .item .text .p2:hover::after {
  left: 0;
}
.content .main-p .plate2 .main .imgtext .item .text .p2:hover::before {
  border-color: #5287a9;
}
.content .main-p .plate2 .main .imgtext .item .text .p2::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -150%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.4s;
}
.content .main-p .plate2 .main .imgtext .item .text .p2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: border-color 0.4s;
}
.content .main-p .plate2 .main .imgtext .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .main-p .plate2 .main .imgtext .item:hover .img img {
  transform: scale(1.1);
}
.content .main-p .plate2 .main .imgtext .item:hover .text {
  bottom: 0;
}
.content .main-q * {
  text-transform: uppercase;
}
.content .main-q .plate2 .title .p1 {
  padding: 0 0 40px;
  font-size: 32px;
}
.content .main-q .plate2 .li1 * {
  line-height: 1.7;
  margin-bottom: 10px;
}
.content .main-n .plate2 .title {
  margin-bottom: 50px;
}
.content .main-n .plate2 .title .p1 {
  font-size: 34px;
  text-transform: uppercase;
}
.content .main-n .plate2 .main .imgtext {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content .main-n .plate2 .main .imgtext .item {
  width: 32.25806452%;
  margin-right: 19px;
  margin-bottom: 20px;
}
.content .main-n .plate2 .main .imgtext .item .img img {
  transition: transform 0.6s;
}
.content .main-n .plate2 .main .imgtext .item .text {
  width: 100%;
  transition: box-shadow 0.6s;
  position: relative;
  z-index: 2;
  width: 96%;
  background: #fff;
  margin-top: -20px;
  padding: 15px 20px;
  text-align: left;
  border: 1px solid rgba(197, 197, 197, 0.1);
}
.content .main-n .plate2 .main .imgtext .item .text .time {
  width: 100%;
  margin-bottom: 10px;
}
.content .main-n .plate2 .main .imgtext .item .text .bot {
  width: 100%;
}
.content .main-n .plate2 .main .imgtext .item .text .p1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  height: 25px;
  text-transform: uppercase;
}
.content .main-n .plate2 .main .imgtext .item .text .p2 {
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .main-n .plate2 .main .imgtext .item .text .p3 {
  justify-content: flex-end;
}
.content .main-n .plate2 .main .imgtext .item .text .p3 .details {
  border: 1px solid #e5e5e5;
  width: 45px;
  height: 45px;
  transition: background 0.6s, color 0.6s, border-color 0.6s;
  position: relative;
}
.content .main-n .plate2 .main .imgtext .item .text .p3 .details::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: border-color 0.6s;
}
.content .main-n .plate2 .main .imgtext .item:nth-child(3n + 3) {
  margin: 0 0 20px;
}
.content .main-n .plate2 .main .imgtext .item:hover .img img {
  transform: scale(1.1);
}
.content .main-n .plate2 .main .imgtext .item:hover .text {
  box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
}
.content .main-n .plate2 .main .imgtext .item:hover .text .details {
  background: #e50014;
  border-color: #fff;
  color: #fff;
}
.content .main-n .plate2 .main .imgtext .item:hover .text .details::after {
  border-color: #fff;
}
.content .main-nshow .min {
  padding: 40px 3%;
}
.content .main-nshow .min .top {
  margin-bottom: 30px;
}
.content .main-nshow .min .top h2,
.content .main-nshow .min .top h3 {
  font-size: 26px;
  font-weight: bolder;
  padding-bottom: 15px;
}
.content .main-nshow .min .text {
  margin: 30px 0;
  text-align: left;
  line-height: 2;
}
.content .main-nshow .min .text * {
  line-height: 2;
  text-align: left;
  font-size: 14px;
}
.content .main-nshow .min .text b {
  font-weight: bolder;
}
.content .main-nshow .min .bot {
  width: 100%;
  justify-content: space-around;
}
.content .main-xz .plate2 .main .li1:nth-child(1) {
  background: #5287a9;
}
.content .main-xz .plate2 .main .li1:nth-child(1) .p1 {
  color: #fff;
}
.content .main-xz .plate2 .main .li1 {
  justify-content: left;
  border-bottom: 1px solid #e5e5e5;
  background: #f1f1f1;
  transition: background 0.7s;
}
.content .main-xz .plate2 .main .li1 * {
  margin-bottom: 0;
}
.content .main-xz .plate2 .main .li1 .p1 {
  height: 40px;
  line-height: 40px;
  color: #999;
}
.content .main-xz .plate2 .main .li1 .p1:nth-child(1) {
  flex: 3;
}
.content .main-xz .plate2 .main .li1 .p1:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.content .main-xz .plate2 .main .li1 .p1:nth-child(2),
.content .main-xz .plate2 .main .li1 .p1:last-child {
  flex: 1;
}
.content .main-xz .plate2 .main .li:last-child {
  border-bottom: none;
}
.content .main-xz .plate2 .main .li1:hover {
  background: #5287a9;
}
.content .main-xz .plate2 .main .li1:hover .p1 {
  color: #fff;
}
.content .main-use .plate2 .main .imgtext {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .main-use .plate2 .main .imgtext .item {
  margin-right: 19px;
  width: 32.25806452%;
  margin-bottom: 10px;
}
.content .main-use .plate2 .main .imgtext .item * {
  text-align: left;
}
.content .main-use .plate2 .main .imgtext .item .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.content .main-use .plate2 .main .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.content .main-use .plate2 .main .imgtext .item .text {
  padding: 10px 5px;
}
.content .main-use .plate2 .main .imgtext .item .text .p1 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.content .main-use .plate2 .main .imgtext .item .text .p2 {
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .main-use .plate2 .main .imgtext .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .main-use .plate2 .main .imgtext .item:hover img {
  transform: scale(1.1);
}
.content .main-c .plate2 {
  padding-bottom: 0;
}
.content .main-c .plate2 .title .p1 {
  padding: 0 0 40px;
  font-size: 32px;
}
.content .main-c .plate2 .lxfs {
  background: url(../images/bg3.png) no-repeat center / cover;
  padding: 40px 25% 100px 25%;
}
.content .main-c .plate2 .lxfs .img {
  margin-bottom: 20px;
}
.content .main-c .plate2 .lxfs .text {
  box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
  padding: 40px 60px;
  background: #fff;
  border-radius: 5px;
  align-items: flex-start;
}
.content .main-c .plate2 .lxfs .text .p1 {
  height: 30px;
}
.content .main-c .plate2 .dt .li1 {
  height: 450px;
  overflow: hidden;
}
.content .main-pshow .min,
.content .main-qshow .min {
  padding: 40px 3%;
}
.content .main-pshow .min .top,
.content .main-qshow .min .top {
  margin-bottom: 30px;
}
.content .main-pshow .min .top h2,
.content .main-qshow .min .top h2,
.content .main-pshow .min .top h3,
.content .main-qshow .min .top h3 {
  font-size: 26px;
  font-weight: bolder;
  padding-bottom: 15px;
}
.content .main-pshow .min .text,
.content .main-qshow .min .text {
  margin: 30px 0;
  text-align: left;
  line-height: 2;
}
.content .main-pshow .min .text *,
.content .main-qshow .min .text * {
  line-height: 2;
  text-align: left;
  font-size: 14px;
}
.content .main-pshow .min .text b,
.content .main-qshow .min .text b {
  font-weight: bolder;
}
.content .main-pshow .min .bot,
.content .main-qshow .min .bot {
  width: 100%;
  justify-content: space-between;
}
.content .main-pshow .min {
  flex: 1;
}
.content .main-pshow .min .top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.content .main-pshow .min .top .img {
  width: 400px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.content .main-pshow .min .top .img .swiper-slide {
  width: 100%;
  height: 300px;
}
.content .main-pshow .min .top .img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-pshow .min .top .right {
  flex: 1;
  padding-left: 30px;
}
.content .main-pshow .min .top .right h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.content .main-pshow .min .top .right .ul {
  width: 100%;
  flex-direction: column;
  padding: 10px 0;
}
.content .main-pshow .min .top .right .ul .li {
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  line-height: 2;
}
.content .main-pshow .min .top .right .ul .li:last-child span {
  font-size: 16px;
  font-weight: bold;
}
.content .main-pshow .min .top .right .ul .li:last-child span:last-child {
  font-size: 20px;
  color: #e80027;
}
.content .footer {
  background: #5287a9;
}
.content .footer * {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.content .footer .foter {
  justify-content: space-between;
  padding: 30px 0;
  align-items: flex-start;
}
.content .footer .foter .li {
  margin-top: 10px;
  text-align: left;
}
.content .footer .foter .li:nth-child(1) {
  margin: 0;
}
.content .footer .foter .ul {
  padding-right: 70px;
  align-items: flex-start;
}
.content .footer .foter .ul .li:nth-child(1) {
  font-weight: bolder;
  font-size: 16px;
}
.content .footer .foter .ul:last-child {
  padding-right: 0;
}
.content .footer .foter .left {
  justify-content: flex-start;
  align-items: flex-start;
}
.content .footer .foter .right {
  align-items: center;
}
.content .footer .foter .right .p1 {
  font-size: 20px;
}
.content .footer .foter .right .p2 {
  font-size: 10px;
}
.content .footer > .bot {
  height: 50px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.content .footer > .bot * {
  color: #fff;
}
.content .sidebar,
.content .showhide {
  z-index: 99999999999;
  position: fixed;
  bottom: 108px;
  right: 0;
  width: 48px;
  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 .showhide {
  bottom: 56px;
}
.content .nav-bot {
  display: none;
}
@media screen and (max-width: 750px) {
  .content .footer,
  .content .header .nav-pc,
  .content .swiper-pagination {
    display: none;
  }
  .content .nav-bot {
    display: flex;
  }
  .content .header {
    height: auto;
  }
  .content .header .nav-wap {
    display: block;
  }
  .content .header .nav-wap .top {
    background: #5287a9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 10px;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
  }
  .content .header .nav-wap .top .logo img {
    height: 40px;
  }
  .content .header .nav-wap .top .logo .text {
    align-items: flex-start;
    margin-left: 10px;
  }
  .content .header .nav-wap .top .logo .text * {
    color: #fff;
  }
  .content .header .nav-wap .top .logo .text .p1 {
    font-size: 16px;
    font-weight: bold;
  }
  .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: #fff;
    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: 10;
    padding-top: 20px;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #5287a9;
  }
  .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: 70px;
    margin-bottom: 70px;
  }
  .content .index .titles {
    padding: 0 0 20px;
    width: 100%;
    height: auto;
    position: relative;
  }
  .content .index .titles h2 * {
    font-size: 18px;
  }
  .content .index .titles h2 .icon {
    display: block;
  }
  .content .index .titles .ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100vw;
    padding-right: 23px;
    display: none;
    background: #fff;
    z-index: 99;
  }
  .content .index > .min {
    padding: 6% 3%;
  }
  .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 2%;
  }
  .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 .new .item {
    flex-direction: column;
  }
  .content .index .new .item .img {
    width: 100%;
  }
  .content .index .new .item .img a {
    width: 100%;
  }
  .content .index .new .item .img img {
    width: 100%;
    object-fit: cover;
  }
  .content .index .new .item .text {
    width: 100%;
    flex: none;
    padding: 20px 0 10px;
  }
  .content .index .new .item .text .time {
    padding: 0 5px;
  }
  .content .index .new .item .text .time .te h2 {
    font-size: 20px;
  }
  .content .index .new .item .text .bot {
    padding: 0 10px;
  }
  .content .index .new .item .text .bot h2 {
    padding-bottom: 10px;
    font-size: 18px;
    width: 260px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .index .new .item .text .bot p {
    width: 260px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .list {
    padding: 0 0 8%;
  }
  .content .list span {
    padding: 5px 12px;
  }
  .content .list span a {
    font-size: 12px;
  }
  .content .main-index .banner {
    height: 170px;
  }
  .content .main-index .plate1 {
    margin-top: 2%;
  }
  .content .main-index .plate1 .min {
    flex-direction: column;
  }
  .content .main-index .plate1 .min .li {
    width: 100%;
    margin-bottom: 5px;
    height: auto;
  }
  .content .main-index .plate1 .min .li2 .p1,
  .content .main-index .plate1 .min .li2 .p2 {
    height: 150px;
    overflow: hidden;
  }
  .content .main-index .plate1 .min .li2 .p1 .i1,
  .content .main-index .plate1 .min .li2 .p2 .i1,
  .content .main-index .plate1 .min .li2 .p1 .i2,
  .content .main-index .plate1 .min .li2 .p2 .i2 {
    width: 50%;
    padding: 0;
  }
  .content .main-index .plate1 .min .li2 .p1 .i1 img,
  .content .main-index .plate1 .min .li2 .p2 .i1 img,
  .content .main-index .plate1 .min .li2 .p1 .i2 img,
  .content .main-index .plate1 .min .li2 .p2 .i2 img {
    width: 100%;
  }
  .content .main-index .plate1 .min .li2 .p1 .i1 .h1,
  .content .main-index .plate1 .min .li2 .p2 .i1 .h1,
  .content .main-index .plate1 .min .li2 .p1 .i2 .h1,
  .content .main-index .plate1 .min .li2 .p2 .i2 .h1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .content .main-index .plate1 .min .li2 .p1 .i1 .h2,
  .content .main-index .plate1 .min .li2 .p2 .i1 .h2,
  .content .main-index .plate1 .min .li2 .p1 .i2 .h2,
  .content .main-index .plate1 .min .li2 .p2 .i2 .h2 {
    font-size: 12px;
  }
  .content .main-index .plate1 .min .li2 .p1 .i1,
  .content .main-index .plate1 .min .li2 .p2 .i2 {
    padding: 17px 10px;
  }
  .content .main-a .plate1 .main,
  .content .main-c .plate1 .main,
  .content .main-n .plate1 .main,
  .content .main-p .plate1 .main,
  .content .main-q .plate1 .main {
    flex-wrap: wrap;
  }
  .content .main-a .plate1 .main .li,
  .content .main-c .plate1 .main .li,
  .content .main-n .plate1 .main .li,
  .content .main-p .plate1 .main .li,
  .content .main-q .plate1 .main .li {
    width: auto;
    font-size: 12px;
    height: 34px;
    padding: 0 6px;
  }
  .content .main-a {
    margin-bottom: 85px;
  }
  .content .main-a .plate2 .title {
    padding: 20px 0;
  }
  .content .main-a .plate2 .title .p1 {
    font-size: 24px;
  }
  .content .main-a .plate2 .main {
    padding: 0 2%;
  }
  .content .main-a .plate2 .main .gsjj .title {
    padding: 20px 0;
  }
  .content .main-a .plate2 .main .gsjj .title .p1 {
    font-size: 24px;
  }
  .content .main-p {
    display: block;
  }
  .content .main-p .plate1 {
    display: none;
    padding-top: 20px;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    height: 78vh;
    overflow-y: auto;
    background: #ccc;
    z-index: 9999;
    margin: 0;
  }
  .content .main-p .plate1 .bot {
    display: none;
  }
  .content .main-p .plate1 .out {
    display: block;
    z-index: 99999999;
    position: fixed;
    top: 5px;
    right: 5px;
    content: "";
  }
  .content .main-p .showHide {
    display: flex;
    justify-content: flex-start;
    padding: 10px 3%;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .content .main-p .showHide::after {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%);
    content: "";
    background: url(../images/i2.png) no-repeat center / cover;
    width: 15px;
    height: 15px;
  }
  .content .main-p .plate2 .title {
    margin: 0;
  }
  .content .main-p .plate2 .title .p1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .content .main-p .plate2 .main .imgtext .item {
    width: 47.61904762%;
    margin-right: 4%;
  }
  .content .main-p .plate2 .main .imgtext .item .img {
    height: 180px;
  }
  .content .main-p .plate2 .main .imgtext .item .text {
    bottom: 0;
    padding: 10px;
    align-items: flex-start;
  }
  .content .main-p .plate2 .main .imgtext .item .text .p1 {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
  }
  .content .main-p .plate2 .main .imgtext .item .text .p2 {
    height: 25px;
    padding: 0 5px;
    font-size: 12px;
  }
  .content .main-p .plate2 .main .imgtext .item:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .content .main-p .plate2 .main .imgtext .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .main-xz .plate2 .main .li1 {
    height: 30px;
  }
  .content .main-xz .plate2 .main .li1 * {
    margin: 0;
  }
  .content .main-xz .plate2 .main .li1 .p1 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .content .main-xz .plate2 .main .li1 .p1:nth-child(2),
  .content .main-xz .plate2 .main .li1 .p1:last-child {
    flex: 2;
  }
  .content .main-use .plate2 .main {
    padding: 2% 0;
  }
  .content .main-use .plate2 .main .imgtext .item {
    margin-right: 17px;
    width: 47.61904762%;
    margin-bottom: 0;
  }
  .content .main-use .plate2 .main .imgtext .item .img {
    height: 150px;
  }
  .content .main-use .plate2 .main .imgtext .item .text .p1 {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .content .main-use .plate2 .main .imgtext .item .text .p2 {
    font-size: 12px;
  }
  .content .main-use .plate2 .main .imgtext .item:nth-child(3n + 3) {
    margin-right: 17px;
  }
  .content .main-use .plate2 .main .imgtext .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .main-c .banner {
    height: 200px;
  }
  .content .main-c .banner .wap-show {
    height: 100%;
    object-fit: cover;
  }
  .content .main-c .plate2 .title {
    margin: 0;
    padding: 20px;
  }
  .content .main-c .plate2 .title .p1 {
    font-size: 24px;
    padding: 0;
  }
  .content .main-c .plate2 .main {
    padding: 0;
  }
  .content .main-c .plate2 .main .lxfs {
    padding: 30px 5px;
  }
  .content .main-c .plate2 .main .lxfs .text {
    padding: 15px 30px;
  }
  .content .main-c .plate2 .main .lxfs .text .p1 {
    height: auto;
    align-items: flex-start;
    margin-bottom: 6px;
  }
  .content .main-c .plate2 .main .lxfs .text .p1 * {
    font-size: 12px;
    text-align: left;
  }
  .content .main-c .plate2 .main .lxfs .text .p1 .i1 {
    width: 50px;
  }
  .content .main-c .plate2 .main .lxfs .text .p1 .i2 {
    flex: 1;
  }
  .content .main-c .plate2 .dt {
    height: 280px;
  }
  .content .main-pshow .img {
    width: 100%;
  }
  .content .main-pshow .img .swiper-slide {
    height: 300px;
  }
  .content .main-pshow .img .swiper-container {
    width: 100%;
  }
  .content .main-pshow .img .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .content .main-n .plate2 .title {
    margin: 0;
  }
  .content .main-n .plate2 .title .p1 {
    font-size: 26px;
    padding: 20px 0;
  }
  .content .main-n .plate2 .main .imgtext .item {
    width: 47.61904762%;
    margin-right: 18px;
  }
  .content .main-n .plate2 .main .imgtext .item .text {
    padding: 10px;
    box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
  }
  .content .main-n .plate2 .main .imgtext .item .text .details {
    background: #e50014;
    border-color: #fff;
    color: #fff;
  }
  .content .main-n .plate2 .main .imgtext .item .text .p3 .details {
    width: 30px;
    height: 30px;
  }
  .content .main-n .plate2 .main .imgtext .item .text .p3 .details::after {
    width: 6px;
    height: 6px;
  }
  .content .main-n .plate2 .main .imgtext .item .text .p3 .details::after {
    border-color: #fff;
  }
  .content .main-n .plate2 .main .imgtext .item .text .p1 {
    margin: 0;
  }
  .content .main-n .plate2 .main .imgtext .item .text .p2 {
    font-size: 12px;
    height: 34px;
  }
  .content .main-n .plate2 .main .imgtext .item:nth-child(3n + 3) {
    margin-right: 18px;
  }
  .content .main-n .plate2 .main .imgtext .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .main-pshow .img {
    width: 100%;
  }
  .content .main-pshow .img .swiper-container {
    width: 100%;
  }
  .content .main-pshow .img .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .content .sidebar,
  .content .showhide {
    bottom: 140px;
  }
  .content .showhide {
    bottom: 88px;
  }
  .content .nav-bot {
    display: none;
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #5287a9;
    box-shadow: 0 0 30px 0 rgba(20, 20, 20, 0.2);
    justify-content: space-between;
    padding: 0 4%;
  }
  .content .nav-bot * {
    text-transform: uppercase;
  }
  .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;
  }
}
