/* headerTop */
.headerTop {
  width: 100%;
  background-color: #f4f8fc;
}
.headerTop .c1200 {
  height: 30px;
  align-items: center;
}
.headerTop .city {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin-right: 15px;
  cursor: pointer;
}
.headerTop .t {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  flex: 1;
}
.headerTop a {
  margin-left: 15px;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.headerTop a .iconfont {
  font-size: 14px;
  margin-right: 4px;
}
/* headerMiddle */
.headerMiddle {
  width: 100%;
  background-color: #fff;
}
.headerMiddle .c1200 {
  padding: 20px 0;
  align-items: center;
}
.headerMiddle .logo {
  height: 66px;
  display: block;
}
.headerMiddle .logo img {
  display: block;
  height: 44px;
}
.headerMiddle .logo .text {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 5px;
  padding-left: 5px;
}
.headerMiddle .type-slide {
  height: 24px;
}
.headerMiddle .type-slide li {
  color: #333;
  font-size: 13px;
  height: 24px;
  line-height: 26px;
  cursor: pointer;
  padding: 0 10px;
}
.headerMiddle .type-slide li.on {
  color: #fff;
  border-radius: 2px 2px 0 0;
  background-color: #176cb3;
}
.headerMiddle .layui-form {
  width: 480px;
}
.headerMiddle .layui-form .searchMain {
  width: 480px;
  height: 42px;
  border: solid 2px #176cb3;
  border-radius: 0 2px 2px 0;
}
.headerMiddle .layui-form .layui-input {
  flex: 1;
  height: 38px;
  border: none;
}
.headerMiddle .layui-form .layui-btn {
  width: 80px;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 0;
  border: none;
}
.headerMiddle .a {
  width: 128px;
  height: 42px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 24px 0 0 20px;
}
.headerMiddle .a .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.headerMiddle .test {
  color: #333;
  font-size: 24px;
    flex: 1;
    height: 66px;
  line-height: 66px;
  border-left: 1px solid rgba(3, 0, 0, 0.1);
  margin-left: 16px;
  padding-left: 16px;
}
/* headerNav */
.headerNav {
  width: 100%;
  height: 50px;
  background-color: #176cb3;
  /* position: sticky;
  top: 0;
  z-index: 99; */
}
.headerNav .sortTit {
  color: #fff;
  width: 200px;
  height: 36px;
  padding: 0 14px;
  margin-top: 7px;
  border-radius: 4px;
  cursor: pointer;
  background-color: rgba(3,0,0,0.2);
}
.headerNav .sortTit .iconfont {
  font-size: 20px;
}
.headerNav .sortTit .text {
  font-size: 16px;
  padding-left: 8px;
}
.headerNav .sortTit + .navBox {
  padding-left: 20px;
}
.headerNav .c1200 .navBox li a {
  padding: 0 14px;
}
.headerNav ul {
  flex: 1;
  height: 50px;
}
.headerNav ul li {
  position: relative;
}
.headerNav ul li a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  transition: all 0.6s ease;
}
.headerNav ul li .sub {
  display: none;
  width: 130px;
  position: absolute;
  top: 68px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.headerNav ul li .sub ul {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.headerNav ul li .sub ul a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 10px 8px;
  transition: all 0.6s ease;
}
.headerNav ul li .sub ul li:hover a {
  color: #0a97d9;
}
.headerNav ul li:hover a,
.headerNav ul li.on a {
  background-color: rgba(3, 0, 0, 0.2);
}
/* indexBanner */
.indexBanner {
  width: 100%;
  background-color: #e5edf9;
  padding-bottom: 20px;
  /*padding: 16px 0 24px;*/
}
.indexBanner .c1200 {
  position: relative;
}
.indexBanner .slideTxtBox {
  width: 200px;
  border-radius: 4px;
}
.indexBanner .slideTxtBox .hd {
  width: 200px;
  height: 416px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 0 10px;
  overflow: auto;
}
.indexBanner .slideTxtBox .hd ul {
  width: 100%;
  padding: 6px 15px;
}
.indexBanner .slideTxtBox .hd ul li {
  width: 100%;
}
.indexBanner .slideTxtBox .hd ul li:not(:last-of-type) {
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
}
.indexBanner .slideTxtBox .hd ul li .tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.indexBanner .slideTxtBox .hd ul li .tit p {
  font-size: 14px;
  color: #333333;
}
.indexBanner .slideTxtBox .hd ul li .tit .iconfont {
  font-size: 14px;
  color: #999999;
}
.indexBanner .slideTxtBox .hd ul li .txt {
  width: 100%;
}
.indexBanner .slideTxtBox .hd ul li .txt a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 16px;
  margin-top: 8px;
}
.indexBanner .slideTxtBox .hd ul li:hover .tit p, .indexBanner .slideTxtBox .hd ul li:hover .tit .iconfont {
  color: #176cb3;
}
.indexBanner .slideTxtBox .hd ul li:hover .txt a {
  color: #176cb3;
}
.indexBanner .slideTxtBox .bd {
  width: calc(100% - 200px) !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 4px;
  display: none;
}
.indexBanner .slideTxtBox .bd .cont {
  width: 100% !important;
  height: 100% !important;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: auto;
  padding: 6px 20px 0;
}
.indexBanner .slideTxtBox .bd .cont .tit {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
}
.indexBanner .slideTxtBox .bd .cont .tit:hover {
  color: #176cb3;
}
.indexBanner .slideTxtBox .bd .cont .ul {
  width: 100%;
  /*margin-top: 16px;*/
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
}
.indexBanner .slideTxtBox .bd .cont .ul .li {
  margin: 0 40px 10px 0;
  font-size: 14px;
  color: #76828F;
  line-height: 20px;
  white-space: nowrap;
}
.indexBanner .slideTxtBox .bd .cont .ul .li .t {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.indexBanner .slideTxtBox .bd .cont .ul .li:hover {
  color: #176cb3;
}
.indexBanner .slideTxtBox .bd .cont .ul .li .p {
  width: 100%;
}
.indexBanner .slideTxtBox .bd .cont .ul .li .p a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 16px;
  margin-top: 8px;
}
.indexBanner .slideTxtBox .bd .cont .ul .li .p a:hover {
  color: #176cb3;
}
.indexBanner .slideTxtBox.slideTxtBox1 .hd {
  max-height: 360px;
}
.indexBanner .bannerBox {
  width: 688px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.indexBanner .bannerBox .banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}
