body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*定义新型浏览器特性*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-track:vertical {
  background: 000
}

::-webkit-scrollbar-track-piece {
  background: #f6f6f6
}

::-webkit-scrollbar-thumb:vertical {
  background: #d0d0d0;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
  background: #535353
}

::-webkit-scrollbar-resizer:vertical {
  background: #FF6E00
}

.header-wrapper {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden;
}


.header-wrapper .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -50%;
  height: 85px;
  line-height: 85px;
  z-index: 1000;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.nav.on {
  background-color: #fff;
  background: rgba(4, 108, 109, 0.8);
  z-index: 99999;
  transition: all 0.3s;
}

.header-wrapper .nav .logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 85px;
  margin-left: 50px;
}

.header-wrapper .nav .logo img {
  width: 215px;
  height: 50px;
}

.header-wrapper .nav .logo .title {
  font-size: 26px;
  color: #fff;
  margin: 0 0 0 20px;
}

.header-wrapper .nav #list {
  display: flex;
  flex-direction: row;
  padding-right: 50px;
}

.header-wrapper .nav #list ul {
  display: flex;
  flex-direction: row;
  height: 85px;
  align-items: center;
}

.header-wrapper .nav #list ul li {
  position: relative;
}

.header-wrapper .nav #list ul li {
  padding: 0 13px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.header-wrapper .nav #list ul li a {
  color: #fff;
}

.header-wrapper .nav #list ul li .sub {
  width: 156px;
  left: 50%;
  margin-left: -78px;
  top: 70px;
  display: none;
  height: auto;
  position: absolute;
  text-align: left;
  z-index: 1000;
  background-color: #fff;
  border-top: 4px solid #23768e;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.header-wrapper .nav #list .sub li {
  vertical-align: middle;
  line-height: normal;
  padding: 0;
}

.header-wrapper .nav #list .sub li a {
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 13px 0 !important;
}

.header-wrapper .nav #list .sub li a:hover {
  background-color: #ecf6fa;
  color: #23768e;
}

.header-wrapper .nav .blank,
.list-header .nav .blank {
  width: 80px;
}

.header-wrapper .banner {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.header-wrapper .banner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  overflow: hidden;
}

.header-wrapper .banner .swiper .swiper-my-button-next,
.header-wrapper .banner .swiper .swiper-my-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -51px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  width: 27px;
  height: 51px;
  transition: all 0.5s;
}

.header-wrapper .banner .swiper .swiper-my-button-next {
  background: url(../images/next.png) no-repeat;
  right: 280px;
}

.header-wrapper .banner .swiper .swiper-my-button-prev {
  left: 280px;
  background: url(../images/prev.png) no-repeat;
}

.header-wrapper .banner .swiper {
  --swiper-theme-color: #036c6c;
  /* 两种都可以 */
}

.search-wrapper {
  width: 20px;
  height: 20px;
  /* background-color: #029696; */
  border-radius: 50%;
  display: inline;
  text-align: center;
  line-height: 20px;
  margin: 33px 0 0 0;
  cursor: pointer;
  border: 2px solid #fff;
}

.search-wrapper img {
  width: 14px;
  height: 14px;
  display: block;
  margin: 4px 0 0 4px;
}

#root {
  width: 100%;
  height: auto;
  text-align: center;
}

#root .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 5px 5px 0 0;
}

#root .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 54px;
  margin-top: -160px;
  margin-left: -275px;
}

#root .modal .search-input {
  width: 420px;
  border: none;
  background: #fff;
  padding-left: 15px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #666;
  float: left;
}

#root .modal .search-btn {
  width: 110px;
  border: none;
  background: #036d6d;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 16px;
  border: none;
}


.container {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
}

.container .container-header {
  width: 1280px;
  height: 73px;
  text-align: center;
}

.container .container-header h1 {
  background: url(../images/icon1.jpg) no-repeat center;
  text-align: center;
  height: 73px;
  line-height: 73px;
  font-size: 28px;
  color: #036c6c;
}

.container .container-content {
  width: 1280px;
}

