* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: Arial, Helvetica, sans-serif !important;
}
a {
  transition: all 0.5s ease;
}
.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  transition: all 0.5s ease;
  width: 100%;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
.nbanner {
  width: 100%;
  position: relative;
}
.nbanner img {
  width: 100%;
}
img {
  border: 0;
}
.max-width {
  width: 1280px;
  margin: 0 auto;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #20bc82 rgba(255, 255, 255, 0.75);
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #20bc82;
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }
  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}
.layout37 {
  display: none;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.top_nav {
  width: 100%;
  background: url(../img/topnavbg.png) center no-repeat;
  background-size: cover;
}
.top_nav .top_nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 143px;
}
.top_nav .top_nav_box .logo {
  line-height: 0;
}
.top_nav .top_nav_box .top-nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top_nav .top_nav_box .top-nav-right .search form {
  position: relative;
}
.top_nav .top_nav_box .top-nav-right .search form .text {
  height: 36px;
  padding: 0 70px 0 10px;
  width: 400px;
  background: #fff;
  color: #333;
  font-size: 16px;
  border-radius: 2px;
}
.top_nav .top_nav_box .top-nav-right .search form .text::placeholder {
  color: #bbbbbb;
  font-size: 16px;
}
.top_nav .top_nav_box .top-nav-right .search form .submit {
  height: 28px;
  width: 60px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 4px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #30bd87, #02a078);
}
.top_nav .top_nav_box .top-nav-right .nav ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.top_nav .top_nav_box .top-nav-right .nav ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-left: 44px;
  position: relative;
}
.top_nav .top_nav_box .top-nav-right .nav ul li a.on {
  font-weight: bold;
}
.top_nav .top_nav_box .top-nav-right .nav ul li a.on:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #fff;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.announcement {
  width: 100%;
  margin: 20px 0 30px 0;
}
.announcement .announcement-box {
  background: #edfbf6;
  border-radius: 30px;
  padding: 0 25px 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
}
.announcement .announcement-box span {
  color: #01a065;
  font-weight: bold;
  font-size: var(--font20);
  padding-right: 20px;
  border-right: 1px solid #86dbbc;
  margin-left: 10px;
  margin-right: 20px;
}
.announcement .announcement-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font18);
  color: #222;
  flex: 1;
}
.announcement .announcement-box a:hover {
  color: #20bc82;
}
.announcement .announcement-box a img {
  margin-right: 16px;
}
.announcement .announcement-box a .time {
  margin-left: auto;
  font-size: var(--font18);
  color: #666;
}
.announcement .announcement-box a .more {
  margin-left: 50px;
  font-size: var(--font18);
  color: #666;
  display: flex;
  align-items: center;
}
.announcement .announcement-box a .more img {
  margin-left: 9px;
}
@keyframes fadeIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.plate1 {
  width: 100%;
  margin-bottom: 50px;
}
.plate1 .plate1-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plate1 .plate1-box ul li {
  width: calc(33.3% - 20px);
}
.plate1 .plate1-box ul li.on .box:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 6px;
  background: #20bb81;
  position: absolute;
}
.plate1 .plate1-box ul li.on .box .title {
  color: #01a065;
}
.plate1 .plate1-box ul li.on .box .arrow {
  display: block;
}
.plate1 .plate1-box ul li.loginbox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.plate1 .plate1-box ul li.loginbox .box .title {
  color: #fff;
}
.plate1 .plate1-box ul li.loginbox .login {
  background: #f8ca2f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 124px;
  margin-top: 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
.plate1 .plate1-box ul li.loginbox .login img {
  margin-left: 8px;
}
.plate1 .plate1-box ul li:nth-child(1) .more {
  background: #20bc82;
}
.plate1 .plate1-box ul li:nth-child(2) .more {
  background: #2dcbb9;
}
.plate1 .plate1-box ul li .box {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
  border-radius: 4px;
}
.plate1 .plate1-box ul li .box .arrow {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}
.plate1 .plate1-box ul li .box .title {
  font-size: var(--font32);
  letter-spacing: 5px;
  font-weight: bold;
  color: #222;
}
.plate1 .plate1-box ul li .box .icon {
  margin-left: 60px;
  line-height: 0;
}
.plate1 .plate1-box ul li .box .more {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.plate1 .plate1-box .new-content {
  margin-top: 55px;
}
.plate1 .plate1-box .new-content .new-item {
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.plate1 .plate1-box .new-content .new-item.on {
  position: relative;
  opacity: 1;
}
.plate1 .plate1-box .new-content .new-item-left {
  width: 41.8%;
}
.plate1 .plate1-box .new-content .new-item-left a {
  width: 100%;
  display: block;
  border-radius: 10px;
  background: #f2faf9;
  padding: 20px 26px 15px 30px;
}
.plate1 .plate1-box .new-content .new-item-left a:hover .title {
  color: #20bc82;
}
.plate1 .plate1-box .new-content .new-item-left a:hover .pic img {
  transform: scale(1.1);
}
.plate1 .plate1-box .new-content .new-item-left a .time {
  color: #20bc82;
  font-size: var(--font30);
  margin-bottom: 15px;
}
.plate1 .plate1-box .new-content .new-item-left a .title {
  color: #222;
  font-size: var(--font22);
}
.plate1 .plate1-box .new-content .new-item-left a .info {
  padding-left: 15px;
  border-left: 1px solid #20bc82;
  font-size: var(--font16);
  color: #666;
  margin: 10px 0 18px 0;
  line-height: 30px;
}
.plate1 .plate1-box .new-content .new-item-left a .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.plate1 .plate1-box .new-content .new-item-left a .pic img {
  width: 100%;
}
.plate1 .plate1-box .new-content .new-item-left a .more {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.plate1 .plate1-box .new-content .new-item-left a .more span {
  color: #20bc82;
  font-size: var(--font16);
  padding-right: 10px;
  border-right: 1px solid #20bc82;
  margin-right: 10px;
}
.plate1 .plate1-box .new-content .new-item-right {
  width: calc(58.2% - 42px);
}
.plate1 .plate1-box .new-content .new-item-right ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.plate1 .plate1-box .new-content .new-item-right ul li {
  width: 100%;
  margin-bottom: 18px;
}
.plate1 .plate1-box .new-content .new-item-right ul li:last-child {
  margin-bottom: 0;
}
.plate1 .plate1-box .new-content .new-item-right ul li:last-child a {
  border-bottom: none;
}
.plate1 .plate1-box .new-content .new-item-right ul li:hover a .title {
  color: #20bc82;
}
.plate1 .plate1-box .new-content .new-item-right ul li a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1f4;
  padding-left: 7px;
}
.plate1 .plate1-box .new-content .new-item-right ul li a:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #20bc82;
  position: absolute;
  left: -14px;
  top: 4px;
}
.plate1 .plate1-box .new-content .new-item-right ul li a .time {
  color: #999;
  font-size: var(--font20);
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
}
.plate1 .plate1-box .new-content .new-item-right ul li a .title {
  font-size: var(--font18);
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  position: relative;
}
.plate1 .plate1-box .new-content .new-item-right ul li a .stitle {
  font-size: var(--font16);
  color: #666;
  margin: 10px 0 15px 0;
}
.plate1 .plate1-box .new-content .new-item-right ul li a .item-more {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: var(--font16);
}
.plate1 .plate1-box .new-content .new-item-right ul li a .item-more span {
  color: #20bc82;
  font-size: var(--font16);
  padding-right: 10px;
  border-right: 1px solid #20bc82;
  margin-right: 10px;
}
.plate1 .us-more {
  margin-top: 30px;
}
.plate2 {
  width: 100%;
  background: #fbfdfd;
  padding: 40px 0 60px 0;
}
.plate2 .plate2-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 40px 20px 40px 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plate2 .plate2-box .left-nav {
  width: 30.5%;
}
.plate2 .plate2-box .left-nav .nav-item {
  background: #f1f7f5;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  line-height: 68px;
  font-size: var(--font22);
  color: #222;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
.plate2 .plate2-box .left-nav .nav-item:last-child {
  margin-bottom: 0;
}
.plate2 .plate2-box .left-nav .nav-item.on {
  background: linear-gradient(to right, #22bc82, #86d9bb);
  color: #fff;
}
.plate2 .plate2-box .left-nav .nav-item.on:after {
  width: 8px;
  content: "";
  height: 100%;
  background: #f1b94c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.plate2 .plate2-box .left-nav .nav-item.on:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #86d9bb;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  right: -8px;
}
.plate2 .plate2-box .right-content {
  width: calc(69.5% - 80px);
}
.plate2 .plate2-box .right-content .content-item {
  height: 320px;
  width: 100%;
  position: absolute;
  opacity: 0;
  overflow-y: auto;
  display: none;
  flex-wrap: wrap;
}
.plate2 .plate2-box .right-content .content-item.on {
  display: flex;
  position: relative;
  opacity: 1;
}
.plate2 .plate2-box .right-content .content-item .item {
  display: flex;
  align-items: center;
  height: 24px;
  width: 50%;
  margin-bottom: 35px;
}
.plate2 .plate2-box .right-content .content-item .item .circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #20bc82;
  margin-right: 12px;
}
.plate2 .plate2-box .right-content .content-item .item .itme-tit {
  font-size: var(--font18);
  color: #222;
}
.plate3 {
  width: 100%;
  padding: 50px 0 40px 0;
  background: url(../img/plate3bg.png) center no-repeat;
  background-size: cover;
}
.plate3 .us-title {
  margin-bottom: 40px;
}
.plate3 .plate3-list ul {
  width: calc(100% + 20px);
  margin: -15px -10px;
  display: flex;
  flex-wrap: wrap;
}
.plate3 .plate3-list ul li {
  width: 33.3%;
  padding: 15px 10px;
}
.plate3 .plate3-list ul li a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-sizing: 0 0 10px rgba(163, 188, 176, 0.16);
}
.plate3 .plate3-list ul li a:hover .title {
  color: #20bc82;
}
.plate3 .plate3-list ul li a .title {
  font-size: var(--font18);
  color: #333;
  font-weight: bold;
  text-indent: 25px;
  position: relative;
  border-bottom: 1px dashed #d2dedc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 60px;
  overflow: hidden;
}
.plate3 .plate3-list ul li a .title img {
  position: absolute;
  left: 0;
  top: 6px;
}
.plate3 .plate3-list ul li a .info-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #888;
  font-size: var(--font14);
}
.plate3 .plate3-list ul li a .info-item img {
  margin-right: 7px;
}
.plate3 .plate3-list .us-more {
  margin-top: 40px;
}
.plate4 {
  width: 100%;
  padding: 60px 0 40px 0;
  background: url(../img/plate4bg.png) center no-repeat;
  background-size: cover;
}
.plate4 .us-title {
  margin-bottom: 40px;
}
.plate4 .us-more {
  margin-top: 80px;
}
.plate4 .plate4-list ul {
  width: calc(100% + 30px);
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}
.plate4 .plate4-list ul li {
  width: 33.3%;
  padding: 0px 15px;
}
.plate4 .plate4-list ul li a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #f0f4f2;
}
.plate4 .plate4-list ul li a:hover .title {
  color: #20bc82;
}
.plate4 .plate4-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.plate4 .plate4-list ul li a .pic {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.plate4 .plate4-list ul li a .pic img {
  width: 100%;
}
.plate4 .plate4-list ul li a .title {
  font-size: var(--font18);
  line-height: 34px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.plate4 .plate4-list ul li a .more {
  text-align: right;
  font-size: var(--font16);
  color: #20bc82;
}
.plate4 .plate4-list .slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plate4 .plate4-list .slick-dots li {
  width: 40px;
  height: 8px;
  background: #e3eae8;
  border-radius: 4px;
  margin: 0 5px;
}
.plate4 .plate4-list .slick-dots li.slick-active {
  background: #20bc82;
}
.plate5 {
  width: 100%;
  padding: 40px 0 30px 0;
  background: url(../img/plate5bg.png) #f4fbf9 bottom no-repeat;
  background-size: contain;
}
.plate5 .us-title {
  margin-bottom: 25px;
}
.plate5 .plate5-list {
  padding: 55px 55px 20px 40px;
  background: #fff;
}
.plate5 .plate5-list ul li.on a .content1 {
  position: absolute;
  opacity: 0;
}
.plate5 .plate5-list ul li.on a .content2 {
  display: flex;
  justify-content: space-between;
}
.plate5 .plate5-list ul li a {
  display: block;
  width: 100%;
}
.plate5 .plate5-list ul li a .content1 {
  display: flex;
  justify-content: space-between;
  height: 68px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.plate5 .plate5-list ul li a .content1 .title {
  font-size: var(--font20);
  color: #000;
  position: relative;
  padding-left: 25px;
}
.plate5 .plate5-list ul li a .content1 .title:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  top: 10px;
  background: #20bc82;
}
.plate5 .plate5-list ul li a .content1 .time {
  font-size: var(--font18);
  color: #000;
}
.plate5 .plate5-list ul li a .content2 {
  display: none;
}
.plate5 .plate5-list ul li a .content2 .text-left {
  width: 60%;
  padding-right: 40px;
  float: left;
}
.plate5 .plate5-list ul li a .content2 .text-left .title {
  font-size: var(--font20);
  color: #000;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.plate5 .plate5-list ul li a .content2 .text-left .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #000;
  margin: 15px 0 20px 0;
}
.plate5 .plate5-list ul li a .content2 .text-left .fun {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plate5 .plate5-list ul li a .content2 .text-left .fun .time {
  font-size: var(--font16);
  line-height: 30px;
  color: #000;
}
.plate5 .plate5-list ul li a .content2 .text-left .fun .more {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: var(--font16);
}
.plate5 .plate5-list ul li a .content2 .text-left .fun .more span {
  color: #20bc82;
  font-size: var(--font16);
  padding-right: 10px;
  border-right: 1px solid #20bc82;
  margin-right: 10px;
}
.plate5 .plate5-list ul li a .content2 .pic-right {
  width: 40%;
  float: right;
}
.plate5 .plate5-list ul li a .content2 .pic-right img {
  width: 100%;
}
.plate5 .us-more {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
}
.plate5 .us-more .icon2 {
  display: block;
}
.plate5 .us-more .icon1 {
  display: none;
}
.plate6 {
  width: 100%;
  padding: 40px 0 60px 0;
  background: url(../img/plate6bg.png) bottom no-repeat;
  background-size: contain;
}
.plate6 .us-title {
  margin-bottom: 40px;
}
.plate6 .plate6-list ul {
  width: calc(100% + 30px);
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.plate6 .plate6-list ul li {
  width: 25%;
  padding: 15px;
}
.plate6 .plate6-list ul li a {
  display: block;
  width: 100%;
}
.plate6 .plate6-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.plate6 .plate6-list ul li a:hover .title {
  color: #20bc82;
}
.plate6 .plate6-list ul li a .pic {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
}
.plate6 .plate6-list ul li a .pic img {
  width: 100%;
}
.plate6 .plate6-list ul li a .title {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  font-size: var(--font318);
  color: #333;
  text-overflow: ellipsis;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
.plate6 .plate6-list ul li a .title img {
  margin-right: 9px;
}
.plate6 .plate6-list ul li a .fun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.plate6 .plate6-list ul li a .fun .read {
  width: 72px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15b68e;
  font-size: var(--font14);
  background: #e5f8f3;
}
.plate6 .plate6-list ul li a .fun .time {
  color: #8291a0;
  font-size: var(--font14);
}
.plate6 .us-more {
  margin-top: 40px;
}
.down {
  width: 100%;
  background: #1c372e;
  padding: 30px 0;
}
.down .down-link {
  display: flex;
}
.down .down-link.link2 {
  margin-top: 20px;
}
.down .down-link.link2 ul {
  width: 100%;
}
.down .down-link span {
  font-size: var(--font14);
  color: #fff;
  width: 80px;
}
.down .down-link ul {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.down .down-link ul .line {
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.down .down-link ul li a {
  font-size: var(--font14);
  color: #fff;
  display: block;
}
.down .down-link ul li a:hover {
  text-decoration: underline;
}
.us-more {
  width: 162px;
  height: 50px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20bc82;
  border: 1px solid #20bc82;
  font-size: var(--font20);
}
.us-more.pcenter {
  margin-left: auto;
  margin-right: auto;
}
.us-more .icon2 {
  display: none;
}
.us-more:hover {
  background: #20bc82;
  color: #fff;
}
.us-more:hover .icon2 {
  display: block;
}
.us-more:hover .icon1 {
  display: none;
}
.us-more img {
  margin-left: 10px;
}
.us-title {
  font-size: var(--font32);
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.us-title img {
  margin: 0 30px;
}
.qwe {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.plate5 .plate5-list ul li a .content1 .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .plate6 .plate6-list ul li {
    width: 100%;
  }
  .announcement .announcement-box {
    height: auto;
    padding: 15px;
    flex-wrap: wrap;
  }
  .announcement .announcement-box a {
    min-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
  }
  .announcement .announcement-box a .more {
    margin-left: 20px;
  }
  .us-more {
    width: 140px;
    height: 44px;
    border-radius: 10px;
    margin-top: 20px !important;
  }
  .plate5 .plate5-list ul li.on a .content2 {
    flex-direction: column;
  }
  .plate5 .plate5-list ul li a .content1 .time {
    min-width: 100px;
  }
  .plate5 .plate5-list ul li.on a .content2 > div {
    width: 100% !important;
  }
  .plate5 .plate5-list ul li a .content2 .text-left {
    padding-right: 0;
  }
  .plate5 .plate5-list ul li a .content2 .text-left .info {
    line-height: 24px;
  }
  .plate5 .plate5-list ul li a .content2 .text-left .info {
    margin: 10px 0;
  }
  .plate5 .plate5-list ul li a .content2 .pic-right {
    margin-top: 20px;
  }
  .plate5 .plate5-list {
    padding: 15px 20px;
  }
  .plate6 {
    padding: 30px 0;
  }
  .plate5 .plate5-list ul li a .content1 .title:after {
    top: 5px;
  }
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .plate5 {
    background-size: auto;
  }
  .plate3 .plate3-list ul li {
    width: 100%;
  }
  .plate4 .plate4-list .slick-dots {
    bottom: -30px;
  }
  .plate4 .plate4-list ul li a {
    padding: 15px;
  }
  .plate4 .us-more {
    margin-top: 60px !important;
  }
  .plate2 .plate2-box {
    flex-direction: column;
    padding: 15px;
  }
  .plate1 .plate1-box ul li .box {
    height: 140px;
    margin-bottom: 20px;
  }
  .plate2 .plate2-box .left-nav,
  .plate2 .plate2-box .right-content {
    width: 100%;
  }
  .plate1 .plate1-box .new-content .new-item-left {
    width: 100%;
  }
  .plate1 .plate1-box .new-content .new-item-right {
    width: 100%;
    margin-top: 30px;
  }
  .plate1 .plate1-box .new-content {
    margin-top: 20px;
  }
  .plate2 .plate2-box .right-content .content-item .item {
    margin-bottom: 20px;
  }
  .down .down-link.link2 ul,
  .down .down-link ul {
    flex-wrap: wrap;
  }
  .down .down-link ul .line {
    display: none;
  }
  .down .down-link ul li {
    width: 50%;
  }
  .down .down-link ul {
    width: 100%;
  }
  .down .down-link {
    flex-direction: column;
  }
  .us-title img {
    margin: 0 10px;
    width: 45px;
  }
  .announcement {
    margin-top: 70px;
  }
  .plate3 .plate3-list ul li a .title {
    text-indent: 30px;
  }
  .plate3 .plate3-list ul li a .title img {
    top: 8px;
  }
  .plate1 {
    margin-bottom: 30px;
  }
  .plate1 .plate1-box .new-content .new-item-right ul li a {
    padding-left: 20px;
  }
  .plate1 .plate1-box .new-content .new-item-right ul li a:after {
    left: 0;
  }
  .plate1 .plate1-box .new-content .new-item {
    flex-direction: column;
  }
  .plate1 .plate1-box ul li .box .arrow {
    display: none !important;
  }
  .plate2 .plate2-box .right-content {
    margin-top: 25px;
  }
  .plate1 .plate1-box ul li {
    width: 100%;
  }
  .plate1 .plate1-box ul {
    flex-direction: column;
  }
  .plate2 .plate2-box .left-nav .nav-item.on:before {
    display: none;
  }
  .plate2 .plate2-box .right-content .content-item .item {
    width: 100%;
  }
  .plate2 .plate2-box .left-nav .nav-item {
    line-height: 48px;
  }
  .top_nav {
    display: none;
  }
  .plate4 {
    padding: 30px 0;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #20bc82;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #20bc82;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #20bc82;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .search {
    display: flex;
    width: 100%;
    justify-content: center;
    transform: translate(0px, 30px);
  }
  ._nav2 .search form {
    position: relative;
  }
  ._nav2 .search form .text {
    height: 50px;
    padding: 0 80px 0 10px;
    width: 300px;
    background: #eee;
    color: #333;
    font-size: 16px;
    border-radius: 2px;
  }
  ._nav2 .search form .text::placeholder {
    color: #bbbbbb;
    font-size: 16px;
  }
  ._nav2 .search form .submit {
    height: 30px;
    width: 60px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #30bd87, #02a078);
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #20bc82;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
}
