@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  /* letter-spacing: 0.03em; */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

/*banner_start*/
.swiper-container {
  width: 100%;
  height: 65%;
  margin-top: 75px;
}

.swiper-container.indexbanner {
  position: relative;
}

.swiper-container.indexbanner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.swiper-container.indexbanner .sousuoc {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  z-index: 6;
  text-align: center;
}

@media (max-width: 767px) {
  .swiper-container.indexbanner .sousuoc {
    bottom: 15%;
  }
}

.swiper-container.indexbanner .sousuoc .ipuntc_c {
  display: inline-block;
  margin: 0 auto;
  width: 30%;
  position: relative;
}

@media (max-width: 1360px) and (min-width: 1291px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1290px) and (min-width: 1281px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c {
    width: 90%;
  }
}

.swiper-container.indexbanner .sousuoc .ipuntc_c .sousuobtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #d6000f;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.swiper-container.indexbanner .sousuoc .ipuntc_c .sousuobtn:hover {
  background-color: #ac000b;
}

.swiper-container.indexbanner .sousuoc .ipuntc_c .sousuobtn .iconfont {
  font-size: 1.8rem;
  color: #fff;
}

.swiper-container.indexbanner .sousuoc .ipuntc_c .susuobox {
  width: 100%;
  height: 45px;
  color: #333;
  padding: 0 20px;
  background: #fff;
  border: 0;
  /* border: 1px solid;
  border-color: #bbb; */
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: webkit-box-shadow 0.5s ease-in-out;
  -moz-transition: -moz-box-shadow 0.5s ease-in-out;
  -ms-transition: -ms-box-shadow 0.5s ease-in-out;
  -o-transition: -o-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .swiper-container.indexbanner .sousuoc .ipuntc_c .susuobox {
    height: 36px;
  }
}

.swiper-container.indexbanner .sousuoc .ipuntc_c .susuobox:focus {
  box-shadow: 0 0 8px rgba(78, 78, 78, 0.3);
}

@media (max-width: 767px) {
  .swiper-container {
    margin-top: 36px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-container {
    margin-top: 36px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .page_bannner {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.swiper-slide .page_bannner .banner_text {
  height: 100%;
  display: table;
}

@media (max-width: 767px) {
  .swiper-slide .page_bannner .banner_text {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-slide .page_bannner .banner_text {
    width: 100%;
  }
}

.swiper-slide .page_bannner .banner_text .showtext {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

@media (max-width: 767px) {
  .swiper-slide .page_bannner .banner_text .showtext {
    text-align: center;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-slide .page_bannner .banner_text .showtext {
    text-align: center;
  }
}

.swiper-slide .page_bannner .banner_text .showtext h1 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 3px rgba(0, 152, 32, 0.95);
  font-size: 3rem;
  /* line-height: 60px; */
  display: inline-block;
  position: relative;
}

.swiper-slide .page_bannner .banner_text .showtext h1 .bigtitle {
  margin-bottom: 5px;
  font-weight: 800;
}

.swiper-slide .page_bannner .banner_text .showtext h1 .smalltitle {
  font-size: 1.3rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  position: relative;
  /* padding: 0 55px; */
  display: inline-block;
}

/* .swiper-slide .page_bannner .banner_text .showtext h1 .smalltitle .topline {
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}


.swiper-slide .page_bannner .banner_text .showtext h1 .smalltitle .bottomline {
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
} */

/* .swiper-slide .page_bannner .banner_text .showtext h1 .lefttop {
	position: absolute;
	top: -12px;
	left: -50px;
	width: 25px;
	height: 25px;
	border-left: 1px solid rgba(255, 255, 255, 1);
	border-top: 1px solid rgba(255, 255, 255, 1);
} */

/* .swiper-slide .page_bannner .banner_text .showtext h1 .rightbottom {
	position: absolute;
	bottom: -12px;
	right: -50px;
	width: 25px;
	height: 25px;
	border-right: 1px solid rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
} */

/* @media (max-width: 767px) {
	.swiper-slide .page_bannner .banner_text .showtext h1 .lefttop {
		top: -35px;
		left: 15px;
		width: 20px;
		height: 20px;
		border-left: 5px solid rgba(255, 255, 255, 1);
		border-top: 5px solid rgba(255, 255, 255, 1);
	}

	.swiper-slide .page_bannner .banner_text .showtext h1 .rightbottom {

		bottom: -35px;
		right: 15px;
		width: 20px;
		height: 20px;
		border-right: 5px solid rgba(255, 255, 255, 1);
		border-bottom: 5px solid rgba(255, 255, 255, 1);

	}
} */

@media (max-width: 1360px) and (min-width: 1291px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 2.6rem;
    line-height: 48px;
  }
}

@media (min-width: 1281px) and (max-width: 1290px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 2.4rem;
    line-height: 36px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 2.2rem;
    line-height: 38px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 2rem;
    line-height: 35px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 1.8rem;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .swiper-slide .page_bannner .banner_text .showtext h1 {
    font-size: 1.6rem;
    line-height: 34px;
    text-align: center;
  }
}

/*banner下面新增搜索框*/
.topsousou .sousuoc {
  /* position: absolute;
  bottom: 20%;
  left: 0;

  z-index: 6;
  text-align: center; */
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .topsousou .sousuoc {
    /* bottom: 15%; */
  }
}

.topsousou .sousuoc .ipuntc_c {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/* @media (max-width: 1360px) and (min-width: 1291px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1290px) and (min-width: 1281px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 40%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .topsousou .sousuoc .ipuntc_c {
    width: 90%;
  }
} */

.topsousou .sousuoc .ipuntc_c .sousuobtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #d6000f;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.topsousou .sousuoc .ipuntc_c .sousuobtn:hover {
  background-color: #ac000b;
}

.topsousou .sousuoc .ipuntc_c .sousuobtn .iconfont {
  font-size: 1.8rem;
  color: #fff;
}

.topsousou .sousuoc .ipuntc_c .susuobox {
  width: 100%;
  height: 45px;
  color: #333;
  padding: 0 25px;
  background: #fff;
  border: 0;
  /* border: 1px solid;
  border-color: #bbb; */
  /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); */
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  -webkit-transition: webkit-box-shadow 0.5s ease-in-out;
  -moz-transition: -moz-box-shadow 0.5s ease-in-out;
  -ms-transition: -ms-box-shadow 0.5s ease-in-out;
  -o-transition: -o-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*  font-size: 0.875rem; */
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .topsousou .sousuoc .ipuntc_c .susuobox {
    height: 36px;
  }
}

.topsousou .sousuoc .ipuntc_c .susuobox:focus {
  box-shadow: 0 0 8px rgba(78, 78, 78, 0.3);
}

/*自定义首页Banner分页器的样式*/
.swiper-pagination-custom {
  bottom: 25px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .swiper-pagination-custom {
    bottom: 15px;
  }
}

.swiper-pagination-custom-list {
  width: 12px;
  height: 6px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.swiper-pagination-customs-active {
  background-color: #d6000f;
  width: 25px;
}

.swiper-pagination-container {
  width: 100%;
}

@media (max-width: 767px) {
  .layui-m-layer0 .layui-m-layerchild {
    max-height: 248px;
  }
}

@keyframes scaless {
  0% {
    transform: scale(1);
  }

  50%,
  75% {
    transform: scale(3);
  }

  78%,
  100% {
    opacity: 0;
  }
}

/*服务优势*/
.advantagec .list_c {
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  /* background-color: rgba(104, 104, 104, 0.06); */
  padding: 15px 0 35px 0;
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
}

.advantagec .list_c .showbig_c {
  position: relative;
}

@media (max-width: 767px) {
  .advantagec .list_c {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 0 0 0;
    box-shadow: 0px 0px 0 0px rgba(17, 58, 93, 0);
  }

  .advantagec .list_c .showbig_c {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    margin-bottom: 25px;
    padding: 20px 15px 35px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .advantagec .list_c {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 0 0;
    box-shadow: 0px 0px 0 0px rgba(17, 58, 93, 0);
  }

  .advantagec .list_c .showbig_c {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    margin-bottom: 25px;
    padding: 20px 15px 35px 15px;
  }
}

.advantagec .list_c .showbig_c .borderline {
  height: 120px;
  width: 1px;
  background-color: #e2e0e0;
  position: absolute;
  right: -15px;
  top: 25px;
}

.advantagec .list_c .show_c {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; */
  text-align: center;
}

.advantagec .list_c .show_c.newheights {
  height: 70px;
}

@media (max-width: 767px) {
  .advantagec .list_c .show_c.bottomnewheights {
    height: 110px;
  }
}

/* @media (max-width: 767px) {
  .advantagec .list_c .show_c {
    height: 75px;
  }
} */

.advantagec .list_c .show_c .iconfont {
  font-size: 3rem;
  color: #ff2333;
}

.advantagec .list_c .show_c .iconfont.icon_reset_size {
  font-size: 2.8rem;
  position: relative;
  top: -2px;
  margin-bottom: 5px;
  color: rgba(255, 35, 51, 0.9);
}

.advantagec .list_c .show_c h1 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 10px;
}

.advantagec .list_c .show_c .textc {
  color: rgba(31, 17, 66, 0.5);
  margin-top: 15px;
  line-height: 26px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .advantagec .list_c .show_c .textc {
    padding: 0 5px;
  }
}

/*团建_start*/
.highsalary {
  background-color: #f5f5f7;
  padding: 40px 0 70px 0;
}

@media (max-width: 767px) {
  .highsalary {
    background-color: #f5f5f7;
    padding: 5px 0 35px 0;
  }
}

.highsalary .posc {
  position: relative;
}

.highsalary .posc .morebtn {
  position: absolute;
  right: -50px;
  top: 30px;
  color: rgba(255, 255, 255, 1);
  background-color: #fa5f1d;
  /*   z-index: 1; */
  width: 75px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: right 0.5s ease, background-color 0.5s ease;
}

.highsalary .posc .morebtn .morebtncc {
  width: 65px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease;
}

.highsalary .posc .morebtn a .iconfont {
  font-size: 2.2rem;
  color: #fff;
}

.highsalary .posc:hover .morebtn {
  right: -58px;
  background-color: #f60;
}

.highsalary .posc:hover .morebtn .morebtncc {
  width: 75px;
}

.highsalary .posc .morebtn:hover {
  background-color: #d6000f;
  cursor: pointer;
}
.highsalary .hot_list {
  margin-top: 0;
}

.highsalary .posc .leftc_bigc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .highsalary .posc .leftc_bigc {
    position: static;
    margin-bottom: 35px;
    display: block;
  }
}

@media (max-width: 767px) {
  .highsalary .posc .leftc_bigc {
    position: static;
    display: block;
    /* margin-bottom: 35px; */
  }
}

.highsalary .posc .leftc_bigc .leftc {
  position: relative;
  padding: 35px;
  background-image: url("../images/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: justify;
  text-justify: inter-ideograph;
  /* margin-right: 15px; */
  margin-top: 30px;

  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .highsalary .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .highsalary .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

.highsalary .leftc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

/* @media (max-width: 1199px) and (min-width: 992px) {
	.highsalary .leftc {
		padding: 35px 25px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.highsalary .leftc {
		padding: 35px 20px;
	}
} */

.highsalary .leftc h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.4rem;
  font-weight: 800;
}

.highsalary .leftc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}

.highsalary .leftc .textc {
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.highsalary .leftc .sublistc ul {
  margin-top: 20px;
  text-align: left;
}

.highsalary .leftc .sublistc ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
}

.highsalary .leftc .sublistc ul li .iconfont {
  color: #fff;
  font-size: 1rem;
}

.highsalary .leftc .sublistc ul li a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
}

.highsalary .leftc .sublistc ul li a:hover {
  color: #e6e3e3;
}

.highsalary .leftc .talkc {
  position: absolute;
  left: 35px;
  bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .highsalary .leftc .talkc {
    position: static;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .highsalary .leftc .talkc {
    position: static;
    text-align: right;
    margin-top: 35px;
  }
}

.highsalary .rightc {
  /* box-shadow: 0px 0px 15px rgba(17, 58, 93, 0.15); */
  background-color: rgba(255, 255, 255, 1);
  /* padding: 25px; */
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.highsalary .rightc.bgc_c {
  background: linear-gradient(to right, #5cba8a 0%, #7bdcab 100%);
}

.highsalary .rightc .cpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}

.highsalary .rightc .cpic a.biglinkc {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
}

/* .highsalary .rightc .cpic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.8s ease;
} */

.highsalary .rightc .cpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  /* background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 15%); */
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

.highsalary .rightc .cpic .overlayer:hover {
  background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.1) 60%);
}

.highsalary .rightc .cpic .overlayer .h1text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 98);
  padding: 15px 15px 10px 15px;
  /* line-height: 25px; */
}

.highsalary .rightc .cpic .overlayer .h1text a.newsmaintitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
}