.container .container-content .more {
  text-align: right;
}

.container .container-content .more a {
  color: #9c9b9b;
  font-size: 14px;
}

.container .container-content .list-wrapper {
  margin: 10px 0 0 0;
  width: 1280px;
}

.container .container-content .list-wrapper .pic-news {
  width: 480px;
  height: 380px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
}

.container .container-content .list-wrapper .pic-news .img-wrapper {
  overflow: hidden;
  height: 330px;
  width: 100%;
}

.container .container-content .list-wrapper .pic-news img {
  width: 100%;
  height: 330px;
  border: none;
}

.container .container-content .list-wrapper .pic-news .text {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.container .container-content .list-wrapper .pic-news .swiper-news-button-next,
.container .container-content .list-wrapper .pic-news .swiper-news-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -51px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  width: 27px;
  height: 51px;
  transition: all 0.5s;
}

.container .container-content .list-wrapper .pic-news .swiper-news-button-next {
  background: url(../images/next.png) no-repeat;
  right: 20px;
}

.container .container-content .list-wrapper .pic-news .swiper-news-button-prev {
  left: 20px;
  background: url(../images/prev.png) no-repeat;
}

.container .container-content .list-wrapper .text-news {
  float: right;
  width: 780px;
}

.container .container-content .list-wrapper .text-news ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 16px;
  background: url(../images/icon3.jpg) no-repeat left;
}

.container .container-content .list-wrapper .text-news ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 20px;
  color: #333;
}

.container .container-content .list-wrapper .text-news ul li a span.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .container-content .list-wrapper .text-news ul li a em {
  width: 120px;
  font-style: normal;
  text-align: right;
}

.container .container-content .list-wrapper .text-news ul li a:hover {
  color: #006666;
}

.container .container-content .notice-wrapper {
  margin: 15px 0 0 0;
}

.container .container-content .notice-wrapper ul li {
  border: 1px solid #ccc;
  width: 283px;
  height: 173px;
  float: left;
  padding: 10px;
  margin: 0 20px 0 0;
}

.container .container-content .notice-wrapper ul li:nth-child(4n) {
  margin-right: 0;
}

