@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.product_icity {
  background: url(../images/product_1bj.png) no-repeat top center;
  height: 350px;
}

.product_creditMall {
  background: url(../images/banner-CreditMall.jpg) no-repeat top center;
  height: 350px;
}

.product_car {
  background: url(../images/banner-car.jpg) no-repeat top center;
  height: 350px;
}

.solution_irc {
  background: url(../images/banner-irc.png) no-repeat top center;
  height: 350px;
}

.solution_ofp {
  background: url(../images/banner-ofp.png) no-repeat top center;
  height: 350px;
}


.info-news {
  background: url(../images/banner-news.png) no-repeat top center;
  height: 350px;
}

.data-service {
  background-color: #fff !important;
  background: url(../images/data-background.png) no-repeat bottom center;
  height: 250px;
}

.report-service {
  background-color: #fff;
  height: 100px;
}

.search-service {
  background-color: #fff !important;
  height: 90px;
}

.slideDown {
  z-index: 1998;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.dialog-form {
  position: fixed;
  top: 20%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1999;
  background-color: #fff;
  width: 550px;
  height: 500px;
  border-radius: 1px;
  display: none;
}

.dialog-form h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}

.dialog-form hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.dialog-form form {
  padding: 30px 30px;
}

.dialog-form form .label {
  width: 80px !important;
  display: inline-block;
  text-align: right;
  font-size: 15px;
  margin-right: 25px;
}

.dialog-form .radio-content {
  margin-right: 10px;
}

.dialog-form input[type=radio] {
  margin-right: 5px;
}

.dialog-form .alert {
  display: block;
  position: relative;
  margin-left: 106px;
  color: red;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}

.dialog-form .is-error {
  border-color: red !important;
}

.dialog-form input[type=text],
select {
  width: 75%;
  padding: 10px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}

.dialog-form .cancel-button {
  width: 22%;
  background-color: #fff;
  color: black;
  /* padding: 14px 20px; */
  margin: 10px 8% 8px 24%;
  border-radius: 22px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}