.highsalary .rightc .cpic .overlayer .h1text a.newsmaintitle:hover {
  color: #f60;
}

.highsalary .rightc .cpic:hover .h1text a.newsmaintitle {
  color: #f60;
}

.highsalary .desctxt {
  padding: 20px 15px 25px 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .desctxt {
    padding: 20px 18px 25px 18px;
  }
}

.highsalary .desctxt .startc_and_serve {
  display: flex;
  align-items: center;
}

.highsalary .desctxt .startc_and_serve .startc {
  flex: 1;
  font-size: 0.875rem;
}

.highsalary .desctxt .startc_and_serve .servepeople {
  width: 28px;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}

.highsalary .desctxt .startc_and_serve .servepeople .iconfont {
  font-size: 1.2rem;
  color: #1f1142;
}

.highsalary .desctxt .startc_and_serve .servepeople .iconfont.asiconfontcolor {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s ease;
}

.highsalary .desctxt .startc_and_serve .servepeople:hover .iconfont {
  color: #f60;
}

.highsalary .rightc .recommendtag {
  width: 169px;
  text-align: center;
  padding: 40px 0 11px 0;
  position: absolute;
  right: -70px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f60;
  color: #fff;
}

/* .highsalary .rightc:hover img {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
} */

.highsalary .rightc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  /*   box-shadow: 0px 0 15px rgba(93, 118, 139, 0.15); */
}

.highsalary .rightc .h3title {
  font-size: 1.4rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  color: #fff;
  font-weight: normal;
}

.highsalary .rightc .h3title a {
  color: #1f1142;
  font-size: 1.4rem;
}

.highsalary .rightc .h3title a:hover {
  color: #f60;
}

.highsalary .rightc.bgc_c .h3title a {
  color: rgba(255, 255, 255, 1);
}

.highsalary .rightc.bgc_c .h3title a:hover {
  color: #f60;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .highsalary .rightc .h3title {
    font-size: 1.1rem;
  }

  .highsalary .rightc .h3title a {
    font-size: 1.1rem;
  }
}

.highsalary .rightc .startc {
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .startc {
    font-size: 0.875rem;
  }
}

.highsalary .rightc .startc .iconfont {
  font-size: 1rem;
  color: rgba(31, 17, 66, 0.6);
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .startc .iconfont {
    font-size: 1rem;
    top: 2px;
  }
}

.highsalary .rightc .startc .iconfont.firs_iconfont_cc {
  color: rgba(255, 255, 255, 0.8);
}

.highsalary .rightc .startc.firscc {
  color: rgba(255, 255, 255, 0.8);
}

