.headtop {
  width: 100%;
  background-color: #f8f8f8;
  height: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.headtop .wrapper {
  width: 75rem;
  margin: 0 auto;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 0.75rem;
}

.headtop .wrapper .right {
  display: flex;
  align-items: center;
}

.headtop .wrapper .register {
  color: #ea5504;
  margin-left: 8px;
}

.headtop .wrapper .user {
  display: flex;
  align-items: center;
  margin-right: 0.63rem;
}

.headtop .wrapper .user a {
  width: 1.13rem;
  height: 1.13rem;
}

.headtop .wrapper .user1 {
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #f8ab43;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.625rem;
  margin-right: 0.63rem;
}

.nav {
  background-color: #fff;
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 999;
}

.nav .wrapper {
  display: flex;
  align-items: center;
  width: 75rem;
  margin: 0 auto;
}

.nav .wrapper .logo {
  width: 16rem;
  height: 3.38rem;
  margin-right: 3.06rem;
}

.nav .nav-list ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav .nav-list {
  flex: 1;
  height: 5.5rem;
}

.nav .nav-list ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.13rem;
  font-weight: bold;
  height: 100%;
  line-height: 5rem;
  margin-top: -0.2rem;
}

.nav .nav-list ul li {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav .nav-list ul .active {
  color: #ea5504;

}

.nav .nav-list ul li:hover .drop-menu {
  display: block;
}

.nav .nav-list ul li:hover .xian {
  display: block;
}

.xian {
  display: none;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #ea5504;
}

.drop-menu {
  position: absolute;
  z-index: 9999;
  left: -2.6rem;
  top: 5.5rem;
  width: 10rem;
  display: none;
}

.drop-menu ul {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.nav .nav-list ul li .drop-menu li a {
  font-size: 16px;
  font-family: 微软雅黑;
  font-weight: 500;
}

.drop-menu li {
  width: 100%;
  text-align: center;
  font-weight: 500;
  background-color: #e7f4fa;
  height: 2.94rem;
  line-height: 2.94rem;
  color: #333;
}

.drop-menu li:hover {
  background-color: #eee5e0 !important;
  color: #ea5504;
}

.nav .nav-list ul li .drop-menu ul li:hover a {
  border-bottom: none !important;
}

.swiper-container {
  width: 100%;
  height: 480px;
  position: relative;
  margin-top: 7.5rem;
}

.swiper-container .notice::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #FFF;
  position: absolute;
  left: -10px;
  bottom: -20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 86px;
  height: 4px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.statistics {
  width: 100%;
  background-color: #fff;
  height: 5.25rem;
}

.statistics .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75rem;
  height: 100%;
  margin: 0 auto;
}

.statistics .wrapper .lin {
  width: 1px;
  height: 2.38rem;
  background-color: #dcdcdc;
}

.statistics .wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistics .wrapper .item .title {
  font-size: 0.88rem;
  color: #333;
}

.statistics .wrapper .item .digit {
  display: flex;
  align-items: baseline;
  font-size: 0.88rem;
  color: #333;

}

.statistics .wrapper .item .digit span {
  font-size: 1.63rem;
  font-weight: bold;
  color: #ff7a27;
}

.information {
  background-color: #f0f5fa;
  width: 100%;
}

.information .wrapper {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 0 auto;
}

.information .wrapper .content {
  background-color: #fff;
  margin: 2.25rem 0;
  width: 49%;
  height: 22.5rem;
}

.information .wrapper .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.69rem;
}

.information .wrapper .content .top .left {
  display: flex;
  align-items: center;
}

.information .wrapper .content .top .left .lin {
  height: 1.13rem;
  width: 0.25rem;
  background-color: #ff7a27;
  margin-right: 0.88rem;
}

.information .wrapper .content .top .left .title {
  display: flex;
  align-items: baseline;
  font-size: 1.38rem;
  font-weight: bold;
}

.information .wrapper .content .top .left .title span {
  font-size: 0.88rem;
  font-weight: 500;
  color: #666;
}

.information .wrapper .content .top .more {
  font-size: 0.88rem;
  color: #333;
  margin-right: 1.25rem;
}

.information .wrapper .content .lin {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.information .wrapper .content .big a {
  display: flex;
  margin-top: 1.06rem;
}

.information .wrapper .content .big a img {
  width: 10rem;
  height: 6.88rem;
  margin-left: 1.25rem;
  margin-right: 1.3rem;
}

.information .wrapper .content .big a .title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-right: 1, 94rem;
  width: 22rem;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical; 
}

.information .wrapper .content .big a .time {
  font-size: 0.88rem;
  color: #666;
  margin-top: 1.69rem;
}
.information .wrapper .content .small{
  margin-top: 1rem;
}
.information .wrapper .content .small a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.25rem;
  font-size: 0.88rem;
}

.information .wrapper .content .small a .title {
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
}

.information .wrapper .content .small a .title span {
  height: 0.38rem;
  width: 0.38rem;
  border-radius: 0.19rem;
  background-color: #ea5504;
  margin-left: 1.06rem;
  margin-right: 0.38rem;
}

.information .wrapper .content .small a .title .nei {
  flex: 1;
  width: 90%;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
}

.information .wrapper .content .small a .time {
  margin-right: 1.3rem;
  width: 4.9rem;
  margin-left: 0.88rem;
}

@keyframes li {
  0% {}

  100% {
    transform: translateY(-50%);
  }
}

.information .wrapper .content .item {
  overflow: hidden;
  height: 17.88rem;
}

.information .wrapper .content .item ul {
  animation: li 100s linear infinite;
}

.information .wrapper .content .item ul:hover {
  animation-play-state: paused;
}

.information .wrapper .content .item ul li {
  height: 2.5rem;
  margin: 0 0.75rem;
}

.information .wrapper .content .item ul li:nth-child(odd) {
  background-color: #f7f8fb;
}

.information .wrapper .content .item ul li:nth-child(even) {
  background-color: #fff;
}

.information .wrapper .content .item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 2.5rem;
}

.information .wrapper .content .item ul li a .title {
  font-size: 1rem;
  color: #333;
  flex: 1;
}

.information .wrapper .content .item ul li a .statuc {
  font-size: 0.88rem;
  color: #ea5504;
  width: 4.58rem;
  margin-right: 1.5rem;
}

.information .wrapper .content .item ul li a .time {
  font-size: 0.88rem;
  color: #666;
  width: 4.89rem;
  margin-right: 1rem;
}

.information1 {
  background-color: #fff;
  width: 100%;
}

.information1 .wrapper {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 0 auto;
}

.information1 .wrapper .content1 {
  background-color: #fff;
  margin: 2.25rem 0;
  width: 49%;
  box-shadow: 0rem 0rem 0.63rem 0rem rgba(0, 66, 140, 0.08);
}

.information1 .wrapper .content1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.69rem;
}

.information1 .wrapper .content1 .top .left {
  display: flex;
  align-items: center;
}

.information1 .wrapper .content1 .top .left .lin {
  height: 1.13rem;
  width: 0.25rem;
  background-color: #ff7a27;
  margin-right: 0.88rem;
}

