
.container {
  width: 100%;
  height: auto;
}

.container .top {
  position: relative;
  width: 100%;
  height: auto;
}

.container .top .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 180rem;
}

.container .top .header.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.container .top .header:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
		  color:#000;
}

.container .top .header .logo {
  width: auto;
}

.container .top .header .logo img {
  width: 100rem;
}

.container .top .header ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .top .header ul li {
  width: 180rem;
  height: 110rem;
  position: relative;
}

.container .top .header ul li:hover .subnav {
  max-height: 380rem;
}

.container .top .header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18rem;
  color: #fff;
}
.container .top .active ul li a,.container .top .header:hover ul li a{
	color: #000;
}
.container .top .header ul li a:hover {
  color: #41aae0;
}

.container .top .header ul li .subnav {
  position: absolute;
  top: 110rem;
  width: 100%;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.container .top .header ul li .subnav a {
  width: 100%;
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16rem;
}

.container .top .header .qiehuan {
  width: 400rem;
  height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/hbg.png) center no-repeat;
  background-size: 100% 100%;
}

.container .top .header .qiehuan a {
  width: 30%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18rem;
  color: #000;
}

.container .top .header .qiehuan a:hover {
  color: #41aae0;
}

.container .top .header .qiehuan a:first-child {
  width: 70%;
}

.container .top .header_mobile {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
}

.container .top .header_mobile .mheader {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}

.container .top .header_mobile .mheader img {
  width: 80px;
}

.container .top .header_mobile .mheader .menu {
  margin-left: 25px;
  width: 30px;
}

.container .top .header_mobile .mheader .mheader1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .top .header_mobile .mheader .mheader1 p {
  color: #000;
  font-size: 15px;
}

.container .top .header_mobile .mnavlist {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: auto;
  top: 70px;
  left: 0;
  z-index: 999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .top .header_mobile .mnavlist ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .top .header_mobile .mnavlist ul li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #F5F5F5;
}

.container .top .header_mobile .mnavlist ul li a {
  font-size: 14px;
  color: #333;
}

.container .top .header_mobile .mnavlist ul li .ttopp {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .top .header_mobile .mnavlist ul li .ttopp img {
  width: 25px;
}

.container .top .header_mobile .mnavlist ul li .msubnav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  background-color: #FAF9F9;
}

.container .top .header_mobile .mnavlist ul li .msubnav.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.container .top .header_mobile .mnavlist ul li .msubnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  text-align: center;
}