.highsalary .rightc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 15px auto 12px auto;
}

.highsalary .rightc.bgc_c .bottomline {
  background-color: rgba(255, 255, 255, 0.22);
}

.highsalary .rightc .textc {
  color: rgba(31, 17, 66, 0.5);
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.highsalary .rightc .textc .texte_c_c_left {
  flex: 1;
  color: rgba(31, 17, 66, 0.5);
}

.highsalary .rightc .textc .texte_c_c_left.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.highsalary .rightc .textc .texte_c_c_left .pricec {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .textc .texte_c_c_left .pricec {
    font-size: 1rem;
  }
}

.highsalary .rightc .textc .texte_c_c_left .pricec.as_pricec_color {
  color: #fff;
}

.highsalary .rightc .textc .texte_c_c_left .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .textc .texte_c_c_left .iconfont {
    font-size: 1rem;
  }
}

.highsalary .rightc .textc .texte_c_c_left .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.highsalary .rightc .textc .texte_c_c_right {
  width: 60px;
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .textc .texte_c_c_right {
    width: 90px;
  }
}

.highsalary .rightc .textc .texte_c_c_right.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.highsalary .rightc .textc .texte_c_c_right .pricec {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .textc .texte_c_c_right .pricec {
    font-size: 1rem;
  }
}

.highsalary .rightc .textc .texte_c_c_right .pricec.as_pricec_color {
  color: #fff;
}

.highsalary .rightc .textc .texte_c_c_right .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .highsalary .rightc .textc .texte_c_c_right .iconfont {
    font-size: 1rem;
  }
}

.highsalary .rightc .textc .texte_c_c_right .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}
.highsalary .rightc .tagcs {
  font-size: 0.875rem;
  color: rgba(31, 17, 66, 0.7);
  margin: 5px 0;
}
.highsalary .rightc .tagcs span {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  margin: 0 2px;
}
.highsalary .rightc .tagcs span.first_0 {
  background-color: #d6000f;
}
.highsalary .rightc .tagcs span.first_1 {
  background-color: #f60;
}
.highsalary .rightc .tagcs span.first_2 {
  background-color: rgb(71, 101, 236);
}
.highsalary .rightc .tagcs span.first_3 {
  background-color: #d6000f;
}
.highsalary .rightc .tagcs span.first_4 {
  background-color: #f60;
}
.highsalary .inputboxarea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

@media (max-width: 767px) {
  .highsalary .inputboxarea {
    font-size: 0.875rem;
  }
}

.highsalary h2 {
  font-size: 1rem;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .highsalary h2 {
    text-align: left;
    font-size: 0.875rem;
  }
}

.highsalary .inputstyle {
  border: none;
  outline: medium;
  line-height: 28px;
  padding: 0 0 0 6px;
  margin: 0px auto 0px auto;
  width: 96.5%;
  background: none;
}

@media (max-width: 767px) {
  .highsalary .inputstyle {
    width: 91.5%;
  }
}

.highsalary .tipmessage {
  width: 100%;
  color: #ff0500;
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .highsalary .tipmessage {
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .highsalary .tipmessage {
    text-align: left;
    font-size: 12px;
  }
}

.highsalary .titlec {
  font-size: 1.4rem;
  text-align: center;
  margin: 25px auto;
  color: rgba(232, 11, 0, 0.95);
}

@media (max-width: 767px) {
  .highsalary .titlec {
    font-size: 1.2rem;
  }
}

.highsalary .submitc {
  text-align: right;
  margin-top: 53px;
}

@media (max-width: 767px) {
  .highsalary .submitc {
    margin-top: 40px;
  }
}

.highsalary .wujiaoxing {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.highsalary .wujiaoxing .iconfont {
  color: rgba(232, 11, 0, 0.95);
  font-size: 1.6rem;
}

.highsalary .wujiaoxing .leftline {
  position: absolute;
  left: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

.highsalary .wujiaoxing .rightline {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

@media (max-width: 767px) {
  .highsalary .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .highsalary .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .highsalary .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .highsalary .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

/*团建_end*/

/*年会_start*/
.newyear_meeting {
  background-color: #fff;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .newyear_meeting {
    margin-top: 3px;
    padding: 0 0 25px 0;
  }
}
.newyear_meeting .excellent_list {
  margin-top: 0;
}

.newyear_meeting .posc {
  position: relative;
}

.newyear_meeting .posc .morebtn {
  position: absolute;
  right: -50px;
  top: 30px;
  color: rgba(255, 255, 255, 1);
  background-color: #483eb9;
  /*   z-index: 1; */
  width: 75px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: right 0.5s ease, background-color 0.5s ease;
}

.newyear_meeting .posc .morebtn .morebtncc {
  width: 65px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease;
}

.newyear_meeting .posc .morebtn a .iconfont {
  font-size: 2.2rem;
  color: #fff;
}

.newyear_meeting .posc:hover .morebtn {
  right: -58px;
  background-color: #f60;
}

.newyear_meeting .posc:hover .morebtn .morebtncc {
  width: 75px;
}

.newyear_meeting .posc .morebtn:hover {
  background-color: #d6000f;
  cursor: pointer;
}

.newyear_meeting .posc .leftc_bigc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .newyear_meeting .posc .leftc_bigc {
    position: static;
    margin-bottom: 35px;
    display: block;
  }
}

@media (max-width: 767px) {
  .newyear_meeting .posc .leftc_bigc {
    position: static;
    display: block;
    /* margin-bottom: 35px; */
  }
}

.newyear_meeting .posc .leftc_bigc .leftc {
  position: relative;
  padding: 35px;
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: justify;
  text-justify: inter-ideograph;
  /* margin-right: 15px; */
  margin-top: 30px;

  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .newyear_meeting .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .newyear_meeting .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

.newyear_meeting .leftc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

/* @media (max-width: 1199px) and (min-width: 992px) {
	.newyear_meeting .leftc {
		padding: 35px 25px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.newyear_meeting .leftc {
		padding: 35px 20px;
	}
} */

.newyear_meeting .leftc h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.4rem;
  font-weight: 800;
}

.newyear_meeting .leftc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}

.newyear_meeting .leftc .textc {
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.newyear_meeting .leftc .sublistc ul {
  margin-top: 20px;
  text-align: left;
}

.newyear_meeting .leftc .sublistc ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
}

.newyear_meeting .leftc .sublistc ul li a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
}

.newyear_meeting .leftc .sublistc ul li a:hover {
  color: #e6e3e3;
}

.newyear_meeting .leftc .talkc {
  position: absolute;
  left: 35px;
  bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .newyear_meeting .leftc .talkc {
    position: static;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .newyear_meeting .leftc .talkc {
    position: static;
    text-align: right;
    margin-top: 35px;
  }
}

.newyear_meeting .rightc {
  /*   box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15); */
  background-color: rgb(245, 245, 247);
  /* padding: 25px; */
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.newyear_meeting .rightc.bgc_c {
  background: linear-gradient(to right, #fd9a28 0%, #ffa53e 100%);
}

.newyear_meeting .rightc .cpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}

.newyear_meeting .rightc .cpic a.biglinkc {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
}

/* .newyear_meeting .rightc .cpic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.8s ease;
} */

.newyear_meeting .rightc .cpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  /*  background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 60%); */
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

.newyear_meeting .rightc .cpic .overlayer:hover {
  background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.1) 60%);
}

.newyear_meeting .rightc .cpic .overlayer .h1text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 98);
  padding: 15px 15px 10px 15px;
  /* line-height: 25px; */
}

.newyear_meeting .rightc .cpic .overlayer .h1text a.newsmaintitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
}

.newyear_meeting .rightc .cpic .overlayer .h1text a.newsmaintitle:hover {
  color: #f60;
}

