@charset "utf-8";
/*通用样式*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  list-style: none;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font: normal 12px/22px '微软雅黑';
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: red;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oldbb {
  float: right;
  margin-top: 30px;
}
div {
  box-sizing: border-box;
}
.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.pcshow {
  display: block;
}
.wapshow {
  display: none;
}
/* CSS Document */
#screen {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.header {
  width: 100%;
  height: 95px;
}
.headerCont {
  width: 1620px;
  margin: 0 auto;
  max-width: 92%;
}
.headerCont a.logo {
  float: left;
  margin-top: 21px;
}

.headerCont .homeEnter {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 88px;
  line-height: 28px;
}
.ssbox {
  overflow: hidden;
  width: 250px;
  height: 35px;
  background: #fff;
  position: absolute;
  top: 26px;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  border-radius: 4px;
  display: none;
}
.wby3 {
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
  border: none;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
.btn3 {
  background: url(../images/x1.png) no-repeat center center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  border: none;
  background-size: 20px 20px;
}
.searchCont span {
  cursor: pointer;
  display: block;
  background: url(../images/searchicon.png) center no-repeat;
  width: 20px;
  height: 21px;
}
.searchCont {
  margin-right: 24px;
  float: right;
  position: relative;
  margin-top: 62px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 35px !important;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  margin: 0 !important;
  width: 40px;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/a_06.png) no-repeat center top;
  width: 128px;
}
.bg1 {
  background: url(../images/newscontbg.png) no-repeat left top;
  background-size: cover;
  padding: 40px 0 0px;
}
.cellBanner {
  width: 1460px;
  margin: 0 auto 70px;
  max-width: 92%;
}
.cellBanner img {
  width: 100%;
}
.newsCont {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
}
.newsLeft {
  float: left;
  width: 65.34%;
}
@media screen and (max-width: 1480px) {
  .newsLeft {
    width: 100%;
    float: none;
  }
}
.news_title {
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 12px;
  position: relative;
}
.news_title::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  height: 1px;
  background: #e5e5e5;
  bottom: 3px;
}
.news_title h2 {
  font-weight: bold;
  display: flex;
  font-size: 28px;
  color: #000;
  line-height: 42px;
  justify-content: space-between;
}
.news_title h2 em,
.news_title h2 em p {
  font-size: 22px;
  color: #ccc;
  font-style: normal;
  width: 110px;
  display: inline;
}