.information1 .wrapper .content1 .top .left .title {
  display: flex;
  align-items: baseline;
  font-size: 1.38rem;
  font-weight: bold;
}

.information1 .wrapper .content1 .top .left .title span {
  font-size: 0.88rem;
  font-weight: 500;
  color: #666;
}

.information1 .wrapper .content1 .top .more {
  font-size: 0.88rem;
  color: #333;
  margin-right: 1.25rem;
}

.information1 .wrapper .content1 .lin {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.information1 .wrapper .content1 .big a {
  display: flex;
  margin-top: 1.06rem;
  width: 100%;
}

.information1 .wrapper .content1 .big a img {
  width: 10rem;
  height: 6.88rem;
  margin-left: 1.25rem;
  margin-right: 1.3rem;
}
.information1 .wrapper .content1 .big a .right{
  flex: 1;

}
.information1 .wrapper .content1 .big a .title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-right: 1, 94rem;
  line-height: 1.6rem;
  width: 22rem;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical; 
}

.information1 .wrapper .content1 .big a .time {
  font-size: 0.88rem;
  color: #666;
  margin-top: 1.69rem;
}
.information1 .wrapper .content1 .small{
  margin-top: 1rem;
}
.information1 .wrapper .content1 .small a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.25rem;
  font-size: 0.88rem;
}

.information1 .wrapper .content1 .small a .title {
  display: flex;
  align-items: center;
  flex: 1;
   white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
}

.information1 .wrapper .content1 .small a .title span {
  height: 0.38rem;
  width: 0.38rem;
  border-radius: 0.19rem;
  background-color: #ea5504;
  margin-left: 1.06rem;
  margin-right: 0.38rem;
}

.information1 .wrapper .content1 .small a .title .nei {
  flex: 1; 
  width: 90%;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
}

.information1 .wrapper .content1 .small a .time {
  margin-right: 1.3rem;
  width: 4.9rem;
  margin-left: 0.88rem;
}

.information1 .wrapper .content1 .item ul li {
  height: 2.5rem;
  margin: 0 0.75rem;
}

.information1 .wrapper .content1 .item ul li:nth-child(odd) {
  background-color: #f7f8fb;
}

.information1 .wrapper .content1 .item ul li:nth-child(even) {
  background-color: #fff;
}

.information1 .wrapper .content1 .item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 2.5rem;
}

.information1 .wrapper .content1 .item ul li a .title {
  font-size: 1rem;
  color: #333;
}

.information1 .wrapper .content1 .item ul li a .statuc {
  font-size: 0.88rem;
  color: #ea5504;
}

.information1 .wrapper .content1 .item ul li a .time {
  font-size: 0.88rem;
  color: #666;
}

.trends {
  background-color: #fff;
  width: 100%;
}

.trends .wrapper {
  width: 75rem;
  margin: 2.25rem auto;
  height: 27.88rem;
  display: flex;
}

.trends .wrapper .animate-item {
  position: relative;
  width: 12.5rem;
  transition: width .5s;
}

.trends .wrapper .animate-item:nth-child(1) {
  position: relative;
  width: 37.5rem;
}

.trends .wrapper .animate-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.trends .wrapper .animate-item:nth-child(1) .detail {
  position: absolute;
  top: 6.81rem;
  left: 3.75rem;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trends .wrapper .animate-item:nth-child(1) .detail a {
  width: 9.38rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  color: #2f8efb;
  font-size: 1.13rem;
  border-radius: 0.19rem;
  text-align: center;
  display: block;
}

.trends .wrapper .animate-item .detail {
  position: absolute;
  top: 6.81rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trends .wrapper .animate-item:nth-child(1) .detail .title {
  color: #FFF;
  font-size: 1.88rem;
  font-weight: bold;
  margin-bottom: 2.19rem;
}

.trends .wrapper .animate-item .detail .title {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2.19rem;
}

.trends .wrapper .animate-item .detail .cell {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.trends .wrapper .animate-item .detail .cell span {
  margin-bottom: 1.94rem;
}

.trends .wrapper .animate-item .detail a {
  width: 9.38rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  color: #2f8efb;
  font-size: 1.13rem;
  border-radius: 0.19rem;
  text-align: center;
  display: none;
}

.service {
  width: 100%;
  height: 35rem;
  background-image: url('../images/index/bg3.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.service .wrapper {
  width: 75rem;
  margin: 0 auto;
}

.service .wrapper .title {
  color: #fff;
  font-size: 1.38rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  padding-top: 2.19rem;
  padding-bottom: 1.5rem;
}

.service .wrapper .title span {
  font-size: 0.88rem;
  font-weight: 400;
}

.service .wrapper form {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  position: relative;
  padding: 0 1rem;
}

.service .wrapper form .left {
  flex: 1;
  padding-top: 1.63rem;
}

.service .wrapper form .left .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 2.25rem;
  margin-bottom: 1.25rem;
}

.service .wrapper form .left .item .cont {
  background-color: #f8f8f8;
  width: 13rem;
  display: flex;
  align-items: center;
  height: 2.25rem;
}

.service .wrapper form .left .item .cont .unit {
  font-size: 0.88rem;
  color: #333;
  width: 3rem;
}

.el-input .el-input__wrapper {
  background-color: transparent;
  box-shadow: none;
}

.service .wrapper form .left .item .title1 {
  font-size: 0.88rem;
  color: #333;
  height: 2.25rem;
  line-height: 2.25rem;
  margin-right: 0.69rem;
}

.service .wrapper form .left .item span:first-child {
  color: #ea5504;
}

.service .wrapper form .left .item span:last-child {
  color: #333;
}

.service .wrapper form .left .item select {
  background-color: #f8f8f8;
  width: 15rem;
  height: 2.25rem;
  border: none;
  padding-right: 0.75rem;
  font-size: 0.88rem;
}

.service .wrapper form .left .choice {
  display: flex;
  justify-content: flex-end;
  width: 13rem;
}

.service .wrapper form .left .choice label {
  margin-right: 3rem;
  font-size: 0.88rem;
  margin-left: 0.5rem
}

.service .wrapper form .left .ultiple {
  width: 100%;
  margin-left: 1rem;
}

.service .wrapper form .left .ultiple .title2 {
  display: flex;
  margin-left: 2rem;
  font-size: 0.88rem;
}

.service .wrapper form .left .ultiple .title2 span {
  color: #ea5504;
}

.service .wrapper form .left .ultiple .cho {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.31rem;
}

.service .wrapper form .left .ultiple .cho .name {
  width: 9.75rem;
  height: 2.88rem;
  background-color: #fff6e4;
  border: 0.06rem solid #ffaa00;
  margin-right: 0.63rem;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  line-height: 2.88rem;
  text-align: center;
  border-radius: 0.19rem;
}

.service .wrapper form .left .choice1 {
  display: flex;
  justify-content: flex-end;
  width: 15rem;
}

.service .wrapper form .left .choice1 label {
  margin-right: 2rem;
  font-size: 0.88rem;
  margin-left: 0.5rem
}

.service .wrapper form .left .ultiple .cho1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
}

.service .wrapper form .left .ultiple .cho1 .name {
  width: 7rem;
  height: 4rem;
  border: 0.06rem solid #666;
  margin-right: 0.56rem;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.19rem;
}

.service .wrapper form .submit {
  position: absolute;
  bottom: -6.25rem;
  left: calc(50% - 4.69rem);
  width: 9.38rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #fff;
  color: #ea5504;
  border-radius: 0.19rem;
}
.service .wrapper form .recommendation{
  position: absolute;
  bottom: -2.25rem;
  left: 0;
  width: 75rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #fff;
  color: #ea5504;
  font-size: 0.88rem;
  border-radius: 0.19rem;
}

.product {
  background-color: #f0f5fa;
}

.product .wrapper {
  width: 75rem;
  margin: 0 auto;
}

.product .wrapper .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.44rem 0;
}

.product .wrapper .top .title {
  display: flex;
  align-items: baseline;
  font-size: 1.38rem;
  font-weight: bold;

}

.product .wrapper .top .title span {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666;
}

.product .wrapper .top .more {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666;
}

.product .wrapper .products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .wrapper .products .item {
  background-color: #fff;
  width: 49.2%;
  height: 15.75rem;
  position: relative;
  margin-bottom: 2.56rem;
}

.product .wrapper .products .item .pimg {
  position: absolute;
  top: -1.19rem;
  left: calc(50% - 7.94rem);
  width: 15.88rem;
  height: 2.94rem;
  line-height: 2.94rem;
  text-align: center;
  background-image: url('../images/index/produc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.13rem;
  color: #fff;
}

.product .wrapper .products .item .ptop {
  margin-top: 3.56rem;
  text-align: center;
  font-size: 1.13rem;
}

.product .wrapper .products .item .pqiy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.75rem;
  font-size: 0.88rem;
  color: #666;
}

.product .wrapper .products .item .pqiy span {
  color: #ea5504;
}

.product .wrapper .products .item .lin {
  margin: 0 1.81rem;
  background-color: #eee;
  height: 0.06rem;
  margin-top: 1.94rem;
}

.product .wrapper .products .item .bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 6.56rem;
}