.newyear_meeting .rightc .cpic:hover .h1text a.newsmaintitle {
  color: #f60;
}

.newyear_meeting .desctxt {
  padding: 20px 15px 25px 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .desctxt {
    padding: 20px 18px 25px 18px;
  }
}

.newyear_meeting .desctxt .startc_and_serve {
  display: flex;
  align-items: center;
}

.newyear_meeting .desctxt .startc_and_serve .startc {
  flex: 1;
  font-size: 0.875rem;
}

.newyear_meeting .desctxt .startc_and_serve .servepeople {
  width: 28px;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}

.newyear_meeting .desctxt .startc_and_serve .servepeople .iconfont {
  font-size: 1.2rem;
  color: #1f1142;
}

.newyear_meeting
  .desctxt
  .startc_and_serve
  .servepeople
  .iconfont.asiconfontcolor {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s ease;
}

.newyear_meeting .desctxt .startc_and_serve .servepeople:hover .iconfont {
  color: #f60;
}

.newyear_meeting .rightc .recommendtag {
  width: 169px;
  text-align: center;
  padding: 40px 0 11px 0;
  position: absolute;
  right: -70px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #268aff;
  color: #fff;
}

/* .newyear_meeting .rightc:hover img {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
} */

.newyear_meeting .rightc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  /* box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15); */
}

.newyear_meeting .rightc .h3title {
  font-size: 1.1rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  color: #fff;
  font-weight: normal;
}

.newyear_meeting .rightc .h3title a {
  color: #1f1142;
  font-size: 1.4rem;
}

.newyear_meeting .rightc .h3title a:hover {
  color: #f60;
}

.newyear_meeting .rightc.bgc_c .h3title a {
  color: rgba(255, 255, 255, 1);
}

.newyear_meeting .rightc.bgc_c .h3title a:hover {
  color: #f60;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .newyear_meeting .rightc .h3title {
    font-size: 1.1rem;
  }

  .newyear_meeting .rightc .h3title a {
    font-size: 1.1rem;
  }
}

.newyear_meeting .rightc .startc {
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .startc {
    font-size: 0.875rem;
  }
}

.newyear_meeting .rightc .startc .iconfont {
  font-size: 1rem;
  color: rgba(31, 17, 66, 0.6);
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .startc .iconfont {
    font-size: 1rem;
    top: 2px;
  }
}

.newyear_meeting .rightc .startc .iconfont.firs_iconfont_cc {
  color: rgba(255, 255, 255, 0.8);
}

.newyear_meeting .rightc .startc.firscc {
  color: rgba(255, 255, 255, 0.8);
}

.newyear_meeting .rightc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 15px auto 12px auto;
}

.newyear_meeting .rightc.bgc_c .bottomline {
  background-color: rgba(255, 255, 255, 0.22);
}

.newyear_meeting .rightc .textc {
  color: rgba(31, 17, 66, 0.5);
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.newyear_meeting .rightc .textc .texte_c_c_left {
  flex: 1;
  color: rgba(31, 17, 66, 0.5);
}

.newyear_meeting .rightc .textc .texte_c_c_left.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.newyear_meeting .rightc .textc .texte_c_c_left .pricec {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .textc .texte_c_c_left .pricec {
    font-size: 1rem;
  }
}

.newyear_meeting .rightc .textc .texte_c_c_left .pricec.as_pricec_color {
  color: #fff;
}

.newyear_meeting .rightc .textc .texte_c_c_left .iconfont {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .textc .texte_c_c_left .iconfont {
    font-size: 1rem;
  }
}

.newyear_meeting .rightc .textc .texte_c_c_left .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.newyear_meeting .rightc .textc .texte_c_c_right {
  width: 60px;
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .textc .texte_c_c_right {
    width: 90px;
  }
}

.newyear_meeting .rightc .textc .texte_c_c_right.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.newyear_meeting .rightc .textc .texte_c_c_right .pricec {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .textc .texte_c_c_right .pricec {
    font-size: 1rem;
  }
}

.newyear_meeting .rightc .textc .texte_c_c_right .pricec.as_pricec_color {
  color: #fff;
}

.newyear_meeting .rightc .textc .texte_c_c_right .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .newyear_meeting .rightc .textc .texte_c_c_right .iconfont {
    font-size: 1rem;
  }
}

.newyear_meeting .rightc .textc .texte_c_c_right .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}
.newyear_meeting .rightc .tagcs {
  font-size: 0.875rem;
  color: rgba(31, 17, 66, 0.7);
  margin: 5px 0;
}
.newyear_meeting .rightc .tagcs span {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  margin: 0 2px;
}
.newyear_meeting .rightc .tagcs span.first_0 {
  background-color: #d6000f;
}
.newyear_meeting .rightc .tagcs span.first_1 {
  background-color: #f60;
}
.newyear_meeting .rightc .tagcs span.first_2 {
  background-color: rgb(71, 101, 236);
}
.newyear_meeting .rightc .tagcs span.first_3 {
  background-color: #d6000f;
}
.newyear_meeting .rightc .tagcs span.first_4 {
  background-color: #f60;
}
.newyear_meeting .inputboxarea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

@media (max-width: 767px) {
  .newyear_meeting .inputboxarea {
    font-size: 0.875rem;
  }
}

.newyear_meeting h2 {
  font-size: 1rem;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .newyear_meeting h2 {
    text-align: left;
    font-size: 0.875rem;
  }
}

.newyear_meeting .inputstyle {
  border: none;
  outline: medium;
  line-height: 28px;
  padding: 0 0 0 6px;
  margin: 0px auto 0px auto;
  width: 96.5%;
  background: none;
}

@media (max-width: 767px) {
  .newyear_meeting .inputstyle {
    width: 91.5%;
  }
}