.indexBanner .bannerBox .banner img {
  display: block;
  width: 100%;
  height: 400px;
}
.indexBanner .bannerBox .record {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 30px;
  align-items: center;
  margin-top: 20px;
}
.indexBanner .bannerBox .record li .iconfont {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 127, 242, 0.1);
  border-radius: 50%;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #176cb3;
  margin-right: 12px;
}
.indexBanner .bannerBox .record li .counter {
  font-size: 28px;
  line-height: 24px;
  color: #333333;
}
.indexBanner .bannerBox .record li sup {
  display: inline-block;
  font-size: 16px;
  transform: translateY(-4px);
}
.indexBanner .bannerBox .record li p {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-top: 8px;
}
.indexBanner .rightBox {
  width: 280px;
  margin-top: 16px;
}
.indexBanner .rightBox .loginBox {
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.indexBanner .rightBox .loginBox::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 127, 242, 0.1), rgba(0, 127, 242, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.indexBanner .rightBox .loginBox .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.indexBanner .rightBox .loginBox .img img {
  width: 100%;
  height: 50px;
  display: block;
}
.indexBanner .rightBox .loginBox .cont {
  width: calc(100% - 66px);
  position: relative;
  z-index: 1;
}
.indexBanner .rightBox .loginBox .cont .p {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.indexBanner .rightBox .loginBox .cont a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #176cb3;
}
.indexBanner .rightBox .loginBox .cont span {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000000;
  opacity: 0.1;
  margin: 2px 12px;
}
.indexBanner .rightBox .loginBox .sign a {
  color: #666;
}
.indexBanner .rightBox .loginBox .sign a:hover {
  color: #176cb3;
}
.indexBanner .rightBox .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.indexBanner .rightBox .pic:not(:last-of-type) {
  margin-bottom: 12px;
}
.indexBanner .rightBox .pic img {
  width: 100%;
  height: 90px;
  display: block;
}
.banner .swiper-button-next, .swiper-button-prev {
  color: #176cb3;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
  font-size: 32px;
}
/* pageBanner */
.pageBanner {
  width: 895px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 !important;
}
.pageBanner img {
  display: block;
  width: 100%;
}
.pageBanner .swiper-pagination {
  bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageBanner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background-color: #fff;
  margin: 0 8px !important;
  border-radius: 50%;
  transition: all 0.6s ease;
}
.pageBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* indexTitle */
.indexTitle {
  align-items: center;
}
.indexTitle .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.indexTitle .more {
  line-height: 22px;
  color: #999999;
  transition: all 0.6s ease;
}
.indexTitle .more p {
  margin-right: 4px;
}
.indexTitle .more .iconfont {
  font-size: 12px;
}
.indexTitle .more:hover {
  color: #176cb3;
}
/* indexTitle1 */
.indexTitle1 {
  align-items: center;
}
.indexTitle1 img {
  width: 22px;
  display: block;
  margin-right: 5px;
}
.indexTitle1 .t {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.indexTitle1 p {
  font-size: 12px;
  line-height: 22px;
  color: #999999;
  margin-left: 10px;
}
/* pageTitle */
.pageTitle {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageTitle p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.pageTitle p::after {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #176cb3;
  position: absolute;
  top: 3px;
  left: 0;
}
/* indexMain */
.indexMain {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: #f4f8fc;
}
.indexMain .oneBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
}
.indexMain .oneBox .box {
  width: 866px;
  background-color: #f4f8fc;
  border-radius: 4px;
  padding: 15px 30px 15px 0;
}
.indexMain .oneBox .box .iconBox {
  width: 150px;
  height: 20px;
  border-right: 1px solid rgba(3, 0, 0, 0.08);
}
.indexMain .oneBox .box .iconBox .icon {
  width: 20px;
  display: block;
  margin-right: 5px;
}
.indexMain .oneBox .box .iconBox p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.indexMain .oneBox .box .txtScroll {
  flex: 1;
  padding-left: 10px;
}
.indexMain .oneBox .box .txtScroll ul {
  padding: 0 20px;
}
.indexMain .oneBox .box .txtScroll li {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  height: 20px;
}
.indexMain .oneBox .box .more {
  display: block;
  width: 36px;
  height: 6px;
  position: relative;
  margin-top: 7px;
}
.indexMain .oneBox .box .more p {
  width: 6px;
  height: 6px;
  background-color: rgba(3, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 auto;
}
.indexMain .oneBox .box .more::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(3, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.indexMain .oneBox .box .more::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(3, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.indexMain .oneBox .number {
  width: 256px;
  background-color: #f4f8fc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  padding: 15px 0;
}
.indexMain .oneBox .number span {
  font-size: 16px;
  font-weight: bold;
  color: #ff2222;
  display: inline-block;
  margin: 0 5px;
}
.indexMain .oneBox .lists {
  width: 100%;
  margin-top: 30px;
}
.indexMain .oneBox .lists li {
  position: relative;
}
.indexMain .oneBox .lists li:not(:last-of-type)::after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: rgba(3, 0, 0, 0.1);
  position: absolute;
  top: 18px;
  right: -34px;
}
.indexMain .oneBox .lists li .num {
  font-size: 26px;
  line-height: 30px;
  color: #fa6722;
  font-weight: bold;
  margin-right: 5px;
}
.indexMain .oneBox .lists li .tit .p1 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.indexMain .oneBox .lists li .tit .p2 {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 6px;
}
.indexMain .tendersBox {
  width: 285px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.indexMain .tendersBox .tenders {
  width: 100%;
  margin-top: 24px;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 10px 0;
}
.indexMain .tendersBox .tenders a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  padding: 0 10px 0 20px;
  transition: all 0.6s ease;
}
.indexMain .tendersBox .tenders a::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: 16px;
  left: 10px;
}
.indexMain .tendersBox .tenders a:hover {
  color: #176cb3;
}
.indexMain .twoBox {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.indexMain .twoBox .newsBox {
  width: 590px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 14px;
}
.indexMain .twoBox .newsBox ul {
  width: 100%;
  margin-top: 20px;
}
.indexMain .twoBox .newsBox ul li {
  width: 100%;
}
.indexMain .twoBox .newsBox ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
.indexMain .twoBox .newsBox ul li a {
  align-items: center;
}
.indexMain .twoBox .newsBox ul li .img {
  width: 128px;
  border-radius: 2px;
  overflow: hidden;
}
.indexMain .twoBox .newsBox ul li .img img {
  width: 100%;
  height: 84px;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .twoBox .newsBox ul li .cont {
  width: calc(100% - 144px);
}
.indexMain .twoBox .newsBox ul li .cont .t {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .twoBox .newsBox ul li .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 10px;
}
.indexMain .twoBox .newsBox ul li:hover .img img {
  transform: scale(1.1);
}
.indexMain .twoBox .newsBox ul li:hover .cont .t {
  color: #176cb3;
}
.indexMain .twoBox .policyBox {
  width: 285px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 12px;
}
.indexMain .twoBox .policyBox ul {
  width: 100%;
  margin-top: 20px;
}
.indexMain .twoBox .policyBox ul li {
  width: 100%;
}
.indexMain .twoBox .policyBox ul li:not(:last-of-type) {
  margin-bottom: 18px;
}
.indexMain .twoBox .policyBox ul li .t {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .twoBox .policyBox ul li .t span {
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 10px;
}
.indexMain .twoBox .policyBox ul li .t span.s1 {
  background-color: #ed403c;
}
.indexMain .twoBox .policyBox ul li .t span.s2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.indexMain .twoBox .policyBox ul li .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.indexMain .twoBox .policyBox ul li:hover .t {
  color: #176cb3;
}
.indexMain .threeBox {
  width: 100%;
}
.indexMain .threeBox li {
  width: 285px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.indexMain .threeBox li:not(:last-of-type) {
  margin-right: 20px;
}
.indexMain .threeBox li img {
  width: 100%;
  height: 150px;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .threeBox li .t {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.indexMain .threeBox li:hover img {
  transform: scale(1.1);
}
.indexMain .fourBox {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.indexMain .fourBox .institutionBox1 {
  width: calc(100% - 285px);
}
.indexMain .fourBox .institutionBox1 ul {
  width: 100%;
}
.indexMain .fourBox .institutionBox1 ul li {
  width: calc(50% - 10px);
  margin: 30px 20px 0 0;
}
.indexMain .fourBox .institutionBox1 ul li:nth-child(2n) {
  margin: 30px 0 0 0;
}
.indexMain .fourBox .institutionBox1 ul li:nth-child(1) {
  margin: 20px 20px 0 0;
}
.indexMain .fourBox .institutionBox1 ul li:nth-child(2) {
  margin: 20px 0 0 0;
}
.indexMain .fourBox .institutionBox1 ul li a {
  align-items: center;
}
.indexMain .fourBox .institutionBox1 ul li .img {
  width: 80px;
  height: 80px;
}
.indexMain .fourBox .institutionBox1 ul li .img img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.indexMain .fourBox .institutionBox1 ul li .cont {
  width: calc(100% - 96px);
}
.indexMain .fourBox .institutionBox1 ul li .cont .tit {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
  margin-top: 4px;
}
.indexMain .fourBox .institutionBox1 ul li .cont .tit span {
  display: inline-block;
  height: 22px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
  border-radius: 2px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-left: 10px;
}
.indexMain .fourBox .institutionBox1 ul li .cont .label {
  height: 22px;
  margin-top: 6px;
}
.indexMain .fourBox .institutionBox1 ul li .cont .label .li {
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  margin-right: 10px;
}
.indexMain .fourBox .institutionBox1 ul li .cont .label .li.one {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.indexMain .fourBox .institutionBox1 ul li .cont .label .li.two {
  background-image: linear-gradient(-90deg, #27ae60 0%, #2ecc71 100%);
}
.indexMain .fourBox .institutionBox1 ul li .cont .txt {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 6px;
}
.indexMain .fourBox .institutionBox1 ul li .cont .address {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.indexMain .fourBox .institutionBox1 ul li .cont .address .iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.indexMain .fourBox .institutionBox1 ul li:hover .cont .tit {
  color: #176cb3;
}
.indexMain .fourBox .institutionBox2 {
  width: 265px;
}
.indexMain .fourBox .institutionBox2 ul {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 5px 0;
}
.indexMain .fourBox .institutionBox2 ul li {
  width: 100%;
  padding: 9px 10px;
}
.indexMain .fourBox .institutionBox2 ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 28px;
  background-size: 20px 168px !important;
  transition: all 0.6s ease;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(1) a {
  background: url(../images/icon.png) 0 0 no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(2) a {
  background: url(../images/icon.png) 0 -24px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(3) a {
  background: url(../images/icon.png) 0 -48px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(4) a {
  background: url(../images/icon.png) 0 -72px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(5) a {
  background: url(../images/icon.png) 0 -96px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(6) a {
  background: url(../images/icon.png) 0 -120px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:nth-child(7) a {
  background: url(../images/icon.png) 0 -144px no-repeat;
}
.indexMain .fourBox .institutionBox2 ul li:hover a {
  color: #176cb3;
}
.indexMain .ad {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 20px;
}
.indexMain .ad img {
  width: 100%;
  display: block;
}
.indexMain .fiveBox {
  width: 100%;
  margin-top: 20px;
}
.indexMain .fiveBox .serviceBox1 {
  width: 895px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 10px;
}
.indexMain .fiveBox .serviceBox1 ul {
  width: 100%;
  margin-top: 20px;
}
.indexMain .fiveBox .serviceBox1 ul li {
  width: 155px;
  margin: 0 20px 10px 0;
}
.indexMain .fiveBox .serviceBox1 ul li:nth-child(5n) {
  margin-right: 0;
}
.indexMain .fiveBox .serviceBox1 ul li .img {
  width: 155px;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .fiveBox .serviceBox1 ul li .img img {
  width: 155px;
  height: 155px;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .fiveBox .serviceBox1 ul li .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 8px;
  transition: all 0.6s ease;
}
.indexMain .fiveBox .serviceBox1 ul li .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.indexMain .fiveBox .serviceBox1 ul li .price {
  font-size: 18px;
  line-height: 22px;
  color: #fe4e49;
  margin-top: 6px;
}
.indexMain .fiveBox .serviceBox1 ul li .price span {
  font-size: 14px;
}
.indexMain .fiveBox .serviceBox1 ul li:hover .img img {
  transform: scale(1.1);
}
.indexMain .fiveBox .serviceBox1 ul li:hover .tit {
  color: #176cb3;
}
.indexMain .fiveBox .serviceBox2 {
  width: 285px;
}
.indexMain .fiveBox .serviceBox2 .pic {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .fiveBox .serviceBox2 .pic img {
  width: 100%;
  display: block;
}
.indexMain .fiveBox .serviceBox2 .cont {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.indexMain .fiveBox .serviceBox2 .cont .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.indexMain .fiveBox .serviceBox2 .cont ul {
  width: 100%;
  margin-top: 20px;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 16px 10px 0;
}
.indexMain .fiveBox .serviceBox2 .cont ul li {
  width: 100%;
  padding: 0 0 20px;
}
.indexMain .fiveBox .serviceBox2 .cont ul li a {
  align-items: center;
}
.indexMain .fiveBox .serviceBox2 .cont ul li a img {
  width: 22px;
  display: block;
}
.indexMain .fiveBox .serviceBox2 .cont ul li a p {
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .fiveBox .serviceBox2 .cont ul li:hover a p {
  color: #176cb3;
}
.indexMain .sortBox {
  width: 100%;
}
.indexMain .sortBox .sort {
  width: calc(100% - 90px);
}
.indexMain .sortBox .sort .sub {
  height: 22px;
  flex: 1;
}
.indexMain .sortBox .sort p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.indexMain .sortBox .sort a {
  display: inline;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-left: 26px;
  transition: all 0.6s ease;
}
.indexMain .sortBox .sort a:hover {
  color: #176cb3;
}
.indexMain .sortBox .more {
  line-height: 22px;
  color: #999999;
  transition: all 0.6s ease;
}
.indexMain .sortBox .more p {
  margin-right: 4px;
}
.indexMain .sortBox .more .iconfont {
  font-size: 14px;
}
.indexMain .sortBox .more:hover {
  color: #176cb3;
}
.indexMain .sixBox {
  width: 100%;
  margin-top: 20px;
}
.indexMain .sixBox .detectionBox {
  width: 895px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 0px;
}
.indexMain .sixBox .detectionBox ul {
  width: 100%;
  margin-top: 24px;
}
.indexMain .sixBox .detectionBox ul li {
  width: 265px;
  margin: 0 20px 20px 0;
}
.indexMain .sixBox .detectionBox ul li:nth-child(3n) {
  margin: 0 0 18px 0;
}
.indexMain .sixBox .detectionBox ul li a {
  align-items: center;
}
.indexMain .sixBox .detectionBox ul li .img {
  width: 116px;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .sixBox .detectionBox ul li .img img {
  width: 116px;
  height: 116px;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .sixBox .detectionBox ul li .cont {
  width: calc(100% - 132px);
  height: 116px;
}
.indexMain .sixBox .detectionBox ul li .cont .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .sixBox .detectionBox ul li .cont .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 8px;
}
.indexMain .sixBox .detectionBox ul li .cont .price {
  font-size: 18px;
  line-height: 22px;
  color: #fe4e49;
  margin-top: 12px;
}
.indexMain .sixBox .detectionBox ul li .cont .price span {
  font-size: 14px;
}
.indexMain .sixBox .detectionBox ul li:hover .img img {
  transform: scale(1.1);
}
.indexMain .sixBox .detectionBox ul li:hover .cont .tit {
  color: #176cb3;
}
.indexMain .sixBox .talentBox {
  width: 285px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .sixBox .talentBox .indexTitle {
  height: 80px;
  background: url(../images/talentBg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding: 0 20px;
}
.indexMain .sixBox .talentBox .indexTitle .tit,
.indexMain .sixBox .talentBox .indexTitle .more {
  color: #fff;
}
.indexMain .sixBox .talentBox ul {
  width: 100%;
  padding: 16px 20px 0px;
}
.indexMain .sixBox .talentBox ul li {
  width: 100%;
  margin-bottom: 10px;
}
.indexMain .sixBox .talentBox ul li a {
  align-items: center;
}
.indexMain .sixBox .talentBox ul li .img {
  width: 50px;
  height: 50px;
  border: 1px solid #ed621c;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
}
.indexMain .sixBox .talentBox ul li .img .header {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.indexMain .sixBox .talentBox ul li .img .header img {
  display: block;
  width: 100%;
}
.indexMain .sixBox .talentBox ul li .cont {
  width: calc(100% - 62px);
}
.indexMain .sixBox .talentBox ul li .cont .name {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .sixBox .talentBox ul li .cont .t {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 4px;
}
.indexMain .sixBox .talentBox ul li:hover .cont .name {
  color: #176cb3;
}
.indexMain .sevenBox {
  width: 100%;
  margin-top: 20px;
}
.indexMain .sevenBox .detectionBox {
  width: 895px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 10px;
}
.indexMain .sevenBox .detectionBox ul {
  width: 100%;
  margin-top: 20px;
}
.indexMain .sevenBox .detectionBox ul li {
  float: left;
  width: 535px;
}
.indexMain .sevenBox .detectionBox ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.indexMain .sevenBox .detectionBox ul li a {
  align-items: center;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 12px;
}
.indexMain .sevenBox .detectionBox ul li .img {
  width: 88px;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .sevenBox .detectionBox ul li .img img {
  width: 88px;
  height: 88px;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .sevenBox .detectionBox ul li .cont {
  width: calc(100% - 100px);
}
.indexMain .sevenBox .detectionBox ul li .cont .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexMain .sevenBox .detectionBox ul li .cont .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.indexMain .sevenBox .detectionBox ul li .cont .price {
  font-size: 18px;
  line-height: 22px;
  color: #fe4e49;
  margin-top: 10px;
}
.indexMain .sevenBox .detectionBox ul li .cont .price span {
  font-size: 14px;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) {
  width: 300px;
  margin-bottom: 0;
  margin-right: 20px;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) a {
  display: block;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) .img {
  width: 100%;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) .img img {
  width: 300px;
  height: 300px;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) .cont {
  margin-top: 16px;
  width: 100%;
  position: relative;
  padding-right: 60px;
}
.indexMain .sevenBox .detectionBox ul li:nth-child(1) .cont .price {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 0;
  transform: translateY(-50%);
}
.indexMain .sevenBox .detectionBox ul li:hover .img img {
  transform: scale(1.1);
}
.indexMain .sevenBox .detectionBox ul li:hover .cont .tit {
  color: #176cb3;
}
.indexMain .sevenBox .tendersBox .tenders a {
    line-height: 33px;
}
.indexMain .testsBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}
.indexMain .testsBox .sort {
  width: 100%;
}
.indexMain .testsBox .sort p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.indexMain .testsBox .sort p::after {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #176cb3;
  position: absolute;
  top: 3px;
  left: 0;
}
.indexMain .testsBox .sort a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-left: 26px;
  transition: all 0.6s ease;
}
.indexMain .testsBox .sort a:hover {
  color: #176cb3;
}
.indexMain .testsBox ul {
  width: 100%;
  margin-top: 20px;
}
.indexMain .testsBox ul li {
  width: 220px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.indexMain .testsBox ul li:nth-child(5n) {
  margin-right: 0;
}
.indexMain .testsBox ul li .img {
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
}
.indexMain .testsBox ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.indexMain .testsBox ul li .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.indexMain .testsBox ul li .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.indexMain .testsBox ul li .price {
  font-size: 18px;
  line-height: 22px;
  color: #fe4e49;
  margin-top: 10px;
}
.indexMain .testsBox ul li .price span {
  font-size: 14px;
}
.indexMain .testsBox ul li:hover .img img {
  transform: scale(1.1);
}
.indexMain .testsBox ul li:hover .tit {
  color: #176cb3;
}
/* indexInstitution */
.indexInstitution {
  width: 100%;
  background: url(../images/indexBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0 100px;
  overflow: hidden;
}
.indexInstitution .title {
  font-size: 30px;
  line-height: 34px;
  color: #333333;
  text-align: center;
}
.indexInstitution ul {
  width: 100%;
  margin: 30px 0 18px;
}
.indexInstitution ul li {
  width: 190px;
  height: 190px;
  margin: 0 12px 12px 0;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.indexInstitution ul li:nth-child(6n) {
  margin: 0 0 12px 0;
}
.indexInstitution ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.indexInstitution .ad {
  width: 594px;
  border-radius: 4px;
  overflow: hidden;
}
.indexInstitution .ad img {
  width: 100%;
  display: block;
}
/* footerBox */
.footerBox {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
}
.footerBox .box {
  width: calc(100% - 350px);
  padding-top: 4px;
}
.footerBox .box .cont {
  width: 30%;
  margin-right: 3%;
}
.footerBox .box .cont .t {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.footerBox .box .cont .p {
  width: 100%;
  margin-top: 12px;
}
.footerBox .box .cont .p a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-right: 40px;
}
.footerBox .box .cont .p a:hover {
  color: #176cb3;
}
.footerBox .phoneBox {
  width: 350px;
  min-height: 136px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
}
.footerBox .phoneBox .phone {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #fa6722;
}
.footerBox .phoneBox .btn {
  width: 160px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(237, 98, 28, 0.3);
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 24px;
  color: #fa6722;
}
.footerBox .phoneBox .btn .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.footerBox .copyRight {
  width: 100%;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 0;
}
.footerBox .copyRight .t {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.footerBox .copyRight .t a {
  display: block;
  color: #999999;
  margin-right: 15px;
}
.footerBox .copyRight .t a:last-child {
  margin-right: 0;
}
.footerBox .copyRight .t a:hover {
  color: #176cb3;
}
.footerBox .copyRight .copy {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  margin-top: 4px;
}
.footerBox .copyRight .copy a {
  color: #999999;
}
.footerBox .copyRight .copy a:hover {
  color: #176cb3;
}
/* pageMain */
.pageMain {
  width: 100%;
  overflow: hidden;
  background-color: #f4f8fc;
}
.pageMain table {
  width: 100%;
  background-color: #fff;
  color: #515a6e;
  margin: 8px 0;
}
.pageMain table th {
  font-size: 14px;
  padding: 10px 6px;
  min-height: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #eee;
  background-color: #F7F8FA;
}
.pageMain table td {
  font-size: 14px;
  position: relative;
  padding: 9px 10px;
  min-height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #eee;
}
/* pageLoction */
.pageLoction {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.pageLoction .icon-location {
  font-size: 16px;
  margin-right: 3px;
}
.pageLoction .icon-arrow {
  font-size: 12px;
  margin: 0 3px;
}
.pageLoction a {
  color: #999;
  transition: all 0.6s ease;
}
.pageLoction a:hover {
  color: #176cb3;
}
.pageLoction span {
  color: #176cb3;
}
/* pageSearch */
.pageSearch {
  width: 600px;
  height: 46px;
  margin: 15px auto 30px;
}
.pageSearch .layui-input {
  display: block;
  width: calc(100% - 120px);
  color: #333;
  font-size: 14px;
  line-height: 36px;
  height: 46px;
  padding: 5px 15px;
  border: 1px solid #176cb3;
  border-radius: 4px 0 0 4px;
}
.pageSearch .layui-input:hover {
  border-color: #176cb3 !important;
}
.pageSearch .layui-btn {
  display: block;
  width: 120px;
  color: #fff;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 0 4px 4px 0;
}
/* pageTab */
.pageTab {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid #176cb3;
  overflow: hidden;
}
.pageTab li a {
  display: block;
  padding: 0 36px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  border-radius: 4px 4px 0 0;
  transition: all 0.6s ease;
}
.pageTab li.on a,
.pageTab li:hover a {
  background-color: #176cb3;
  color: #fff;
}
/* pageActivity */
.pageActivity {
  width: 100%;
  padding: 20px 0 70px;
}
.pageActivity .lists {
  width: 100%;
  margin-bottom: 20px;
}
.pageActivity .lists li {
  width: 285px;
  margin: 0 20px 20px 0;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.pageActivity .lists li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.pageActivity .lists li .img {
  width: 100%;
  position: relative;
}
.pageActivity .lists li .img img {
  width: 100%;
  height: 150px;
  display: block;
  transition: all 0.6s ease;
}
.pageActivity .lists li .img .label {
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.pageActivity .lists li .img .label.label1 {
  background-color: #176cb3;
}
.pageActivity .lists li .img .label.label2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageActivity .lists li .img .label.label3 {
  background-color: #666666;
}
.pageActivity .lists li .cont {
  width: 100%;
  padding: 16px 16px 20px;
}
.pageActivity .lists li .cont .tit {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageActivity .lists li .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pageActivity .lists li .cont .time .iconfont {
  font-size: 14px;
  margin-right: 3px;
}
.pageActivity .lists li .cont .price {
  font-size: 18px;
  line-height: 22px;
  color: #fe4e49;
  margin-top: 12px;
}
.pageActivity .lists li .cont .price span {
  font-size: 14px;
}
.pageActivity .lists li:hover .img img {
  transform: scale(1.1);
}
.pageActivity .lists li:hover .cont .tit {
  color: #176cb3;
}
/* popupBox */
.popupBox {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
/* applicationBox */
.applicationBox {
  width: 460px;
  background-color: #ffffff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.applicationBox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.applicationBox .close .iconfont {
  color: #333;
  font-size: 22px;
}
.applicationBox .tit {
  width: 100%;
  height: 120px;
  background: url(../images/applicationBg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0 0;
}
.applicationBox .tit .t1 {
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
}
.applicationBox .tit .t2 {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 5px;
}
.applicationBox form {
  width: 100%;
  margin-top: 30px;
  padding: 0 20px 30px;
}
.applicationBox form input {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  padding: 7px 20px;
}
.applicationBox form button {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #176cb3;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}
/* pageSorts */
.pageSorts {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 10px 0 20px;
}
.pageSorts .sortsBox {
  width: 100%;
  padding: 16px 0 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.pageSorts .sortsBox .p {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  margin-bottom: 10px;
}
.pageSorts .sortsBox .sorts {
  width: calc(100% - 75px);
}
.pageSorts .sortsBox .sorts a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  color: #333333;
  margin: 0 10px 6px 0;
  padding: 0 10px;
  transition: all 0.6s ease;
}
.pageSorts .sortsBox .sorts a:hover,
.pageSorts .sortsBox .sorts a.on {
  background-color: #176cb3;
  color: #fff;
  border-radius: 4px;
}
.pageSorts .sortsBox:last-child {
  border-bottom: none;
}
/* pageSorts1 */
.pageSorts1 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 10px 10px 20px;
}
.pageSorts1 .sortsBox {
  width: 100%;
  padding: 10px 0 0;
}
.pageSorts1 .sortsBox .p {
  width: 70px;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.pageSorts1 .sortsBox .sorts {
  width: calc(100% - 75px);
}
.pageSorts1 .sortsBox .sorts a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  transition: all 0.6s ease;
}
.pageSorts1 .sortsBox .sorts a:hover,
.pageSorts1 .sortsBox .sorts a.on {
  background-color: #176cb3;
  color: #fff;
  border-radius: 4px;
}
/* pageTalent */
.pageTalent {
  width: 100%;
  padding: 20px 0 70px;
}
.pageTalent .lists {
  width: 100%;
  margin-bottom: 25px;
}
.pageTalent .lists li {
  width: 390px;
  margin: 0 15px 15px 0;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.6s ease;
}
.pageTalent .lists li:nth-child(3n) {
  margin: 0 0 15px 0;
}
.pageTalent .lists li a {
  padding: 25px 20px;
}
.pageTalent .lists li .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.pageTalent .lists li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.pageTalent .lists li .cont {
  width: calc(100% - 120px);
}
.pageTalent .lists li .cont .name {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 6px;
  transition: all 0.6s ease;
}
.pageTalent .lists li .cont .t {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.pageTalent .lists li:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.pageTalent .lists li:hover .cont .name {
  color: #176cb3;
}
/* pageActivityD */
.pageActivityD {
  width: 100%;
  padding-bottom: 80px;
}
.pageActivityD .detailBox {
  width: 895px;
}
.pageActivityD .detailBox .detail {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  align-items: center;
  position: relative;
}
.pageActivityD .detailBox .detail .img {
  width: 300px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.pageActivityD .detailBox .detail .img img {
  width: 100%;
  display: block;
}
.pageActivityD .detailBox .detail .img .label {
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.pageActivityD .detailBox .detail .img .label.label1 {
  background-color: #176cb3;
}
.pageActivityD .detailBox .detail .img .label.label2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageActivityD .detailBox .detail .img .label.label3 {
  background-color: #666666;
}
.pageActivityD .detailBox .detail .cont {
  width: calc(100% - 320px);
  padding-right: 70px;
}
.pageActivityD .detailBox .detail .cont .tit {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.pageActivityD .detailBox .detail .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pageActivityD .detailBox .detail .cont .time .iconfont {
  font-size: 14px;
  margin-right: 3px;
}
.pageActivityD .detailBox .detail .cont .priceBox {
  margin-top: 16px;
  align-items: center;
}
.pageActivityD .detailBox .detail .cont .priceBox .price {
  font-size: 24px;
  line-height: 28px;
  color: #fe4e49;
  margin-right: 20px;
}
.pageActivityD .detailBox .detail .cont .priceBox .price span {
  font-size: 14px;
}
.pageActivityD .detailBox .detail .cont .priceBox .btn {
  height: 36px;
  background-color: #176cb3;
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  padding: 0 28px;
  cursor: pointer;
}
.pageActivityD .detailBox .detail .collect {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  cursor: pointer;
}
.pageActivityD .detailBox .detail .collect .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #ff9300;
}
.pageActivityD .detailBox .detail.detail1 {
  align-items: flex-start;
}
.pageActivityD .detailBox .detail.detail1 .img {
  width: 160px;
}
.pageActivityD .detailBox .detail.detail1 .tit {
  font-size: 24px;
  line-height: 48px;
  color: #3D3D3D;
}
.pageActivityD .detailBox .detail.detail1 .cont {
  width: calc(100% - 180px);
}
.pageActivityD .detailBox .detail.detail1 .cont .txt {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.pageActivityD .detailBox .text {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageActivityD .detailBox .text .txt {
  padding: 20px 20px 30px;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
}
/* pagePayment */
.pagePayment {
  width: 100%;
  padding-bottom: 80px;
}
.pagePayment .detailBox {
  width: 100%;
}
.pagePayment .detailBox .detail {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  align-items: center;
  position: relative;
}
.pagePayment .detailBox .detail .img {
  width: 240px;
  border-radius: 4px;
  overflow: hidden;
}
.pagePayment .detailBox .detail .img img {
  width: 100%;
  display: block;
}
.pagePayment .detailBox .detail .cont {
  width: calc(100% - 260px);
}
.pagePayment .detailBox .detail .cont .tit {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.pagePayment .detailBox .detail .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pagePayment .detailBox .detail .cont .time .iconfont {
  font-size: 14px;
  margin-right: 3px;
}
.pagePayment .detailBox .priceBox {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 4px;
  align-items: center;
  padding: 0 20px;
  margin-top: 10px;
}
.pagePayment .detailBox .priceBox p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.pagePayment .detailBox .priceBox .price {
  font-size: 24px;
  line-height: 28px;
  color: #fe4e49;
}
.pagePayment .detailBox .priceBox .price span {
  font-size: 14px;
}
.pagePayment .detailBox .payment {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.pagePayment .detailBox .payment .pageTitle {
  margin-bottom: 20px;
}
.pagePayment .detailBox .payment ul {
  width: 100%;
  padding: 20px 20px 30px;
}
.pagePayment .detailBox .payment ul li {
  width: 196px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9e4ed;
  margin-right: 15px;
  cursor: pointer;
}
.pagePayment .detailBox .payment ul li img {
  width: 30px;
  display: block;
  margin-right: 6px;
}
.pagePayment .detailBox .payment ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.pagePayment .detailBox .payment ul li:hover,
.pagePayment .detailBox .payment ul li.on {
  border: 1px solid #176cb3;
}
.pagePayment .detailBox .btnBox {
  width: 100%;
  margin-top: 30px;
}
.pagePayment .detailBox .btnBox .btn {
  width: 148px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
  border: solid 1px #176cb3;
  text-align: center;
  cursor: pointer;
}
.pagePayment .detailBox .btnBox .btn.btn1 {
  background-color: #176cb3;
  color: #fff;
  margin-right: 20px;
}
.pagePayment .detailBox .btnBox .btn.btn2 {
  color: #176cb3;
}
/* pageSidebar */
.pageSidebar {
  width: 285px;
}
.pageSidebar .pic {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.pageSidebar .pic img {
  width: 100%;
  display: block;
}
.pageSidebar .ad {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.pageSidebar .ad img {
  width: 100%;
  display: block;
}
.pageSidebar .hotActivity {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 10px;
}
.pageSidebar .hotActivity ul {
  width: 100%;
  margin-top: 15px;
}
.pageSidebar .hotActivity ul li {
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pageSidebar .hotActivity ul li .img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.pageSidebar .hotActivity ul li img {
  width: 245px;
  height: 245px;
  display: block;
  transition: all 0.6s ease;
}
.pageSidebar .hotActivity ul li .t {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.pageSidebar .hotActivity ul li .tit {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.pageSidebar .hotActivity ul li .txt {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-top: 4px;
}
.pageSidebar .hotActivity ul li .price {
  font-size: 20px;
  color: #fe4e49;
  line-height: 24px;
  margin-top: 6px;
}
.pageSidebar .hotActivity ul li .price span {
  font-size: 14px;
}
.pageSidebar .hotActivity ul li:hover img {
  transform: scale(1.1);
}
.pageSidebar .hotActivity ul li:hover .tit {
  color: #176cb3;
}
.pageSidebar .hotActivity ul.ul li {
  border-radius: 0;
  margin-bottom: 16px;
}
.pageSidebar .hotActivity ul.ul li:last-child {
  margin-bottom: 0;
}
.pageSidebar .hotBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 10px;
}
.pageSidebar .hotBox ul {
  width: 100%;
  margin-top: 14px;
}
.pageSidebar .hotBox ul li {
  width: 100%;
  padding: 6px 0;
}
.pageSidebar .hotBox ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 28px;
  background-size: 20px 168px !important;
  transition: all 0.6s ease;
}
.pageSidebar .hotBox ul li:nth-child(1) a {
  background: url(../images/icon.png) 0 0 no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(2) a {
  background: url(../images/icon.png) 0 -24px no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(3) a {
  background: url(../images/icon.png) 0 -48px no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(4) a {
  background: url(../images/icon.png) 0 -72px no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(5) a {
  background: url(../images/icon.png) 0 -96px no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(6) a {
  background: url(../images/icon.png) 0 -120px no-repeat;
}
.pageSidebar .hotBox ul li:nth-child(7) a {
  background: url(../images/icon.png) 0 -144px no-repeat;
}
.pageSidebar .hotBox ul li:hover a {
  color: #176cb3;
}
.pageSidebar .policyBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 12px;
  margin-top: 10px;
}
.pageSidebar .policyBox ul {
  width: 100%;
  margin-top: 20px;
}
.pageSidebar .policyBox ul li {
  width: 100%;
  margin-bottom: 18px;
}
.pageSidebar .policyBox ul li .t {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageSidebar .policyBox ul li .t span {
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 10px;
}
.pageSidebar .policyBox ul li .t span.s1 {
  background-color: #ed403c;
}
.pageSidebar .policyBox ul li .t span.s2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageSidebar .policyBox ul li .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pageSidebar .policyBox ul li:hover .t {
  color: #176cb3;
}
.pageSidebar .serviceBox {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 4px;
}
.pageSidebar .serviceBox .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.pageSidebar .serviceBox ul {
  width: 100%;
  margin-top: 20px;
}
.pageSidebar .serviceBox ul li {
  width: 100%;
  padding: 0 0 16px;
}
.pageSidebar .serviceBox ul li a {
  align-items: center;
}
.pageSidebar .serviceBox ul li a img {
  width: 22px;
  display: block;
}
.pageSidebar .serviceBox ul li a p {
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageSidebar .serviceBox ul li:hover a p {
  color: #176cb3;
}
/* pageNews */
.pageNews {
  width: 100%;
  padding: 20px 0 70px;
}
.pageNews .box {
  width: 895px;
}
.pageNews .box .newsBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.pageNews .box .newsBox a {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  align-items: center;
}
.pageNews .box .newsBox a .img {
  width: 380px;
  height: 250px;
  border-radius: 2px;
  overflow: hidden;
}
.pageNews .box .newsBox a .img img {
  width: 100%;
  height: 250px;
  display: block;
  transition: all 0.6s ease;
}
.pageNews .box .newsBox a .cont {
  width: calc(100% - 410px);
}
.pageNews .box .newsBox a .cont .tit {
  font-size: 18px;
  line-height: 34px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageNews .box .newsBox a .cont .txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}
.pageNews .box .newsBox a .cont .time {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-top: 40px;
}
.pageNews .box .newsBox a:hover .img img {
  transform: scale(1.1);
}
.pageNews .box .newsBox a:hover .cont .tit {
  color: #176cb3;
}
.pageNews .box .newsBox .layui-carousel-ind {
  width: 380px !important;
  top: -45px !important;
}
.pageNews .box .lists {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
.pageNews .box .lists li {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.pageNews .box .lists li a {
  width: 100%;
  align-items: center;
}
.pageNews .box .lists li .img {
  width: 150px;
  height: 100px;
  border-radius: 2px;
  overflow: hidden;
}
.pageNews .box .lists li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageNews .box .lists li .cont {
  width: calc(100% - 170px);
}
.pageNews .box .lists li .cont .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageNews .box .lists li .cont .txt {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-top: 10px;
}
.pageNews .box .lists li .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 14px;
}
.pageNews .box .lists li:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.pageNews .box .lists li:hover .img img {
  transform: scale(1.1);
}
.pageNews .box .lists li:hover .cont .tit {
  color: #176cb3;
}
/* pagePolicy */
.pageStandard {
  width: 100%;
  padding: 20px 0 70px;
}
.pageStandard .box {
  width: 895px;
}
.pageStandard .box .lists {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}
.pageStandard .box .lists li {
  width: 100%;
  padding: 0 20px;
}
.pageStandard .box .lists li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageStandard .box .lists li a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.pageStandard .box .lists li .tit {
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageStandard .box .lists li .tit span {
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 10px;
}
.pageStandard .box .lists li .tit span.s1 {
  background-color: #ed403c;
}
.pageStandard .box .lists li .tit span.s2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageStandard .box .lists li .time {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.pageStandard .box .lists li .txt {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-top: 10px;
}
.pageStandard .box .lists li:hover .tit {
  color: #176cb3;
}
/* pagePolicy */
.pagePolicy {
  width: 100%;
  padding: 20px 0 70px;
}
.pagePolicy .box {
  width: 895px;
}
.pagePolicy .box .lists {
  width: 100%;
  margin-bottom: 40px;
}
.pagePolicy .box .lists li {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.pagePolicy .box .lists li a {
  display: block;
}
.pagePolicy .box .lists li .tit {
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pagePolicy .box .lists li .tit span {
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 10px;
}
.pagePolicy .box .lists li .tit span.s1 {
  background-color: #ed403c;
}
.pagePolicy .box .lists li .tit span.s2 {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pagePolicy .box .lists li .time {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.pagePolicy .box .lists li .txt {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-top: 10px;
}
.pagePolicy .box .lists li:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.pagePolicy .box .lists li:hover .tit {
  color: #176cb3;
}
/* pageNewsD */
.pageNewsD {
  width: 100%;
  padding: 0 0 70px;
}
.pageNewsD .newsDetail {
  width: 895px;
}
.pageNewsD .newsDetail .contBox {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 20px;
}
.pageNewsD .newsDetail .contBox .collect {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  cursor: pointer;
}
.pageNewsD .newsDetail .contBox .collect .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #ff9300;
}
.pageNewsD .newsDetail .contBox .title {
  width: 78%;
  margin: 0 auto;
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.pageNewsD .newsDetail .contBox .time {
  color: #999;
  line-height: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 8px 0 20px;
  margin-bottom: 20px;
}
.pageNewsD .newsDetail .contBox .time span {
  margin-right: 20px;
}
.pageNewsD .newsDetail .contBox .labelBox {
  width: 100%;
  margin-top: 20px;
}
.pageNewsD .newsDetail .contBox .labelBox .t {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  padding: 0 8px;
}
.pageNewsD .newsDetail .contBox .labelBox .t.t1 {
  color: #176cb3;
  border: 1px solid #176cb3;
  margin-right: 20px;
}
.pageNewsD .newsDetail .contBox .labelBox .t.t2 {
  color: #f56c6c;
  border: 1px solid #f56c6c;
}
.pageNewsD .newsDetail .contBox .labelBox a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  background-color: #2faf6e;
  border-radius: 2px;
}
.pageNewsD .newsDetail .contBox .ul {
  width: 100%;
  background-color: #FBFBFB;
  padding: 20px 20px 6px;
  margin: 20px 0 30px;
  border-radius: 4px;
}
.pageNewsD .newsDetail .contBox .ul p {
  width: 36%;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin: 0 4% 14px 0;
}
.pageNewsD .newsDetail .contBox .ul p span {
  color: #333;
}
.pageNewsD .newsDetail .contBox .ul p:nth-child(2n) {
  margin: 0 0 14px 0;
}
.pageNewsD .newsDetail .contBox .ul p:nth-child(2n-1) {
  width: 60%;
}
.pageNewsD .newsDetail .contBox .text {
  font-size: 16px;
  line-height: 34px;
  color: #333;
}
.pageNewsD .newsDetail .contBox .text img {
  max-width: 100%;
  height: auto;
}
.pageNewsD .newsDetail .contBox .page {
  width: 100%;
  margin-top: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  padding-top: 30px;
}
.pageNewsD .newsDetail .contBox .page a {
  display: block;
  max-width: 48%;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .contBox .page a:hover {
  color: #176cb3;
}
.pageNewsD .newsDetail .recommendNews {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageNewsD .newsDetail .recommendNews .pageTitle {
  padding: 20px;
}
.pageNewsD .newsDetail .recommendNews ul {
  width: 100%;
  padding: 20px 20px 0;
}
.pageNewsD .newsDetail .recommendNews ul li {
  width: calc(50% - 15px);
  margin: 0 30px 20px 0;
}
.pageNewsD .newsDetail .recommendNews ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.pageNewsD .newsDetail .recommendNews ul li a {
  align-items: center;
}
.pageNewsD .newsDetail .recommendNews ul li .img {
  width: 128px;
  border-radius: 2px;
  overflow: hidden;
}
.pageNewsD .newsDetail .recommendNews ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .recommendNews ul li .cont {
  width: calc(100% - 148px);
}
.pageNewsD .newsDetail .recommendNews ul li .cont .txt {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .recommendNews ul li .cont .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 8px;
}
.pageNewsD .newsDetail .recommendNews ul li:hover .img img {
  transform: scale(1.1);
}
.pageNewsD .newsDetail .recommendNews ul li:hover .cont .txt {
  color: #176cb3;
}
.pageNewsD .newsDetail .recommendLists {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageNewsD .newsDetail .recommendLists .pageTitle {
  padding: 20px;
}
.pageNewsD .newsDetail .recommendLists ul {
  width: 100%;
  padding: 20px 20px 6px;
}
.pageNewsD .newsDetail .recommendLists ul li {
  width: calc(50% - 15px);
  margin: 0 30px 14px 0;
}
.pageNewsD .newsDetail .recommendLists ul li:nth-child(2n) {
  margin: 0 0 14px 0;
}
.pageNewsD .newsDetail .recommendLists ul li .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  position: relative;
  padding-left: 15px;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .recommendLists ul li .tit::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .recommendLists ul li .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 10px;
}
.pageNewsD .newsDetail .recommendLists ul li:hover .tit {
  color: #176cb3;
}
.pageNewsD .newsDetail .recommendLists ul li:hover .tit::after {
  background-color: #176cb3;
}
.pageNewsD .newsDetail .ad {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.pageNewsD .newsDetail .ad img {
  width: 100%;
  display: block;
}
.pageNewsD .newsDetail .activityLists {
  width: 100%;
  margin-top: 40px;
}
.pageNewsD .newsDetail .activityLists .title {
  font-size: 30px;
  line-height: 34px;
  color: #333333;
  text-align: center;
}
.pageNewsD .newsDetail .activityLists ul {
  width: 100%;
  margin-top: 30px;
}
.pageNewsD .newsDetail .activityLists ul li {
  width: 285px;
  margin: 0 20px 0 0;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.pageNewsD .newsDetail .activityLists ul li:nth-child(3n) {
  margin: 0;
}
.pageNewsD .newsDetail .activityLists ul li .img {
  width: 100%;
  overflow: hidden;
}
.pageNewsD .newsDetail .activityLists ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .activityLists ul li .t {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 12px 10px;
  text-align: center;
  transition: all 0.6s ease;
}
.pageNewsD .newsDetail .activityLists ul li:hover .img img {
  transform: scale(1.1);
}
.pageNewsD .newsDetail .activityLists ul li:hover .t {
  color: #176cb3;
}
/* pageInstitution */
.pageInstitution {
  width: 100%;
  padding: 20px 0 70px;
}
.pageInstitution .box {
  width: 895px;
}
.pageInstitution .box .lists {
  width: 100%;
  margin-bottom: 25px;
}
.pageInstitution .box .lists li {
  width: 440px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pageInstitution .box .lists li:nth-child(2n) {
  margin-right: 0;
}
.pageInstitution .box .lists li .contBox {
  padding: 20px 20px 15px;
  align-items: center;
}
.pageInstitution .box .lists li .contBox .img {
  width: 80px;
  height: 80px;
}
.pageInstitution .box .lists li .contBox .img img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pageInstitution .box .lists li .contBox .cont {
  width: calc(100% - 96px);
}
.pageInstitution .box .lists li .contBox .cont .tit {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageInstitution .box .lists li .contBox .cont .tit p {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageInstitution .box .lists li .contBox .cont .tit span {
  display: block;
  height: 22px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 6px;
  margin-left: 8px;
}
.pageInstitution .box .lists li .contBox .cont .label {
  height: 22px;
  margin-top: 6px;
}
.pageInstitution .box .lists li .contBox .cont .label .li {
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  margin-right: 10px;
}
.pageInstitution .box .lists li .contBox .cont .label .li.one {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageInstitution .box .lists li .contBox .cont .label .li.two {
  background-image: linear-gradient(-90deg, #27ae60 0%, #2ecc71 100%);
}
.pageInstitution .box .lists li .contBox .cont .icon {
  width: 100%;
  margin-top: 6px;
}
.pageInstitution .box .lists li .contBox .cont .icon img {
  height: 22px;
  display: block;
  margin-right: 10px;
}
.pageInstitution .box .lists li .contBox .cont .address {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 8px;
}
.pageInstitution .box .lists li .contBox .cont .address .iconfont {
  font-size: 16px;
  margin-right: 6px;
}
.pageInstitution .box .lists li .contBox .cont .address p {
  flex: 1;
}
.pageInstitution .box .lists li .contBox:hover .cont .tit p {
  color: #176cb3;
}
.pageInstitution .box .lists li .ul {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0 20px;
}
.pageInstitution .box .lists li .ul a {
  display: block;
  width: 120px;
  margin-right: 20px;
}
.pageInstitution .box .lists li .ul a:last-child {
  margin-right: 0;
}
.pageInstitution .box .lists li .ul a .img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.pageInstitution .box .lists li .ul a .img img {
  width: 120px;
  height: 120px;
  display: block;
  transition: all 0.6s ease;
}
.pageInstitution .box .lists li .ul a .t {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.pageInstitution .box .lists li .ul a:hover .img img {
  transform: scale(1.1);
}
.pageInstitution .box .lists li .ul a:hover .t {
  color: #176cb3;
}
.pageInstitution .national {
    width: 100%;
}
.pageInstitution .national li {
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 15px;
}
.pageInstitution .national li a.w {
    width: 100%;
}
.pageInstitution .national .info {
    width: 398px;
    padding-right: 20px;
}
.pageInstitution .national .info .title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 24px;
    margin-bottom: 8px;
}
.pageInstitution .national .info .li {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 20px;
}
.pageInstitution .national .tit {
    width: 70px;
    font-size: 14px;
    color: #303133
}
.pageInstitution .national .test {
    width: 386px;
    height: 72px;
    flex-wrap: wrap;
}
.pageInstitution .national .test .t {
    width: 188px;
    font-size: 12px;
    color: #176cb3;
    height: 32px;
    line-height: 30px;
    background-color: #ecf5ff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 6px;
}
.pageInstitution .national .test .t:nth-of-type(2n) {
    margin-left: 10px;
}
/* pageInstitutionD */
.pageInstitutionD {
  width: 100%;
  padding-bottom: 80px;
}
.pageInstitutionD .detailBox {
  width: 895px;
}
.pageInstitutionD .detailBox .detail {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  align-items: center;
  position: relative;
}
.pageInstitutionD .detailBox .detail .img {
  width: 120px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.pageInstitutionD .detailBox .detail .img img {
  width: 100%;
  display: block;
}
.pageInstitutionD .detailBox .detail .cont {
  width: calc(100% - 140px);
  padding-right: 70px;
}
.pageInstitutionD .detailBox .detail .cont .tit {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.pageInstitutionD .detailBox .detail .cont .tit p {
  max-width: calc(100% - 64px);
}
.pageInstitutionD .detailBox .detail .cont .label {
  height: 22px;
  margin: 6px 0 10px;
}
.pageInstitutionD .detailBox .detail .cont .label .li {
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  margin-right: 10px;
}
.pageInstitutionD .detailBox .detail .cont .label .li.one {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageInstitutionD .detailBox .detail .cont .label .li.two {
  background-image: linear-gradient(-90deg, #27ae60 0%, #2ecc71 100%);
}
.pageInstitutionD .detailBox .detail .cont .tit span {
  display: block;
  height: 22px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 6px;
  margin-left: 8px;
}
.pageInstitutionD .detailBox .detail .cont .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 4px;
}
.pageInstitutionD .detailBox .detail .cont .txt .iconfont {
  font-size: 16px;
  margin-right: 6px;
}
.pageInstitutionD .detailBox .detail .collect {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  cursor: pointer;
}
.pageInstitutionD .detailBox .detail .collect .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #ff9300;
}
.pageInstitutionD .detailBox .project {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageInstitutionD .detailBox .project ul {
  width: 100%;
  padding: 20px 20px 10px;
}
.pageInstitutionD .detailBox .project ul li {
  width: 200px;
  margin: 0 18px 15px 0;
}
.pageInstitutionD .detailBox .project ul li:nth-child(4n) {
  margin: 0 0 15px 0;
}
.pageInstitutionD .detailBox .project ul li .img {
  width: 200px;
  overflow: hidden;
  border-radius: 4px;
}
.pageInstitutionD .detailBox .project ul li .img img {
  width: 200px;
  height: 200px;
  display: block;
  transition: all 0.6s ease;
}
.pageInstitutionD .detailBox .project ul li .tit {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.pageInstitutionD .detailBox .project ul li .txt {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-top: 4px;
}
.pageInstitutionD .detailBox .project ul li .price {
  font-size: 18px;
  color: #fe4e49;
  line-height: 24px;
  margin-top: 6px;
}
.pageInstitutionD .detailBox .project ul li .price span {
  font-size: 14px;
}
.pageInstitutionD .detailBox .project ul li:hover .img img {
  transform: scale(1.1);
}
.pageInstitutionD .detailBox .project ul li:hover .tit {
  color: #176cb3;
}
.pageInstitutionD .detailBox .text {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageInstitutionD .detailBox .text .txt {
  padding: 20px 20px 30px;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
}
.pageInstitutionD .detailBox .coupon {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageInstitutionD .detailBox .coupon ul {
  width: 100%;
  padding: 20px 20px 0;
}
.pageInstitutionD .detailBox .coupon ul li {
  width: 276px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px rgba(251, 130, 75, 0.1);
  margin-right: 13px;
  margin-bottom: 20px;
}
.pageInstitutionD .detailBox .coupon ul li:nth-child(3n) {
  margin-right: 0;
}
.pageInstitutionD .detailBox .coupon ul li .price {
  width: 90px;
  height: 88px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
  text-align: center;
}
.pageInstitutionD .detailBox .coupon ul li .price .num {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
.pageInstitutionD .detailBox .coupon ul li .price .num span {
  font-size: 14px;
}
.pageInstitutionD .detailBox .coupon ul li .price .t {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.7;
}
.pageInstitutionD .detailBox .coupon ul li .cont {
  width: calc(100% - 90px);
  padding: 0 10px;
  align-items: flex-start;
}
.pageInstitutionD .detailBox .coupon ul li .cont .p1 {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.pageInstitutionD .detailBox .coupon ul li .cont .p2 {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 6px;
}
.pageInstitutionD .detailBox .coupon ul li .cont .btn {
  width: 64px;
  height: 24px;
  background-color: rgba(252, 131, 78, 0.1);
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #fc834e;
  text-align: center;
  margin-top: 6px;
}
.pageInstitutionD .detailBox .qualificationsBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageInstitutionD .detailBox .qualificationsBox .qualifications {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  padding-bottom: 20px;
}
.pageInstitutionD .detailBox .qualificationsBox .qualifications img {
  display: block;
  width: 158px;
  height: 228px;
  cursor: pointer;
  margin-bottom: 16px;
}
.pageInstitutionD .detailBox .qualificationsBox .qualifications img:not(:nth-of-type(5n)) {
  margin-right: 16px;
}
/* pageService */
.pageService {
  width: 100%;
  padding: 20px 0 70px;
}
.pageService .box {
  width: 895px;
}
.pageService .box .lists {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}
.pageService .box .lists li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.6s ease;
}
.pageService .box .lists li:last-child {
  border-bottom: none;
}
.pageService .box .lists li a {
  align-items: center;
  padding: 20px;
}
.pageService .box .lists li .ul {
  width: calc(100% - 316px);
  align-items: center;
}
.pageService .box .lists li .ul .img {
  width: 140px;
  border-radius: 4px;
  overflow: hidden;
}
.pageService .box .lists li .ul .img img {
  width: 140px;
  height: 140px;
  display: block;
  transition: all 0.6s ease;
}
.pageService .box .lists li .ul .text {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.pageService .box .lists li .ul .text .p1 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageService .box .lists li .ul .text .p2 {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-top: 10px;
}
.pageService .box .lists li .ul .text .price {
  font-size: 20px;
  line-height: 24px;
  color: #fe4e49;
  margin-top: 14px;
}
.pageService .box .lists li .ul .text .price span {
  font-size: 14px;
}
.pageService .box .lists li .cont {
  width: 316px;
  padding: 15px 0 15px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.pageService .box .lists li .cont .tit {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.pageService .box .lists li .cont .label {
  height: 22px;
  margin-top: 6px;
}
.pageService .box .lists li .cont .label .li {
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  margin-right: 10px;
}
.pageService .box .lists li .cont .label .li.one {
  background-image: linear-gradient(-90deg, #fa6520 0%, #fc8552 100%);
}
.pageService .box .lists li .cont .label .li.two {
  background-image: linear-gradient(-90deg, #27ae60 0%, #2ecc71 100%);
}
.pageService .box .lists li .cont .icon {
  width: 100%;
  margin-top: 6px;
}
.pageService .box .lists li .cont .icon img {
  height: 22px;
  display: block;
  margin-right: 10px;
}
.pageService .box .lists li .cont .address {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 10px;
}
.pageService .box .lists li .cont .address .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.pageService .box .lists li .cont .address p {
  flex: 1;
}
.pageService .box .lists li:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.pageService .box .lists li:hover .ul .img img {
  transform: scale(1.1);
}
.pageService .box .lists li:hover .ul .text .p1 {
  color: #176cb3;
}
/* pageServiceD */
.pageServiceD {
  width: 100%;
  padding-bottom: 80px;
}
.pageServiceD .detailBox {
  width: 895px;
}
.pageServiceD .detailBox .detail {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  align-items: center;
  position: relative;
}
.pageServiceD .detailBox .detail .img {
  width: 300px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.pageServiceD .detailBox .detail .img img {
  width: 100%;
  display: block;
}
.pageServiceD .detailBox .detail .cont {
  width: calc(100% - 320px);
  padding-right: 70px;
}
.pageServiceD .detailBox .detail .cont .tit {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 12px;
}
.pageServiceD .detailBox .detail .cont .txt {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pageServiceD .detailBox .detail .cont .label {
  margin-top: 10px;
}
.pageServiceD .detailBox .detail .cont .label p {
  height: 22px;
  border-radius: 2px;
  border: solid 1px rgba(255, 147, 0, 0.4);
  font-size: 14px;
  line-height: 20px;
  color: #ff9300;
  padding: 0 6px;
  margin-right: 10px;
}
.pageServiceD .detailBox .detail .cont .btnBox {
  align-items: center;
  margin-top: 20px;
}
.pageServiceD .detailBox .detail .cont .btnBox .price {
  font-size: 24px;
  line-height: 28px;
  color: #fe4e49;
  margin-right: 30px;
}
.pageServiceD .detailBox .detail .cont .btnBox .price span {
  font-size: 14px;
}
.pageServiceD .detailBox .detail .cont .btnBox .btn {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.pageServiceD .detailBox .detail .cont .btnBox .btn.btn1 {
  border: solid 1px #176cb3;
  color: #176cb3;
}
.pageServiceD .detailBox .detail .cont .btnBox .btn.btn2 {
  border: solid 1px #176cb3;
  background-color: #176cb3;
  color: #fff;
}
.pageServiceD .detailBox .detail .collect {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  cursor: pointer;
}
.pageServiceD .detailBox .detail .collect .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #ff9300;
}
.pageServiceD .detailBox .coupon {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageServiceD .detailBox .coupon ul {
  width: 100%;
  padding: 20px 20px 4px;
}
.pageServiceD .detailBox .coupon ul li {
  width: 386px;
  height: 106px;
  background: url(../images/couponBg.png) center center no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-bottom: 20px;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.pageServiceD .detailBox .coupon ul li .price {
  width: 110px;
  text-align: center;
}
.pageServiceD .detailBox .coupon ul li .price .num {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  background: -webkit-linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  background: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pageServiceD .detailBox .coupon ul li .price .num span {
  font-size: 14px;
}
.pageServiceD .detailBox .coupon ul li .price .t {
  font-size: 12px;
  line-height: 16px;
  background: -webkit-linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  background: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pageServiceD .detailBox .coupon ul li .cont {
  width: 150px;
}
.pageServiceD .detailBox .coupon ul li .cont .p1 {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.pageServiceD .detailBox .coupon ul li .cont .p2 {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
}
.pageServiceD .detailBox .coupon ul li .btn {
  width: 64px;
  height: 30px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.pageServiceD .detailBox .coupon ul li:hover {
  transform: translateY(-2px);
}
.pageServiceD .detailBox .text {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageServiceD .detailBox .serviceDetail {
  padding: 20px 20px 30px;
}
.pageServiceD .detailBox .serviceDetail .txt {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.pageServiceD .detailBox .serviceDetail .tit {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}
.pageServiceD .detailBox .serviceDetail .sample li {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.pageServiceD .detailBox .qualificationsBox {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.pageServiceD .detailBox .qualificationsBox .evaluateTab {
  width: 100%;
  padding: 20px;
}
.pageServiceD .detailBox .qualificationsBox .evaluateTab li {
  height: 36px;
  background-color: rgba(0, 127, 242, 0.1);
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
  color: #176cb3;
  padding: 0 24px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.pageServiceD .detailBox .qualificationsBox .evaluateTab li:hover,
.pageServiceD .detailBox .qualificationsBox .evaluateTab li.on {
  background-color: #176cb3;
  color: #fff;
}
.pageServiceD .detailBox .qualificationsBox .evaluate {
  width: 100%;
  padding: 10px 20px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate li {
  width: 100%;
  margin-bottom: 30px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 2px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .img img {
  width: 100%;
  display: block;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .cont {
  width: calc(100% - 214px);
}
.pageServiceD .detailBox .qualificationsBox .evaluate .cont .name {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .cont .start {
  margin-top: 4px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .cont .start .iconfont {
  font-size: 16px;
  line-height: 20px;
  background: -webkit-linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  background: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-right: 4px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .cont .txt {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 4px;
}
.pageServiceD .detailBox .qualificationsBox .evaluate .time {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 48px;
}
/* pageLogin */
.pageLogin {
  width: 100%;
  height: 100vh;
  background: url(../images/loginBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.pageLogin.noBg {
  background: none;
}
.pageLogin .box {
  width: 100%;
  background-color: #fff;
}
.pageLogin .box .c1200 {
  height: 60px;
  align-items: center;
}
.pageLogin .box .logo {
  display: block;
  height: 44px;
}
.pageLogin .box .logo img {
  height: 100%;
  display: block;
}
.pageLogin .box .gologin {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-right: 50px;
}
.pageLogin .box .gologin:hover {
  color: #176cb3;
}
.pageLogin .box .back {
  font-size: 16px;
  line-height: 20px;
  color: #176cb3;
}
.pageLogin .box .back .iconfont {
  font-size: 20px;
  margin-right: 8px;
}
.pageLogin .title {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
.pageLogin .title span {
  font-size: 14px;
  margin-left: 20px;
  color: #666;
}
.pageLogin .contBox {
  height: calc(100vh - 110px);
  position: relative;
}
.pageLogin .contBox .layui-form {
  display: block;
  width: 380px;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pageLogin .contBox .layui-form .layui-input {
  width: 260px;
}
.pageLogin .contBox .tit {
  margin: 30px 0;
}
.pageLogin .contBox .tit li {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.pageLogin .contBox .tit li::after {
  content: '';
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #176cb3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.pageLogin .contBox .tit li.on {
  color: #176cb3;
}
.pageLogin .contBox .tit li.on::after {
  opacity: 1;
}
.pageLogin .contBox .t {
  width: 100%;
  margin-top: 20px;
}
.pageLogin .contBox .t .p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
.pageLogin .contBox .t .p a {
  color: #176cb3;
}
.pageLogin .contBox .t .a {
  color: #176cb3;
  display: block;
}
.pageLogin .contForm {
  height: calc(100vh - 110px);
  position: relative;
}
.pageLogin .contForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.pageLogin .contForm .layui-form {
  display: block;
  width: 520px;
  border-radius: 4px;
  padding: 30px 40px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageLogin .contForm .layui-form .layui-input {
  width: 400px;
}
.pageLogin .contForm .layui-form .layui-read {
  color: #606266;
  height: 28px;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 16px;
}
.pageLogin .contForm .layui-form .layui-read a {
  color: #176cb3;
}
.pageLogin .contBox .layui-form .layui-btn,
.pageLogin .contForm .layui-form .layui-btn {
  width: 100%;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
}
.pageLogin .contBox .layui-form .code,
.pageLogin .contForm .layui-form .code {
  display: none;
}
.pageLogin .contBox .layui-form .layui-form-danger:focus,
.pageLogin .contForm .layui-form .layui-form-danger:focus,
.pageLogin .contBox .layui-form .layui-input,
.pageLogin .contForm .layui-form .layui-input {
  border: none !important;
  box-shadow: inherit !important;
}
.pageLogin .contBox .layui-form .layui-form-item,
.pageLogin .contForm .layui-form .layui-form-item {
  width: 100%;
  height: 42px;
  background-color: #f4f8fc;
  border-radius: 4px;
  margin-bottom: 20px;
}
.pageLogin .contBox .layui-form .layui-form-item .iconfont,
.pageLogin .contForm .layui-form .layui-form-item .iconfont {
  color: #999;
  font-size: 20px;
  line-height: 42px;
}
.pageLogin .contBox .layui-form .layui-form-item .layui-input,
.pageLogin .contForm .layui-form .layui-form-item .layui-input {
  line-height: 42px;
  height: 42px;
  padding-left: 0;
  border: none;
  background-color: #f4f8fc;
}
.pageLogin .contBox .layui-form .layui-form-item .layui-input:-webkit-autofill,
.pageLogin .contForm .layui-form .layui-form-item .layui-input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f4f8fc inset !important;
}
.pageLogin .contBox .layui-form .layui-form-item .getCode,
.pageLogin .contForm .layui-form .layui-form-item .getCode {
  color: #176cb3;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
}
.pageLogin .contBox .layui-form .layui-form-item .verifycode {
  width: 128px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.pageLogin .contBox .layui-form .layui-form-item .verifycode img {
  display: block;
  height: 42px;
  cursor: pointer;
}
.pageLogin .copy {
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
}
.pageArticle {
  width: 100%;
  margin-bottom: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.pageArticle .pageTitle {
  padding: 0 0 14px;
}
.pageArticle .text {
  font-size: 16px;
  line-height: 38px;
  color: #333333;
  margin-top: 10px;
}
.pageArticle ul {
  width: 100%;
  padding: 40px 60px;
}
.pageArticle ul li {
  width: 25%;
  padding: 0 20px;
  cursor: pointer;
}
.pageArticle ul li .iconfont {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E9EFFB;
  color: #176cb3;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.6s ease;
}
.pageArticle ul li .t {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
}
.pageArticle ul li .p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.pageArticle ul li:hover .iconfont {
  background-color: #176cb3;
  color: #fff;
}
.pageArticle .map {
  width: 100%;
  height: 550px;
}
.pageArticle #map {
  width: 100%;
  height: 550px;
}
.pageArticle .urlbtn {
  height: 36px;
  background-color: #176cb3;
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  padding: 0 28px;
}
/* indexBanner */
.serviceBanner {
  width: 100%;
  background-color: #e5edf9;
  padding: 30px 0;
}
.serviceBanner .c1200 {
  position: relative;
}
.serviceBanner .slideTxtBox {
  width: 200px;
  border-radius: 4px;
}
.serviceBanner .slideTxtBox .hd {
  width: 200px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px 0 10px;
  overflow: auto;
}
.serviceBanner .slideTxtBox .hd ul {
  width: 100%;
  padding: 0 15px;
}
.serviceBanner .slideTxtBox .hd ul li {
  width: 100%;
}
.serviceBanner .slideTxtBox .hd ul li:not(:last-of-type) {
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
}
.serviceBanner .slideTxtBox .hd ul li .tit {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.serviceBanner .slideTxtBox .hd ul li .tit p {
  font-size: 14px;
  color: #333333;
}
.serviceBanner .slideTxtBox .hd ul li .tit .iconfont {
  font-size: 14px;
  color: #999999;
}
.serviceBanner .slideTxtBox .hd ul li .txt {
  width: 100%;
}
.serviceBanner .slideTxtBox .hd ul li .txt a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 16px;
  margin-top: 8px;
}
/*.serviceBanner .slideTxtBox .hd ul li:hover {*/
/*  background-color: rgba(0, 127, 242, 0.06);*/
/*}*/
.serviceBanner .slideTxtBox .hd ul li:hover .tit p, .serviceBanner .slideTxtBox .hd ul li:hover .tit .iconfont {
  color: #176cb3;
}
.serviceBanner .slideTxtBox .hd ul li:hover .txt a {
  color: #176cb3;
}
.serviceBanner .slideTxtBox .bd {
  width: calc(100% - 200px) !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 4px;
  display: none;
}
.serviceBanner .slideTxtBox .bd .cont {
  width: 100% !important;
  height: 100% !important;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: auto;
  padding: 10px 20px 0;
}
.serviceBanner .slideTxtBox .bd .cont .tit {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 42px;
  height: 42px;
}
.serviceBanner .slideTxtBox .bd .cont .tit:hover {
  color: #176cb3;
}
.serviceBanner .slideTxtBox .bd .cont .ul {
  width: 100%;
  /*margin-top: 16px;*/
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
}
.serviceBanner .slideTxtBox .bd .cont .ul .li {
  margin: 0 30px 10px 0;
  font-size: 14px;
  color: #76828F;
  line-height: 20px;
  white-space: nowrap;
}
.serviceBanner .slideTxtBox .bd .cont .ul .li .t {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.serviceBanner .slideTxtBox .bd .cont .ul .li:hover {
  color: #176cb3;
}
.serviceBanner .slideTxtBox .bd .cont .ul .li .p {
  width: 100%;
}
.serviceBanner .slideTxtBox .bd .cont .ul .li .p a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 16px;
  margin-top: 8px;
}
.serviceBanner .slideTxtBox .bd .cont .ul .li .p a:hover {
  color: #176cb3;
}
.serviceBanner .slideTxtBox.slideTxtBox1 .hd {
  max-height: 360px;
}
.serviceBanner .banner {
  width: 980px;
  height: 360px;
  position: relative;
}
.serviceBanner .banner img {
  display: block;
  width: 100%;
  height: 360px;
}
.serviceCont .serviceItem {
  width: 100%;
  padding: 20px;
  margin: 30px auto;
  border-radius: 4px;
  background: #fff;
}
.serviceCont .sort {
  align-items: center;
  overflow: hidden;
}
.serviceCont .sort .tit {
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}
.serviceCont .sort .tit::after {
  content: "";
  width: 3px;
  height: 18px;
  background: #176cb3;
  position: absolute;
  top: 3px;
  left: 2px;
}
.serviceCont .sort .tit a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.serviceCont .sort .tit a:hover {
  color: #176cb3;
}
.serviceCont .sort .type {
  flex: 1;
}
.serviceCont .sort .type a {
  margin-left: 20px;
  color: #333;
}
.serviceCont .sort .type a:hover {
  color: #176cb3;
}
.serviceCont .sort .more {
}
.serviceCont .sort .more a {
  font-size: 12px;
  color: #999;
}
.serviceCont li {
  margin-top: 15px;
  width: 216px;
  cursor: pointer;
}
.serviceCont li:not(:nth-child(5n)) {
  margin-right: 20px;
}
.serviceCont li :hover .img img {
  transform: scale(1.1);
}
.serviceCont li :hover .tit {
  color: #176cb3;
}
.serviceCont li .img {
  width: 216px;
  height: 216px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 12px;
}
.serviceCont li .img img {
  width: 216px;
  height: 216px;
  transition: all 0.6s ease;
}
.serviceCont li .tit {
  font-size: 17px;
  margin-bottom: 5px;
  color: #333;
}
.serviceCont li .txt {
  color: #999;
}
.serviceCont li .price {
  font-size: 20px;
  color: #fe4e49;
  margin-top: 6px;
}
.serviceCont li .price span {
  font-size: 14px;
}
.roleWrap {
  width: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.roleWrap .tit {
  font-size: 28px;
  color: #1a1a1a;
  line-height: 32px;
  text-align: center;
  padding-bottom: 28px;
}
.roleWrap .role {
  width: 300px;
  height: 400px;
  padding: 36px 0;
}
.roleWrap .role .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-top: 16px;
}
.roleWrap .role .title-sub {
  line-height: 24px;
  color: #999;
}
.roleWrap .role a {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #176cb3;
  color: #176cb3;
  margin-top: 20px;
  border-radius: 4px;
}
.roleWrap .role a:hover {
  background: #176cb3;
  color: #fff;
}
.formVerify {
  width: 1200px;
  height: calc(100vh - 150px);
  overflow: auto;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.formVerify .layui-form {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
.formVerify .layui-form .layui-input-block {
  width: 468px;
}
.formVerify .layui-form .layui-form-upload {
  position: relative;
  border: 1px solid #dcdcdc;
  box-sizing: unset;
}
.formVerify .layui-form .layui-form-upload.logo {
  width: 120px;
  height: 120px;
}
.formVerify .layui-form .layui-form-upload .uploadBtn {
  width: inherit;
  height: inherit;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formVerify .layui-form .layui-form-upload .uploadBtn .layui-icon {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
}
.formVerify .layui-form .layui-form-upload .uploadBtn img {
  display: block;
  width: inherit;
  height: inherit;
}
.formVerify .layui-form .layui-btn {
  display: block;
  margin: 0 auto;
}
.formVerify .layui-form .layui-btn.layui-bg-blue {
  width: 120px;
  margin-top: 32px;
}
.formVerify .layui-form .line {
  width: 100%;
  height: 1px;
  border: 1px dashed #dcdcdc;
  margin: 30px auto;
}
.formVerify .layui-form .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: -16px;
  padding-left: 132px;
  margin-bottom: 12px;
}
.formVerify .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.formVerify .title::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background: #176cb3;
}
.formVerify .certificate-list .certificate-li {
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.formVerify .certificate-list .certificate-li:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.formVerify .certificate-list .tit {
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
}
.formVerify .certificate-list .tit .text {
  font-size: 16px;
  color: #176cb3;
  font-weight: bold;
  padding-left: 132px;
}
.formVerify .certificate-list .tit .layui-btn-xs {
  margin: 0;
}
.popUpCity {
    display: none;
}
.popUpCity.cityList ul {
    padding: 30px 30px 10px;
}
.popUpCity.cityList ul li {
    font-size: 16px;
    color: #333333;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #f7f7f7;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: 0 20px 20px 0;
}
.popUpCity.cityList ul li.on {
    color: #fff;
    background-color: #176cb3;
}
.popUpCity.cityList ul li:nth-child(4n) {
    margin-right: 0;
}
.popUpCity.paramList {
    width: 100%;
    padding: 16px;
}
.popUpCity.paramList .service-table {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}
.popUpCity.paramList table {
    width: 100%;
    background-color: #fff;
    color: #515a6e;
}
.popUpCity.paramList table th {
  font-size: 14px;
  padding: 10px 6px;
  min-height: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #eee;
  background-color: #F7F8FA;
}
.popUpCity.paramList table td {
  font-size: 14px;
  position: relative;
  padding: 9px 10px;
  min-height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #eee;
}
.popUpCity.paramList .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 0;
}
.popUpCity.paramList .layui-btns {
  padding-top: 16px;
}
.pageCoupon {
  width: 100%;
  margin-bottom: 20px;
}
.pageCoupon .lists {
  width: 100%;
}
.pageCoupon .lists li {
  width: 386px;
  height: 106px;
  background: url(../images/couponBg.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s ease;
}
.pageCoupon .lists li:not(:nth-child(3n)) {
	margin-right: 20px;
}
.pageCoupon .lists li .price {
  width: 110px;
  text-align: center;
}
.pageCoupon .lists li .price .num {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  background: -webkit-linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  background: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pageCoupon .lists li .price .num span {
  font-size: 14px;
}
.pageCoupon .lists li .price .t {
  font-size: 12px;
  line-height: 16px;
  background: -webkit-linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  background: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pageCoupon .lists li .cont {
  width: calc(100% - 110px);
  padding: 0 16px;
}
.pageCoupon .lists li .cont .p1 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.pageCoupon .lists li .cont .p2 {
  font-size: 13px;
  line-height: 22px;
  color: #999999;
  margin-bottom: 6px;
}
.pageCoupon .lists li .btn {
  width: 86px;
  height: 28px;
  line-height: 28px;
  background-image: linear-gradient(-90deg, #fa6520 0%, #ff986c 100%);
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.pageCoupon .lists li .btn.no {
	background: #ccc;
	color: #fff;
	pointer-events: none;
}
.pageCoupon .lists li:hover {
  transform: translateY(-2px);
}
.avtivityPay .layui-input-block {
  width: 468px;
}
.avtivityPay .layui-form-upload.logo {
  width: 120px;
  height: 120px;
  position: relative;
  border: 1px solid #dcdcdc;
  box-sizing: unset;
}
.avtivityPay .layui-form-upload .uploadBtn {
  width: inherit;
  height: inherit;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.avtivityPay .layui-form-upload .uploadBtn .layui-icon {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
}
.avtivityPay .layui-form-upload .uploadBtn img {
  display: block;
  width: inherit;
  height: inherit;
}
.customer {
  width: 50px;
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index:99;
}
.customer dl {
  width: 100%;
  height: 50px;
  margin: 5px 0;
  position: relative;
  z-index: 2;
}
.customer dl dt {
  width: 50px;
  height: 50px;
  padding: 0 0;
  line-height: 50px;
  border-radius: 50%;
  color:#FFFFFF;
  background-color: #176cb3;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: all 0.8s ease;
  text-align: center;
}
.customer dl:first-child dt::after {
  display: none;
}
.customer dl dt i {
  display: inline-block;
  font-size:32px;
}
.customer dl dt p{
  font-size: 12px;
  margin-top: 3px;
}
.customer dl:hover dt {
  background-color: #fa6520;
}