@import url(icon.css);
@import url(class.css);
* {
  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.4s;
}
.body {
  background: #000;
}
a {
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #302e89;
}
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;
}
.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: 70px;
}
.content .header .logo {
  margin-right: 100px;
}
.content .header .logo .img {
  transition: 0.4s;
  height: 50px;
}
.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: 15px;
  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: #f7b721;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.content .header .nav-pc .item:hover a {
  color: #f7b721;
}
.content .header .nav-pc .item:hover a:after {
  width: 100%;
}
.content .header .nav-pc .item:last-child:hover a {
  color: #333;
}
.content .header .nav-pc .item:last-child a::after {
  content: none;
}
.content .header .nav-pc .item:last-child img {
  margin: 0 5px;
}
.content .header .nav-pc .item:last-child a:hover {
  color: #f7b721;
}
.content .header .nav-pc .item:last-child a:last-child {
  margin-left: 10px;
  padding-left: 5px;
}
.content .header .nav-pc .item:last-child a:last-child::before {
  width: 1px;
  height: 30%;
  content: "";
  position: absolute;
  background: #999;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.content .header .nav-pc .active a {
  color: #f7b721;
}
.content .header .nav-pc .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f7b721;
  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 .header .en img {
  height: 20px;
  margin-right: 2px;
}
.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: 70px;
}
.content .index .aa {
  color: #f7b721;
}
.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: #fff;
}
.content .main-index .banner {
  height: 700px;
}
.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: 50px;
}
.content .main-index .banner .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: 20px;
  background: #fff;
}
.content .main-index .title {
  padding: 70px 0;
  align-items: flex-start;
  line-height: 1.8;
}
.content .main-index .title .p1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.content .main-index .title .p1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #f7b721;
}
.content .main-index .title .p2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.content .main-index .plate1 {
  background: url(../images/bg2.jpg) no-repeat center / cover;
  padding: 100px 0;
}
.content .main-index .plate1 .main {
  align-items: flex-start;
}
.content .main-index .plate1 .main .img,
.content .main-index .plate1 .main .text {
  width: 50%;
}
.content .main-index .plate1 .main .img .h1,
.content .main-index .plate1 .main .text .h1 {
  background: #fff;
  width: calc(100% + 80px);
  padding: 30px 60px;
  text-align: left;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.3);
  position: relative;
  z-index: 2;
}
.content .main-index .plate1 .main .img .h1 .p3,
.content .main-index .plate1 .main .text .h1 .p3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.content .main-index .plate1 .main .img .h1 .p4,
.content .main-index .plate1 .main .text .h1 .p4 {
  line-height: 2;
  margin-bottom: 20px;
}
.content .main-index .plate1 .main .img .h1 .more,
.content .main-index .plate1 .main .text .h1 .more {
  padding: 4px 36px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 20px;
  transition: 0.4s;
}
.content .main-index .plate1 .main .img .h1 .more:hover,
.content .main-index .plate1 .main .text .h1 .more:hover {
  background: #f7b721;
  color: #fff;
  border-color: #f7b721;
}
.content .main-index .plate2 {
  padding: 70px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
.content .main-index .plate2 .li .p {
  margin-top: 20px;
  font-size: 18px;
}
.content .main-index .plate3 .title {
  position: relative;
}
.content .main-index .plate3 .title .more {
  position: absolute;
  right: 0;
  padding: 0 40px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 20px;
  transition: 0.4s;
}
.content .main-index .plate3 .title .more:hover {
  background: #f7b721;
  color: #fff;
  border-color: #f7b721;
}
.content .main-index .plate3 .ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .main-index .plate3 .ul * {
  transition: 0.4s;
}
.content .main-index .plate3 .ul .li {
  width: 32.25806452%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.content .main-index .plate3 .ul .li .img {
  height: 320px;
  position: relative;
  overflow: hidden;
  padding: 5%;
}
.content .main-index .plate3 .ul .li .img img {
  transition: 0.9s;
}
.content .main-index .plate3 .ul .li .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.1);
  opacity: 0;
}
.content .main-index .plate3 .ul .li .p {
  padding: 15px;
}
.content .main-index .plate3 .ul .li:hover {
  box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.4);
}
.content .main-index .plate3 .ul .li:hover img {
  transform: scale(1.2);
}
.content .main-index .plate3 .ul .li:hover .img::after {
  opacity: 1;
  background: rgba(1, 1, 1, 0.2);
}
.content .main-index .plate3 .ul .li:hover .p {
  background: rgba(1, 1, 1, 0.6);
  color: #fff;
}
.content .main-index .plate4 {
  background: url(../images/bg1.jpg) no-repeat center / cover;
}
.content .main-index .plate4 .main .title {
  align-items: center;
}
.content .main-index .plate4 .main .title .p1 {
  color: #fff;
}
.content .main-index .plate4 .main .title .p1::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.content .main-index .plate4 .main .text * {
  color: #fff;
}
.content .main-index .plate4 .main .text .p3 {
  width: 70%;
  text-align: left;
  line-height: 2;
}
.content .main-index .plate4 .main .text .more {
  margin: 70px 0;
  padding: 3px 35px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 20px;
}
.content .main-index .plate4 .main .text .more:hover {
  background: #f7b721;
  color: #fff;
  border-color: #f7b721;
}
.content .main-index .plate5 {
  margin-bottom: 70px;
}
.content .main-index .plate5 .title {
  align-items: center;
}
.content .main-index .plate5 .title .p1::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.content .main-index .plate5 .ul {
  justify-content: space-between;
}
.content .main-index .plate5 .ul .li {
  width: 32.25806452%;
}
.content .main-index .plate5 .ul .li .img {
  height: 250px;
  overflow: hidden;
}
.content .main-index .plate5 .ul .li .img img {
  transition: 0.9s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-index .plate5 .ul .li .text {
  padding: 0 5%;
  text-align: left;
}
.content .main-index .plate5 .ul .li .text .p1 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.content .main-index .plate5 .ul .li .text .p2 {
  padding: 10px 0;
  line-height: 2;
}
.content .main-index .plate5 .ul .li:hover img {
  transform: scale(1.2);
}
.content .main-a {
  background: #f5f5f5;
}
.content .main-a .main {
  padding: 70px 0;
  align-items: flex-start;
}
.content .main-a .main .text,
.content .main-a .main .img {
  width: 50%;
/*  height: 520px;*/
  align-items: flex-start;
  justify-content: flex-start;
}
.content .main-a .main .text .title,
.content .main-a .main .img .title {
  margin-bottom: 20px;
}
.content .main-a .main .text .title .p1,
.content .main-a .main .img .title .p1 {
  font-size: 30px;
  position: relative;
  line-height: 1.5;
  text-transform: uppercase;
}
.content .main-a .main .text .title .p1::after,
.content .main-a .main .img .title .p1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -50%;
  transform: translate(50%, 0);
  width: 100%;
  height: 1px;
  background: #f7b721;
}
.content .main-a .main .text .title .p2,
.content .main-a .main .img .title .p2 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2;
}
.content .main-a .main .text .p3,
.content .main-a .main .img .p3,
.content .main-a .main .text .p4,
.content .main-a .main .img .p4 {
  padding-left: 30px;
  text-align: left;
  line-height: 1.8;
}
.content .main-a .main .text .p3,
.content .main-a .main .img .p3 {
  font-size: 16px;
}
.content .main-a .main .text .ul,
.content .main-a .main .img .ul {
  width: 100%;
  margin-top: 100px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.content .main-a .main .text .ul::after,
.content .main-a .main .img .ul::after {
  position: absolute;
  z-index: 0;
  content: "";
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  height: 1px;
  border-bottom: 1px dashed #f7b721;
}
.content .main-a .main .text .ul .li,
.content .main-a .main .img .ul .li {
  flex: 1;
  position: relative;
  z-index: 2;
}
.content .main-a .main .text .ul .li .i,
.content .main-a .main .img .ul .li .i {
  background: #cccccc;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 15px;
  margin-bottom: 15px;
}
.content .main-a .main .text {
  padding-right: 2%;
}
.content .main-a .main .img {
  padding-left: 4%;
}
.content .main-a .main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-nshow .min .text {
  text-indent: 0;
}
.content .main-nshow .min .text * {
  text-indent: 0;
}
.content .main-p {
  position: relative;
  z-index: 1;
  padding: 0;
}
.content .main-p * {
  text-transform: uppercase;
}
.content .main-p .nav {
  margin: 70px 0;
}
.content .main-p .nav .ul {
  justify-content: center;
}
.content .main-p .nav .ul .li {
  padding: 10px 0;
  width: 14.28571429%;
  margin-right: 4%;
  position: relative;
  border: 1px solid #ddd;
  z-index: 1;
}
.content .main-p .nav .ul .li a {
  width: 100%;
  height: 100%;
}
.content .main-p .nav .ul .li:hover {
  border-color: #f7b721;
  background: #f7b721;
}
.content .main-p .nav .ul .li:hover > a {
  color: #fff;
}
.content .main-p .nav .ul .li:hover .h1 {
  display: block;
}
.content .main-p .nav .ul .li:hover .h1 .li {
  width: 100%;
}
.content .main-p .nav .ul .li:last-child {
  margin: 0;
}
.content .main-p .nav .ul .li .h1 {
  display: none;
  transition: 1s;
  position: absolute;
  box-shadow: 0 2px 2px 2px rgba(1, 1, 1, 0.1);
  width: 100%;
  overflow: hidden;
  z-index: 2;
  top: calc(100% + 1px);
  left: 0;
}
.content .main-p .nav .ul .li .h1 .li1 {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.content .main-p .nav .ul .li .h1 .li1:last-child {
  border: none;
}
.content .main-p .nav .ul .li .h1 .li1:hover {
  background: #dadada;
}
.content .main-p .nav .ul .li .h1 .li1:hover a {
  color: #444;
}
.content .main-p .nav .ul .li .h1 .li1s {
  background: #dadada;
}
.content .main-p .nav .ul .li .h1 .li1s a {
  color: #444;
}
.content .main-p .nav .ul .active {
  border-color: #f7b721;
  background: #f7b721;
}
.content .main-p .nav .ul .active > a {
  color: #fff;
}
.content .main-p .main {
  width: 100%;
}
.content .main-p .main .ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .main-p .main .ul .item {
  width: 31.74603175%;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eee;
  height: 410px;
}
.content .main-p .main .ul .item .img {
  overflow: hidden;
  height: 360px;
}
.content .main-p .main .ul .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .main-p .main .ul .item .text {
  height: 50px;
}
.content .main-p .main .ul .item:hover {
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.4);
}
.content .main-p .main .ul .item:hover .img img {
  transform: scale(1.1);
}
.content .main-p .main .ul .pick {
  width: 31.74603175%;
  overflow: hidden;
}
.content .main-p .list {
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 70px;
}
.content .main-q .main {
  padding: 70px 0;
}
.content .main-q .main .h1 {
  justify-content: space-between;
}
.content .main-q .main .h1 .left,
.content .main-q .main .h1 .right {
  width: 50%;
}
.content .main-q .main .h1 .left:hover img,
.content .main-q .main .h1 .right:hover img {
  transform: scale(1.2);
}
.content .main-q .main .h1 .left .img,
.content .main-q .main .h1 .right .img {
  width: calc(100% + 50px);
  height: 380px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content .main-q .main .h1 .left .img img,
.content .main-q .main .h1 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.9s;
}
.content .main-q .main .h1 .left .text,
.content .main-q .main .h1 .right .text {
  width: calc(100% - 50px);
  height: calc(380px / 2);
}
.content .main-q .main .h1 .left {
  align-items: flex-start;
}
.content .main-q .main .h1 .left .text {
  line-height: 1.6;
}
.content .main-q .main .h1 .left .text .p1 {
  font-size: 30px;
  position: relative;
  text-transform: uppercase;
}
.content .main-q .main .h1 .left .text .p1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -50%;
  transform: translate(50%, 0);
  width: 100%;
  height: 1px;
  background: #f7b721;
}
.content .main-q .main .h1 .left .text .p2 {
  font-size: 12px;
  text-transform: uppercase;
}
.content .main-q .main .h1 .right {
  align-items: flex-end;
}
.content .main-q .main .h1 .right .img {
  z-index: 2;
}
.content .main-q .main .h1 .right .text {
  padding: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  line-height: 2;
}
.content .main-q .main .h2 {
  margin-top: 70px;
  justify-content: space-between;
  height: 670px;
}
.content .main-q .main .h2 .li {
  width: 32.25806452%;
}
.content .main-q .main .h2 .li .img {
  height: 325px;
  overflow: hidden;
}
.content .main-q .main .h2 .li .img:last-child {
  margin-top: 20px;
}
.content .main-q .main .h2 .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.9s;
}
.content .main-q .main .h2 .li .img:hover img {
  transform: scale(1.2);
}
.content .main-q .main .h2 .li:nth-child(2) {
  height: 100%;
  background: #595858;
  padding: 0 5%;
}
.content .main-q .main .h2 .li:nth-child(2) * {
  color: #fff;
}
.content .main-q .main .h2 .li:nth-child(2) .p1 {
  font-size: 30px;
  position: relative;
  line-height: 1.5;
}
.content .main-q .main .h2 .li:nth-child(2) .p1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -50%;
  transform: translate(50%, 0);
  width: 100%;
  height: 1px;
  background: #f7b721;
}
.content .main-q .main .h2 .li:nth-child(2) .p2 {
  line-height: 2;
  font-size: 12px;
  text-transform: uppercase;
}
.content .main-q .main .h2 .li:nth-child(2) .p3 {
  margin-top: 2%;
  text-align: left;
  line-height: 2;
}
.content .main-n .main {
  margin-top: 70px;
}
.content .main-n .main .ul .li {
  overflow: hidden;
  width: 100%;
  height: 180px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
  border-bottom: 1px #ddd dashed;
}
.content .main-n .main .ul .li .img {
  width: 25%;
  height: 100%;
}
.content .main-n .main .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-n .main .ul .li .text {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  text-align: left;
}
.content .main-n .main .ul .li .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 .main .ul .li .text .time {
  color: #888;
  margin: 20px 0;
}
.content .main-n .main .ul .li .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 .main .ul .li:hover h2 {
  color: #f7b721;
}
.content .main-n .main .list {
  justify-content: flex-end;
}
.content .main-c .plate {
  padding: 70px 0;
}
.content .main-c .plate .title {
  margin-bottom: 50px;
  text-align: left;
}
.content .main-c .plate .title .p1,
.content .main-c .plate .title .p2 {
  font-size: 26px;
  font-weight: bold;
}
.content .main-c .plate .title .p1 span,
.content .main-c .plate .title .p2 span {
  font-size: 26px;
  font-weight: bold;
}
.content .main-c .plate .min .h2 {
  justify-content: space-between;
}
.content .main-c .plate .min .h2 .ul {
  align-items: flex-start;
}
.content .main-c .plate .min .h2 .ul:last-child {
  margin: 0;
}
.content .main-c .plate .min .h2 .ul .li {
  line-height: 3;
}
.content .main-c .plate .min .h2 .ul .li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.content .main-c .plate .min .h2 .ul .li .i {
  font-size: 18px;
  margin-right: 8px;
}
.content .main-c .plate .min .h2 .ul .li .p {
  text-align: left;
}
.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: url(../images/foot-bg.jpg) no-repeat center / cover;
}
.content .footer * {
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.content .footer .foter {
  padding: 80px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.content .footer .foter .ul {
  margin-right: 9%;
}
.content .footer .foter .ul .h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.content .footer .foter .ul .img .p {
  margin-top: 10px;
}
.content .footer .foter .ul .li {
  margin-top: 15px;
  align-items: flex-start;
  text-align: left;
}
.content .footer .foter .ul:nth-child(1) {
  align-items: flex-start;
  text-align: left;
}
.content .footer .foter .ul:nth-child(1) .i {
  font-size: 16px;
  margin-right: 5px;
  margin-top: 2px;
}
.content .footer .foter .ul:nth-child(1) .logo {
  margin-bottom: 15px;
}
.content .footer .foter .ul:nth-child(3) {
  align-items: flex-start;
}
.content .footer .foter .ul:last-child {
  flex: 1;
  margin: 0;
  align-items: flex-start;
}
.content .footer .foter .ul:last-child .h1 {
  margin-bottom: 20px;
}
.content .footer .foter .ul:last-child .li {
  width: 80%;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 0 19px 0;
}
.content .footer .foter .ul:last-child .li:nth-child(3) {
  background: none;
}
.content .footer .foter .ul:last-child .li:nth-child(3) input {
  background: none;
  flex: 2;
}
.content .footer .foter .ul:last-child .li:nth-child(3) .span {
  flex: 1;
  background: #fff;
  color: #f7b721;
  justify-content: center;
  cursor: pointer;
}
.content .footer .foter .ul:last-child .li:last-child {
  background: #2e2e2e;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  margin: 0;
}
.content .footer .foter .ul:last-child .li input {
  padding: 5px;
  color: #777;
  height: 100%;
}
.content .footer .foter .ul:last-child .li .span {
  height: 100%;
}
.content .footer > .bot {
  height: 40px;
  background: #1e1e1e;
}
.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: #f7b721;
  }
  .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: #f7b721;
    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: #fff;
  }
  .content .header .nav-wap .bot * {
    color: #444;
    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:last-child a {
    width: auto;
  }
  .content .header .nav-wap .bot .item:last-child a:last-child {
    margin-left: 10px;
  }
  .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 .banner .swiper-pagination {
    bottom: 10px;
  }
  .content .main-index .title {
    padding: 20px 0;
  }
  .content .main-index .plate1 {
    padding: 20px 0 40px 0;
  }
  .content .main-index .plate1 .main {
    padding: 0 2%;
    flex-direction: column;
  }
  .content .main-index .plate1 .main .img,
  .content .main-index .plate1 .main .text {
    width: 100%;
  }
  .content .main-index .plate1 .main .img .h1,
  .content .main-index .plate1 .main .text .h1 {
    width: 100%;
  }
  .content .main-index .plate2 {
    flex-wrap: wrap;
    padding: 30px 30px 20px 30px;
  }
  .content .main-index .plate2 .li {
    width: 50%;
    margin-bottom: 20px;
  }
  .content .main-index .plate2 .li .p {
    margin-top: 10px;
    font-size: 14px;
  }
  .content .main-index .plate3 {
    padding: 0 2%;
  }
  .content .main-index .plate3 .ul .li {
    width: 47.61904762%;
  }
  .content .main-index .plate3 .ul .li .img {
    height: 160px;
    padding: 20px;
  }
  .content .main-index .plate3 .ul .li .p {
    padding: 10px 0;
  }
  .content .main-index .plate4 .main .text .p3 {
    width: 96%;
  }
  .content .main-index .plate4 .main .text .more {
    margin: 20px 0;
  }
  .content .main-index .plate5 .ul {
    padding: 0 2%;
    flex-wrap: wrap;
  }
  .content .main-index .plate5 .ul .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .main-a .main {
    padding: 40px 2%;
    flex-direction: column-reverse;
  }
  .content .main-a .main .img,
  .content .main-a .main .text {
    width: 100%;
    height: auto;
  }
  .content .main-a .main .img {
    padding: 0;
  }
  .content .main-a .main .text {
    margin-top: 20px;
  }
  .content .main-a .main .text .p3,
  .content .main-a .main .text .p4 {
    padding-left: 10px;
  }
  .content .main-a .main .text .ul {
    margin-top: 20px;
  }
  .content .main-p .nav {
    margin: 30px 0;
    background: none;
  }
  .content .main-p .nav .ul {
    flex-wrap: wrap;
    padding: 0 2%;
  }
  .content .main-p .nav .ul .li {
    width: 100%;
    margin: 0 0 5px;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
  }
  .content .main-p .nav .ul .li::after {
    content: none;
  }
  .content .main-p .nav .ul .li:hover .li1 {
    display: none;
  }
  .content .main-p .main {
    padding: 0 2%;
  }
  .content .main-p .main .ul .item {
    width: 47.61904762%;
    height: 190px;
  }
  .content .main-p .main .ul .item .img {
    height: 160px;
  }
  .content .main-p .main .ul .item .text {
    height: 30px;
  }
  .content .main-p .list {
    padding: 0 0 20px;
    justify-content: center;
  }
  .content .main-q .main {
    padding: 30px 2%;
  }
  .content .main-q .main .h1 {
    flex-direction: column;
  }
  .content .main-q .main .h1 .left,
  .content .main-q .main .h1 .right {
    width: 100%;
  }
  .content .main-q .main .h1 .left .img,
  .content .main-q .main .h1 .right .img {
    width: 100%;
    height: auto;
  }
  .content .main-q .main .h1 .left .text,
  .content .main-q .main .h1 .right .text {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .content .main-q .main .h1 .right {
    flex-direction: column-reverse;
  }
  .content .main-q .main .h2 {
    margin-top: 30px;
    flex-direction: column;
    height: 500px;
  }
  .content .main-q .main .h2 .li {
    width: 100%;
  }
  .content .main-q .main .h2 .li .img {
    width: 50%;
    height: auto;
  }
  .content .main-q .main .h2 .li .img:last-child {
    margin: 0;
  }
  .content .main-q .main .h2 .li:nth-child(1),
  .content .main-q .main .h2 .li:last-child {
    flex-direction: row;
  }
  .content .main-n .main .ul .li {
    height: 150px;
    margin-bottom: 20px;
  }
  .content .main-n .main .ul .li .img {
    width: 30%;
  }
  .content .main-n .main .ul .li .text {
    padding: 0 0 0 4%;
  }
  .content .main-c .banner {
    height: 300px;
  }
  .content .main-c .plate {
    margin: 40px 0;
  }
  .content .main-c .plate .min .h2 {
    flex-direction: column;
  }
  .content .main-c .plate .min .h2 .ul {
    width: 100%;
    margin: 0;
  }
  .content .main-c .plate .min .h2 .ul .li .p {
    font-size: 12px;
  }
  .content .nav-bot {
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #f7b721;
    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;
  }
  .content .header .nav-wap .bot .item:last-child {
    border: none;
  }
  .content .header .nav-wap .bot .item:last-child img {
    height: 20px;
    margin-right: 10px;
  }
}