.newyear_meeting .tipmessage {
  width: 100%;
  color: #ff0500;
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .newyear_meeting .tipmessage {
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newyear_meeting .tipmessage {
    text-align: left;
    font-size: 12px;
  }
}

.newyear_meeting .titlec {
  font-size: 1.4rem;
  text-align: center;
  margin: 25px auto;
  color: rgba(232, 11, 0, 0.95);
}

@media (max-width: 767px) {
  .newyear_meeting .titlec {
    font-size: 1.2rem;
  }
}

.newyear_meeting .submitc {
  text-align: right;
  margin-top: 53px;
}

@media (max-width: 767px) {
  .newyear_meeting .submitc {
    margin-top: 40px;
  }
}

.newyear_meeting .wujiaoxing {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.newyear_meeting .wujiaoxing .iconfont {
  color: rgba(232, 11, 0, 0.95);
  font-size: 1.6rem;
}

.newyear_meeting .wujiaoxing .leftline {
  position: absolute;
  left: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

.newyear_meeting .wujiaoxing .rightline {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

@media (max-width: 767px) {
  .newyear_meeting .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .newyear_meeting .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newyear_meeting .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .newyear_meeting .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

/*年会_end*/

/*党建_start*/
.party_build {
  background-color: #f5f5f7;
  padding: 40px 0 70px 0;
}

@media (max-width: 767px) {
  .party_build {
    background-color: #f5f5f7;
    padding: 5px 0 35px 0;
  }

  .public_margin_top {
    margin-top: 30px;
  }
}

.party_build .posc {
  position: relative;
}

.party_build .posc .morebtn {
  position: absolute;
  right: -50px;
  top: 30px;
  color: rgba(255, 255, 255, 1);
  background-color: #d6000f;
  /*   z-index: 1; */
  width: 75px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: right 0.5s ease, background-color 0.5s ease;
}

.party_build .posc .morebtn .morebtncc {
  width: 65px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease;
}

.party_build .posc .morebtn a .iconfont {
  font-size: 2.2rem;
  color: #fff;
}

.party_build .posc:hover .morebtn {
  right: -58px;
  background-color: #f60;
}

.party_build .posc:hover .morebtn .morebtncc {
  width: 75px;
}

.party_build .posc .morebtn:hover {
  background-color: #d6000f;
  cursor: pointer;
}

.party_build .posc .leftc_bigc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .party_build .posc .leftc_bigc {
    position: static;
    margin-bottom: 35px;
    display: block;
  }
}

@media (max-width: 767px) {
  .party_build .posc .leftc_bigc {
    position: static;
    display: block;
    /*  margin-bottom: 35px; */
  }
}

.party_build .posc .leftc_bigc .leftc {
  position: relative;
  padding: 35px;
  background-image: url("../images/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: justify;
  text-justify: inter-ideograph;
  /* margin-right: 15px; */
  margin-top: 30px;

  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .party_build .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .party_build .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

.party_build .leftc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

/* @media (max-width: 1199px) and (min-width: 992px) {
	.party_build .leftc {
		padding: 35px 25px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.party_build .leftc {
		padding: 35px 20px;
	}
} */

.party_build .leftc h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.4rem;
  font-weight: 800;
}

.party_build .leftc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}

.party_build .leftc .textc {
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.party_build .leftc .sublistc ul {
  margin-top: 20px;
  text-align: left;
}

.party_build .leftc .sublistc ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
}

.party_build .leftc .sublistc ul li a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
}

.party_build .leftc .sublistc ul li a:hover {
  color: #e6e3e3;
}

.party_build .leftc .talkc {
  position: absolute;
  left: 35px;
  bottom: 215px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .party_build .leftc .talkc {
    position: static;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .party_build .leftc .talkc {
    position: static;
    text-align: right;
    margin-top: 35px;
  }
}

.party_build .rightc {
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  background-color: rgba(255, 255, 255, 1);
  /* padding: 25px; */
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.party_build .rightc.bgc_c {
  background: linear-gradient(to right, #268aff 0%, #54a1fb 100%);
}

.party_build .rightc .cpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}

.party_build .rightc .cpic a.biglinkc {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
}

/* .party_build .rightc .cpic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.8s ease;
} */

.party_build .rightc .cpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  /* background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 60%); */
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

.party_build .rightc .cpic .overlayer:hover {
  background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.1) 60%);
}

.party_build .rightc .cpic .overlayer .h1text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 98);
  padding: 15px 25px 20px 25px;
  line-height: 25px;
}

.party_build .rightc .cpic .overlayer .h1text a.newsmaintitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
}

.party_build .rightc .cpic .overlayer .h1text a.newsmaintitle:hover {
  color: #f60;
}

.party_build .rightc .cpic:hover .h1text a.newsmaintitle {
  color: #f60;
}

.party_build .desctxt {
  padding: 20px 25px 25px 25px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .desctxt {
    padding: 20px 18px 25px 18px;
  }
}

.party_build .desctxt .startc_and_serve {
  display: flex;
  align-items: center;
}

.party_build .desctxt .startc_and_serve .startc {
  flex: 1;
}

.party_build .desctxt .startc_and_serve .servepeople {
  width: 28px;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}

.party_build .desctxt .startc_and_serve .servepeople .iconfont {
  font-size: 1.4rem;
  color: #1f1142;
}

.party_build .desctxt .startc_and_serve .servepeople .iconfont.asiconfontcolor {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s ease;
}

.party_build .desctxt .startc_and_serve .servepeople:hover .iconfont {
  color: #f60;
}

.party_build .rightc .recommendtag {
  width: 169px;
  text-align: center;
  padding: 40px 0 11px 0;
  position: absolute;
  right: -70px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff0200;
  color: #fff;
}

/* .party_build .rightc:hover img {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
} */

.party_build .rightc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

.party_build .rightc .h3title {
  font-size: 1.4rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  color: #fff;
  font-weight: normal;
}

.party_build .rightc .h3title a {
  color: #1f1142;
  font-size: 1.4rem;
}

.party_build .rightc .h3title a:hover {
  color: #f60;
}

.party_build .rightc.bgc_c .h3title a {
  color: rgba(255, 255, 255, 1);
}

.party_build .rightc.bgc_c .h3title a:hover {
  color: #f60;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .party_build .rightc .h3title {
    font-size: 1.1rem;
  }

  .party_build .rightc .h3title a {
    font-size: 1.1rem;
  }
}

.party_build .rightc .startc {
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .startc {
    font-size: 0.875rem;
  }
}

.party_build .rightc .startc .iconfont {
  font-size: 1.4rem;
  color: rgba(31, 17, 66, 0.6);
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .startc .iconfont {
    font-size: 1rem;
    top: 2px;
  }
}

.party_build .rightc .startc .iconfont.firs_iconfont_cc {
  color: rgba(255, 255, 255, 0.8);
}

.party_build .rightc .startc.firscc {
  color: rgba(255, 255, 255, 0.8);
}

.party_build .rightc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 15px auto 12px auto;
}

.party_build .rightc.bgc_c .bottomline {
  background-color: rgba(255, 255, 255, 0.22);
}

.party_build .rightc .textc {
  color: rgba(31, 17, 66, 0.5);
  display: flex;
  align-items: center;
}

.party_build .rightc .textc .texte_c_c_left {
  flex: 1;
  color: rgba(31, 17, 66, 0.5);
}

.party_build .rightc .textc .texte_c_c_left.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.party_build .rightc .textc .texte_c_c_left .pricec {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .textc .texte_c_c_left .pricec {
    font-size: 1rem;
  }
}

.party_build .rightc .textc .texte_c_c_left .pricec.as_pricec_color {
  color: #fff;
}

.party_build .rightc .textc .texte_c_c_left .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .textc .texte_c_c_left .iconfont {
    font-size: 1rem;
  }
}

.party_build .rightc .textc .texte_c_c_left .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.party_build .rightc .textc .texte_c_c_right {
  width: 125px;
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .textc .texte_c_c_right {
    width: 90px;
  }
}

.party_build .rightc .textc .texte_c_c_right.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.party_build .rightc .textc .texte_c_c_right .pricec {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .textc .texte_c_c_right .pricec {
    font-size: 1rem;
  }
}

.party_build .rightc .textc .texte_c_c_right .pricec.as_pricec_color {
  color: #fff;
}

.party_build .rightc .textc .texte_c_c_right .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .party_build .rightc .textc .texte_c_c_right .iconfont {
    font-size: 1rem;
  }
}

.party_build .rightc .textc .texte_c_c_right .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.party_build .inputboxarea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

@media (max-width: 767px) {
  .party_build .inputboxarea {
    font-size: 0.875rem;
  }
}

.party_build h2 {
  font-size: 1rem;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .party_build h2 {
    text-align: left;
    font-size: 0.875rem;
  }
}

.party_build .inputstyle {
  border: none;
  outline: medium;
  line-height: 28px;
  padding: 0 0 0 6px;
  margin: 0px auto 0px auto;
  width: 96.5%;
  background: none;
}

@media (max-width: 767px) {
  .party_build .inputstyle {
    width: 91.5%;
  }
}