.dialog-form .submit-button {
  width: 22%;
  background-color: #FC5A1F;
  color: white;
  /* padding: 14px 20px; */
  margin: 8px 0;
  border-radius: 22px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.dialog-form textarea {
  width: 75%;
  padding: 10px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height: 80px;
}

.loadingcss {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 10000;
  background-color: #fff;
  width: 550px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  /*显示遮罩层背景颜色和透明度*/
  /*如果上边的效果不理想可以分开实现背景颜色的透明度,背景颜色和透明度可自行调节*/
  /*
    background-color: #ccc;
    filter:alpha(Opacity=80);-moz-opacity: 0.5;opacity: 0.5;
  */
}


.slide-main {
  overflow: hidden;
}

.slide-main .discription {
  margin: 126px 0 0 calc(50% - 600px);
}

.slide-main .discription h1 {
  font-size: 46px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: white;
  line-height: 65px;
}

.slide-main .discription h2 {
  font-size: 26px;
  font-family: PingFang-SC-Regular;
  color: rgba(255, 255, 255, 0.8);
  line-height: 35px;
  margin-top: 10px;
  font-weight: 400;
}

.navWap {
  width: 100%;
  height: 0;
  background: #f9f9f9;
  margin-bottom: 0;
}

.navWap .navwk {
  position: relative;
  height: 0px;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.navWap .navwk .nav {
  height: 120px;
  position: absolute;
  top: -60px;
  width: 1200px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navWap .navwk .nav li {
  width: 300px;
  text-align: center;
  float: left;
  padding: 15px 0;
}

.navWap .navwk .nav li .icon {
  width: 55px;
  height: 55px;
  background: #3A49BA;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.navWap .navwk .nav li .icon img {
  margin: 14px 0 0 0;
}

.navWap .navwk .nav li a p {
  color: #333;
  font-size: 16px;
}

.navWap .navwk .nav li:hover {
  background: #f5f6ff;
}

.navWap .navwk .nav li.active {
  background: #f5f6ff;
}

.navWap .navwk .nav li:hover a p {
  color: #3A49BA;
}

.navWap .navwk .nav li.active a p {
  color: #3A49BA;
}

.section {
  padding: 0 calc(50% - 600px);
  position: relative;
  min-width: 1200px;
}

.section .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ydt-content {
  overflow: hidden;
  background: #f9f9f9;
}

.ydt-content .section1 {
  height: 442px;
  background-color: #fff;
  position: relative;
  background-color: #fff;
  margin-top: 92px;
}

.ydt-content .section1 .title {
  top: 32px;
}

.ydt-content .section1 .l-content {
  padding-top: 157px;
  padding-right: 117px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.ydt-content .section1 .l-content p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 30px;
  font-family: PingFang-SC-Medium, PingFang-SC;
}

.ydt-content .section1 .l-content p:nth-child(3),
.ydt-content .section1 .l-content p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}

.ydt-content .section1 .l-content a {
  font-size: 14px;
  font-weight: 400;
  color: #3a49ba;
  line-height: 20px;
  margin-top: 37px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  display: inline-block;
}

.ydt-content .section1 .l-content a img {
  margin-left: 8px;
}

.ydt-content .section1 .v-line {
  width: 0;
  height: 171px;
  border-right: 1px solid #d8d8d8;
  position: absolute;
  top: 173px;
  left: 50%;
  display: block;
}

.ydt-content .section1 .r-content {
  display: inline-block;
  margin: 118px 0 0 140px;
}

.ydt-content .section2 {
  overflow: hidden;
  padding-bottom: 50px;
  background: #f9f9f9;
}

.ydt-content .section2 .title {
  top: 50px;
}

.ydt-content .section2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 170px;
}

.ydt-content .section2 .content .product-items {
  width: 386px;
}

.ydt-content .section2 .content .product-items .top {
  width: 100%;
  height: 227px;
  background: white;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(82, 87, 110, 0.4);
  box-shadow: 0px 4px 8px 0px rgba(82, 87, 110, 0.4);
  border: 1px solid #ededed;
  position: relative;
  z-index: 2;
}

.ydt-content .section2 .content .product-items .top .bankicon {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ydt-content .section2 .content .product-items .top .pname {
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

.ydt-content .section2 .content .product-items .top .pdatas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 24px;
}

.ydt-content .section2 .content .product-items .top .pdatas div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ydt-content .section2 .content .product-items .top .pdatas div p {
  text-align: center;
}

.ydt-content .section2 .content .product-items .top .pdatas div p:nth-child(1) {
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #b52c2c;
  line-height: 37px;
}

.ydt-content .section2 .content .product-items .top .pdatas div p:nth-child(1) span {
  font-size: 14px;
}

.ydt-content .section2 .content .product-items .top .pdatas div p:nth-child(2) {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.ydt-content .section2 .content .product-items .down {
  width: 366px;
  height: 106px;
  background: #4c5060;
  border-radius: 0px 0px 8px 8px;
  margin: 0 auto;
  padding: 18px 20px 18px 30px;
}

.ydt-content .section2 .content .product-items .down ul li {
  font-size: 13px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: white;
  line-height: 24px;
  list-style: disc;
}

.ydt-content .section3 {
  height: 371px;
  background: #3a49ba;
}

.ydt-content .section3 .title {
  top: 40px;
}

.ydt-content .section3 .bg {
  width: 1200px;
  margin: 177px auto 0;
}

.creditMall-content {
  overflow: hidden;
  background: #f9f9f9;
}

.creditMall-content .section>.title {
  top: 50px;
}

.creditMall-content .section1 {
  position: relative;
  height: 258px;
  margin-top: 92px;
  background-color: #fff;
}

.creditMall-content .section1 .l-content {
  display: inline-block;
  width: 485px;
  vertical-align: top;
}

.creditMall-content .section1 .l-content img {
  margin: 56px auto 0;
  display: block;
}

.creditMall-content .section1 .l-content p {
  text-align: center;
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-top: 17px;
}

.creditMall-content .section1 .v-line {
  vertical-align: top;
  width: 0;
  height: 171px;
  border-right: 1px solid #d8d8d8;
  display: inline-block;
  margin-top: 45px;
}

.creditMall-content .section1 .r-content {
  vertical-align: top;
  display: inline-block;
  width: 705px;
  padding: 0 25px 0 75px;
}

.creditMall-content .section1 .r-content p:nth-child(1) {
  font-size: 18px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-top: 45px;
}

.creditMall-content .section1 .r-content p:nth-child(2) {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 26px;
}

.creditMall-content .section2 {
  background: #f9f9f9;
  height: 427px;
  overflow: hidden;
}

.creditMall-content .section2 .bg {
  width: auto;
  margin: 173px auto 0;
  display: block;
}

.creditMall-content .section3 {
  height: 747px;
  background: url("../images/dcm-sec3-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  /* background-size: 100%; */
  overflow: hidden;
}

.creditMall-content .section3 .content {
  width: 1200px;
  height: 507px;
  background: white;
  border: 1px solid #ededed;
  display: block;
  margin: 180px auto;
}

.creditMall-content .section3 .content img {
  margin: 28px auto;
  display: block;
}



.car-content {
  position: relative;
  z-index: 1;
}

.car-content .section1 {
  height: 595px;
  background: #f5f6fd;
  overflow: hidden;
}

.car-content .section1 .content {
  margin-top: 117px;
  width: 1200px;
  height: 415px;
  background: #e4f1ff;
  border: 1px solid #ededed;
}

.car-content .section1 .content .l-content {
  width: 750px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
}

.car-content .section1 .content .l-content img {
  width: 700px;
  display: block;
  margin: 29px auto 0;
}

.car-content .section1 .content .r-content {
  width: 440px;
  vertical-align: top;
  display: inline-block;
  height: 100%;
  padding-left: 91px;
  padding-right: 80px;
}

.car-content .section1 .content .r-content h1 {
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-top: 108px;
}

.car-content .section1 .content .r-content span.underline {
  width: 30px;
  height: 3px;
  background: #0074ff;
  display: block;
  margin-top: 9px;
  margin-bottom: 15px;
}

.car-content .section1 .content .r-content p {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.car-content .section2 {
  background: url(../images/car-sec2-bg.jpg);
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-position: center center;
  height: 712px;
  overflow: hidden;
}

.car-content .section2 .title {
  top: 27px;
}

.car-content .section2>div {
  margin: 170px auto 0;
  width: 1200px;
  height: 415px;
  background: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 5, 90, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 5, 90, 0.2);
}

.car-content .section2>div img {
  display: block;
  margin: 17px auto 0;
}

.car-content .section3 {
  height: 550px;
  overflow: hidden;
  background: white;
}

.car-content .section3 .title {
  top: 34px;
}

.car-content .section3 .content {
  margin: 170px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.irc-content .section1 {
  height: 595px;
  background: #f9f9f9;
  overflow: hidden;
}

.irc-content .section1 .content {
  margin-top: 93px;
  width: 1200px;
  height: 465px;
  background: #e4f1ff;
  border: 1px solid #ededed;
}

.irc-content .section1 .content .l-content {
  width: 780px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
}

.irc-content .section1 .content .l-content img {
  width: 743px;
  display: block;
  margin: 29px auto 0;
}

.irc-content .section1 .content .r-content {
  width: 410px;
  vertical-align: top;
  display: inline-block;
  height: 100%;
  padding-left: 50px;
  padding-right: 70px;
}

.irc-content .section1 .content .r-content h1 {
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-top: 108px;
}

.irc-content .section1 .content .r-content span.underline {
  width: 26px;
  height: 4px;
  background: #4cd964;
  display: block;
  margin-top: 9px;
  margin-bottom: 15px;
}

.irc-content .section1 .content .r-content p {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.irc-content .section2 {
  height: 771px;
  overflow: hidden;
  background: white;
}

.irc-content .section2 .title {
  top: 50px;
}

.irc-content .section2 .content {
  width: 1200px;
  margin-top: 226px;
}

.irc-content .section2 .content img {
  width: 780px;
  display: block;
  margin: 0 auto;
}

.irc-content .section3 {
  height: 543px;
  background: url(../images/irc-sec3-bg.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  background-position: center center;
  overflow: hidden;
}

.irc-content .section3 .content {
  margin-top: 58px;
  width: 1200px;
  height: 413px;
  background-color: #fff;
  border: 1px solid #ededed;
}

.irc-content .section3 .content .r-content {
  width: 750px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
}

.irc-content .section3 .content .r-content img {
  width: 646px;
  display: block;
  margin: 32px auto 0;
}

.irc-content .section3 .content .l-content {
  width: 440px;
  vertical-align: top;
  display: inline-block;
  height: 100%;
  padding-left: 50px;
  padding-right: 70px;
  background: #e4f1ff;
}

.irc-content .section3 .content .l-content h1 {
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-top: 108px;
}

.irc-content .section3 .content .l-content span.underline {
  width: 26px;
  height: 4px;
  background: #4cd964;
  display: block;
  margin-top: 9px;
  margin-bottom: 15px;
}

.irc-content .section3 .content .l-content p {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.ofp-content .section1 {
  height: 630px;
  overflow: hidden;
  background: #f9f9f9;
}

.ofp-content .section1 .title {
  top: 98px;
}

.ofp-content .section1 .content {
  width: auto;
  margin-top: 206px;
}

.ofp-content .section1 .content img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.ofp-content .section2 {
  height: 1024px;
  background: url(../images/ofp-sec2-bg.png);
  background-repeat: no-repeat;
  /* background-size: 100% 320px; */
  background-position: center top;
  overflow: hidden;
}

.ofp-content .section2 .title {
  top: 50px;
}

.ofp-content .section2 .content {
  margin-top: 180px;
  width: 1200px;
  height: 794px;
  background: white;
  border: 1px solid #ededed;
  display: block;
}

.ofp-content .section2 .content img {
  width: 1132px;
  display: block;
  margin: 32px auto 0;
}

.ofp-content .section3 {
  overflow: hidden;
  padding-bottom: 50px;
  background: url(../images/ofp-sec3-bg.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  background-position: center center;
  height: 508px;
}

.ofp-content .section3 .title {
  top: 50px;
}

.ofp-content .section3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 178px;
}

.ofp-content .section3 .content .product-items {
  width: 285px;
  height: 260px;
  background: white;
  border: 1px solid #ededed;
  position: relative;
}

.ofp-content .section3 .content .product-items .icon {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ofp-content .section3 .content .product-items .pname {
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

.ofp-content .section3 .content .product-items .pdatas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

.ofp-content .section3 .content .product-items .pdatas div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ofp-content .section3 .content .product-items .pdatas div p {
  text-align: center;
}

.ofp-content .section3 .content .product-items .pdatas div p:nth-child(1) {
  font-size: 26px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #b52c2c;
  line-height: 37px;
}

.ofp-content .section3 .content .product-items .pdatas div p:nth-child(1) span {
  font-size: 14px;
}

.ofp-content .section3 .content .product-items .pdatas div p:nth-child(2) {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.ofp-content .section3 .content .product-items .pdatas .v-line {
  width: 0;
  height: 70px;
  border-right: 1px solid #d8d8d8;
  position: absolute;
  top: 155px;
  left: 50%;
  display: block;
}

.info-news-main {
  background: #f9f9f9;
  /*.bottom-page {*/
  /*margin: 0 auto 60px;*/
  /*padding: 0 60px;*/
  /*}*/
}

.info-news-main .dongtai-container {
  width: 1200px;
  margin: 0 auto 30px;
  position: relative;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  z-index: 3;
}

.info-news-main .dongtai-tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: -25px auto 25px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(224, 224, 224, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(224, 224, 224, 0.5);
  border-radius: 5px;
  overflow: hidden;
}

.info-news-main .dongtai-tag>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-news-main .dongtai-tag>div>a {
  color: #666666;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 50px;
  height: 100%;
  width: 100%;
}

.info-news-main .dongtai-tag>div:nth-child(1)>a {
  background: url(../images/news-icon1.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:nth-child(1).active>a,
.info-news-main .dongtai-tag>div:nth-child(1)>a:hover {
  background: url(../images/news-icon1-active.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:nth-child(2)>a {
  background: url(../images/news-icon2.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:nth-child(2).active>a,
.info-news-main .dongtai-tag>div:nth-child(2)>a:hover {
  background: url(../images/news-icon2-active.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:nth-child(3)>a {
  background: url(../images/news-icon3.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:nth-child(3).active>a,
.info-news-main .dongtai-tag>div:nth-child(3)>a:hover {
  background: url(../images/news-icon3-active.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: initial;
}

.info-news-main .dongtai-tag>div:hover {
  background-color: #f5f6ff;
}

.info-news-main .dongtai-tag>div:hover a {
  color: #115AE4;
}

.info-news-main .dongtai-tag>div.active {
  background-color: #f5f6ff;
}

.info-news-main .dongtai-tag>div.active a {
  color: #115AE4;
}

.info-news-main .dongtai-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  border-bottom: 1px solid #f8f9fa;
}

.info-news-main .dongtai-title>div {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.info-news-main .dongtai-title>div:nth-child(2) {
  text-align: right !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-news-main .dongtai-title>div:nth-child(2)>a {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  text-decoration: none;
  color: #666666;
}

.info-news-main #newSelect {
  overflow: hidden;
}

.info-news-main #newSelect>div {
  float: left;
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
}

.info-news-main #newSelect>div>a {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}

.info-news-main #newSelect>div>a.active {
  color: #115ae4;
}

.info-news-main .dongtai-title>div:nth-child(2)>a:hover,
.info-news-main #newSelect>div>a:hover {
  color: #115AE4;
}

.info-news-main .item-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 24px;
  border-bottom: 1px solid #E8E8E8;
}

.info-news-main .item {
  padding: 0 30px;
  position: relative;
}

.info-news-main .item:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(179, 179, 179, 0.3);
  box-shadow: 0px 4px 12px 0px rgba(179, 179, 179, 0.3);
}

.info-news-main .item:hover>.item-list {
  border-bottom: 1px solid transparent;
}

.info-news-main .item:hover {
  background: url("../images/news-hover-arrow.png") no-repeat;
  background-position: bottom right;
}

.info-news-main .item:hover>.item-list>.item-list-right>h5>a {
  color: #115AE4;
}

.info-news-main .item:last-child .item-list {
  border-bottom: none;
}

.info-news-main .item-list>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-news-main .item-list>div:nth-child(2) {
  -webkit-box-flex: 17;
  -ms-flex: 17;
  flex: 17;
}

.info-news-main .item-list-left {
  margin: 20px 0;
  padding-right: 25px;
  text-align: center;
  border-right: 1px solid #E8E8E8;
}

.info-news-main .item-list-left>p:nth-child(1) {
  font-size: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 500;
  color: #b19a6e;
  line-height: 30px;
}

.info-news-main .item-list-left>p:nth-child(2) {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
}

.info-news-main .item-list-right {
  padding-left: 25px;
}

.info-news-main .item-list-right>h5>a {
  font-size: 18px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-decoration: none;
}

.info-news-main .item-list-right>p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.info-news-main .el-icon-arrow-down:before {
  content: "\e790";
}

.info-news-main .shouquan-main {
  position: relative;
  width: 1200px;
  margin: 20px auto 40px;
  padding: 0 40px 40px;
  background-color: #fff;
}

.info-news-main .shouquan-main>h3 {
  padding: 25px 0;
  font-size: 20px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.info-news-main .shouquan-main>.line {
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #B9A37C;
}

.info-news-main .shouquan-main>div>p {
  margin: 20px 0;
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.info-news-main .zixunInfo-main {
  position: relative;
  width: 1200px;
  min-height: 400px;
  margin: 20px auto 10px;
  padding: 40px;
  background-color: #fff;
}

.info-news-main .zixunInfo-main a,
.info-news-main .back a {
  text-decoration: none;
  color: #115AE4 !important;
}

.info-news-main .title-content>h3 {
  font-size: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.info-news-main .title-content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  border-bottom: 1px solid #EBEBEB;
}

.info-news-main .title-content>div>p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px 0;
  font-size: 13px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

.info-news-main .title-content>div>p:nth-child(1) {
  text-align: right;
}

.info-news-main .main-content>p {
  margin: 20px 0;
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.info-news-main .main-content>img {
  display: block;
  max-width: 1120px;
  margin: 15px auto 20px;
}

.info-news-main .back {
  margin-bottom: 40px;
  text-align: center;
}

.info-news-main .back>a {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #115ae4;
  cursor: pointer;
}

.info-news-main .back>a>span {
  line-height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.info-news-main .back>a>img {
  line-height: 20px;
  vertical-align: middle;
}

.info-news-main .selectList {
  display: none;
}

.info-news-main .el-icon-arrow-down:before {
  font-size: 12px;
}

.info-news-main .areaSelect {
  border: none;
  width: 110px;
}

.info-news-main .dongtai-title>div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.info-news-main .tabImg1 {
  -webkit-transform: translateX(calc(50% - 158px)) !important;
  transform: translateX(calc(50% - 158px)) !important;
}

.info-news-main .tabImg3 {
  -webkit-transform: translateX(calc(50% + 28px)) !important;
  transform: translateX(calc(50% + 28px)) !important;
}

.kkpager-content {
  display: -ms-flex;
  /* Chrome, WebKit */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: -ms-center;
  justify-content: -ms-center;
  justify-content: -webkit-center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 20px auto 50px;
}

/*# sourceMappingURL=style_yc.css.map */








.error-correction {
  cursor: pointer;
}


.data-dialog-form {
  position: fixed;
  top: 20%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1999;
  background-color: #fff;
  width: 700px;
  min-height: 550px;
  border-radius: 1px;
  display: none;
}

.dialog-close-img {
  position: fixed;
  width: 30px;
  top: 20%;
  left: 750px;
  right: 0px;
  margin: 0 auto;
  display: none;
  z-index: 1999;
  cursor: pointer;
}

.data-dialog-form textarea {
  width: 75%;
  padding: 10px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  height: 80px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}

.data-dialog-form h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  background-color: #f9f9f9;
}

.data-dialog-form hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 0 0;
}

.data-dialog-form form {
  padding: 30px 30px;
}

.data-dialog-form form .label {
  width: 80px !important;
  display: inline-block;
  text-align: right;
  font-size: 15px;
  margin-right: 25px;
}

.data-dialog-form form .label span {
  color: #000000;
}

.data-dialog-form .radio-content {
  margin-right: 10px;
}

.data-dialog-form input[type=radio] {
  margin-right: 5px;
}

.data-dialog-form .alert {
  display: block;
  position: relative;
  margin-left: 106px;
  color: red;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}

.data-dialog-form .is-error {
  border-color: red !important;
}

.data-dialog-form input[type=text],
select {
  width: 75%;
  padding: 10px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}


/* 纠错弹窗 */

.correct-dialog-form {
  position: fixed;
  top: 20%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1999;
  background-color: #fff;
  width: 700px;
  min-height: 550px;
  border-radius: 1px;
  display: none;
}


.correct-dialog-form textarea {
  width: 92%;
  padding: 10px 20px 25px 20px;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  height: 120px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}

.correct-dialog-form h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  background-color: #f9f9f9;
}

.correct-dialog-form hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 0 0;
}

.correct-dialog-form form {
  padding: 30px 30px 30px 50px;
}

.correct-dialog-form form .label {
  width: 80px !important;
  display: inline-block;
  font-size: 15px;
  margin-right: 25px;
  text-align: left;
}

.correct-dialog-form form .label2 {
  display: inline-block;
  min-width: 200px !important;
  text-align: left;
}

.correct-dialog-form form .label3 {
  display: flex;
  align-items: center;
  min-width: 210px !important;
  text-align: left;
}

.correct-dialog-form form .label3 span {
  margin-right: 4px;
}

.correct-dialog-form form .label span {
  color: #000000;
}

.correct-dialog-form .num-limit {
  background-color: #fff;
  position: relative;
  top: -10px;
  left: -90px;
}

.correct-dialog-form .radio-content {
  margin-right: 10px;
}

.correct-dialog-form input[type=radio] {
  margin-right: 5px;
}

.correct-dialog-form .alert {
  display: block;
  position: relative;
  margin-left: 106px;
  color: red;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}

.correct-dialog-form .alert2 {
  margin-left: 0;
}

.correct-dialog-form .is-error {
  border-color: red !important;
}

.correct-dialog-form input[type=text],
select {
  width: 75%;
  padding: 10px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}

.correct-dialog-form .submit-button {
  width: 158px;
  height: 44px;
  background: #3A49BA;
  color: white;
  margin: 8px auto;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
}

.correct-dialog-form .module-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 50px;
}

.correct-dialog-form .module-options li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-top: 15px;
  font-size: 14px;
}

.correct-dialog-form .module-options li input {
  margin-right: 10px;
}

.verfy-code {
  width: 50% !important;
}

.code-button {
  display: inline-block;
  width: 147px;
  height: 42px;
  line-height: 42px;
  background: #FCA753;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-left: 10px;
}

.code-no-post {
  cursor: pointer;
}

.code-post {
  background: #a8a7a7;
  display: none;
}

.data-dialog-form .cancel-button {
  width: 22%;
  background-color: #fff;
  color: black;
  /* padding: 14px 20px; */
  margin: 10px 8% 8px 24%;
  border-radius: 22px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}

.data-dialog-form .submit-button {
  width: 158px;
  height: 44px;
  background: #3A49BA;
  color: white;
  margin: 8px auto;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
}

.data-dialog-form .description1 {
  margin: 20px 45px 0 45px;
  min-height: 44px;
  background: #F3F5FB;
  font-size: 15px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #3A49BA;
  line-height: 44px;
  text-align: center;
  padding: 0 10px;
}

.data-slideDown {
  z-index: 1998;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #000000;
  opacity: 0.5;
  display: none;
}

.data-loadingcss {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 10000;
  background-color: #fff;
  width: 700px;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  /*显示遮罩层背景颜色和透明度*/
  /*如果上边的效果不理想可以分开实现背景颜色的透明度,背景颜色和透明度可自行调节*/
  /*
    background-color: #ccc;
    filter:alpha(Opacity=80);-moz-opacity: 0.5;opacity: 0.5;
  */
}

#app {
  background: #F9F9F9;
  /* height: 100%; */
  padding-bottom: 60px;

}

.search-header {
  background: url("../images/report-background3.png") no-repeat;
  background-position: top center;
  height: 240px;
}

.detail-header {
  background: url("../images/report-background3.png") no-repeat;
  background-position: top center;
  height: 150px;
}

.search-box {
  width: 950px;
  margin: 0 auto;
  display: flex;
}

.search-box_1 {
  padding-top: 331px;

}

.search-box_2 {
  padding-top: 70px;

}

.search-box-input {
  height: 50px;
  width: 840px;
  background: #FBFBFB;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #D4DEFE;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  padding-left: 27px;
}

.search-button {
  width: 80px;
  height: 50px;
  background: #FA8C16;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  /* border: 1px solid #FA8C16; */
  cursor: pointer;
}

.batch-button {
  margin-left: 10px;
  width: 36px;
  height: 50px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7500);
  line-height: 22px;
  cursor: pointer;
}



.search-result-title {
  margin: 0 auto;
  margin-top: 60px;
  width: 1200px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
  line-height: 60px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 40px;
  letter-spacing: 1px;
}

.search-result-title span {
  color: #FF4D4F;
  letter-spacing: 0px;
}

.search-result {
  margin: 0 auto;
  width: 1200px;
  min-height: 300px;
  box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
  background: #FFFFFF;
  margin-top: 2px;
}

.search-result-contain {
  margin-bottom: 10px;
}

.search-card {
  height: 110px;
  padding: 20px 50px;
  /* margin: 0 40px; */
  border-bottom: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-card:hover {
  box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
}

.search-card:hover h4 {
  color: #0084ff;
}

.search-card-img img {
  width: 25px;
  margin-right: 24px;
}

.search-card-container {
  display: flex;
  flex-direction: column;
}

.search-card-content {
  display: flex;
  align-items: center;
}

.search-card-content_1 {
  margin-bottom: 20px;
}

.search-card-content_1 h4 {
  font-size: 19px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
}


.search-card-tag {
  margin-left: 20px;
  min-width: 35px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
}

.search-card-content_1 .green {
  background: #52C41A;
}

.search-card-content_1 .blue {
  background: #2473E7;
}

.search-card-content_1 .red {
  background: #FF4D4F;
}


.search-card-content_2 .info {
  margin-right: 40px;
}

.search-card-content_2 .info span {
  font-size: 13px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
}

.search-card-content_2 .info .info-title {
  color: #666666;
}

.search-card-content_2 .info .info-content {
  color: #333333;
}

.pagination-container {
  background: #fff;
  padding: 20px 16px 30px 16px;
}

.pagination-container.hidden {
  display: none;
}

.detail-container {
  width: 1200px;
  margin: 0 auto;
}

.detail-title {
  width: 1200px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 200px;
}


.el-tab1 {
  margin: 20px 0;
  background-color: #F7F7FA
}

.el-tab1 .el-tabs__item {
  min-width: 115px !important;
  height: 50px !important;
  font-size: 17px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: bold;
  line-height: 50px;
  padding: 0 18px !important;
  text-align: center;
  background-color: #F6F6F6;
}

.el-menu {
  padding-left: 14px !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1300);
}

.el-menu .el-menu-item {
  margin: 11px 6px 13px 6px !important;
  border: 1px solid #EFEFEF !important;
  height: 32px !important;
  line-height: 32px !important;
}

.el-menu--horizontal .el-menu-item.is-active {
  border-bottom: 1px solid #409EFF !important;
  color: #303133;
}

.detail-title {
  padding: 0 30px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-title .title-left {
  display: flex;
}

.detail-title .title-left img {
  width: 35px;
  margin-right: 10px;
}

.detail-title .title-left h4 {
  height: 35px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8500);
  line-height: 35px;
}

.detail-title .title-right {
  display: flex;
}

.detail-title .title-right .button_1 {
  width: 100px;
  height: 32px;
  background: #1890FF;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.detail-title .title-right .button_1 img {
  margin-right: 3px;
}

.detail-title .title-right .button_2 {
  width: 135px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

.detail-title .title-right .button_2 img {
  margin-right: 3px;
}

.detail-title .title-right .button_2 a {
  color: #555555;
}

.detail-title .title-right .button_3 {
  width: 110px !important;
}

.detail-menu {
  width: 1200px;
  height: 178px;
  background: #F5F5F5;
  border: 1px solid #E1E1E1;
  margin-top: 40px;
  display: flex;
}


.detail-menu .menu-part {
  /* width: 120px; */
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.detail-menu .menu-part_1 {
  width: 120px;
  padding: 10px 20px;
}

.detail-menu li {
  width: 133px;
  border-right: 1px solid #E1E1E1;
  padding-left: 30px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #344098;
  line-height: 26px;
  cursor: pointer;
}

.detail-menu li.last-column {
  border-right: 0 !important;
}


.el-tabs__nav {
  z-index: 1 !important;
}

.el-tab1 .el-tabs__content {
  padding: 0 !important;
}

.el-tab1 .el-tabs__nav-next,
.el-tabs__nav-prev {
  line-height: 49px;
}

.el-tab1 .el-tabs__nav-prev {
  line-height: 49px;
}

.business-info {
  width: 1200px;
  min-height: 300px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  margin: 0 auto;
  padding: 30px 20px;
}

.el-tab1 h5 {
  height: 24px;
  font-size: 18px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
}

.el-tab1 h5 span {
  color: #2062D4;
}

.table-body {
  margin-bottom: 21px;
}

.table-body .titleImg {
  width: 8px;
  height: 22px;
  background-color: #1890FF;
  margin-right: 10px;
}

.el-table th {
  background-color: #F3F5F7 !important;
}

.el-table__cell {
  padding: 4px 0 !important;
}

.el-table__cell .cell {
  /* border: 1px solid #E8E8E8 !important; */
  min-height: 32px !important;
  line-height: 32px !important;
  color: #333333;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.el-table .el-table__body {
  font-size: 15px;
}

.el-table .el-table__expanded-cell {
  background-color: #F8F8F8;

}

.demo-table-expand {
  font-size: 0;
  margin-left: 20px;
}

.demo-table-expand label {
  width: 90px;
  width: 117px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 600;
  color: #333333;
}

.demo-table-expand .el-form-item {
  height: 30px;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

.demo-table-expand .el-form-item {
  display: flex !important;
  height: auto !important;
}

.demo-table-expand .el-form-item__content {
  width: 90%;
  padding-right: 20px;
}

.empty-tab {
  width: 1200px;
  min-height: 478px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  padding: 77px 0 0 164px;
}

.empty-tab .empty-imgs {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.empty-img1 {
  position: absolute;
  /* margin: 0 6px; */
  width: 500px;
}

.empty-img2 {
  margin-top: 47px;
}

.empty-tab .empty-contents {
  margin-left: 78px;
  margin-top: 94px;
}

.empty-contents h6 {
  height: 29px;
  font-size: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  letter-spacing: 1px;
}

.empty-contents .introduction {
  height: 26px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #666666;
  line-height: 26px;
  letter-spacing: 2px;
  margin: 20px 0;
}

.empty-contents .empty-button {
  width: 130px;
  height: 40px;
  background: #3A49BA;
  border-radius: 3px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.empty-contents .empty-button img {
  height: 22px;
  margin-right: 8px;
}

.el-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.el-descriptions-item__label {
  width: 10%;
  background: #F3F5F7 !important;
  border: 1px solid #E8E8E8 !important;
}

.el-descriptions-item__content {
  width: 40%;
}

.el-descriptions-item__cell {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC !important;
  color: #333333 !important;
}


.autocomplete-suggestion {
  position: absolute;
  top: 208px;
  margin: 0 auto;
  background-color: #fff;
  width: 825px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
  z-index: 2001;
}

.report-suggestion {
  top: 380px;
}

.autocomplete-suggestion h5 {
  margin: 0;
  padding: 5px 0 5px 25px;
  font-size: 14px;
  color: #4285f4;
}

.autocomplete-suggestion ul {
  margin: 5px 0;
  padding-left: 25px;
}

.autocomplete-suggestion li {
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
}

.autocomplete-suggestion .canClick {
  cursor: pointer;
}

.autocomplete-suggestion .canClick:hover {
  color: #999
}

.autocomplete-suggestion .el-divider {
  margin: 3px 0;
}

.autocomplete-suggestion .divider {
  margin: 3px 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DCDFE6;
  position: relative;
}

.btn1 {
  background-color: transparent;
  display: flex;
  align-items: center;
}

.btn1 img {
  width: 15px;
}

.btn1:hover .tips-dialog {
  display: block;
}

.tips-dialog {
  width: 430px;
  height: 80px;
  border: 1px solid #ebeef5;
  position: absolute;
  left: 210px;
  top: 270px;
  line-height: 20px;
  text-align: center;
  display: none;
  background-color: #fff;
  color: #333;
  z-index: 2000;
  padding: 10px 20px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  text-align: left;
}

.service-tips {
  top: 332px;
}
.shushanghezuo{
  min-height: 500px;
  background: #fff !important;
  padding-bottom: 0 !important;
}
.shushanghezuotop{
  height: 580px;
  width: 100%;
  background: url(../images/shushangbg1.png) no-repeat top center;
}
.shushanghezuotop .list{
  width: 1200px;
  padding:180px 0  0  0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.shushanghezuotop .list div{
  height: 342px;
  border-radius: 5px;
  opacity: 1;
  width: 285px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 5, 90, 0.2019);
}
.shushanghezuotop .list div img{
  padding: 50px 0 0 0;
  height: 124px;
}
.shushanghezuotop .list div p{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.shushanghezuotop .list div p.nr{
  color: #666666;
  font-size: 14px;
font-weight: normal;
line-height: 24px;
padding: 0 25px;
}
.shushanghezuobot{
  height: 520px;
  width: 100%;
  background: url(../images/shushangbg2.png) no-repeat top center;
  background-size: cover;
  padding:50px 0 0 0 ;
}
.shushanghezuobot .titleimg{
  width: 553px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}
.shushanghezuobot .nr{
  width: 1212px;
  margin: 0 auto;
}
.shushanghezuobot .nr div{
  display: flex;
  justify-content: space-between;}
.shushanghezuobot .nr div p{
  width: 124px;
  font-size: 14px;
font-weight: normal;
line-height: 23px;
color: #333333;
padding-left: 4px;
}
.hotproduct{
  width: 100%;
  height: 440px;
  background: url("../images/tdos-sec1-bg.png") no-repeat top center;
}
.hotproductlist{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  gap: 15px;
}
 .hotproductlist .hot-item {
  cursor: pointer;
  height: 236px;
  padding: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: rgba(149,157,165,.2) 0 8px 24px;
  box-shadow: 0 8px 24px rgba(149,157,165,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 290px;
}
.hotproductlist  .hot-item .head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;

}
.hotproductlist  .hot-item .head .biaoti1{
  font-size:18px;
  font-weight: 600;
margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotproductlist  .address{
  font-size: 12px;
}
.hotproductlist  .hot-item .content{
  height: 150px;
  font-size: 13px;
  display: -webkit-box;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin: 10px 0;
}
.hotproductlist  .hot-item .footer1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.hotproductlist .hot-item .footer1 .left{
  color: #00aeff;
  font-size: 16px;
  font-weight: 600;
}
.hotproductlist .hot-item .footer1 .right{
  height: 22px;
  padding: 0 10px;
  opacity: 1;
  border-radius: 2px;
  border: 1px solid #5B8EFF;
  text-align: center;
  color: #4066db;
}
.hotproductlist .hot-item .footer1 .right a{
  color:#4066db ;
}