.product .wrapper .products .item .bottom .edu {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.38rem;
  font-weight: bold;
  color: #ea5504;
}

.product .wrapper .products .item .bottom .edu span {
  margin-top: 1.06rem;
  font-size: 0.88rem;
  color: #666;
}

.product .wrapper .products .item .bottom .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.38rem;
  font-weight: bold;
  color: #333;
}

.product .wrapper .products .item .bottom .time span {
  margin-top: 1.06rem;
  font-size: 0.88rem;
  color: #666;
}

.product .wrapper .products .item .bottom a {
  height: 2.5rem;
  width: 6.25rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #ea5504;
  color: #fff;
  font-size: 1.13rem;
  border-radius: 1.25rem;
}

.cooperationh {
  width: 100%;
  background-color: #fff;
  height: 5.69rem;
}

.cooperationh .wrapper {
  width: 75rem;
  margin: 0 auto;
  height: 5.69rem;
  line-height: 5.69rem;
  text-align: center;
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  box-shadow: 0rem 0rem 0.75rem 0rem rgba(0, 66, 140, 0.12);
  font-size: 1.75rem;
  font-weight: bold;
}

.cooperation {
  width: 100%;
  padding-bottom: 1.5rem;
  background-image: url('../images/index/hehuo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cooperation .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 75rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background-color: #abedf9;
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
  box-shadow: 0rem 0rem 0.75rem 0rem rgba(0, 66, 140, 0.12);

}

.cooperation .wrapper img {
  width: 13.63rem;
  height: 3.75rem;
  box-shadow: 0rem 0rem 0.63rem 0rem rgba(0, 22, 46, 0.1);
  border-radius: 0.31rem;
  margin-left: 1.15rem;
  margin-top: 1.44rem;
}

.footer {
  width: 100%;
  background-color: #3f5374;
}

.footer .wrapper {
  width: 75rem;
  margin: 0 auto;
}

.footer .wrapper .top {
  display: flex;
  padding-top: 3.06rem;
}

.footer .wrapper .top .friendship{
  flex: 1;
}

.footer .wrapper .top .friendship .title{
  font-size: 1.13rem;
  color: #fff;
  opacity: 0.6;
}

.footer .wrapper .top .friendship .list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .wrapper .top .friendship .list .item{
  margin-top: 1rem;
  font-size: 0.88rem;
  width: 29%;
  color: #fff;
  opacity: 0.6;
}

.footer .wrapper .top .column {
  display: flex;
  flex-direction: column;
  margin-right: 1.48rem;
}

.footer .wrapper .top .column .title {
  font-size: 1.13rem;
  color: #fff;
  opacity: 0.6;
}

.footer .wrapper .top .column .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.88rem;
  color: #fff;
  margin-top: 1.69rem;
  opacity: 0.6;
}

.footer .wrapper .top .qrcode {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 3.88rem;
}

.footer .wrapper .top .qrcode img {
  width: 9.13rem;
  height: 9.13rem;
  margin-bottom: 0.88rem;
}

.footer .wrapper .top .qrcode span {
  font-size: 0.88rem;
  color: #fff;
  opacity: 0.6;
  margin-top: 4px;
}

.footer .wrapper .top .phone {
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0.6;
}

.footer .wrapper .top .phone span:nth-child(1) {
  font-size: 1.13rem;
  margin-bottom: 1.38rem;
}

.footer .wrapper .top .phone span:nth-child(2) {
  font-size: 0.88rem;
  margin-bottom: 1.38rem;
}

.footer .wrapper .top .phone span:nth-child(3) {
  font-size: 0.88rem;
  margin-bottom: 1.38rem;
}

.footer .wrapper .lin {
  background-color: #5b6c88;
  height: 0.06rem;
  width: 100%;
  margin-top: 1.13rem;
}

.footer .wrapper .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.88rem;
  color: #fff;
  opacity: 0.6;
  padding: 1.23rem 0;

}

.footer .wrapper .bottom .icp {
  display: flex;
  align-items: center;
}

.footer .wrapper .bottom .icp a {
  margin-top: 0.5rem;
}

.footer .wrapper .bottom a {
  margin-top: 0.5rem;
}

.floating {
  position: fixed;
  right: 0.56rem;
  top: 45%;
  width: 4.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.88rem;
  color: #fff;
  z-index: 9999;
}

.floatingqrcod{
  position: fixed;
  right: 6.56rem;
  top: calc(45% + 5.75rem);
  height: 4.75rem;
  border-radius: 0.91rem;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.88rem;
  color: #fff;
  z-index: 9999;
  background-color: #3f5374;
}
.floatingqrcod span{
  margin: 12px;
}

.floating .toushu {
  background-color: #2f8efb;
  width: 4.75rem;
  height: 4.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}

.floating .wliant {
  background-color: #ea5504;
  width: 4.75rem;
  height: 4.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}

.floating .toushu img {
  width: 1.63rem;
  height: 1.63rem;
  margin-bottom: 0.61rem;
}

.floating .wliant img {
  width: 1.63rem;
  height: 1.63rem;
  margin-bottom: 0.61rem;
}