.party_build .tipmessage {
  width: 100%;
  color: #ff0500;
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .party_build .tipmessage {
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .party_build .tipmessage {
    text-align: left;
    font-size: 12px;
  }
}

.party_build .titlec {
  font-size: 1.4rem;
  text-align: center;
  margin: 25px auto;
  color: rgba(232, 11, 0, 0.95);
}

@media (max-width: 767px) {
  .party_build .titlec {
    font-size: 1.2rem;
  }
}

.party_build .submitc {
  text-align: right;
  margin-top: 53px;
}

@media (max-width: 767px) {
  .party_build .submitc {
    margin-top: 40px;
  }
}

.party_build .wujiaoxing {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.party_build .wujiaoxing .iconfont {
  color: rgba(232, 11, 0, 0.95);
  font-size: 1.6rem;
}

.party_build .wujiaoxing .leftline {
  position: absolute;
  left: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

.party_build .wujiaoxing .rightline {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

@media (max-width: 767px) {
  .party_build .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .party_build .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .party_build .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .party_build .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

/*党建_end*/

/*案例_start*/
.cases_list {
  background-color: #fff;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .cases_list {
    margin-top: 8px;
    margin-bottom: 35px;
  }
}

.cases_list .posc {
  position: relative;
}

.cases_list .posc .morebtn {
  position: absolute;
  right: -50px;
  top: 30px;
  color: rgba(255, 255, 255, 1);
  background-color: #016ae9;
  /*   z-index: 1; */
  width: 75px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: right 0.5s ease, background-color 0.5s ease;
}

.cases_list .posc .morebtn .morebtncc {
  width: 65px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease;
}

.cases_list .posc .morebtn a .iconfont {
  font-size: 2.2rem;
  color: #fff;
}

.cases_list .posc:hover .morebtn {
  right: -58px;
  background-color: #f60;
}

.cases_list .posc:hover .morebtn .morebtncc {
  width: 75px;
}

.cases_list .posc .morebtn:hover {
  background-color: #d6000f;
  cursor: pointer;
}

.cases_list .posc .leftc_bigc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cases_list .posc .leftc_bigc {
    position: static;
    margin-bottom: 35px;
    display: block;
  }
}

@media (max-width: 767px) {
  .cases_list .posc .leftc_bigc {
    position: static;
    display: block;
    margin-bottom: 35px;
  }
}

.cases_list .posc .leftc_bigc .leftc {
  position: relative;
  padding: 35px;
  background-image: url("../images/bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: justify;
  text-justify: inter-ideograph;
  /* margin-right: 15px; */
  margin-top: 30px;

  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cases_list .posc .leftc_bigc .leftc {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cases_list .posc .leftc_bigc .leftc {
    margin-right: 0;
    margin-bottom: -30px;
  }
}

.cases_list .leftc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

/* @media (max-width: 1199px) and (min-width: 992px) {
	.cases_list .leftc {
		padding: 35px 25px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.cases_list .leftc {
		padding: 35px 20px;
	}
} */

.cases_list .leftc h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 2.8rem;
  font-weight: 800;
}

.cases_list .leftc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}

.cases_list .leftc .textc {
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.cases_list .leftc .sublistc ul {
  margin-top: 20px;
  text-align: left;
}

.cases_list .leftc .sublistc ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
}

.cases_list .leftc .sublistc ul li a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease;
}

.cases_list .leftc .sublistc ul li a:hover {
  color: #e6e3e3;
}

.cases_list .leftc .talkc {
  position: absolute;
  left: 35px;
  bottom: 215px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cases_list .leftc .talkc {
    position: static;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .cases_list .leftc .talkc {
    position: static;
    text-align: right;
    margin-top: 35px;
  }
}

.cases_list .rightc {
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  background-color: rgba(255, 255, 255, 1);
  /* padding: 25px; */
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* @media (max-width: 767px) {
  .cases_list .rightc {
    margin-top: 0;
  }
} */

.cases_list .rightc.bgc_c {
  background: linear-gradient(to right, #ffbc00 0%, #ffcb3a 100%);
}

.cases_list .rightc .cpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}

.cases_list .rightc .cpic a.biglinkc {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
}

/* .cases_list .rightc .cpic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.8s ease;
} */

.cases_list .rightc .cpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  /* background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 60%); */
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

.cases_list .rightc .cpic .overlayer:hover {
  background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.1) 60%);
}

.cases_list .rightc .cpic .overlayer .h1text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 98);
  padding: 15px 25px 20px 25px;
  line-height: 25px;
}

.cases_list .rightc .cpic .overlayer .h1text a.newsmaintitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
}

.cases_list .rightc .cpic .overlayer .h1text a.newsmaintitle:hover {
  color: #f60;
}

.cases_list .rightc .cpic:hover .h1text a.newsmaintitle {
  color: #f60;
}

.cases_list .desctxt {
  padding: 20px 25px 25px 25px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .desctxt {
    padding: 20px 18px 25px 18px;
  }
}

.cases_list .desctxt .startc_and_serve {
  display: flex;
  align-items: center;
}

.cases_list .desctxt .startc_and_serve .startc {
  flex: 1;
}

.cases_list .desctxt .startc_and_serve .servepeople {
  width: 28px;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}

.cases_list .desctxt .startc_and_serve .servepeople .iconfont {
  font-size: 1.4rem;
  color: #1f1142;
}

.cases_list .desctxt .startc_and_serve .servepeople .iconfont.asiconfontcolor {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s ease;
}

.cases_list .desctxt .startc_and_serve .servepeople:hover .iconfont {
  color: #f60;
}

.cases_list .rightc .recommendtag {
  width: 169px;
  text-align: center;
  padding: 40px 0 11px 0;
  position: absolute;
  right: -70px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #268aff;
  color: #fff;
}

/* .cases_list .rightc:hover img {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
} */

.cases_list .rightc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

.cases_list .rightc .h3title {
  font-size: 1.4rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  color: #fff;
  font-weight: normal;
}

.cases_list .rightc .h3title a {
  color: #1f1142;
  font-size: 1.4rem;
}

.cases_list .rightc .h3title a:hover {
  color: #f60;
}

.cases_list .rightc.bgc_c .h3title a {
  color: rgba(255, 255, 255, 1);
}

.cases_list .rightc.bgc_c .h3title a:hover {
  color: #f60;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cases_list .rightc .h3title {
    font-size: 1.1rem;
  }

  .cases_list .rightc .h3title a {
    font-size: 1.1rem;
  }
}

.cases_list .rightc .startc {
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .startc {
    font-size: 0.875rem;
  }
}

.cases_list .rightc .startc .iconfont {
  font-size: 1.4rem;
  color: rgba(31, 17, 66, 0.6);
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .startc .iconfont {
    font-size: 1rem;
    top: 2px;
  }
}

.cases_list .rightc .startc .iconfont.firs_iconfont_cc {
  color: rgba(255, 255, 255, 0.8);
}

.cases_list .rightc .startc.firscc {
  color: rgba(255, 255, 255, 0.8);
}

.cases_list .rightc .bottomline {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 15px auto 12px auto;
}

.cases_list .rightc.bgc_c .bottomline {
  background-color: rgba(255, 255, 255, 0.22);
}

.cases_list .rightc .textc {
  color: rgba(31, 17, 66, 0.5);
  display: flex;
  align-items: center;
}

.cases_list .rightc .textc .texte_c_c_left {
  flex: 1;
  color: rgba(31, 17, 66, 0.5);
}

.cases_list .rightc .textc .texte_c_c_left.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.cases_list .rightc .textc .texte_c_c_left .pricec {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .textc .texte_c_c_left .pricec {
    font-size: 1rem;
  }
}

.cases_list .rightc .textc .texte_c_c_left .pricec.as_pricec_color {
  color: #fff;
}

.cases_list .rightc .textc .texte_c_c_left .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .textc .texte_c_c_left .iconfont {
    font-size: 1rem;
  }
}

.cases_list .rightc .textc .texte_c_c_left .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.cases_list .rightc .textc .texte_c_c_right {
  width: 125px;
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .textc .texte_c_c_right {
    width: 90px;
  }
}

.cases_list .rightc .textc .texte_c_c_right.as_color {
  color: rgba(255, 255, 255, 0.7);
}

.cases_list .rightc .textc .texte_c_c_right .pricec {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .textc .texte_c_c_right .pricec {
    font-size: 1rem;
  }
}

.cases_list .rightc .textc .texte_c_c_right .pricec.as_pricec_color {
  color: #fff;
}

