* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: OPPOSans;
  border: none;
  text-decoration: none;
  color: #141518;
  box-sizing: border-box;
  transition: 0.6s;
}
.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;
}
.right-arrow {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translate(-2px, 2px);
}
.left-arrow {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  border-right: none;
  border-top: none;
  transform: rotate(45deg) translate(2px, -2px);
}
.cont {
  max-width: 1920px;
  margin: auto;
}
.template {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.template1 {
  max-width: 1400px;
  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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
  background: #fff;
  height: 70px;
}
.content .header .logo {
  width: 400px;
  justify-content: flex-start;
}
.content .header .logo .img {
  height: 50px;
}
.content .header .logo .img img {
  height: 100%;
  object-fit: cover;
}
.content .header .logo .p1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  font-weight: bold;
}
.content .header .nav-pc {
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.content .header .nav-pc .right {
  flex: 1;
  height: 100%;
  justify-content: space-between;
}
.content .header .nav-pc .item {
  height: 100%;
  position: relative;
}
.content .header .nav-pc .item a {
  height: 100%;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
.content .header .nav-pc .item .xlbg {
  position: fixed;
  z-index: -1;
  top: -500px;
  left: 0;
  height: 200px;
  width: 100vw;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
.content .header .nav-pc .item .xl {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300px;
  height: 0;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  align-items: flex-start;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.content .header .nav-pc .item .xl .ul {
  padding: 20px 0;
}
.content .header .nav-pc .item .xl .li {
  margin-bottom: 15px;
}
.content .header .nav-pc .item .xl .li:last-child {
  margin: 0;
}
.content .header .nav-pc .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 10px;
  width: 0;
  background: #245196;
  transition: 0.6s;
}
.content .header .nav-pc .item:hover::after {
  width: 100%;
}
.content .header .nav-pc .item:hover .xlbg {
  top: 70px;
}
.content .header .nav-pc .item:hover .xl {
  z-index: 1;
  height: 200px;
  border-color: #ddd;
}
.content .header .nav-pc .active::after {
  width: 100%;
}
.content .header .nav-pc .active > a {
  color: #245196;
  font-weight: bold;
}
.content .header .nav-pc .wx {
  position: relative;
}
.content .header .nav-pc .wx .t {
  width: 28px;
  height: 28px;
  background: url(../images/i3.png) no-repeat center / cover;
}
.content .header .nav-pc .wx .ewm {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  background: #fff;
  padding: 5px;
}
.content .header .nav-pc .wx:hover .t {
  background: url(../images/i3_1.png) no-repeat center / cover;
}
.content .header .nav-pc .wx:hover .ewm {
  display: block;
}
.content .header .nav-pc .wx:hover::after,
.content .header .nav-pc .cn:hover::after {
  content: none;
}
.content .header .nav-wap {
  display: none;
}
.content .index {
  margin-top: 70px;
}
.content .index .aa {
  color: #245196;
}
.content .index .banner {
  overflow: hidden;
  height: 500px;
  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: calc(100vh - 70px);
  position: relative;
}
.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 {
  bottom: 30px;
}
.content .main-index .banner .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 20px;
  margin: 0 10px;
}
.content .main-index .banner .swiper-pagination-bullet-active {
  background: #fff;
}
.content .main-index .banner .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 97, 174, 0.6);
  z-index: 1;
}
.content .main-index .banner .bot * {
  color: #fff;
  font-size: 16px;
}
.content .main-index .banner .bot .n {
  justify-content: space-between;
  height: 40px;
}
.content .main-index .banner .bot .n .left {
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  height: 100%;
}
.content .main-index .banner .bot .n .left .p1 {
  margin-right: 20px;
  height: 100%;
}
.content .main-index .banner .bot .n .left .i {
  height: 40px;
  width: 40px;
  background: #6f9bce;
  margin: 0 1px;
  cursor: pointer;
}
.content .main-index .banner .bot .n .left .ul {
  margin-left: 20px;
}
.content .main-index .banner .bot .n .left .ul .li {
  height: 40px;
  line-height: 40px;
}
.content .main-index .plate1 {
  background: url(../images/bg1.jpg) no-repeat center / cover;
  background-attachment: fixed;
  padding: 80px 0;
}
.content .main-index .plate1 * {
  color: #777;
}
.content .main-index .plate1 .p1 {
  margin: 0 auto 50px auto;
  width: 200px;
  height: 60px;
  justify-content: space-between;
  background: #245196;
  padding: 0 20px;
  border-radius: 50px;
}
.content .main-index .plate1 .p1 .t {
  transform: translateY(-2px);
  font-size: 28px;
  color: #fff;
}
.content .main-index .plate1 .p2 {
  font-size: 26px;
  margin-bottom: 40px;
}
.content .main-index .plate1 .p3 {
  width: 800px;
  margin: 0 auto 40px auto;
  line-height: 2;
}
.content .main-index .plate1 .p4 {
  justify-content: space-between;
}
.content .main-index .plate1 .p4 .li {
  flex: 1;
}
.content .main-index .plate1 .p4 .li:nth-child(2) {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.content .main-index .plate1 .p4 .li .i1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.content .main-index .plate2 {
  background: url(../images/bg2.jpg) no-repeat center / cover;
  background-attachment: fixed;
  height: calc(100vh - 70px);
}
.content .main-index .plate2 * {
  color: #fff;
}
.content .main-index .plate2 .template {
  height: 100%;
}
.content .main-index .plate2 .p1 {
  font-size: 32px;
  padding-bottom: 70px;
  position: relative;
}
.content .main-index .plate2 .p1::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 70px;
  height: 4px;
  content: "";
  bottom: 50px;
}
.content .main-index .plate2 .p2 {
  text-align: left;
  text-indent: 2rem;
  line-height: 2;
  margin-bottom: 40px;
}
.content .main-index .plate2 .p3 {
  width: 100%;
  justify-content: flex-end;
  margin-right: 100px;
}
.content .main-index .plate2 .p3 a {
  border: 1px solid #fff;
  padding: 7px 20px;
  font-size: 16px;
  text-transform: capitalize;
}
.content .main-index .plate2 .p3 a:hover {
  background: #245196;
  border-color: #245196;
}
.content .main-index .plate3 {
  padding: 50px 0;
}
.content .main-index .plate3 .min {
  padding: 0 5%;
}
.content .main-index .plate3 .p1 {
  font-size: 32px;
  padding-bottom: 70px;
  position: relative;
}
.content .main-index .plate3 .p1::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #245196;
  width: 70px;
  height: 4px;
  content: "";
  bottom: 50px;
}
.content .main-index .plate3 .p2 {
  justify-content: space-between;
}
.content .main-index .plate3 .p2 .ul {
  width: 49%;
  text-align: left;
}
.content .main-index .plate3 .p2 .ul .top {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.content .main-index .plate3 .p2 .ul .top::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #245196;
  width: 2px;
  height: 70%;
  content: "";
}
.content .main-index .plate3 .p2 .ul .bot {
  justify-content: space-between;
}
.content .main-index .plate3 .p2 .ul .bot .li {
  width: 49%;
}
.content .main-index .plate3 .p2 .ul .bot .li .img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.content .main-index .plate3 .p2 .ul .bot .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-index .plate3 .p2 .ul .bot .li .text {
  width: 100%;
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  border-top: none;
}
.content .main-index .plate3 .p2 .ul .bot .li .text .t1 {
  font-size: 16px;
}
.content .main-index .plate3 .p2 .ul .bot .li .text .t2 {
  font-size: 12px;
  color: #999;
  margin: 15px 0;
}
.content .main-index .plate3 .p2 .ul .bot .li .text .t3 {
  color: #999;
}
.content .main-index .plate3 .p2 .ul .bot .li:hover img {
  transform: scale(1.1);
}
.content .main-index .plate3 .p2 .ul .bot .li:hover .text .t1 {
  color: #245196;
}
.content .main-index .plate3 .p3 {
  padding-top: 50px;
}
.content .main-index .plate3 .p3 .a {
  padding: 10px 40px;
  border: 1px solid #999;
}
.content .main-index .plate3 .p3 .a:hover {
  background: #245196;
  color: #fff;
  border-color: #245196;
}
.content .main-index .plate4 {
  padding: 100px 0;
  background: url(../images/bg3.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.content .main-index .plate4 * {
  color: #fff;
}
.content .main-index .plate4 .p1 {
  margin-bottom: 40px;
}
.content .main-index .plate4 .p1 .a {
  font-size: 20px;
  padding: 7px 40px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.content .main-index .plate4 .p1 .a:hover {
  background: #245196;
  border-color: #245196;
}
.content .main-index .plate4 .p2 {
  font-size: 18px;
}
.content .main-a .title {
  padding: 50px 0;
}
.content .main-a .title .p {
  width: 200px;
  justify-content: space-between;
  margin: 0 auto;
  background: #245196;
  padding: 0 20px;
  border-radius: 50px;
  height: 60px;
}
.content .main-a .title .p img {
  width: 40px;
}
.content .main-a .title .p .t {
  transform: translateY(-2px);
  font-size: 28px;
  color: #fff;
}
.content .main-a .txt {
  text-align: left;
  line-height: 2;
  text-indent: 2rem;
}
.content .main-a .plate1 {
  padding-bottom: 50px;
}
.content .main-a .plate2 {
  background: #efecec;
}
.content .main-a .plate2 .li1 {
  align-items: flex-start;
}
.content .main-a .plate2 .img {
  width: 38%;
  min-height: 500px;
  background: #245196;
}
.content .main-a .plate2 .txt {
  flex: 1;
  color: #666;
  padding-top: 40px;
  padding-left: 40px;
}
.content .main-a .plate2 .txt .p1 {
  width: 230px;
  justify-content: space-between;
  background: #245196;
  padding: 0 20px;
  border-radius: 50px;
  height: 60px;
  margin-bottom: 40px;
  text-indent: 0;
}
.content .main-a .plate2 .txt .p1 img {
  width: 38px;
}
.content .main-a .plate2 .txt .p1 .t {
  font-size: 28px;
  color: #fff;
}
.content .main-a .plate3 {
  padding-bottom: 50px;
}
.content .main-a .plate3 .title .p img {
  width: 42px;
}
.content .main-a .plate3 #swiper1 {
  margin-bottom: 10px;
}
.content .main-a .plate3 #swiper1 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.content .main-a .plate3 #swiper1 .swiper-slide .t {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  color: #fff;
  background: rgba(1, 1, 1, 0.5);
}
.content .main-pshow .plate1 .top .p1,
.content .main-nshow .plate1 .top .p1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.content .main-pshow .plate1 .top .p2,
.content .main-nshow .plate1 .top .p2 {
  color: #999;
}
.content .main-pshow .plate1 .img,
.content .main-nshow .plate1 .img {
  margin: 50px 0;
}
.content .main-pshow .plate1 .text,
.content .main-nshow .plate1 .text {
  text-align: left;
  margin-bottom: 50px;
  line-height: 2;
  text-indent: 2rem;
}
.content .main-pshow .plate1 .bot,
.content .main-nshow .plate1 .bot {
  width: 100%;
  justify-content: space-between;
}
.content .main-pshow .plate1 {
  padding-bottom: 50px;
}
.content .main-p .nav {
  padding: 50px 0;
}
.content .main-p .nav .ul {
  justify-content: flex-start;
  border: 1px solid #245196;
  padding: 15px 30px;
}
.content .main-p .nav .ul .li {
  margin-right: 50px;
  font-size: 18px;
}
.content .main-p .nav .ul .active {
  color: #245196;
}
.content .main-p .plate1 .ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .main-p .plate1 .ul .li {
  width: 23.80952381%;
  margin-right: 19px;
  margin-bottom: 19px;
}
.content .main-p .plate1 .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.content .main-p .plate1 .ul .li:hover img {
  transform: scale(1.1);
}
.content .main-p .plate1 .ul .li .img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.content .main-p .plate1 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-p .plate1 .ul .li .text {
  margin-top: 5px;
  line-height: 2;
}
.content .main-n .nav {
  padding: 50px 0;
}
.content .main-n .nav .ul {
  justify-content: flex-start;
  border: 1px solid #245196;
  padding: 15px 30px;
}
.content .main-n .nav .ul .li {
  margin-right: 50px;
  font-size: 18px;
}
.content .main-n .nav .ul .active {
  color: #245196;
}
.content .main-n .plate1 {
  padding-bottom: 50px;
}
.content .main-n .plate1 .ul .li {
  border-bottom: 1px dashed #787878;
  padding: 30px 0;
}
.content .main-n .plate1 .ul .li:first-child {
  padding-top: 0;
}
.content .main-n .plate1 .ul .li .img {
  width: 390px;
  height: 170px;
  overflow: hidden;
}
.content .main-n .plate1 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-n .plate1 .ul .li .text {
  flex: 1;
  padding-left: 20px;
  text-align: left;
  height: 150px;
  align-items: flex-start;
  justify-content: space-between;
}
.content .main-n .plate1 .ul .li .text .p1 {
  font-size: 20px;
}
.content .main-n .plate1 .ul .li .text .p2 {
  line-height: 1.7;
  color: #999;
}
.content .main-n .plate1 .ul .li .text .p3 {
  width: 100%;
  justify-content: space-between;
}
.content .main-n .plate1 .ul .li .text .p3 .i1 {
  color: #999;
}
.content .main-n .plate1 .ul .li .text .p3 .i2 {
  color: #245196;
}
.content .main-n .plate1 .list {
  padding: 50px 0 0 0;
}
.content .main-team .plate1 {
  padding: 50px 0;
}
.content .main-team .plate1 .ul .item {
  height: 600px;
  margin-bottom: 40px;
}
.content .main-team .plate1 .ul .item:nth-child(odd) {
  background: #f3f3f3;
}
.content .main-team .plate1 .ul .item:last-child {
  margin-bottom: 0;
}
.content .main-team .plate1 .ul .li {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.content .main-team .plate1 .ul .li .img {
  height: 100%;
  width: 400px;
  background: #ddd;
}
.content .main-team .plate1 .ul .li .text {
  flex: 1;
  padding-left: 30px;
  margin-top: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
.content .main-team .plate1 .ul .li .text .p1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.content .main-team .plate1 .ul .li .text .p2 {
  line-height: 2;
  text-align: left;
  text-indent: 2rem;
}
.content .main-c .plate {
  padding: 50px 0;
  background: #e1e1e1;
}
.content .main-c .plate h2 {
  font-size: 26px;
  font-weight: bold;
}
.content .main-c .plate .title {
  margin-bottom: 20px;
}
.content .main-c .plate .min {
  justify-content: space-between;
  align-items: center;
}
.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: 2;
  align-items: flex-start;
}
.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 .left img {
  width: 160px;
}
.content .main-c .plate .min .right {
  flex: 5;
  height: 360px;
}
.content .main-c .plate .min .right .li1 {
  background: #245196;
  height: 100%;
  flex: 2;
}
.content .main-c .plate .min .right .li1 img {
  width: 75%;
}
.content .main-c .plate .min .right .li2 {
  padding: 0 5%;
  height: 100%;
  flex: 3;
  background: #ebebeb;
  align-items: flex-start;
}
.content .main-c .plate .min .right .li2 * {
  line-height: 3;
}
.content .main-c .plate .min .right .li2 .p {
  align-items: flex-start;
}
.content .main-c .plate .min .right .li2 .p * {
  font-size: 14px;
}
.content .main-c .plate .min .right .li2 .p .i1 {
  margin-right: 5px;
}
.content .main-c .plate .min .right .li2 .p .i2 {
  flex: 1;
  text-transform: initial;
}
.content .main-c .dt {
  height: 500px;
  overflow: hidden;
}
.content .footer {
  background: #dededc;
}
.content .footer * {
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  color: #7c7c7a;
}
.content .footer .foot {
  padding: 50px 0;
}
.content .footer .foot .ul {
  justify-content: flex-start;
}
.content .footer .foot .ul .li {
  position: relative;
  margin-right: 40px;
}
.content .footer .foot .ul .li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #7c7c7a;
}
.content .footer .foot .ul .li:last-child::after {
  content: none;
}
.content .footer .foot .bot1 {
  justify-content: flex-start;
  margin-top: 20px;
}
.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: #245196;
  }
  .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: #245196;
    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 {
    height: auto;
  }
  .content .main-index .banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .content .main-index .plate1 {
    padding: 50px 0;
  }
  .content .main-index .plate1 .p1 {
    font-size: 28px;
    margin: 0 auto 40px auto;
  }
  .content .main-index .plate1 .p2 {
    font-size: 22px;
  }
  .content .main-index .plate1 .p3 {
    width: 92%;
  }
  .content .main-index .plate1 .p4 .li .i1 {
    font-size: 24px;
  }
  .content .main-index .plate1 .p4 .li .i2 {
    font-size: 12px;
  }
  .content .main-index .plate2 {
    padding: 50px 0;
    height: auto;
  }
  .content .main-index .plate2 .p1 {
    padding-bottom: 40px;
    font-size: 28px;
  }
  .content .main-index .plate2 .p1::after {
    bottom: 20px;
  }
  .content .main-index .plate2 .p2 {
    padding: 0 3%;
  }
  .content .main-index .plate3 .min {
    padding: 0 2%;
  }
  .content .main-index .plate3 .p1 {
    padding-bottom: 40px;
    font-size: 28px;
  }
  .content .main-index .plate3 .p1::after {
    bottom: 20px;
  }
  .content .main-index .plate3 .p2 {
    flex-direction: column;
  }
  .content .main-index .plate3 .p2 .ul {
    width: 100%;
  }
  .content .main-index .plate3 .p2 .ul:first-child {
    margin-bottom: 20px;
  }
  .content .main-index .plate3 .p2 .ul .bot .li .img {
    height: 120px;
  }
  .content .main-index .plate3 .p2 .ul .bot .li .text {
    padding: 10px;
  }
  .content .main-index .plate4 {
    padding: 50px 0;
  }
  .content .main-a .title {
    padding: 30px 0;
  }
  .content .main-a .plate1 {
    padding: 0 2% 50px 2%;
  }
  .content .main-a .plate2 .li1 {
    flex-direction: column;
  }
  .content .main-a .plate2 .li1 .img {
    width: 100%;
    min-height: 300px;
  }
  .content .main-a .plate2 .li1 .txt {
    padding: 30px 2%;
  }
  .content .main-a .plate3 {
    padding: 0;
  }
  .content .main-p .nav {
    padding: 30px 2%;
  }
  .content .main-p .plate1 {
    padding: 0 2%;
  }
  .content .main-p .plate1 .ul .li {
    width: 47.61904762%;
    margin-right: 19px;
  }
  .content .main-p .plate1 .ul .li:nth-child(4n + 4) {
    margin-right: 19px;
  }
  .content .main-p .plate1 .ul .li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .main-p .plate1 .ul .li .img {
    height: 200px;
  }
  .content .main-n .nav {
    padding: 30px 2%;
  }
  .content .main-n .plate1 {
    padding: 0 2%;
  }
  .content .main-n .plate1 .ul .li {
    flex-direction: column;
    padding-bottom: 0;
  }
  .content .main-n .plate1 .ul .li .img {
    width: 100%;
  }
  .content .main-n .plate1 .ul .li .text {
    height: auto;
    padding: 20px 0;
  }
  .content .main-n .plate1 .ul .li .text .p2 {
    margin: 15px 0;
  }
  .content .main-n .plate1 .ul .li .text .p3 .i2 {
    display: none;
  }
  .content .main-nshow .plate1,
  .content .main-pshow .plate1 {
    padding-bottom: 40px;
  }
  .content .main-team .plate1 .ul .item:nth-child(odd) {
    background: none;
  }
  .content .main-team .plate1 .ul .li {
    flex-direction: column;
    padding: 0 2%;
  }
  .content .main-team .plate1 .ul .li .img {
    width: 100%;
  }
  .content .main-team .plate1 .ul .li .text {
    padding: 0;
  }
  .content .main-c {
    padding-bottom: 0;
  }
  .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 {
    display: none;
    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: 30px 0;
    flex-direction: column;
  }
  .content .main-c .plate .min .right .li1 img {
    width: 50%;
  }
  .content .main-c .plate .min .right .li2 {
    padding: 20px 10px;
  }
  .content .main-c .plate .min .right h2 {
    font-size: 20px;
  }
  .content .main-c .dt {
    height: 300px;
    overflow: hidden;
  }
  .content .nav-bot {
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #245196;
    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;
  }
}