.floating .fanh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 39, 84, 0.12);
}

.loginnav {
  background-color: #fff;
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.loginnav .wrapper {
  display: flex;
  align-items: center;
  width: 75rem;
  margin: 0 auto;
}

.loginnav .wrapper .logo {
  width: 16rem;
  height: 3.38rem;
  margin-right: 3.06rem;
}

.loginnav .navlogin {
  flex: 1;
  height: 5.5rem;
}

.loginnav .navlogin ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.13rem;
  font-weight: bold;
  height: 100%;
  line-height: 5rem;
  margin-top: -0.2rem;
}

.loginnav .navlogin ul li a {
  display: flex;
  align-items: center;
  margin-right: 3.9rem;
  font-size: 0.88rem;
}

.loginnav .navlogin ul .active {
  color: #ea5504;
}

.loginnav .navlogin ul li a img {
  margin-right: 0.5rem;
}

.logincontent {
  height: 42.5rem;
  background-image: url('../images/index/loginvbg.png');
  background-repeat: no-repeat;
  background-size: calc(100% + 10rem) 100%;
  background-position: -10rem 0;
  margin-top: 5.5rem;
}

.logincontent .wrapper {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.logincontent .wrapper .item {
  margin-top: 6.44rem;
  width: 26.25rem;
  height: 31.38rem;
  margin-right: 7.69rem;
  background-color: #fff;
  position: relative;
}

.logincontent .wrapper .item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  line-height: 4rem;
  margin: 0 3.94rem;
  font-size: 1.13rem;
  color: #222;
}

.logincontent .wrapper .item .lin {
  height: 0.06rem;
  background-color: #e6e6e6;
}

.logincontent .wrapper .item .seletlin {
  height: 0.13rem;
  width: 8.38rem;
  position: absolute;
  top: 4rem;
  left: 1.75rem;
  background-color: #0d77f1;
}

.logincontent .wrapper .item .seletlin1 {
  height: 0.13rem;
  width: 8.38rem;
  position: absolute;
  top: 4rem;
  right: 1.75rem;
  background-color: #0d77f1;
  display: none;
}

.logincontent .wrapper .item .account {
  border: 0.06rem solid #d9d9d9;
  border-radius: 0.19rem;
  width: 23.13rem;
  height: 2.75rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}

.logincontent .wrapper .item .account .codebtn {
  color: #0d77f1;
  margin-right: 0.81rem;
  display: block;
}

.logincontent .wrapper .item .account input {
  flex: 1;
}

.logincontent .wrapper .item .account #countdown {
  display: none;
  color: #999;
  margin-right: 0.81rem;
}

.logincontent .wrapper .item .phone {
  border: 0.06rem solid #d9d9d9;
  border-radius: 0.19rem;
  width: 23.13rem;
  height: 2.75rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  align-items: center;
  display: none;
}

.logincontent .wrapper .item .phone input {
  flex: 1;
}

.logincontent .wrapper .item .phone img {
  margin: 0 0.69rem;
}

.logincontent .wrapper .item .phone .codebtn {
  color: #0d77f1;
  margin-right: 0.81rem;
  display: block;
}

.logincontent .wrapper .item .phone #countdown {
  display: none;
  color: #999;
  margin-right: 0.81rem;
}

.logincontent .wrapper .item .account img {
  margin: 0 0.69rem;
}

.logincontent .wrapper .item .password {
  display: flex;
  align-items: center;
  margin-top: 1.69rem;
  position: relative;
}

.logincontent .wrapper .item .password input {
  display: flex;
  align-items: center;
  margin-left: 1.56rem;
}

.logincontent .wrapper .item .password .forget {
  position: absolute;
  right: 1.94rem;
  top: 0;
}

.logincontent .wrapper .item .password1 {
  display: flex;
  align-items: center;
  margin-top: 0.96rem;
}

.logincontent .wrapper .item .password1 input {
  display: flex;
  align-items: center;
  margin-left: 1.56rem;
}

.logincontent .wrapper .item .password1 .forget {
  color: #ff7a27;
}

.logincontent .wrapper .item .submit {
  height: 2.75rem;
  width: 23.13rem;
  line-height: 2.75rem;
  text-align: center;
  background-color: #0d77f1;
  color: #fff;
  border-radius: 0.19rem;
  margin: 0 auto;
  margin-top: 2.06rem;
  margin-left: 1.5rem;
}

.logincontent .wrapper .item .submit1 {
  height: 2.75rem;
  width: 23.13rem;
  line-height: 2.75rem;
  text-align: center;
  background-color: #0d77f1;
  color: #fff;
  border-radius: 0.19rem;
  margin: 0 auto;
  margin-top: 1.06rem;
  margin-left: 1.5rem;
}

.logincontent .wrapper .item .register {
  text-align: center;
  margin-top: 1.31rem;
  color: #999;
  font-size: 0.88rem;
}

.logincontent .wrapper .item .register a {
  color: #f55e0d;
}

.logincontent .wrapper .item .register1 {
  text-align: center;
  margin-top: 0.8rem;
  color: #999;
  font-size: 0.88rem;
}

.logincontent .wrapper .item .register1 a {
  color: #f55e0d;
}

.zhioption {
  background-color: #f0f5fa;
  width: 100%;
}