.container .top .banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.container .top .banner .bannerswiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container .top .banner .bannerswiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.container .top .banner .mmbannerswiper-container {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container .top .banner .mmbannerswiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.container .top .banner .img {
  width: 100%;
  height: 100%;
}

.container .top .banner .img img {
  width: 100%;
  height: 100%;
}

.container .top .banner .wenzi {
  position: absolute;
  top: 370rem;
  left: 180rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .top .banner .wenzi p {
  color: #fff;
  font-size: 36rem;
}

.container .top .banner .wenzi span {
  color: #fff;
  font-size: 40rem;
}

.container .content {
  width: 100%;
  height: auto;
}

.container .content .about {
  width: 100%;
  height: 860rem;
  background: url(../img/about_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.container .content .about .aboutcccc {
  width: 100%;
  height: auto;
  padding: 80rem 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .about .aboutcccc .about_top {
  margin-bottom: 80rem;
  width: 100%;
  height: 460rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .about .aboutcccc .about_top .about_left {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .about .aboutcccc .about_top .about_left h2 {
  font-size: 40rem;
  color: #000;
}

.container .content .about .aboutcccc .about_top .about_left p {
  margin-bottom: 45rem;
  color: #000;
  font-size: 28rem;
}

.container .content .about .aboutcccc .about_top .about_left span {
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
}

.container .content .about .aboutcccc .about_top .about_left a {
  margin-top: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160rem;
  height: 50rem;
  border: 1px solid #999;
  font-size: 16rem;
  color: #999;
  border-radius: 10px;
}

.container .content .about .aboutcccc .about_top .about_right {
  height: auto;
  width: 45%;
}

.container .content .about .aboutcccc .about_top .about_right .sp {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .about .aboutcccc .about_top .about_right .sp .video {
  width: 100%;
  height: 100%;
}

.container .content .about .aboutcccc .about_top .about_right .sp video {
  width: 100%;
  max-height: 460px;
}

.container .content .about .aboutcccc .about_top .about_right .sp .bf {
  width: 78rem;
  height: 78rem;
  position: absolute;
}

.container .content .about .aboutcccc .about_bottom {
  width: 100%;
  height: 170rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .about .aboutcccc .about_bottom ul {
  width: 100%;
  height: 170rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .about .aboutcccc .about_bottom ul li {
  width: 33.3%;
  height: 170rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(2) {
  background-color: #EBEBEB;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(3) {
  background-color: #999999;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(3) .ab p {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(3) .ab span {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(3) i {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(4) {
  background-color: #707070;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(4) .ab p {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(4) .ab span {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li:nth-child(4) i {
  color: #fff;
}

.container .content .about .aboutcccc .about_bottom ul li .ab {
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80rem;
}

.container .content .about .aboutcccc .about_bottom ul li .ab p {
  color: #000;
  font-size: 56rem;
  margin-right: 10rem;
}

.container .content .about .aboutcccc .about_bottom ul li .ab span {
  color: #000;
  font-size: 16rem;
}

.container .content .about .aboutcccc .about_bottom ul li i {
  color: #000;
  font-size: 16rem;
}

.container .content .news {
  width: 100%;
  height: 1160rem;
  background: url(../img/zx_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80rem 180rem;
}

.container .content .news .newscccc {
  width: 100%;
  height: auto;
}

.container .content .news .newscccc .newstitle {
  margin-bottom: 50rem;
  width: 100%;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .news .newscccc .newstitle h2 {
  color: #000;
  font-size: 40rem;
}

.container .content .news .newscccc .newstitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160rem;
  height: 50rem;
  border: 1px solid #999;
  font-size: 16rem;
  color: #999;
  border-radius: 10px;
}

.container .content .news .newscccc .newszhanshi {
  width: 100%;
  height: 600rem;
}

.container .content .news .newscccc .newszhanshi ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .news .newscccc .newszhanshi ul li {
  position: relative;
  width: 19%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.container .content .news .newscccc .newszhanshi ul li.active {
  width: 38%;
  height: 100%;
}

.container .content .news .newscccc .newszhanshi ul li .dibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .content .news .newscccc .newszhanshi ul li .nrr {
  position: absolute;
  top: 85rem;
  left: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .news .newscccc .newszhanshi ul li .nrr img {
  width: auto;
  margin-bottom: 25rem;
}

.container .content .news .newscccc .newszhanshi ul li .nrr p {
  color: #fff;
  font-size: 32rem;
  font-weight: bold;
}

.container .content .news .newscccc .newszhanshi ul li .nrr span {
  color: #fff;
  font-size: 16rem;
}

.container .content .news .newscccc .newslunbo {
  margin-top: 50rem;
  position: relative;
  width: 100%;
  height: 300rem;
}

.container .content .news .newscccc .newslunbo .swiper-container {
  width: 100%;
  height: 100%;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide {
  width: 465rem;
  height: 250rem;
  background-color: #ffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .c_top {
  margin-bottom: 20rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .c_top .date {
  margin-right: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .c_top .date p {
  color: #a0d9f6;
  font-size: 44rem;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .c_top .date span {
  color: #a0d9f6;
  font-size: 24rem;
  margin-left: 10rem;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .c_top i {
  color: #999;
  font-size: 18rem;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .ms {
  width: 100%;
  height: auto;
  margin-bottom: 45rem;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc .ms p {
  width: 100%;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24rem;
  color: #000;
}

.container .content .news .newscccc .newslunbo .swiper-container .swiper-slide .concc a {
  color: #999;
  font-size: 18rem;
}

.container .content .news .newscccc .newslunbo .arrow_right {
  position: absolute;
  right: -50rem;
  top: 90rem;
  width: 62px;
  height: 62px;
  z-index: 999;
  cursor: pointer;
}

.container .content .news .newscccc .newslunbo .arrow_right img {
  width: 100%;
  height: 100%;
}

.container .content .news .newscccc .newslunbo .arrow_left {
  position: absolute;
  left: -50rem;
  top: 90rem;
  width: 62px;
  height: 62px;
  z-index: 999;
  cursor: pointer;
}

.container .content .news .newscccc .newslunbo .arrow_left img {
  width: 100%;
  height: 100%;
}

.container .content .news .newscccc .newslunbo_mobile {
  display: none;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container {
  width: 100%;
  height: 100%;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide {
  width: 100%;
  height: 200px;
  background-color: #ffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .c_top {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .c_top .date {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .c_top .date p {
  color: #a0d9f6;
  font-size: 25px;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .c_top .date span {
  color: #a0d9f6;
  font-size: 18px;
  margin-left: 10px;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .c_top i {
  color: #999;
  font-size: 15px;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .ms {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc .ms p {
  width: 100%;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}

.container .content .news .newscccc .newslunbo_mobile .swiper-container .swiper-slide .concc a {
  color: #999;
  font-size: 15px;
}

.container .content .wenhua {
  width: 100%;
  height: 650rem;
  background: url(../img/wh_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 0 180rem;
}

.container .content .wenhua .whccc {
  width: 100%;
  height: 650rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .wenhua .whccc h2 {
  font-size: 40rem;
  margin-bottom: 30rem;
}

.container .content .wenhua .whccc ul {
  width: 100%;
  height: 250rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .wenhua .whccc ul li {
  width: 25%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.container .content .wenhua .whccc ul li:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .content .wenhua .whccc ul li p {
  color: #000;
  font-size: 28rem;
  font-weight: bold;
}

.container .content .wenhua .whccc ul li span {
  margin: 35rem 0;
  color: #000;
  font-size: 22rem;
  margin-top: 25rem;
}

.container .content .wenhua .whccc ul li a {
  width: 160rem;
  height: 50rem;
  border: 1px solid #666;
  border-radius: 5px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16rem;
  color: #666;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.container .content .dangjian {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90rem 180rem;
}

.container .content .dangjian .djcccc {
  width: 100%;
  height: auto;
}

.container .content .dangjian .djcccc .djtop {
  margin-bottom: 55rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .dangjian .djcccc .djtop h2 {
  font-size: 40rem;
  color: #000;
}

.container .content .dangjian .djcccc .djtop .xuanze {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .dangjian .djcccc .djtop .xuanze .xz {
  margin-right: 40rem;
  width: auto;
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}

.container .content .dangjian .djcccc .djtop .xuanze .xz::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #a0d9f6;
  border-radius: 5px;
  display: none;
}

.container .content .dangjian .djcccc .djtop .xuanze .xz.active p {
  color: #a0d9f6;
}

.container .content .dangjian .djcccc .djtop .xuanze .xz.active::after {
  display: block;
}

.container .content .dangjian .djcccc .djtop .xuanze .xz p {
  color: #333;
  font-size: 16rem;
}

.container .content .dangjian .djcccc .djbottom {
  width: 100%;
  height: auto;
}

.container .content .dangjian .djcccc .djbottom .djlunbo {
  width: 100%;
  height: 410rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li {
  width: 31%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li a img {
  width: 100%;
  height: 260rem;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li a .neccc {
  margin-top: -40rem;
  width: 90%;
  height: 185rem;
  background-color: #f7f7f7;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li a .neccc p {
  color: #333;
  font-size: 18rem;
  margin-bottom: 50rem;
  height: 60rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li a .neccc span {
  color: #757575;
  font-size: 18rem;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb {
  width: 100%;
  height: 410rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a {
  width: 100%;
  height: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15rem;
  padding-bottom: 15rem;
  margin: 10rem 0;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a:first-child {
  padding-top: 0;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a p {
  color: #5a5a5a;
  font-size: 16rem;
  height: 50rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25rem;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a .date {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a .date span {
  width: auto;
  padding:5px 10px;
  height: 22rem;
  background-color: #a0d9f6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 14rem;
  margin-right: 15rem;
}

.container .content .dangjian .djcccc .djbottom .djlunbo ul li .liebb a .date i {
  color: #757575;
  font-size: 16rem;
}

.container .content .dangjian .djcccc .djbottom .djdibu {
  margin-top: 50rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container .content .dangjian .djcccc .djbottom .djdibu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160rem;
  height: 50rem;
  border: 1px solid #999;
  font-size: 16rem;
  color: #999;
  border-radius: 10px;
}

.container .content .chanye {
  width: 100%;
  height: auto;
}

.container .content .chanye .chanye1 {
  width: 100%;
  height: 600rem;
  background: url(../img/d_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 80rem 180rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .chanye .chanye1 .cy1cccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .chanye .chanye1 .cy1cccc h2 {
  color: #333;
  font-size: 40rem;
  margin-bottom: 50rem;
}

.container .content .chanye .chanye1 .cy1cccc p {
  color: #333;
  font-size: 28rem;
  margin-bottom: 20rem;
}

.container .content .chanye .chanye1 .cy1cccc span {
  color: #333;
  font-size: 18rem;
  text-align: left;
  width: 80%;
  line-height: 30rem;
}

.container .content .chanye .chanye2 {
  width: 100%;
  height: 650rem;
  padding: 80rem 180rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .chanye .chanye2 ul {
  margin-top: -250rem;
  width: 100%;
  height: 650rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}

.container .content .chanye .chanye2 ul li {
  position: relative;
  width: 25%;
  height: 290rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .chanye .chanye2 ul li::after {
  content: '';
  position: absolute;
  top: 60rem;
  right: 0;
  width: 2px;
  height: 200rem;
  z-index: 99;
  background-color: #EBEBEB;
}

.container .content .chanye .chanye2 ul li:nth-child(4n)::after {
  display: none;
}

.container .content .chanye .chanye2 ul li img {
  width: auto;
  height: 94rem;
  margin-bottom: 20rem;
}

.container .content .chanye .chanye2 ul li p {
  color: #333;
  font-size: 22rem;
}

.container .content .chanye .chanye2 ul li span {
  margin: 15rem 0;
  color: #333;
  font-size: 16rem;
  text-align:center;
}

.container .content .chanye .chanye2 ul li a {
  width: 55rem;
  height: 55rem;
  background-color: #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50rem;
  color: #fff;
  font-weight: normal;
  line-height: 50rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Courier New', Courier, monospace;
}

.container .content .chanye .chanye2 ul li a:hover {
  font-size: 65rem;
}

.container .footer {
  width: 100%;
  height: auto;
  background-color: #a0d9f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55rem 180rem;
}

.container .footer .footercccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .footer .footercccc .f_left {
  width: 285rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-right: 1px solid #67c5f4;
}

.container .footer .footercccc .f_left .logo {
  margin-bottom: 20rem;
  width: 175rem;
  height: 92rem;
}

.container .footer .footercccc .f_left .logo img {
  width: 100%;
}

.container .footer .footercccc .f_left .ewm {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .footer .footercccc .f_left .ewm .ewm1 {
  margin-right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .footer .footercccc .f_left .ewm .ewm1 img {
  width: 100rem;
  height: 100rem;
  margin-bottom: 10rem;
}

.container .footer .footercccc .f_left .ewm .ewm1 p {
  color: #333;
  font-size: 14rem;
}

.container .footer .footercccc .f_mid {
  margin-right: 25rem;
  width: 720rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 35rem;
  border-right: 1px solid #67c5f4;
}

.container .footer .footercccc .f_mid .f1 {
  width: 115rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .footer .footercccc .f_mid .f1 span {
  color: #333;
  font-size: 18rem;
  margin-bottom: 20rem;
  font-weight:bold;
}

.container .footer .footercccc .f_mid .f1 ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .footer .footercccc .f_mid .f1 ul li {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}

.container .footer .footercccc .f_mid .f1 ul li a {
  width: 100%;
  height: auto;
  font-size: 16rem;
  color: #333;
}

.container .footer .footercccc .f_right {
  width: 455rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .footer .footercccc .f_right i {
  font-size: 18rem;
  color: #333;
  color: #333;
  margin-bottom: 20rem;
  font-weight:bold;
}

.container .footer .footercccc .f_right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #333;
  font-size: 16rem;
  margin-bottom: 13rem;
}

.container .footer .footercccc .f_right p span {
  color: #000;
  font-size: 24rem;
}

.container .footer .footercccc .f_right .link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .footer .footercccc .f_right .link a {
  color: #333;
  margin: 0;
  margin-bottom: 13rem;
  margin-left: 10rem;
  font-size: 15rem;
}

.container .f_di {
  width: 100%;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #41aae0;
}

.container .f_di p {
  color: #fff;
  font-size: 15rem;
}

.container .f_di a {
  color: #fff;
  font-size: 15rem;
}
.p_list img{width:70%;}
/*# sourceMappingURL=style.css.map */
.contactlt{float:left;width:40%;padding:150px 40px;font-size:16rem;}
.contactrl{float:right;width:60%;height:auto;padding:15px 5px;}
.contactrl img{width:100%;}
@media (max-width: 999px) {
.profileContent p img{width:90%;}
}


dd.subcat{
	padding-left:8px;
}
.zhaopindd{cursor:pointer;}
.seconddiv{
	width:75% !important;
}

.content{
	width: 100%;
    padding: 20rem 180rem;
	background-color: #f9f8fa;
}
.crumbs-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 0;
}

.contentdiv .p_list img{text-align:center;margin: 0 auto;}
.ProfileCenter {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.ProfileCenter .profileList {
    background: #fff;
    width: 20%
}

.ProfileCenter .profileList dt {
    width: 100%;
    line-height: 80rem;
    height: 80rem;
    background: #aaabab;
    text-align: center;
    color: #000;
    font-size: 27rem;
}

.ProfileCenter .profileList dt i {
    position: relative;
    top: 6px;
    left: -8px
}

.ProfileCenter .profileList a {
    display: inline-block;
    height: 50rem;
    width: 100%;
    padding-left: 34rem;
    border-left: 5rem solid #fff;
    line-height: 50rem;
    text-align: left;
    color: #000;
    font-size: 18rem;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.newslist li{
	
	
}
.ProfileCenter .profileList a i {
    position: relative;
    top: 6rem;
    left: -8rem
}

.ProfileCenter .profileList a [class*=active] {
    display: none
}

.ProfileCenter .profileList a.active {
    background: #f5f5f5;
    border-left: 5rem solid #aaabab
}

.ProfileCenter .profileList a.active i {
    display: none
}

.ProfileCenter .profileList a.active [class*=active] {
    display: inline-block
}

.ProfileCenter .profileright {
    width: 79%;
    min-height: 700rem;
    float: right;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5rem #f9f8fa;
    box-shadow: 0 0 5rem #f9f8fa;
    padding: 60rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40rem;
    padding: 0;
    background: #f9f8fa
}

.ProfileCenter .profileContent {
    padding: 20rem;
    background: #fff;
    margin-bottom: 20rem
}

.ProfileCenter .profileContent:nth-last-of-type(1) {
    margin-bottom: 0
}

.ProfileCenter .profileContent .briefimg {
    padding-right: 20rem
}

.ProfileCenter .profileContent h2 {
    color: #333;
    font-size: 28rem;
    font-weight: 700;
    /* border-left: 8px solid #aaabab; */
    font-size: 24rem;
    margin-bottom: 30rem;
	text-align:center;
}

.ProfileCenter .profileContent .profile-table table {
    margin-left: 40rem
}

.ProfileCenter .profileContent .profile-table table td {
    font-size: 18rem;
    line-height: 1.6em;
    padding: 10rem 0;
    color: #666
}

.ProfileCenter .profileContent .profile-table table td:nth-of-type(1) {
    width: 90px;
    color: #333;
    font-weight: 700
}

.ProfileCenter .profileContent .update-time {
    text-align: right
}
.seconddiv{
	width:75% !important;
}
.ProfileCenter .profileContent p {
    padding-left: 0px;
    margin-bottom: 10px;
    color: #666;
    font-size: 18rem;
	
}
.e_text-8{
	text-align:center;
}

.ProfileCenter .profileContent p strong {
    font-weight: 700
}

.ProfileCenter .profileContent p.update-time {
    color: #666;
    margin-top: 10px
}

.ProfileCenter .profileContent .fieldType {
    padding-left: 90px;
    position: relative
}

.ProfileCenter .profileContent .fieldType .fieldbutton {
    display: inline-block;
    width: 126px;
    height: 36px;
    line-height: 36px;
    background: #aaabab;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

.ProfileCenter .profileContent .fieldType i {
    margin-right: 5px;
    position: relative;
    top: 2px
}
.module-title .chi {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.pagein-category {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 30px;
}
.pagein-category .bd {
  max-width: 1400px;
  margin: 0 auto;
}
.pagein-category .link-a {
  float: left;
  line-height: 80px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  color: #333;
  margin: 12px 30px 0 0;
}
.pagein-category .link-a:before {
  content: '';
  width: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b9cca), to(#12538f));
  background-image: linear-gradient(to right, #5b9cca, #12538f);
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-category .link-a:hover:before {
  width: 100%;
}
.pagein-category .activity:before {
  width: 100%;
}
.pagein-categorybtn .link-a {
  line-height: 48px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
  padding: 0 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border-radius: 30px;
}
.pagein-categorybtn .link-a:hover {
  background: #fff;
  color: #8ac6e8;
}
.pagein-categorybtn .activity {
  background: #fff;
  color: #8ac6e8;
}
.pagein-newslist {
  position: relative;
  z-index: 2;
}
.pagein-newslist .module-title {
  text-align: center;
  padding: 90px 0 50px 0;
}
.pagein-newslist .pagein-categorybtn {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #8ac6e8;
  padding-bottom: 50px;
}
.pagein-newslist .pagein-categorybtn .link-a {
  border-color: #8ac6e8;
  color: #333;
}
.pagein-newslist .pagein-categorybtn .activity {
  background-image: linear-gradient(to right, #88c4e6, #95cfed);
  color: #6a602a;
  border: 0;
  line-height: 50px;
}
.pagein-newslist .bd .nolist {
  text-align: center;
  padding: 0  0 100px 0 ;
  font-size: 30px;
}
.pagein-newslist .bd ul {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 40px;
}
.pagein-newslist .bd ul li {
  float: left;
  width: 33.33%;
  padding: 0 15px 20px 15px;
}
.pagein-newslist .bd ul li .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
}
.pagein-newslist .bd ul li .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 312px;
}
.pagein-newslist .bd ul li .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.pagein-newslist .bd ul li .tr-item {
  position: relative;
  height: 200px;
  background: #fff;
  padding: 40px 30px 0 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-newslist .bd ul li .tr-item .time {
  padding: 0 0 26px 0;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  color: #8ac6e8;
  line-height: 1;
  display: block;
}
.pagein-newslist .bd ul li .tr-item .name {
  font-size: 22px;
  line-height: 28px;
  height: 100px;
  overflow: hidden;
  color: #4c4c4c;
  position: relative;
  z-index: 2;
}
.pagein-newslist .bd ul li .tr-item .more {
  font-size: 16px;
  padding-top: 16px;
  display: block;
  color: #666666;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.pagein-newslist .bd ul li .tr-item .more:after {
  content: '\e62d';
  font-family: 'webicon';
  font-size: 12px;
  width: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  color: #fff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b9cca), to(#12538f));
  background-image: linear-gradient(to right, #5b9cca, #12538f);
}
.pagein-newslist .bd ul li .tr:hover {
  -webkit-transform: translate3d(0, -10px, 0px);
  transform: translate3d(0, -10px, 0px);
  -webkit-box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
  box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
}
.pagein-newslist .bd ul li .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pagein-newslist .bd ul li .tr:hover .tr-item .name {
  color: #8ac6e8;
}
.pagein-newslist .wenzi .newslist li{
	width:100%;
	padding: 10px 15px;
	margin: 20px 0;
	color: #4c4c4c;
	border-bottom:solid 1px #888;
}
.pagein-newslist .wenzi ul {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.pagein-newslist .wenzi ul.newslist li .tr-item{
	padding: 15px 15px 15px;min-height:90px;height: auto;
}
.newslist .tr-item div{
	float:left;
	padding: 14rem 0 14rem 10rem !important;height:auto !important;
	line-height:35rem;
	font-size:18rem;
}

.newslist .tr-item{
	clear:both;height:63rem;
}
.newslist .tr-item div.name{
	float:left;width:78%;
}
.newslist .tr-item div.time{
	float:right;margin-right:20rem;width:auto
}
.pagein-newslist .wenzi ul li .tr-item{
	background: #fff;transition: all 0.2s linear;
}
.pagein-newslist .wenzi ul li .tr-item .name {
    font-size: 22rem;
    line-height: 28rem;
    height: 100rem;
	white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.pagein-newslist .wenzi ul li:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff;
	color: #88c4e6;
}
.pagein-newslist .wenzi ul li .tr-item .name:hover{
	color: #88c4e6;
}
.pagein-newslist .wenzi .newslist li .tr-item:hover {
    height:auto;
}
.pagein-newslist .wenzi .newslist li:hover {
    height:auto;
}

.resource-list-img-layer {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.resource-list-img-layer.show22 {
  opacity: 1;
  visibility: visible;
}

.resource-list-img-layer img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
.resource-list-img-layer img,.resource-list-img-layer video {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}
.ProfileCenter .profileright{width:100%;clear:both;}
.p_loopitem {
    float:left;
	width:33%;height: 305rem;overflow:hidden;
}
.coverImage img {
    width: 90%;
    
}

.coverImage {
    margin: 5px auto;
    text-align: center;
    height: 300rem;
    overflow: hidden;
}

.profileContent .honorJXK .timeLine-box {
    display: none;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px
}

.profileContent .honorJXK .timeLine-box .honor-title {
    width: 100%;
    padding-bottom: 45px;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    text-align: center
}

.profileContent .honorJXK .timeLine-box .honor-location {
    width: 22px;
    height: 30px;
    margin: 0 auto
}

.profileContent .honorJXK .timeLine-box .timeLine {
    width: 100%
}

.profileContent .honorJXK .timeLine-box .timeLine .item {
    position: relative;
    overflow: hidden;
    margin-top: -15px
}

.profileContent .honorJXK .timeLine-box .timeLine .item:first-child {
    padding-top: 40px;
    margin-top: 0
}

.profileContent .honorJXK .timeLine-box .timeLine .item .hornor-point {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -8px
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt {
    position: relative;
    width: 48%;
    background-color: #f2f3f3;
    border-radius: 5px;
	border:1px solid #306cff;
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt .hornor-content {
    padding: 20px;
    word-break: break-all
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt .hornor-content p {
    margin-top: 28px;
    line-height: 30px;
    font-size: 18rem;
    color: #666;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt .hornor-content p:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
	margin-top:20px;
}
.sprite-profileContent_point {
    width: 16px;
    height: 16px;
	display: inline-block;
    background-image: url(/static/index/img/licengdian.png);
}
.sprite-profileContent_location {
    width: 23px;
    height: 30px;
	display: inline-block;
    background-image: url(/static/index/img/licengdian1.png);
}
.profileContent .honorJXK .timeLine-box .timeLine .item .txt .hornor-content p:nth-of-type(1) {
    margin-top: 0
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt:hover .hornor-content p {
    color: #306cff
}

.profileContent .honorJXK .timeLine-box .timeLine .item .txt:hover .hornor-content p:before {
    background-color: #306cff
}

.profileContent .honorJXK .timeLine-box .timeLine .item .hornor-content-last {
    height: 100px
}

.profileContent .honorJXK .timeLine-box .timeLine .item .date-box {
    font-size: 24px;
    color: #306cff
}

.profileContent .honorJXK .timeLine-box .timeLine .item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #ccc
}

.profileContent .honorJXK .timeLine-box .timeLine .item-odd .txt {
    float: right
}

.profileContent .honorJXK .timeLine-box .timeLine .item-odd .date-box {
    position: absolute;
    top: 40%;
    right: 50%;
    margin-right: 20px
}

.profileContent .honorJXK .timeLine-box .timeLine .item-odd:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #306cff transparent transparent
}

.profileContent .honorJXK .timeLine-box .timeLine .item-even .date-box {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: 20px
}

.profileContent .honorJXK .timeLine-box .timeLine .item-even:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 40%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #306cff
}

.profileContent .honorJXK .timeLine-box-active {
    display: block
}
.coverImage img {
    width: 80% !important;
}
.resource-list-img-layer img{
	width: 70% !important;
}
.about_right .sp iframe{
	width:100%;height:auto;
}
.about_right .sp iframe{
	width:450px;height:320px;
}
@media (max-width: 999px) {
.newslist .tr-item div{
	float: left;
    padding: 6px 0 6px 10px !important;
    line-height: 20px;
    font-size: 18rem;
}
.profileContent .honorJXK .timeLine-box .timeLine .item-even:after,.profileContent .honorJXK .timeLine-box .timeLine .item-odd:after{display:none;}
.about_right .sp iframe{
	width:100%;height:auto;
}
.ProfileCenter .profileList dl{display:none;}
.ProfileCenter .profileContent h2 {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
	text-align:center;
}
.wenzi p img{width:100% !important;height:auto !important;}
.contactlt{width:100%;padding:20px 5px;}
.contactrl{width:100%}
.crumbs-nav,.contactlt{font-size:14px;}
.profileList,{width:100% !important;clear: both;font-size:14px;}
.seconddiv{width:100% !important;clear: both;font-size:14px;}
.ProfileCenter .profileright{clear:both;min-height:auto;margin-bottom:14px;}
.ProfileCenter .profileList{width:100% !important;clear: both;font-size:14px;}
.ProfileCenter .profileList a,.ProfileCenter .profileList .subcat a{font-size:14px !important;}
.ProfileCenter .profileList dt{font-size:16px;}
.profileContent .honorJXK .timeLine-box .timeLine .item-odd .date-box{width:100%;position:static;}
.profileContent .honorJXK .timeLine-box{width:100%;position:static;}
.profileContent .honorJXK .timeLine-box .timeLine .item .txt{width:100%;position:static;}
.profileContent .honorJXK .timeLine-box .timeLine .item .txt .hornor-content p{font-size:14px;}
.profileContent .honorJXK .timeLine-box .timeLine .item-even .date-box{clear:both;display:block;position:static;}
.profileContent .honorJXK .timeLine-box .timeLine .item{margin-top:0px;}
.p_loopitem{width:100%;height:auto !important;}
.p_loopitem .s_title{text-align:center !important;}
.coverImage {
    margin: 5px auto;
    text-align: center;
    height: auto;
    overflow: hidden;
}
.content {
    padding: 20rem 40rem;
}
.profileContent .honorJXK .timeLine-box .timeLine .item-even .date-box{margin-left:0;}
.p_list img{width:100% !important;height:auto !important;}
.ProfileCenter .profileContent p,.newslist .tr-item div.name a,.newslist .tr-item div.time{font-size:14px;}
.newslist .tr-item div.name{width:67%;}
.ProfileCenter .profileContent{padding: 14px 7px;}
.newslist .tr-item div.time{margin-right:6px;}
.ProfileCenter .profileContent p{padding-left:0;text-align:left;}
.profileContent .honorJXK .timeLine-box .timeLine .item:before,.sprite-profileContent_location,.profileContent .honorJXK .timeLine-box .timeLine .item-even:after,.sprite-profileContent_point{
	background:none;
	
}

}


.pagination {
    padding-left : 0;
    margin       : 20px 0;
    border-radius: 4px
}

.pager li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position        : relative;
    float           : left;
    padding         : 6px 12px;
    line-height     : 1.42857143;
    text-decoration : none;
    color           : #337ab7;
    background-color: #fff;
    border          : 1px solid #ddd;
    margin-left     : -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left              : 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius   : 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius   : 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index         : 2;
    color           : #23527c;
    background-color: #eee;
    border-color    : #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index         : 3;
    color           : #fff;
    background-color: #337ab7;
    border-color    : #337ab7;
    cursor          : default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color           : #777;
    background-color: #fff;
    border-color    : #ddd;
    cursor          : not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding    : 10px 16px;
    font-size  : 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius   : 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius   : 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding    : 5px 10px;
    font-size  : 12px;
    line-height: 1.5
}

.badge,
.close,
.label {
    line-height: 1
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius   : 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius   : 3px
}

.pager {
    padding-left: 0;
    margin      : 20px 0;
    list-style  : none;
    text-align  : center
}

.pager li>a,
.pager li>span {
    display         : inline-block;
    padding         : 5px 14px;
    background-color: #fff;
    border          : 1px solid #ddd;
    border-radius   : 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration : none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color           : #777;
    background-color: #fff;
    cursor          : not-allowed
}
/* 笔记本/平板 */
@media (min-width: 769px) and (max-width: 1200px) {
  .container .top .banner .bannerswiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.about_right .sp iframe{
	width: 300px;
    height: 220px;
}
.container .content .about .aboutcccc .about_top .about_left{
	width:55%;
}

.ProfileCenter .profileList .subcat a {
    padding-left: 10px !important;
}
.profileContent img {width:90%}

.ProfileCenter .profileList .subcat a{
	font-size: 16rem;padding-left: 8px;
}

}



/* 小屏幕手机 */
@media (max-width: 768px) {
 .p_loopitem{height:auto ！important;}
}


/* 大屏桌面 */
@media (min-width: 1201px) {
  
}