.cases_list .rightc .textc .texte_c_c_right .iconfont {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cases_list .rightc .textc .texte_c_c_right .iconfont {
    font-size: 1rem;
  }
}

.cases_list .rightc .textc .texte_c_c_right .iconfont.as_iconfont {
  color: rgba(31, 17, 66, 0.85);
  margin-right: 4px;
}

.cases_list .inputboxarea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

@media (max-width: 767px) {
  .cases_list .inputboxarea {
    font-size: 0.875rem;
  }
}

.cases_list h2 {
  font-size: 1rem;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .cases_list h2 {
    text-align: left;
    font-size: 0.875rem;
  }
}

.cases_list .inputstyle {
  border: none;
  outline: medium;
  line-height: 28px;
  padding: 0 0 0 6px;
  margin: 0px auto 0px auto;
  width: 96.5%;
  background: none;
}

@media (max-width: 767px) {
  .cases_list .inputstyle {
    width: 91.5%;
  }
}

.cases_list .tipmessage {
  width: 100%;
  color: #ff0500;
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .cases_list .tipmessage {
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cases_list .tipmessage {
    text-align: left;
    font-size: 12px;
  }
}

.cases_list .titlec {
  font-size: 1.4rem;
  text-align: center;
  margin: 25px auto;
  color: rgba(232, 11, 0, 0.95);
}

@media (max-width: 767px) {
  .cases_list .titlec {
    font-size: 1.2rem;
  }
}

.cases_list .submitc {
  text-align: right;
  margin-top: 53px;
}

@media (max-width: 767px) {
  .cases_list .submitc {
    margin-top: 40px;
  }
}

.cases_list .wujiaoxing {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.cases_list .wujiaoxing .iconfont {
  color: rgba(232, 11, 0, 0.95);
  font-size: 1.6rem;
}

.cases_list .wujiaoxing .leftline {
  position: absolute;
  left: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

.cases_list .wujiaoxing .rightline {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50%;
  height: 1px;
  background-color: rgba(232, 11, 0, 0.5);
}

@media (max-width: 767px) {
  .cases_list .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .cases_list .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cases_list .wujiaoxing .leftline {
    left: 0;
    width: 45%;
  }

  .cases_list .wujiaoxing .rightline {
    right: 0;
    width: 45%;
  }
}

/*案例_end*/

/*中部通栏宣传表单_Start*/
.middle_bg {
  /*  padding: 145px 0 0 0; */
  /* background: linear-gradient(to right, #387bfe 0%, #3e66e9 100%);
  background: linear-gradient(to right, #387bfe 0%, #3e66e9 100%);
  background: linear-gradient(to right, #387bfe 0%, #3e66e9 100%);
  background: linear-gradient(to right, #387bfe 0%, #3e66e9 100%);
  color: rgba(255, 255, 255, 0.8); */
}

.middle_bg .middle_sub_bg {
  background: linear-gradient(to right, #eb2f63 0%, #a42eb3d4 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: 65px 0 65px 0;
}

.middle_bg .middle_sub_bg .mi_ddle_sub {
  display: flex;
  align-items: center;
}

.middlec .imgpic {
  /*  margin-top: -140px; */
  margin-right: 10%;
}

@media (max-width: 767px) {
  .middle_bg .middle_sub_bg .mi_ddle_sub {
    display: block;
  }

  .middlec .imgpic {
    /*  margin-top: -140px; */
    margin-right: 0%;
  }

  .middlec .imgpic img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .middlec .imgpic {
    /*  margin-top: -140px; */
    margin-right: 0%;
  }
}

.middlec .rightcontent {
  /* margin-top: 70px; */
  margin-left: 20%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .middlec .rightcontent {
    margin-left: 10%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .middlec .rightcontent {
    margin-left: 4%;
  }
}

@media (max-width: 767px) {
  .middlec .rightcontent {
    margin-top: 60px;
    margin-left: 0;
  }
}

.middlec .rightcontent .h1title {
  font-size: 2rem;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-weight: 800;
}

.middlec .rightcontent .h1title .plusc {
  font-size: 1rem;
  margin-right: 3px;
  font-weight: normal;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .middlec .rightcontent .h1title {
    font-size: 2rem;
    line-height: 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .middlec .rightcontent .h1title {
    font-size: 1.75rem;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .middlec .rightcontent .h1title {
    font-size: 1.5rem;
  }
}

.middlec .rightcontent .phonec {
  font-size: 1.1rem;
  font-style: italic;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  padding-bottom: 15px;
  margin-top: 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) and (min-width: 768px) {
  .middlec .rightcontent .phonec {
    display: block;
  }
}

@media (max-width: 767px) {
  .middlec .rightcontent .phonec {
    display: block;
    /* font-size: 0.875rem; */
  }
}

.middlec .rightcontent .phonec .iconfont {
  font-size: 0.875rem;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  position: relative;
  top: -1px;
}

.middlec .rightcontent .phonec span {
  font-style: normal;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .middlec .rightcontent .phonec span {
    /* font-size: 0.875rem; */
  }
}

.middlec .rightcontent .tallkc {
  margin-top: 5px;
  /* display: flex;
  align-items: flex-end; */
}

.middlec .rightcontent .tallkc .inputboxarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  width: 95%;
}

.middlec .rightcontent .tallkc .inputboxarea.addlongline {
  width: 95%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .middlec .rightcontent .tallkc .inputboxarea {
    width: 82.5%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .middlec .rightcontent .tallkc {
    display: block;
  }

  .middlec .rightcontent .tallkc .addmargintop {
    margin-top: 45px;
  }

  .middlec .rightcontent .tallkc .inputboxarea {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .middlec .rightcontent .tallkc {
    text-align: right;
    display: block;
  }

  .middlec .rightcontent .tallkc .inputboxarea {
    width: 100%;
    margin-top: 25px;
  }
}

.middlec .rightcontent .tallkc h2 {
  font-size: 1rem;
  margin: 10px auto;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
  .middlec .rightcontent .tallkc h2 {
    text-align: left;
  }
}

.middlec .rightcontent .tallkc .inputstyle {
  border: none;
  outline: medium;
  line-height: 28px;
  padding: 0 0 0 6px;
  margin: 0px auto 0px auto;
  background: none;
  font-style: italic;
  width: 100%;
}

.middlec .rightcontent .tallkc .subcmidlec {
  margin-top: 20px;
}

/*中部通栏宣传表单_end*/

/*滚动动态数据_start*/
.counter_bg_c {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .counter_bg_c {
    margin-top: 0;
    padding: 20px 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .counter_bg_c {
    margin-top: 0;
    padding: 80px 15px;
  }
}

.counter_bg_c .li_coounter {
  border-right: 1px solid rgba(31, 17, 66, 0.11);
  margin: 0 auto 18px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .counter_bg_c .li_coounter.noneline {
    border-right: 0 solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .counter_bg_c .li_coounter.noneline {
    border-right: 0 solid rgba(255, 255, 255, 0.18);
  }
}

.counter_bg_c .li_coounter sub {
  font-size: 1rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .counter_bg_c .li_coounter sub {
    font-size: 0.875rem;
  }
}

.counter_bg_c .li_coounter:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.counter_bg_c .li_coounter span {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif;
  margin-top: 8px;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 767px) {
  .counter_bg_c .li_coounter span {
    font-size: 25px;
  }
}

.counter_bg_c .li_coounter span.subfont {
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
  color: rgba(31, 17, 66, 0.5);
}

@media (max-width: 767px) {
  .counter_bg_c .li_coounter span.subfont {
    font-size: 1rem;
    font-weight: normal;
  }
}

/*滚动动态数据_end*/

/*玩法推荐_satrt*/
.recmmond_c_bg {
  background-color: #fff;
}

@media (max-width: 767px) {
  .recmmond_c_bg {
    margin-top: 35px;
  }
}

.rec_mmond_c .titlec {
  text-align: center;
}

.rec_mmond_c .titlec h1 {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .rec_mmond_c .titlec h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .rec_mmond_c .titlec h1 {
    font-size: 1.4rem;
  }
}

.rec_mmond_c .titlec h2 {
  font-size: 1rem;
  color: rgba(31, 17, 66, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px auto 43px auto;
  position: relative;
  line-height: 28px;
  display: inline-block;
}

.rec_mmond_c .titlec h2 .leftline {
  position: absolute;
  left: -40%;
  width: 30%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

.rec_mmond_c .titlec h2 .rightline {
  position: absolute;
  right: -40%;
  width: 30%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
  .rec_mmond_c .titlec h2 {
    font-size: 1rem;
    margin: 15px auto 20px auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .rec_mmond_c .titlec h2 {
    font-size: 1rem;
  }
}

.rec_mmond_c .hotlist .hotc {
  padding: 15px;
  margin: 15px auto;

  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.17);
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (max-width: 767px) {
  .rec_mmond_c .hotlist .hotc {
    padding: 8px;
  }
}

.rec_mmond_c .hotlist .hotc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px -1px 20px 3px rgba(93, 118, 139, 0.18);
}

.rec_mmond_c .hotlist .hotc .hotpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 67%;
}

.rec_mmond_c .hotlist .hotc .hotpic a.biglinkc {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
}

.rec_mmond_c .hotlist .hotc .hotpic .recommendtag {
  width: 169px;
  text-align: center;
  padding: 40px 0 11px 0;
  position: absolute;
  right: -70px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff0200;
  color: #fff;
}

.rec_mmond_c .hotlist .hotc .hotpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  /* background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 60%); */
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

.rec_mmond_c .hotlist .hotc .hotpic .overlayer:hover {
  background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.1) 60%);
}

.rec_mmond_c .hotlist .hotc .hotpic .overlayer .h1text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 98);
  padding: 15px 25px 20px 25px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .rec_mmond_c .hotlist .hotc .hotpic .overlayer .h1text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 98);
    padding: 5px 5px 10px 5px;
    width: 100%;
    text-align: center;
  }
}

.rec_mmond_c .hotlist .hotc .hotpic .overlayer .h1text a.newsmaintitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
}

.rec_mmond_c .hotlist .hotc .hotpic .overlayer .h1text a.newsmaintitle:hover {
  color: #f60;
}

.rec_mmond_c .hotlist .hotc:hover .hotpic .overlayer .h1text a.newsmaintitle {
  color: #f60;
}

/*玩法推荐_end*/

/*成功案例_Start*/
.patnerc_bg {
  background-color: #fff;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .patnerc_bg {
    margin-top: 25px;
  }
}

.patnerc .titlec {
  text-align: center;
}

.patnerc .titlec h1 {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .patnerc .titlec h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .patnerc .titlec h1 {
    font-size: 1.4rem;
  }
}

.patnerc .titlec h2 {
  font-size: 1rem;
  color: rgba(31, 17, 66, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px auto 58px auto;
  position: relative;
  line-height: 28px;
  display: inline-block;
}

@media (max-width: 767px) {
  .patnerc .titlec h2 {
    margin: 15px auto 20px auto;
  }
}

.patnerc .titlec h2 .leftline {
  position: absolute;
  left: -20%;
  width: 15%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

.patnerc .titlec h2 .rightline {
  position: absolute;
  right: -20%;
  width: 15%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
  .patnerc .titlec h2 {
    font-size: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .patnerc .titlec h2 {
    font-size: 1rem;
  }
}

.patnerc .patnerlogolist {
  margin-top: 15px;
  padding: 20px 20px 0 20px;
}

@media (max-width: 767px) {
  .patnerc .patnerlogolist {
    margin-bottom: 0;
    margin-top: 19px;
  }
}

.patnerc .pageinge {
  text-align: center;
  overflow: hidden;
}

.patnerc .pageinge .re-swiper-pagination {
  position: static;
}

/*自定义合作伙伴分页器的样式*/

.swiper-pagination-patner-list {
  width: 12px;
  height: 6px;
  display: inline-block;
  background-color: rgba(31, 17, 66, 0.25);
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.swiper-pagination-patner-active {
  background-color: #696969;
  width: 25px;
}

.swiper-pagination-patner-container {
  width: 100%;
}

/*
.patnerc .pageinge .re-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  margin: 0 5px;
  border: 1px solid rgba(31, 17, 66, 0.3);
  border-radius: 25px;
}

.patnerc .pageinge .re-swiper-pagination .swiper-pagination-bullet-active {
  border: 0;
  background-color: #a8a8a8;
} */

@media (max-width: 991px) and (min-width: 768px) {
  .patnerlogolist {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.patnerlogolist .plogoc {
  text-align: center;
  transition: transform 0.5s ease;
}

.patnerlogolist .plogoc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.patnerlogolist .plogoc .piclogoc {
  overflow: hidden;
  height: 0;
  padding-bottom: 32%;
  box-shadow: 0px 0px 10px 0px rgba(17, 58, 93, 0.15);
}

.patnerlogolist .plogoc h1 {
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 28px;
  color: rgba(31, 17, 66, 0.5);
}

/*成功案例_end*/

/*新闻*/
.news_c .titlec {
  text-align: center;
}

.news_c .titlec h1 {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .news_c .titlec h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news_c .titlec h1 {
    font-size: 1.4rem;
  }
}

.news_c .titlec h2 {
  font-size: 1rem;
  color: rgba(31, 17, 66, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px auto 25px auto;
  position: relative;
  line-height: 28px;
  display: inline-block;
}

@media (max-width: 767px) {
  .news_c .titlec h2 {
    margin: 15px auto 20px auto;
  }
}

.news_c .titlec h2 .leftline {
  position: absolute;
  left: -20%;
  width: 15%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

.news_c .titlec h2 .rightline {
  position: absolute;
  right: -20%;
  width: 15%;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
  .news_c .titlec h2 {
    font-size: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news_c .titlec h2 {
    font-size: 1rem;
  }
}
/*
.news_c .listc_text_c_c ul li {
  margin: 15px auto 0 auto;
  display: flex;
  align-items: center;
}

.news_c .listc_text_c_c ul li .titleccc {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_c .listc_text_c_c ul li .titleccc .newslinka {
  color: rgba(31, 17, 66, 0.6);
  transition: color 0.5s ease;
}

.news_c .listc_text_c_c ul li .titleccc .newslinka:hover {
  color: #f60;
}

.news_c .listc_text_c_c ul li .subtime {
  color: rgba(31, 17, 66, 0.6);
  margin-left: 12%;
}
 */

.news_c dl {
  margin: 0 auto 25px auto;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.news_c dl dt {
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.news_c dd {
  position: relative;
  padding: 0 30px 25px 30px;
 /* height: 260px;*/
}

@media (max-width: 767px) {
  .news_c dd {
    padding: 0px 20px 20px 20px;
  }
}

.news_c dd .tm {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px 15px 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.news_c dd .tm .times {
  background: url(../images/rlb.png) no-repeat left center;
  height: 30px;
  padding-left: 26px;
  line-height: 30px;
  color: #636d75;
}
.news_c dd .newstitle {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(31, 17, 66, 0.08);
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_c dd .newstitle a.newslinks {
  letter-spacing: 0.1em;
  color: rgba(31, 17, 66, 0.85);
  font-size: 1rem;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.news_c dd .newstitle a.newslinks:hover {
  color: #ff9933;
}

.news_c dd .re_show_text {
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: rgba(31, 17, 66, 0.5);
}

.news_c .subcmidlec {
  margin-top: 15px;
}