.zhioption .wrapper {
  width: 75rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

.zhioption .wrapper .option {
  width: 100%;
  background-color: #fff;
  padding: 2rem 0 0.6rem 0;
}

.zhioption .wrapper .option .item {
  display: flex;
  align-items: center;
  margin-left: 1.56rem;
  margin-bottom: 1.44rem;
  font-size: 0.88rem;
}

.zhioption .wrapper .option .item .title {
  width: 6rem;
}

.zhioption .wrapper .option .item .opt {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.zhioption .wrapper .option .item .opt a {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.zhioption .wrapper .option .item .opt label {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.zhioption .wrapper .option .item .opt .active {
  background-color: #ff7a27;
  color: #fff;
  border-radius: 0.19rem;
}

.zhioption .content table {
  margin-top: 1rem;
  padding: 0 2.5rem;
  width: 100%;
}

.zhioption .content table thead {
  height: 3.38rem;
  line-height: 3.38rem;
  text-align: center;
}

.zhioption .content table thead th {
  min-width: 6.88rem;
  background-color: #fff;
}

.zhioption .content table tr:nth-child(odd) {
  background-color: #f0f5fa;
  height: 3.75rem;
  text-align: center;
}

.zhioption .content table tr:nth-child(even) {
  background-color: #fff;
  height: 3.75rem;
  text-align: center;
}

.zhioption .content table tbody .paim {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
}


.zhioption .content table tbody .paim .one {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  background-color: #fc5656;
}

.zhioption .content table tbody .paim .two {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  background-color: #fd8950;
}

.zhioption .content table tbody .paim .three {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  background-color: #f8ab43;
}

.zhioption .content table tbody .summary{
  /* 设置容器的宽度 */  
  width: 200px;  
  /* 防止文本换行 */  
  white-space: nowrap;  
  /* 隐藏超出容器的文本 */  
  overflow: hidden;  
  /* 当文本溢出时显示省略号 */  
  text-overflow: ellipsis; 
}

.zhioption .content table tbody .btn {
  width: 3.75rem;
  height: 1.88rem;
  line-height: 1.88rem;
  color: #fff;
  background-color: #ff7a27;
  border-radius: 0.94rem;
  font-size: 0.88rem;
}


.head1 {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  height: 3.13rem;
  background-color: #f0f5fa;
  border: solid 0.06rem #e6e6e6;
}

.head1 .selet {
  width: 6.25rem;
  height: 3.13rem;
  line-height: 3.13rem;
  text-align: center;
  font-size: 0.88rem;
}

.head1 .active {
  background-color: #fff;
  height: 3.13rem;
  line-height: 3.13rem;
}

.zhioption .content {
  background-color: #fff;
  padding: 0 0 2rem 0;
}

.zhioption .content .item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.5rem;
}

.zhioption .content .item img {
  height: 5rem;
  width: 7rem;
  margin-right: 2.06rem;
}

.zhioption .content .item .desc {
  width: 23.19rem;
}

.zhioption .content .item .desc .title {
  font-size: 1.13rem;
  font-weight: bold;
  margin-right: 0.75rem;
  margin-bottom: 1.25rem;
}

.zhioption .content .item .desc .title span {
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.88rem;
  padding: 0 0.38rem;
  border-radius: 0.19rem;
}

.zhioption .content .item .desc .title span:first-child {
  background-color: #fce6da;
  color: #e95506;
}

.zhioption .content .item .desc .title span:last-child {
  background-color: #ddecfe;
  color: #1b82f8;
}

.zhioption .content .item .desc .jianje {
  margin-top: 0.8rem;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  width: 100%;
}

.zhioption .content .item .desc .jianje1{
  margin-top: 0.8rem;  
  width: 100%;
  line-height: 1.75rem;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical; 
}

.zhioption .content .item .lilv {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-left: 0.2rem;
  width: 10rem;
  color: #ea5504;
}

.zhioption .content .item .lilv .lv {
  font-size: 0.88rem;
  color: #666;
  margin-top: 1.44rem;
}

.zhioption .content .item .qrcode {
  width: 5.5rem;
  margin-left: 2.2rem;
}

.zhioption .content .item .qrcode img {
  height: 4.25rem;
  width: 4.25rem;
  margin-left: 0.6rem;
}

.zhioption .content .item .qrcode .lv {
  font-size: 0.88rem;
  text-align: center;
}

.zhioption .content .item .sub {
  height: 2.5rem;
  width: 6.63rem;
  background-color: #ff7a27;
  color: #fff;
  border-radius: 0.19rem;
  text-align: center;
  line-height: 2.5rem;
  margin-left: 2.56rem;
}

.zhioption .zhihead {
  display: flex;
  align-items: center;
  height: 4rem;
  background-color: #fff;
  font-size: 1.38rem;
  font-weight: bold;
}

.zhioption .zhihead .biqian {
  width: 0.25rem;
  height: 1rem;
  background-color: #ea5504;
  margin-right: 1.5rem;
}

.probg {
  position: absolute;
  top: 7.5rem;
  left: 0;
  background-image: url('../images/banner/productbg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 25rem;
  z-index: 1;
}

.prodesc {
  position: absolute;
  top: 7.5rem;
  left: 0;
  z-index: 100;
  width: 100%;
}

.prodesc .breadcrumb {
  display: flex;
  align-items: center;
  width: 75rem;
  margin: 0 auto;
  height: 3.31rem;
  line-height: 3.31rem;
  color: #666;
  font-size: 0.88rem;
}

.prodesc .prodata {
  width: 75rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #fff;
}

.prodesc .prodata .title {
  padding-top: 2.13rem;
  padding-left: 1.88rem;
  font-size: 1.63rem;
}

.prodesc .prodata .title span {
  color: #ea5504;
  font-size: 0.88rem;
  background-color: #f7e1da;
  height: 1.5rem;
  padding: 0 0.44rem;
  border-radius: 0.19rem;
}

.prodesc .prodata .limit {
  margin: 0 1.88rem;
  height: 3.13rem;
  line-height: 3.13rem;
  color: #fff;
  background-color: #ff7a27;
  border-radius: 0.25rem;
  margin-top: 1.38rem;
  padding-left: 1.25rem;
  font-size: 1.13rem;
}

.prodesc .prodata .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f5fa;
  margin: 0 1.88rem;
  margin-top: 0.56rem;
  padding: 1.19rem;
}

.prodesc .prodata .desc .left {
  font-size: 0.88rem;
  color: #888;
  flex: 1;
}

.prodesc .prodata .desc .right {
  width: 12.5rem;
  height: 3.13rem;
  line-height: 3.13rem;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #ff7a27;
  color: #fff;
  font-size: 1.13rem;
  margin-right: 1rem;
}

.prodesc .prodata .desc .left .lidesc {
  margin-bottom: 1.19rem;
}

.prodesc .prodata .desc .left .lidesc span {
  color: #333;
  line-height: 1.75rem;
}
.productapply{
  margin-top: 30.5rem;
  background-color: #f0f5fa;
}
.detailt {
  display: flex;
  padding-top: 3rem;
  background-color: #f0f5fa;
}

.detailt .wrapper {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.detailt .wrapper .fwb {
  background-color: #fff;
  flex: 1;
  margin-bottom: 2rem;
  padding: 1.88rem;
}

.detailt .wrapper .list {
  width: 21rem;
  background-color: #fff;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}

.detailt .wrapper .list .title {
  margin-top: 1.25rem;
  margin-left: 1.31rem;
}

.detailt .wrapper .list .lin {
  width: 18.63rem;
  height: 0.13rem;
  background-color: #e5e5e5;
  margin: 0 auto;
  margin-top: 0.94rem;
}

.detailt .wrapper .list .item {
  display: flex;
  width: 18.63rem;
  height: 9rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  margin-bottom: 1.13rem;
  background-color: #ffffff;
  border: solid 0.06rem #e5e5e5;
}

.detailt .wrapper .list .item img {
  width: 1.94rem;
  height: 1.94rem;
  margin-left: 1.56rem;
  margin-top: 0.75rem;
}

.detailt .wrapper .list .item .centent {
  font-size: 1rem;
  color: #333;
  margin: 0.44rem;
  margin-top: 1.14rem;
}

.detailt .wrapper .list .item .centent .tag {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}

.detailt .wrapper .list .item .centent .tag span {
  font-size: 0.88rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-right: 0.63rem;
  padding: 0 0.44rem;
}

.detailt .wrapper .list .item .centent .tag span:first-child {
  background-color: #fce6da;
  color: #e95506;
}

.detailt .wrapper .list .item .centent .tag span:last-child {
  background-color: #ddecfe;
  color: #1b82f8;
}

.detailt .wrapper .list .item .centent .ed {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: #666;
}

.detailt .wrapper .list .item .centent .ed span {
  color: #ea5504;
}

.detailt .wrapper .list .ranking {
  padding: 1.25rem 1.13rem;
}

.detailt .wrapper .list .ranking .top {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  margin-bottom: 1.25rem;
}

.detailt .wrapper .list .ranking .top span {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.88rem;
  margin-right: 0.5rem;
  color: #333;
}

.detailt .wrapper .list .ranking .top:nth-child(1) span {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #fc5656;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}

.detailt .wrapper .list .ranking .top:nth-child(2) span {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #fd8950;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}

.detailt .wrapper .list .ranking .top:nth-child(3) span {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f8ab43;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}

.mebg {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}

.mechcontent {
  width: 100%;
  background-image: url('../images/banner/mechbigbg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mechcontent .wrapper {
  width: 75rem;
  margin: 0 auto;
  padding-bottom: 2.75rem;
}

.mechcontent .wrapper .mectitle {
  font-size: 1.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-top: 2.56rem;
}

.mechcontent .wrapper .mectitle span {
  width: 0.38rem;
  height: 1.38rem;
  background-color: #e55304;
  margin-right: 0.75rem;
}

.mechcontent .wrapper .bancklist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.69rem;

}

.mechcontent .wrapper .bancklist a img {
  width: 13.5rem;
  height: 5rem;
  margin-right: 1rem;
  margin-top: 1.5rem;
}

.serbg {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
}

.serbg .title {
  position: absolute;
  top: 7.19rem;
  left: calc(50% - 5rem);
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
}

.polibg {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.polibg img {
  width: 100%;
}

.politop {
  display: flex;
  align-items: center;
  width: 75rem;
  margin: 0 auto;
  margin-top: 1.31rem;
  height: 3.81rem;
  background-color: #fff;
}

.politop .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 3.81rem;
  margin-left: 2.63rem;
  background-color: #fff;
}

.politop .head .title {
  height: 3.62rem;
  line-height: 3.62rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.politop .head .active {
  color: #f55e0d;
  display: block;
}

.politop .head span {
  width: 3.5rem;
  height: 0.19rem;
  background-color: #ea5504;
  display: none;
}

.polilist {
  width: 75rem;
  margin: 0 auto;
  margin-top: 1px;
  background-color: #fff;
}

.polilist .all {
  padding-top: 1.5rem;
  margin: 0 1.88rem;
}

.polilist .all .lin {
  margin: 1.5rem 1.88rem;
  height: 1px;
  background-color: #f0f5fa;
}

.polilist .all .item {
  display: flex;
}

.polilist .all .item img {
  width: 14.38rem;
  height: 8.75rem;
  margin-right: 1.38rem;
}

.polilist .all .item .content{
  flex: 1;
}

.polilist .all .item .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.19rem;
  line-height: 1.5rem;
}

.polilist .all .item .desc {
  font-size: 0.88rem;
  color: #666;
  margin-bottom: 1.19rem;
  line-height: 1.5rem;
}

.polilist .all .item .time {
  font-size: 0.88rem;
  color: #666;
}

.polidconten {
  width: 75rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  background-color: #fff;
}

.polidconten .title {
  text-align: center;
  font-size: 1.63rem;
  font-weight: bold;
  padding-top: 2.81rem;
  width: 80%;
  margin: 0 auto;
}

.polidconten .jianjie {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.88rem;
  margin-top: 2.31rem;
}

.polidconten .jianjie .time {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  color: #666;
  margin-bottom: 1.13rem;
}

.polidconten .jianjie .time .eye {
  margin-left: 1rem;
}

.polidconten .jianjie .laiyuan {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  color: #666;
  margin-bottom: 1.13rem;
}

.polidconten .jianjie .laiyuan .zuo span:nth-child(2) {
  color: #ea5504;
  margin-right: 1rem;
}

.polidconten .polidetail {
  padding: 0 1.88rem;
  padding-bottom: 1.88rem;
}

.polidconten .polidetail .lin {
  height: 1px;
  width: 71.25rem;
  margin: 0 auto;
  background-color: #f0f5fa;
  margin-bottom: 1.88rem;
}

.platselet {
  display: flex;
  justify-content: center;
  width: 75rem;
  margin: 2.5rem auto;
}

.platselet a {
  width: 14.25rem;
  height: 3.06rem;
  line-height: 3.06rem;
  margin-right: 1rem;
  text-align: center;
  color: #fff;
  background-color: #b9b9b9;
  font-size: 1.13rem;
}

.platselet .active {
  background-color: #ea5504;
}

.plattitle {
  text-align: center;
  font-size: 1.75rem;
  margin-top: 3.25rem;
  position: relative;
}

.plattitle .lin {
  width: 11.25rem;
  height: 0.13rem;
  background-color: #e1e1e1;
  margin: 0 auto;
  margin-top: 1.44rem;
}

.plattitle .dian {
  position: absolute;
  top: 3rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 1rem;
  background-color: #fff;
}

.plattitle .dian .dia {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ea5504;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
  margin-top: 0.25rem;
}

.platdesc {
  width: 75rem;
  margin: 0 auto;
  padding: 1.88rem;
}

.platway {
  display: none;
  align-items: center;
  width: 75rem;
  margin: 0 auto;
  padding: 1.88rem;
  margin-top: 2.6rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 55, 111, 0.1);
}

.platway .map {
  width: 37.5rem;
  height: 25rem;
  background-color: #0d77f1;
  margin-right: 2.75rem;
}
.platway .map img{
  width: 100%;
  height: 100%;
}

.platway .pintai {
  font-size: 1rem;
  color: #222;
  margin-right: 4.44rem;
}

.platway .pintai .title {
  font-size: 1.63rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.69rem;
}

.platway .pintai .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.13rem;
}

.platway .pintai .item .imgs {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background-color: #f2f2f2;
  border-radius: 1.75rem;
  margin-right: 0.69rem;
}

.platway .pintai .item .neir {
  width: 12.5rem;
  word-wrap: break-word;
}

.platway .qrcode {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.incontent {
  width: 100%;
  background-color: #f0f5fa;
}

.incontent .wrapper {
  width: 75rem;
  background-color: #fff;
  margin: 0 auto;
}
.incontent .wrapper .option1 {
  width: 100%;
  background-color: #fff;
  padding-top: 1rem;
}
.incontent .wrapper .option1 .item {
  display: flex;
  align-items: center;
  margin-left: 1.56rem;
  margin-bottom: 1.44rem;
  font-size: 0.88rem;
}

.incontent .wrapper .option1 .item .title1 {
  width: 6rem;
}

.incontent .wrapper .option1 .item .opt {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.incontent .wrapper .option1 .item .opt a {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.incontent .wrapper .option1 .item .opt label {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.incontent .wrapper .option1 .item .opt .active {
  background-color: #ff7a27;
  color: #fff;
  border-radius: 0.19rem;
}

.incontent .wrapper .option {
  width: 100%;
  background-color: #fff;
  padding: 2rem 0 0.6rem 0;
}

.incontent .wrapper .option .item {
  display: flex;
  align-items: center;
  margin-left: 1.56rem;
  margin-bottom: 1.44rem;
  font-size: 0.88rem;
}

.incontent .wrapper .option .item .title1 {
  width: 6rem;
}

.incontent .wrapper .option .item .opt {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.incontent .wrapper .option .item .opt a {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.incontent .wrapper .option .item .opt label {
  height: 1.38rem;
  line-height: 1.38rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  margin-right: 0.63rem;
}

.incontent .wrapper .option .item .opt .active {
  background-color: #ff7a27;
  color: #fff;
  border-radius: 0.19rem;
}


.incontent .wrapper .title {
  display: flex;
  align-items: center;
  padding-top: 1.56rem;
  font-size: 1.38rem;
  font-weight: bold;
}

.incontent .wrapper .title span {
  width: 0.25rem;
  height: 1rem;
  background-color: #ea5504;
  margin-right: 1.5rem;
}

.incontent .wrapper .alli {
  padding: 0 1.5rem;
}

.incontent .wrapper .alli .lin {
  height: 0.06rem;
  width: 72.25rem;
  background-color: #f2f2f2;
  margin: 0 auto;
  margin-top: 1.56rem;
}

.incontent .wrapper .alli .item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.incontent .wrapper .alli .item .conten {
  flex: 1;
}

.incontent .wrapper .alli .item .conten .xings {
  margin-top: 1.13rem;
  font-size: 0.88rem;
  color: #666;
}

.incontent .wrapper .alli .item .year {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  color: #ea5504;
  font-weight: bold;
  width: 4rem;
  margin: 0 9rem;
}

.incontent .wrapper .alli .item .year span {
  font-size: 0.88rem;
  color: #666;
  margin-top: 1.06rem;
  font-weight: 400;
}

.incontent .wrapper .alli .item a {
  width: 6.63rem;
  height: 2.5rem;
  color: #fff;
  background-color: #ff7a27;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 0.19rem;
}

.insdcontent {
  width: 100%;
  background-color: #f0f5fa;
  background-image: url('../images/banner/productbg.png');
  background-repeat: no-repeat;
  background-size: 100% 25rem;
}

.insdcontent .wrapper {
  width: 75rem;
  margin: 0 auto;
  position: relative;
}

.insdcontent .wrapper .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  color: #666;
  padding-top: 1.31rem;
  padding-bottom: 1.25rem;
}

.insdcontent .wrapper .intitle {
  background-color: #fff;
  padding: 2.13rem 1.88rem;
}
.insdcontent .wrapper .intitle .name{
  font-size: 1.63rem;
}
.insdcontent .wrapper .intitle .phonbep {
  position: absolute;
  right: 1.88rem;
  top: 4rem;
  height: 3.13rem;
  text-align: center;
  width: 10rem;
  margin: 1.38rem 0;
  line-height: 3.13rem;
  color: #fff;
  background-color: #ff7a27;
  font-size: 1.13rem;
  border-radius: 0.25rem;
}


.insdcontent .wrapper .intitle .phonbe {
  height: 3.13rem;
  margin: 1.38rem 0;
  line-height: 3.13rem;
  padding-left: 1.12rem;
  color: #fff;
  background-color: #ff7a27;
  font-size: 1.13rem;
  border-radius: 0.25rem;
}

.insdcontent .wrapper .intitle .detial {
  background-color: #fff;
  margin-top: 3.2rem;
}

.usercontent {
  background-color: #f0f5fa;
  width: 100%;
}

.usercontent .wrapper {
  width: 75rem;
  margin: 0 auto;
  display: flex;
}

.usercontent .wrapper .uleft {
  background-color: #fff;
  width: 14.38rem;
  margin-right: 1.13rem;
  padding-bottom: 1rem;
  margin-bottom: 1.88rem;
}

.usercontent .wrapper .uleft .header {
  height: 8.38rem;
  background-color: #ea5504;
  color: #fff;
  display: flex;
  align-items: center;
}

.usercontent .wrapper .uleft .header img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 2.125rem;
  margin-right: 0.69rem;
  margin-left: 1.56rem;
}

.usercontent .wrapper .uleft .lin {
  height: 0.06rem;
  background-color: #d2d2d2;
  width: 100%;
}

.usercontent .wrapper .uleft .item {
  display: flex;
  align-items: center;
  height: 3.5rem;
}

.usercontent .wrapper .uleft .item span {
  height: 3.5rem;
  width: 0.25rem;
}

.usercontent .wrapper .uleft .item img {
  margin-left: 1.13rem;
  margin-right: 0.56rem;
}

.usercontent .wrapper .uright {
  background-color: #fff;
  width: 59.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.88rem;
  height: 39.38rem;
}

.usercontent .wrapper .uright .top {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  height: 3.75rem;
}

.usercontent .wrapper .uright .top span {
  width: 0.25rem;
  height: 1rem;
  background-color: #ea5504;
  margin-right: 0.94rem;
}

.usercontent .wrapper .uright .lin {
  width: 100%;
  height: 0.06rem;
  background-color: #e8e8e8;
}

.usercontent .wrapper .uright .uinput {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.usercontent .wrapper .uright .uinput span {
  width: 5rem;
  font-size: 0.88rem;
  color: #666;
  text-align: right;
  margin-left: 3.13rem;
  margin-right: 0.69rem;
}

.usercontent .wrapper .uright .uinput .inp {
  border: 1px solid #e8e8e9;
  border-radius: 0.25rem;
  width: 23.13rem;
}

.usercontent .wrapper .uright .btn {
  width: 10rem;
  height: 3.38rem;
  line-height: 3.38rem;
  border-radius: 0.31rem;
  text-align: center;
  background-color: #ea5504;
  color: #fff;
  font-size: 1.13rem;
  font-weight: bold;
  margin-left: 7.38rem;
  margin-top: 5rem;
}
.usercontent .wrapper .uright .shengqing{
  position: relative;
  padding-bottom: 2rem;
  height: 28.38rem;
}
.usercontent .wrapper .uright .shengqing table {
  width: calc(100% - 1.76rem);
  margin: 0 0.88rem;
}

.usercontent .wrapper .uright .shengqing table thead {
  background-color: #0d77f1;
  color: #fff;
  height: 3.38rem;
  text-align: center;
}

.usercontent .wrapper .uright .shengqing table tbody {
  font-size: 0.88rem;
  height: 3rem;
  text-align: center;
}

.usercontent .wrapper .uright .shengqing table tbody tr:nth-child(odd) {
  background-color: #fff;
  height: 3rem;
  text-align: center;
}

.usercontent .wrapper .uright .shengqing table tbody tr:nth-child(even) {
  background-color: #ecf4fe;
  height: 3rem;
  text-align: center;
}

.usercontent .wrapper .uright .shengqing table tbody .statuc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}

.uright .shengqing table tbody .statuc .detail {
  width: 3.31rem;
  height: 1.63rem;
  line-height: 1.63rem;
  background-color: #0d77f1;
  color: #fff;
  border-radius: 0.81rem;
  margin-right: 0.31rem;
}

.uright .shengqing table tbody .statuc .jiedan {
  width: 3.31rem;
  height: 1.63rem;
  line-height: 1.63rem;
  background-color: #ff6703;
  color: #fff;
  border-radius: 0.81rem;
}

.el-dialog__header {
  background-color: #ea5504;
  margin-right: 0 !important;
}

.el-dialog__title {
  color: #fff !important;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #fff !important;
}

.userneitop {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.userneitop .jine {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  color: #ea5504;
  margin-bottom: 1.19rem;
}

.userneitop .jine span {
  font-size: 0.88rem;
  color: #333;
}

.userrong {
  display: flex;
  justify-content: space-around;
  background-color: #f0f5fa;
  margin: 1.88rem 2.19rem;
  padding-bottom: 1.81rem;
}

.userrong .left{
  width: 45%;
}

.userrong .zhi {
  padding-top: 1.81rem;
}

.userrong .zhi .tit {
  font-weight: 700;
}

.userexamine {
  padding: 0 1.31rem;
  padding-bottom: 2.13rem;
  background-color: #f0f5fa;
  font-size: 0.88rem;
  color: #333;
  padding-top: 1.38rem;
}

.userexamine .jine {
  display: flex;
  align-items: center;
  margin-top: 1.44rem;
}

.userexamine .jine span {
  color: #ea5504;
}

.userexaminejieg {
  font-size: 1.13rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.63rem;
  color: #333;
}

.userjinge {
  margin-top: 1rem;
}

.userjinge a{
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background-color: #0d77f1;
  color: #fff;
  width: 5rem;
  border-radius: 0.19rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.userjinge span:first-child{
  color: #ea5504;
}

.userjinge .inp {
  border: 1px solid #e8e8e9;
  border-radius: 0.25rem;
  width: 16.13rem;
  margin-left: 0.63rem;
}

.userexaminsubmit {
  margin: 5rem;
  height: 2.75rem;
  width: 23.13rem;
  border-radius: 0.19rem;
  line-height: 2.75rem;
  background-color: #ea5504;
  color: #fff;
  text-align: center;
}

.grheadimg {
  display: flex;
  align-items: center;
  margin-left: 4.81rem;
  margin-top: 2.06rem;
}

.grheadimg img {
  width: 5rem;
  height: 5rem;
  border-radius: 2.25rem;
  margin-right: 1rem;
}

.grheadimg a {
  width: 5.63rem;
  height: 2.63rem;
  line-height: 2.63rem;
  text-align: center;
  border-radius: 0.75rem;
  background-color: #edf2f5;
  font-size: 0.88rem;
}

.gryinghu .uselet {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.gryinghu .uselet .xb {
  width: 5rem;
  font-size: 0.88rem;
  color: #666;
  text-align: right;
  margin-left: 3.13rem;
  margin-right: 0.69rem;
}

.gryinghu .utimet {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.gryinghu .utimet .xb {
  width: 5rem;
  font-size: 0.88rem;
  color: #666;
  text-align: right;
  margin-left: 3.13rem;
  margin-right: 0.69rem;
}

.usercontent .wrapper .uright .ugrinput {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.usercontent .wrapper .uright .ugrinput span {
  width: 11.56rem;
  font-size: 0.88rem;
  color: #666;
  text-align: right;
  margin-left: 3.13rem;
  margin-right: 0.69rem;
}

.usercontent .wrapper .uright .ugrinput .inp {
  border: 1px solid #e8e8e9;
  border-radius: 0.25rem;
  width: 23.13rem;
}

.usercontent .wrapper .uright .ugrinput .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e8e8e9;
  border-radius: 0.25rem;
  width: 23.13rem;
}

.usercontent .wrapper .uright .ugrinput .code a {
  width: 6.58rem;
  color: #ea5504;
  font-size: 0.88rem;
  margin-right: 0.13rem;
}

.gruserrong {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  background-color: #f0f5fa;
  padding: 0 2.19rem;
  padding-bottom: 2.4rem;
}

.gruserrong .zhi {
  width: 49%;
  margin-top: 2.4rem;
}

.besecomplaint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: 100vh;
  display: none;
}

.besecomplaint .popcomplaint {
  width: 36.25rem;
  height: 37.5rem;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 7.19rem;
}

.besecomplaint .popcomplaint .head {
  display: flex;
  justify-content: space-between;
  background-color: #ea5504;
  height: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2.06rem;
}

.besecomplaint .popcomplaint .head a {
  margin-right: 1.25rem;
}

.besecomplaint .popcomplaint .biaodan {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  margin-top: 1rem;
}

.besecomplaint .popcomplaint .biaodan .name {
  width: 4rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: right;
  margin-left: 4.9rem;
  margin-right: 0.69rem;
}

.besecomplaint .popcomplaint .biaodan .content {
  height: 2.75rem;
  width: 23.13rem;
  border: 1px solid #e8e8e9;
  border-radius: 0.75rem;
}

.besecomplaint .popcomplaint .biaodan .content1 {
  height: 11.13rem;
  width: 23.13rem;
  border: 1px solid #e8e8e9;
  border-radius: 0.75rem;
}

.besecomplaint .popcomplaint .besesubmit {
  background-color: #ea5504;
  width: 23.13rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1.13rem;
  margin: 0 auto;
  margin-top: 2.19rem;
}

.pagination{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: absolute;
  width: 100%;
  bottom: -6.5rem;
  left: 0;
}

.usertask{
  margin: 1rem 2.19rem;
  background-color: #f0f5fa;
  font-size: 1.25rem;
  padding: 1rem;
  color: #ea5504;
}
.usertask .top{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.usertask .top .item{
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #333;
}
.usertask .top .item span{
  color: #ea5504;
}
.usertask .top .item .title1{
  margin-right: 0.4rem;
}

.usertask .top .item .cont{
  flex: 1;
  border-radius: 0.19rem;
}

.usertask .bottom{
  display: flex;
  align-items: center;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.5rem;
  color: #333;
}
.usertask .bottom span:first-child{
  color: #ea5504;
}
.usertask .bottom .title1{
  margin-right: 0.4rem;
}
.usertask .bottom .cont{
  flex: 1;
  border-radius: 0.19rem;
}
.usertask .submit{
  display: flex;
  justify-content: center;
  width: 16.13rem;
  height: 2.75rem;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  line-height: 2.75rem;
  background-color: #ea5504;
  color: #fff;
  border-radius: 0.19rem;
}

.showprivacypop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.showprivacypop .tuimg{
  margin-top: 3rem;
  margin-left: 6rem;
}
.showprivacypop .wrapper1{
  overflow-y: scroll;
  width: 75rem;
  margin: 0 auto;
  height: 80vh;
  background-color: #FFF;
  padding: 1rem;
  border-radius: 0.19rem;
}
.showprivacypop .wrapper1 .title{
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.showprivacypop1{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.showprivacypop1 .tuimg{
  margin-top: 3rem;
  margin-left: 6rem;
}
.showprivacypop1 .wrapper1{
  overflow-y: scroll;
  width: 75rem;
  margin: 0 auto;
  height: 80vh;
  background-color: #FFF;
  padding: 1rem;
  border-radius: 0.19rem;
}
.showprivacypop1 .wrapper1 .title{
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

input[type="submit"] {
  background-color: transparent;
  /* 设置为透明背景 */
  border: none;
  /* 移除边框 */
  padding: 0;
  /* 移除内边距 */
  cursor: pointer;
  /* 更改鼠标悬停时的光标样式 */
}
.el-autocomplete{
  width: 100%;
}