.news_title h2 span {
  display: inline-block;
  position: absolute;
  top: 12px;
  margin-left: 10px;
  font-size: 22px;

  font-family: 'times new roman';
  font-style: italic;
  line-height: 40px;
  color: #000;
}
.news_title h2 a {
  font-size: 13px;
  color: #00797c;
  font-weight: 400;
  margin-top: 8px;
  display: inline-block;
  margin-left: 10px;
  background: url(../images/a_02.png);
  width: 73px;
  height: 28px;
  line-height: 28px;
  padding: 5px 0 0 23px;
}
.news_title h2 a:hover {
  background: url(../images/a_02a.png);
  color: #edac2d;
}
.news_title b {
  color: #1773d2;
  padding-right: 8px;
  font-weight: bold;
  font-size: 16px;
}
.news_title h2 span:before {
  position: absolute;
  content: '';
  border-bottom: 2px solid #00797c;
  width: 24px;
  left: 0;
  top: 1px;
}
.newsSlide {
  background: #00797c;
  overflow: hidden;
}
.newsImg {
  overflow: hidden;
  float: left;
  position: relative;
  width: 51%;
  height: 350px;
}
.newsImg img {
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsDate {
  padding: 11px 0;
  width: 71px;
  z-index: 2;
  background-image: linear-gradient(to bottom, #00797c, #006466);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.newsDate p {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 28px;
  color: #ffffff;
}
.newsDate span {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.newsImg:hover img {
  transform: scale(1.1);
}
.newsArt {
  float: right;
  height: 350px;
  width: 49%;
  background-size: 100%;
  background: url(../images/n2.jpg) right bottom no-repeat;
  padding: 36px 1.66vw 0;
}
.newsArt h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsArt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 2;
  margin: 20px 0 65px;
  height: 96px;
}
.newsSwiper {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.newsArt a {
  transition: all 0.4s;
  display: block;
  width: 94px;
  line-height: 33px;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  text-align: center;
}
.newsArt a:hover {
  background: #ffffff;
  color: #00797c;
}
.newsSwiper .swiper-pagination {
  width: auto !important;
  right: 0 !important;
  left: auto !important;
  text-align: right;
  bottom: 35px !important;
  padding-right: 30px;
  box-sizing: border-box;
}
.newsSwiper .swiper-pagination span {
  border: 1px solid #ffffff;
  background: none;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.newsSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffffff;
}

.newsList {
  float: left;
  width: 49%;
}
.newsList:nth-child(2n + 1) {
  margin-left: 2%;
}

.newsList li {
  border-bottom: 1px solid #efefef;
  padding: 9px 0;
  box-sizing: border-box;
  transition: all 0.4s;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
}

.newsList li:hover .newsdate {
  background: #00797c;
}
.newsList li:hover .newsdate .rq {
  color: #ffffff;
}
.newsList li:hover .newsdate .ny {
  color: #ffffff;
}

.newsList li .newsdate {
  width: 52px;
  padding: 5px 0 3px;
  float: left;
  text-align: center;
}
.newsList li .newsdate .rq {
  transition: all 0.5s;
  font-size: 24px;
  font-weight: bold;
  color: #00797c;
  line-height: 24px;
  display: none;
}
.newsList li .newsdate .ny {
  transition: all 0.5s;
  display: block;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 20px;
}

.newsList li p {
  width: calc(100% - 70px);
  float: left;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsList li a {
  display: block;
  outline: hidden;
}
/*.newsList li span {
	float: right;
	font-size: 15px;
	color: #8d8d8d;}*/

.newsList li:hover p {
  color: #00797c;
  padding-left: 20px;
  transition: all 0.5s;
}

/* .newsList li:nth-child(5), .newsList li:nth-child(6) {
	border-bottom: 1px solid #efefef;}
*/

.notice {
  float: right;
  width: 32%;
}
.notice li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.noticeDate {
  width: 60px;
  padding: 7px 0 4px;
  float: left;
  text-align: center;
  border: 1px solid #e7e7e7;
}
.noticeDate p {
  transition: all 0.5s;
  font-size: 28px;
  font-weight: bold;
  color: #00797c;
  line-height: 28px;
}
.noticeDate span {
  transition: all 0.5s;
  display: block;
  font-size: 14px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 20px;
}
.noticeTag {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 6px;
  transition: all 0.5s;
  float: right;
  width: calc(100% - 81px);
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.notice li:hover .noticeDate {
  background: #00797c;
}
.notice li:hover .noticeDate p {
  color: #ffffff;
}
.notice li:hover .noticeDate span {
  color: #ffffff;
}
.notice li:hover .noticeTag {
  color: #00797c;
  padding-left: 6px;
}
.trends {
  background: url(../images/zichangl_bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 50px 0 50px;
  margin: 0px auto;
}
.trendsCont {
  width: 1460px;
  max-width: 92%;
  margin: 0 auto;
}
.trendsSlide {
  width: 31%;
  float: left;
}

.trendsSlide:nth-child(2n) {
  margin-left: 3.5%;
}

.trendsSlide:nth-child(3n) {
  float: right;
}
.trends .newsTitle p,
.trends .newsTitle a {
  color: #ffffff;
}
.trends .newsTitle a::after {
  background: url(../images/whitemore.png) center no-repeat;
}
.trends .newsTitle {
  background: url(../images/titline2.png) left bottom no-repeat;
}

.trendsSlide ul {
  margin-top: -20px;
}

.trendsSlide li {
  line-height: 65px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  overflow: hidden;
}
.trendsSlide li span {
  float: right;
  display: none;
  color: #006466;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.trendsSlide li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: calc(100% - 10px);
  box-sizing: border-box;
  color: #2a2a2a;
  transition: all 0.5s;
}
.trendsSlide li:hover p {
  color: #006466;
  padding-left: 10px;
  position: relative;
}
.trendsSlide li:hover p::after {
  content: '';
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  /*  background: url(../images/qd2on.png);   */
  top: 50%;
  transform: translateY(-50%);
  animation: rotate 5s linear infinite;
}

/*下周工作计划*/
.nextweek {
  width: 1460px;
  margin: 20px auto;
  max-width: 92%;
}
.nextweek .week_box {
  width: 20%;
}

.nextweek .week_box h3 {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #00797c;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.nextweek .week_box:nth-child(2n + 1) h3 {
  background: #00898c;
}
.nextweek .week_box .week_txt {
  background: #f8f8f8;
  padding: 10px 20px;
  height: 80px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.nextweek .week_box:nth-child(2n + 1) .week_txt {
  background: #fff;
}

.nextweek .week_box .week_txt li {
  line-height: 55px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  overflow: hidden;
}
.nextweek .week_box .week_txt li span {
  float: right;
  color: #006466;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.nextweek .week_box .week_txt li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #2a2a2a;
  transition: all 0.5s;
}
.nextweek .week_box .week_txt li:hover p {
  color: #006466;
  padding-left: 20px;
  position: relative;
}
.nextweek .week_box .week_txt li:hover p::after {
  content: '';
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  background: url(../images/qd2on.png);
  top: 50%;
  transform: translateY(-50%);
  animation: rotate 5s linear infinite;
}

.news-list {
  position: absolute;
  width: calc(100% - 40px);
}
.news-list2 {
  position: absolute;
  width: calc(100% - 40px);
}
.news-list3 {
  position: absolute;
  width: calc(100% - 40px);
}
.news-list4 {
  position: absolute;
  width: calc(100% - 40px);
}
.news-list5 {
  position: absolute;
  width: calc(100% - 40px);
}

/* 服务信息 */

.service,
.flink {
  width: 1460px;
  max-width: 92%;
  margin: 20px auto;
  overflow: hidden;
}
.service {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.service h4 {
  float: left;
  font-size: 28px;
  color: #000;
  font-weight: bold;
  background: url(../images/service-h4.png) 55px top no-repeat;
  padding: 4px 100px 40px 0;
  margin: 50px 0 0;
}

.service ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.service ul li {
  width: 25%;
}

.service ul li a {
  display: block;
  width: 145px;
  height: 145px;
  padding-top: 24px;
  text-align: center;
  /*
	border:1px solid #00797c;
	border-radius: 50%;
	*/

  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  margin: 0 auto;
}

.service ul li a:hover {
  background: #00797c;
  border-radius: 50%;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.service ul li .img-link {
  height: 60px;
  background-image: url(../images/service-icon.png);
  background-repeat: no-repeat;

  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.service ul li:hover .img-link {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.service ul li .img-link1 {
  background-position: center 0px;
}

.service ul li:hover .img-link1 {
  background-position: center -360px;
}

.service ul li .img-link2 {
  background-position: center -60px;
}

.service ul li:hover .img-link2 {
  background-position: center -420px;
}

.service ul li .img-link3 {
  background-position: center -120px;
}

.service ul li:hover .img-link3 {
  background-position: center -480px;
}

.service ul li .img-link4 {
  background-position: center -180px;
}

.service ul li:hover .img-link4 {
  background-position: center -540px;
}

.service ul li .img-link5 {
  background-position: center -240px;
}

.service ul li:hover .img-link5 {
  background-position: center -600px;
}

.service ul li .img-link6 {
  background-position: center -300px;
}

.service ul li:hover .img-link6 {
  background-position: center -660px;
}

.service ul li .img-link7 {
  background-position: center -720px;
}
.service ul li:hover .img-link7 {
  background-position: center -780px;
}

.service ul li .img-link8 {
  background-position: center -840px;
}
.service ul li:hover .img-link8 {
  background-position: center -900px;
}

.service ul li .img-link9 {
  background-position: center -960px;
}
.service ul li:hover .img-link9 {
  background-position: center -1020px;
}

.service ul li p {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}

.service ul li:hover p {
  color: #fff;
}

.serviceCont {
  background: #dff1f1 url(../images/bg1.png) center bottom no-repeat;
  padding-bottom: 180px;
  padding-top: 70px;
}
.servicePic {
  transition: all 0.5s;
  margin: 30px auto 40px;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  width: 124px;
  height: 124px;
  background: #00797c url(../images/ser_bg.png) no-repeat center center;
}
.servicePic img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.servicePic img:nth-child(2) {
  opacity: 0;
}
.seriveList {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
}
.seriveList .news_title::after {
  background: #bad8d9;
}
.seriveList ul {
  overflow: hidden;
}
.serviceType {
  margin-top: 30px;
  width: 16.66%;
  text-align: center;
}
.serviceType p {
  font-size: 18px;
  color: #303030;
  font-weight: bold;
}
.serviceTit p {
  font-weight: bold;
  font-size: 26px;
  color: #184da6;
  line-height: 1;
  margin-bottom: 13px;
}
.serviceTit span {
  display: block;
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Times New Roman';
}
.serviceTit {
  background: url(../images/sline.png) center bottom no-repeat;
  margin-bottom: 26px;
  padding-bottom: 36px;
}
.serviceType .servicePic::after {
  content: '';
  display: block;
  width: 161px;
  height: 161px;
  background: url(../images/ser_1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
.serviceType:hover .servicePic::after {
  content: '';
  display: block;
  width: 161px;
  height: 161px;
  background: url(../images/ser_1.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  animation: circles 5s infinite linear;
  transform: translateX(-50%) translateY(-50%);
}
.serviceType:hover .servicePic {
  background: #006237 url(../images/seronbg.jpg) center bottom no-repeat;
}
.serviceType:hover img:nth-child(1) {
  opacity: 0;
}
.serviceType:hover img:nth-child(2) {
  opacity: 1;
}
@keyframes circles {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.zcglCont {
  background: url(../images/zichangl_bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding-bottom: 165px;
  padding-top: 70px;
}
.zcglList {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
}
.zcglList .news_title::after {
  background: #8fcbcb;
}
.zcglCont .zcglList > ul {
  font-size: 0;
}
.zcglItem {
  display: inline-block;
  width: 18%;
  text-align: center;
  cursor: pointer;
  margin-top: 110px;
}
.zcglItem_r {
  float: right;
  width: 341px;
}
.zcglItem_r img {
  margin-top: -6px;
}
.zcglImg {
  position: relative;
  width: 123px;
  height: 123px;
  line-height: 123px;
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 25px;
}
.zcglImg > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zcglImg::before {
  content: '';
  display: block;
  background: url(../images/bg_quan_bot.png) no-repeat;
  background-size: 100% auto;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zcglImg:hover::before {
  animation: circles 5s infinite linear;
}
.zcglItem .decri {
  font-size: 22px;
  color: #00797c;
}
.zcglImg:hover > img {
  animation: fanzhuan 1s infinite linear;
}
@keyframes fanzhuan {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateY(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateY(360deg);
  }
}
@keyframes circles {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes circles2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.linkList .news_title {
  width: 1460px;
  margin: 0 auto 20px;
  max-width: 92%;
  overflow: hidden;
}
.linkList ul {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
  overflow: hidden;
}
.linkList li {
  overflow: hidden;
  float: left;
  width: 23.356%;
  margin-right: 2.192%;
}
.linkList li img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.linkList li:hover img {
  transform: scale(1.1);
}
.linkList li:hover p {
  color: #00797c;
}
.linkList li:nth-child(4) {
  margin-right: 0;
}
.linkList {
  /*background: url(../images/link_bg.jpg) center bottom no-repeat;*/
  padding: 2vw 0 1vw;
}
.linkList li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
  line-height: 50px;
}
.footer {
  background: #00797c;
}
.footerCont {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
  overflow: hidden;
  padding: 40px 0 50px;
}
.footerLeft {
  float: left;
}
.footLogo {
  display: block;
  margin-bottom: 20px;
}
.footLogo img {
  display: block;
  max-width: 100%;
}
.footerLeft p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.linkBar a {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 16px;
  color: #ffffff;
}
.frLink h2 {
  margin-bottom: 35px;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.frLink {
  margin-top: 48px;
  padding-left: 40px;
  margin-left: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.43);
  float: left;
  width: 600px;
}
.frLink a {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  float: left;
  width: 33.33%;
  transition: all 0.5s;
}
.frLink a:hover {
  opacity: 0.5;
}
.scan {
  margin-top: 50px;
  float: right;
  overflow: hidden;
  background: #02525a;
}
.scanImg {
  float: left;
}
.scanImg img {
  display: block;
}
.scan p {
  float: left;
  box-sizing: border-box;
  width: 45px;
  padding: 15px 15px 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 17px;
}
.copyRight {
  font-size: 15px;
  text-align: center;
  background: #00797c;
  color: rgba(255, 255, 255, 1);
  padding: 18px 0;
}
.copyRight a {
  margin-right: 50px;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s;
}
.copyRight a:hover {
  color: #ffffff;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
  display: none;
}
/* 弹出层样式 */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中 */
  background-color: white;
  padding: 20px;
  width: 400px;
  height: 200px;
  display: none;
}
.popup h2 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 50px;
}
.popup p a {
  width: 130px;
  height: 36px;

  text-align: center;
  background: #087f85;
  line-height: 36px;
  color: #fff;
  font-size: 22px;
  margin: 0 20px;
  display: inline-block;
}
/* 关闭按钮样式 */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
}
@media screen and (max-width: 1690px) {
  .nav li h2 {
    font-size: 16px;
  }
  .nav li dt {
    font-size: 14px;
  }
  .nav li h2 a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1480px) {
  .headerCont a.logo {
    margin-top: 25px;
  }
  .nav li h2 {
    font-size: 14px;
  }
  .headerCont a.logo img {
    height: 50px;
  }
  .header {
    height: 60px;
  }
  .nav {
    margin-top: 34px;
  }
  .searchCont {
    margin-top: 40px;
  }
  .oldbb {
    margin-top: 15px;
  }
  .topBanner {
    background-size: 100% auto;
  }
  .service::after {
    zoom: 0.8;
  }

  @media screen and (max-width: 1380px) {
    .frlink {
      width: 500px;
    }

    .service h4 {
      padding: 4px 90px 40px 0;
    }

    .service ul li {
      width: 140px;
      height: 140px;
      margin-left: 25px;
    }
    .service ul li .img-link {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 1280px) {
    .service h4 {
      padding: 4px 80px 40px 0;
    }
    .service ul li {
      width: 130px;
      height: 130px;
      margin-left: 10px;
    }
    .service ul li p {
      margin-top: 2px;
    }

    .oldbb {
      display: none;
    }
    .menu {
      display: block;
      background: url(../images/d1.png) center no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 4%;
      margin-top: 15px;
    }
    .menu.on {
      background: url(../images/d2.png) center no-repeat;
    }
    .header {
      height: 60px;
    }
    .headerCont a.logo img {
      height: 40px;
    }
    .headerCont a.logo {
      margin-top: 10px;
    }
    .nav {
      width: 160px;
      position: fixed;
      margin: 0;
      z-index: 10;
      background: rgb(8, 127, 133);
      left: -110%;
      top: 60px;
      bottom: 0;
    }
    .nav li {
      float: none;
      margin: 0;
    }
    .nav li dl {
      position: static;
      padding: 10px 0;
      text-align: left;
    }
    .nav li dl::after {
      display: none;
    }
    .nav li h2 {
      border-radius: 0;
    }
    .studentsImg {
      height: 20vw;
    }
    .homeEnter {
      display: none;
    }
    .searchCont {
      display: none;
    }
    .nav li dl dt {
      text-indent: 30px;
    }
    .nav li dl dt a {
      display: block;
    }
    .banner .swiper-pagination-bullet-active {
      width: 64px;
    }
    .banner .swiper-pagination-bullet {
      font-size: 14px;
    }
    .frLink {
      display: none;
    }
    .zcglItem {
      width: 16%;
    }
    .cellBanner {
      margin: 0px auto 40px;
    }
  }

  @media screen and (max-width: 1080px) {
    .newsImg {
      float: none;
      width: 100%;
      height: auto;
    }
    .newsArt {
      float: none;
      width: 100%;
      height: auto;
      padding: 20px;
    }
    .newsCont {
      margin: 0px auto 20px;
    }
    .news_title {
      padding: 50px 0 25px;
    }
    .news_title h2 {
      font-size: 24px;
    }
    .news_title h2 span {
      font-size: 13px;
      top: 38px;
    }

    .service h4 {
      font-size: 24px;
      margin: 0;
      background: none;
      padding: 0;
    }
    .service {
      margin-top: -20px;
      padding: 0;
    }
    .service ul li {
      width: 50%;
      padding: 0;
      margin-left: 0;
    }
    .linkList {
      padding: 2vw 0 3vw;
    }

    .news_left {
      float: none;
      width: 100%;
      padding: 0;
    }
    .news_title {
      padding: 30px 0 15px;
    }
    .news_title h2 span:before {
      top: 5px;
    }
    .newsArt h2 {
      font-size: 16px;
      line-height: 2;
      height: 64px;
    }
    .newsArt p {
      font-size: 14px;
      line-height: 2;
      height: 84px;
      margin: 10px 0 20px;
    }
    .newsSwiper .swiper-pagination {
      bottom: 25px !important;
    }
    .newsList li {
      padding: 10px 0;
      float: none !important;
      width: 100%;
    }
    .newsList li p {
      width: calc(100% - 70px);
      font-size: 15px;
    }
    .notice {
      float: none;
      width: 100%;
      margin-top: 20px;
    }
    .newsList li span {
      font-size: 14px;
    }
    .noticeTag {
      font-size: 15px;
    }
    .trends {
      margin: 20px 0;
      padding: 20px 0;
    }
    .trendsSlide {
      margin-bottom: 20px;
      float: none !important;
      width: 100%;
    }
    .trendsSlide li {
      font-size: 15px;
      line-height: 4;
    }
    .stInfor p {
      font-size: 14px;
      line-height: 2;
    }
    .studentSwiper {
      padding-bottom: 30px;
    }
    .studentSwiper .swiper-pagination span {
      width: 8px;
      height: 8px;
      margin: 0 3px;
    }
    .service::after {
      display: none;
    }
    .students {
      margin-bottom: 20px;
    }
    .service {
      /* padding: 20px 0; */
    }
    .service li {
      width: 50%;
      margin: 0 0 10px;
    }
    .serviceIcon {
      float: none;
      margin: 0 auto 10px;
    }
    .serviceTxt {
      text-align: center;
      float: none;
      margin: 0 auto;
      max-width: 80%;
      width: auto;
    }
    .serviceTxt::after {
      display: none;
    }
    .serviceTxt p {
      font-size: 14px;
      line-height: 21px;
    }
    .serviceTxt span {
      font-size: 12px;
      line-height: 21px;
      display: block;
    }
    .cellBanner {
      margin: 0px auto 10px;
    }
    .bg1 {
      padding: 25px 0 20px;
    }
    .servicePic {
      zoom: 0.7;
    }
    .serviceType p {
      font-size: 16px;
    }
    .zcglItem {
      margin-top: 10px;
      margin-bottom: 30px;
      zoom: 0.8;
    }
    .zcglItem .decri {
      font-size: 20px;
      font-weight: bold;
    }
    .zcglItem_r {
      zoom: 0.7;
    }
  }

  @media screen and (max-width: 1480px) {
    .studentsImg {
      height: 34vw;
    }
    .linkList li {
      height: 63px;
      overflow: hidden;
      width: 49%;
      margin: 0 0 5px;
    }
    .linkList li:nth-child(2n) {
      float: right;
    }
    .footerLeft {
      float: none;
      text-align: center;
    }
    .footLogo {
      max-width: 80%;
      margin: 0 auto 20px;
    }
    .footerLeft p {
      text-align: center;
      font-size: 14px;
    }
    .scan {
      float: none;
      margin: 20px auto 0;
      width: 117px;
    }
    .scan p {
      float: none;
      width: 100%;
      line-height: 2;
      text-align: center;
      padding: 0;
    }
    .footerCont {
      padding: 20px 0;
    }
    .copyRight {
      font-size: 12px;
      padding: 12px 4%;
      line-height: 1.5;
    }
    .copyRight a {
      display: block;
      margin: 0;
    }
    .popup {
      width: 80%;
    }
    .popup p a {
      width: 80%;
      margin-bottom: 5px;
    }
    .bg1 {
      padding: 20px 0 20px;
      background-size: 100%;
    }
    .news_title {
      padding: 10px 0 15px;
      margin-bottom: 10px !important;
    }
    .news_title h2 span {
      top: 19px;
    }
    .serviceCont {
      background-size: 100%;
      padding-bottom: 60px;
      padding-top: 20px;
    }
    .serviceType {
      margin-top: 20px;
      width: 50%;
    }
    .zcglItem {
      width: 50%;
    }
    .zcglItem_r {
      zoom: 1;
      margin: 0 auto;
      float: none;
    }
    .zcglCont {
      padding-bottom: 40px;
      padding-top: 30px;
    }
    .zcglItem_r img {
      margin-top: 0;
    }
    .noticeDate p {
      font-size: 28px;
    }
    .banner .swiper-pagination {
      bottom: 15px !important;
    }
    .pcshow {
      display: none;
    }
    .wapshow {
      display: block;
    }

    .nextweek {
      margin-top: -20px;
      margin-bottom: 50px;
    }
    .nextweek .week_box {
      width: 100%;
    }
    .service ul {
      flex-wrap: wrap;
    }
    .service ul li {
      width: 33.3%;
    }
  }
}

.footer-box {
  width: 100%;
  min-height: 232px;
  background: url(../images/foot-bj.jpg) no-repeat center center;
  background-size: cover;
}

.contain-box {
  width: 1460px;
  margin: 0 auto;
}

.contain-box .flogo {
  width: 40%;
  margin-top: 60px;
  float: left;
  text-align: center;
}

.contain-box .fcontact {
  width: 30%;
  margin-top: 60px;
  float: left;
}

.contain-box .fcontact h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.contain-box .fcontact p {
  color: #ffffff;
  margin-bottom: 5px;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
}

.contain-box .fwx {
  width: 30%;
  margin-top: 60px;
  color: #fff;
  font-size: 14px;

  float: left;
}
.contain-box .fwx .outer {
  display: flex;
  justify-content: flex-end;
}

.contain-box .fwx .swx {
  margin-right: 20px;
}
.contain-box .fwx .swx:last-child {
  margin-right: 0;
}
.contain-box .fwx img {
  width: 106px;
  height: 106px;
}
.contain-box .fwx span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .contain-box {
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  .contain-box .flogo {
    float: none;
    width: auto;
    text-align: center;
    padding-top: 20px;
    box-sizing: content-box;
    overflow: hidden;
    margin-top: 10px;
  }
  .contain-box .flogo img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .contain-box .fcontact {
    float: none;
    width: auto;
    padding: 0 5%;
    box-sizing: content-box;
    overflow: hidden;
    margin: 40px 0;
  }
  .contain-box .fcontact p {
    font-size: 14px !important;
  }
  .contain-box .fwx {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 10px;
  }
  .contain-box .fwx .outer {
    justify-content: flex-start;
    padding-left: 2%;
    padding-bottom: 20px;
    width: 232px;
    margin: 20px auto;
  }
}

.flink ul {
  text-indent: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.flink ul li {
  font-size: 16px;
  margin-top: 10px;
  margin-right: 10px;
}

.telList li {
  font-size: 15px;
  padding: 10px 0 10px 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;

  background: url('../images/tel.png') no-repeat left center;
}

@media screen and (max-width: 768px) {
  .telList li {
    width: 100%;
    float: none;
  }
  .account_title div {
    font-size: 24px !important;
  }
}

.account {
  background: #fff;
  border-radius: 10px;
}
.account h3 {
  margin-bottom: 0 !important;
}
.account_title {
  padding: 0 10px;
  display: flex;
}
.account_title div {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 42px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  transition: all 0.7s ease-out 0s;
}
.account_title div.active {
  color: #00797c;
  border-bottom: 2px solid #00797c;
}
.account_body {
  padding: 10px 20px;
  font-size: 15px;
}
.account_body div {
  display: none;
}
.account_body div.active {
  display: block;
}
.account_body p {
  line-height: 25px;
}

.slogan {
  position: absolute;
  left: 580px;
  top: 40px;
}
.header2 .slogan {
  display: none;
}