.container .container-content .notice-wrapper ul li:hover {
  border-color: #049898;
  background-color: rgba(7, 190, 190, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.container .container-content .notice-wrapper ul li a h1 {
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #036c6c;
}

.container .container-content .notice-wrapper ul li a h1::before {
  position: absolute;
  width: 40px;
  height: 2px;
  content: "";
  background-color: #238c8c;
  bottom: 0;
  left: 0;
}

.container .container-content .notice-wrapper ul li p {
  width: 283px;
  height: 100px;
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.container .container-content .notice-wrapper ul li .detail {
  height: 33x;
  line-height: 33px;
  font-size: 14px;
  color: #036c6c;
}

.container .wrapper1 {
  width: 620px;
  float: left;
}

.container .wrapper1 .wrapper1-header {
  font-size: 18px;
  color: #036c6c;
  padding-bottom: 18px;
}

.container .wrapper1 .wrapper1-header .title {
  border-bottom: 4px solid #21748d;
  float: left;
  padding-bottom: 15px;
}

.container .wrapper1 .wrapper1-header .more {
  font-size: 14px;
  color: #888;
  margin-top: 7px;
  float: right;
}

.container .wrapper1 .wrapper1-header .more a {
  color: #888;
}

.container .wrapper1 .wrapper1-content {
  clear: both;
  padding: 10px 0;
}

.container .wrapper1 .wrapper1-content ul li {
  background: url(../images/icon3.jpg) no-repeat left;
  font-size: 16px;
  padding-left: 15px;
}

.container .wrapper1 .wrapper1-content ul li a {
  font-size: 16px !important;
  color: #333;
  line-height: 45px;
}

.container .wrapper1 .wrapper1-content ul li a em {
  float: right;
}

.container .wrapper1 .wrapper1-content ul li a:hover,
.container .wrapper1 .wrapper1-content ul li a:hover em {
  color: #036c6c;
}

.container .wrapper2 {
  float: right !important;
}

.wrapper3 {
  background-color: #f9f9f9;
  height: 370px;
  margin: 20px 0 0 0;
}

.container3 ul li {
  width: 200px;
  height: 170px;
  float: left;
  background-color: #f9f9f9;
  margin-right: 16px;
  text-align: center;
}

.container3 ul li img {
  width: 60px;
  height: 60px;
  margin: 40px 0 20px 0;
}

.container3 ul li a p {
  color: #333;
  font-size: 16px;
}

.container3 ul li a:hover {
  cursor: pointer;
}

.hvr-shutter-out-vertical:before {
  background-color: #f3f3f3;
}

.container3 ul li:last-child {
  margin-right: 0;
}

.container .platform-wrapper ul {
  padding: 20px 0;
}

.container .platform-wrapper ul li {
  float: left;
  width: 305px;
  height: 170px;
  margin-right: 20px;
}

.container .platform-wrapper ul li .img-wrapper {
  width: 305px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.container .platform-wrapper ul li a:hover img {
  transform: scale(1.2);
}

.container .platform-wrapper ul li:nth-child(4) {
  margin-right: 0;
}

.container .platform-wrapper ul li img {
  width: 305px;
  height: 140px;
  transition: all 0.6s;
}

.container .platform-wrapper ul li p {
  color: #333;
  font-size: 16px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.footer-container {
  width: 100%;
  background-color: #029696;
  text-align: center;
  padding: 50px 0;
  color: #fff;
  clear: both;
}

.footer-container p {
  line-height: 35px;
}

.footer-container p a {
  color: #fff;
}

.container .page-list-wrapper-header {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}

.container .page-list-wrapper-header h1 {
  min-width: 80px;
  border-bottom: 2px solid #036c6c;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-align: center;
  float: left;
}

.container .page-list-wrapper-header .position {
  float: right;
  font-size: 14px;
  color: #666;
}

.container .page-list-wrapper-content {
  padding: 20px 0;
  clear: both;
  min-height: 400px;
}

.container .page-list-wrapper-content ul li {
  background: url(../images/icon3.jpg) no-repeat left;
  padding-left: 15px;
}

.container .page-list-wrapper-content ul li a {
  font-size: 16px;
  color: #333;
  height: 45px;
  line-height: 45px;
}

.container .page-list-wrapper-content ul li a em {
  float: right;
}

.container .page-wrapper {
  text-align: center;
  margin: 20px 0;
}

.container .page-content-header {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}

.container .page-content-header h1 {
  min-width: 80px;
  border-bottom: 2px solid #036c6c;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-align: center;
  float: left;
}

.container .page-content-header .position {
  float: right;
  font-size: 14px;
  color: #666;
}

.container .page-content {
  clear: both;
  min-height: 300px;
  padding: 10px 0;
}

.container .page-content .title {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}

.container .page-content .title h1 {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

.container .page-content .title p {
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.container .page-content .article {
  font-family: 宋体;
  padding: 20px 0;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  min-height: 400px;
}

.container .infoupdown {
  margin: 20px 0 0 0;
}

.container .infoupdown ul li a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}


.container .leader-wrapper .item-wrapper {
  float: left;
  width: 630px;
  margin: 20px 0;
}

.container .leader-wrapper .item-wrapper .item-img {
  float: left;
  width: 190px;
  height: 260px;
}

.container .leader-wrapper .item-wrapper .item-img img {
  width: 190px;
  height: 260px;
}

.container .leader-wrapper .item-wrapper .item {
  width: 390px;
  height: 220px;
  background: #EEF4F4;
  float: left;
  padding: 20px;
}

.container .leader-wrapper .item-wrapper:nth-child(2) {
  margin-left: 20px;
}

.container .leader-wrapper .item-wrapper .item h1 {
  color: #036c6c;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}

.container .leader-wrapper .item-wrapper .item p {
  font-size: 14px;
  color: #333;
  line-height: 35px;
}