.el-carousel__item h3 {color: #475669; font-size: 14px; opacity: 0.75; line-height: 150px; margin: 0;}
.el-carousel__item:nth-child(2n) {background-color: #FFF;}
.el-carousel__item:nth-child(2n+1) {background-color: #FFF;}
.el-carousel__indicator--horizontal .el-carousel__button{width: 30px; height: 6px; background: #DBDBDB; border-radius: 0px 0px 0px 0px;}
.el-carousel__indicator--horizontal .el-carousel__button:hover{background: var(--gcolor);}
.el-carousel__indicator--horizontal{padding: 12px 5px !important;}

* {box-sizing: border-box; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; padding: 0px; margin: 0px;}
body{font-size:14px;}
/*----------------------------内容--------------------------------*/
.body-main1 {padding-top: 40px; }
.body-main1 .main {width: 100%;  margin: 0 auto;}

/*----------------------------信用咨询--------------------------------*/
.news {width: 1180px;margin:0 auto;display: flex;}
.news .picture {width: 576px; height: 334px; background: #C4C4C4; position: relative; cursor: pointer;}
.news .picture .slides_container div {position: relative;}
.news .picture .slides_container span {z-index: 333; width: 576px; position: absolute; bottom: 0; left: 0; padding: 10px; background: rgba(0, 0, 0, 0.7); color: #fff;}
.news .picture .slides_container img {width: 576px; height: 334px;}
.news .picture .pagination1 {width: auto; float: right; position: absolute; right: 10px; bottom: 13px; z-index: 999;}
.news .picture .pagination1 li {float: left; margin: 0 4px; list-style: none;}
.news .picture .pagination1 li a {display: block; width: 12px; height: 0; padding-top: 12px; background-image: url(/eqstatic/images/index/open/pagination.png); background-position: 0 0; float: left; overflow: hidden;}
.news .picture .pagination1 li.current a {background-position: 0 -12px;}
.news .list {margin-left: 30px; width: 576px;}
.news .el-tabs__item {font-size: 22px; margin-top: -10px;}
.news .el-tabs__item:hover {font-size: 22px; color: var(--gcolor);}
.news .el-tabs__item.is-active {font-size: 22px; color: var(--gcolor);}
.news .el-tabs__active-bar {height: 4px; background-color: var(--gcolor);}
.news .el-tabs__header {margin: 0px;}
.news #tab-xyzxmore{font-size: 14px;position: absolute;right:-460px;}
.news .list .menu span {float: right; font-size: 16px; cursor: pointer;}
.news .list ul {list-style: none;}
.news .list ul li::before {content: ""; background-color: #999; border-radius: 50%; display: inline-block; height: 4px; width: 4px; margin-top: 28px; margin-right: 5px;}
.news .list ul li {height: 60px; line-height: 60px; font-size: 16px; color: #000; display: flex; border-bottom: 1px solid #EBEBEB; cursor: pointer;}
.news .list ul li:hover {color: var(--gcolor);}
.news .list ul li span {width: 456px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news .list ul li span.push-date {width: 120px; font-size: 14px; color: #999999; text-align: right;}

/*----------------------------服务节点--------------------------------*/
.credit-node {text-align: center;}
.credit-node h2 {width: 244px; height: 60px; display: flex; justify-content: center; align-items: center; margin: 0px auto; font-size: 28px; color: #333; font-weight: bold; margin-bottom: 10px;}
.credit-node .bx-wrapper {position: relative;}
.credit-node .bx-wrapper .bx-viewport {padding: 15px 0px;}
.credit-node .bx-wrapper .bx-controls a {height: 40px; width: 40px;  border-radius: 50%; box-shadow: 0 0 10px 1px #ddd; background-color: #fff; position: absolute; top: 85px;}
.credit-node .bx-wrapper .bx-controls a * {}
.credit-node .bx-wrapper .bx-controls .bx-prev {background-image: url(/eqstatic/images/index/open/slide-left.png); background-size: 22px; left: 5px;background-repeat: no-repeat;background-position: 8px;}
.credit-node .bx-wrapper .bx-controls .bx-next {background-image: url(/eqstatic/images/index/open/slide-right.png);background-size: 22px;right: 10px;background-repeat: no-repeat;background-position: 9px;}
.credit-node .bx-wrapper:hover .bx-controls a {display: block;}
.credit-node .bx-wrapper .bx-controls a.bx-prev:hover {background-image: url(/eqstatic/images/index/open/slide-left-hover.png); background-size: 22px; left: 5px;background-repeat: no-repeat;background-position: 8px;background-color: var(--gcolor);}
.credit-node .bx-wrapper .bx-controls a.bx-next:hover {background-image: url(/eqstatic/images/index/open/slide-right-hover.png); background-size: 22px;right: 10px;background-repeat: no-repeat;background-position: 9px;background-color: var(--gcolor);}
.credit-node ul li:not(:hover) {animation-name: liTopToBottom; animation-duration: 0.25s; animatiom-iteration-count: 1; animation-fill-mode: forwards;}
.credit-node ul li:hover {animation-name: liBottomToTop; animation-duration: 0.25s; animatiom-iteration-count: 1; animation-fill-mode: forwards;}

@keyframes liBottomToTop {from {margin-top: 0px; }
    to {margin-top: -5px; }
}
@keyframes liTopToBottom {from {margin-top: -5px; }
    to {margin-top: 0px; }
}

/*----------------------------信用服务--------------------------------*/
.credit-service {margin-top: 40px;background:#F5F9FF;}
.credit-service h2{margin-bottom:5px;}
/*.credit-service h2::before {content: "信用服务";font-size: 54px;position: absolute;opacity: 0.1;color: var(--gcolor);letter-spacing: 13px;height: 55px;overflow: hidden;margin-top: -10px;}*/
.credit-service h2::after {content: "";position: absolute;background: var(--gcolor);width:25px;height:5px;margin-top:50px;}
.credit-service ul li {width: 295px !important;height: 198px; border-radius: 6px; position: relative; float: left; cursor: pointer;margin-right: 0px !important; text-align: center;
      display: flex; justify-items: center; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column;position: relative}
.credit-service ul li img{position: absolute;top: 10px;left: 50%;width: 105px;height: 97px;margin-left: -52px;}
.credit-service ul .title{margin-top: 80px; width: 100%; height: 29px; font-weight: 400; font-size: 22px; color: #000; text-align: center;}
.credit-service ul .descritions{margin-top: 6px; width: 234px; height: 38px; font-weight: 400; font-size: 14px; color: #999999; text-align: left; font-style: normal; text-transform: none;}
.credit-service ul .zzcn {background: url(/eqstatic/images/index/open/service-zzcn-bg.png) no-repeat; height: 198px;}
.credit-service ul .xyxf{background: url(/eqstatic/images/index/open/service-xyxf-bg.png) no-repeat; height: 198px;}
.credit-service ul .zzsb{background: url(/eqstatic/images/index/open/service-zzsb-bg.png) no-repeat; height: 198px;}
.credit-service ul .xyyy{background: url(/eqstatic/images/index/open/service-xyyy-bg.png) no-repeat; height: 198px;}
.credit-service ul li span.sxcn {color: #00BDC4;}
.credit-service ul li span.xyxf {color: var(--gcolor);}
.credit-service ul li span.zzsb {color: #298DFF;}
.credit-service ul li span.xyyy {color: #F59A62;}

/*----------------------------专题专栏--------------------------------*/
.body-main2 {margin-top:25px;}
.body-main2 .main {width: 100%; margin: 0 auto; position: relative;}
.credit-ztzl {margin-top: 40px;background:#F5F9FF;}
.credit-ztzl h2{margin-bottom:5px;}
/*.credit-ztzl h2::before {content: "信用场景";font-size: 54px;position: absolute;opacity: 0.1;color: var(--gcolor);letter-spacing: 13px;height: 55px;overflow: hidden;margin-top: -10px;}*/
.credit-ztzl h2::after {content: "";position: absolute;background: var(--gcolor);width:25px;height:5px;margin-top:50px;}
.credit-ztzl ul li {height: 254px; border-radius: 6px; cursor: pointer; box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06); border: 1px solid #f2f2f2;}
.credit-ztzl ul li .item {width: 274px; display: flex; justify-items: center; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column;}
.credit-ztzl .item img {width: 100%; height: 150px;}
.credit-ztzl .item .ztzl {width: 100%; height: 24px; margin-top: 16px; font-weight: bold; font-size: 18px; color: #000; text-align: center; font-style: normal; text-transform: none;}
.credit-ztzl .item .descritions {margin-top: 6px; width: 234px;; height: 38px; font-weight: 400; font-size: 14px; color: #999999; text-align: left; font-style: normal; text-transform: none;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;}
/*----------------------------信用公示--------------------------------*/
.credit-xxgs {width:1180px;margin:0 auto;text-align: center;}
.credit-xxgs h2 {width: 244px;height: 60px;display: flex;justify-content: center;align-items: center;margin: 0px auto;font-size: 28px;color: #333;font-weight: bold;margin-bottom: 20px;}
/*.credit-xxgs h2::before {content: "信用公示";font-size: 54px;position: absolute;opacity: 0.1;color: var(--gcolor);letter-spacing: 13px;height: 55px;overflow: hidden;margin-top: -10px;}*/
.credit-xxgs h2::after {content: "";position: absolute;background: var(--gcolor);width:25px;height:5px;margin-top:50px;}
.credit-xxgs .datas {display: flex; justify-content: space-between;}
.credit-xxgs .datas .left, .credit-xxgs .datas .right {width: 576px; height: 339px; padding: 0px 20px; background: #FFFFFF; box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06); border-radius: 6px;}
.credit-xxgs .el-tabs__item {font-size: 22px; color: #000;}
.credit-xxgs .el-tabs__item:hover {font-size: 22px; color: var(--gcolor);}
.credit-xxgs .el-tabs__item.is-active {font-size: 22px; color: var(--gcolor);}
.credit-xxgs .el-tabs__active-bar {height: 4px; background-color: var(--gcolor);}
.credit-xxgs .el-tabs__header {margin: 0px; padding-top: 10px;}
.credit-xxgs ul.datalist {list-style: none;}
.credit-xxgs ul.datalist li::before {content: ""; background-color: #999; border-radius: 50%; display: inline-block; height: 4px; width: 4px; margin-top: 28px; margin-right: 5px;}
.credit-xxgs ul.datalist li {height: 58px; line-height: 58px; font-size: 16px; color: #000; display: flex; border-bottom: 1px solid #EBEBEB; cursor: pointer;}
.credit-xxgs ul.datalist li:last-child {border-bottom: none;}
.credit-xxgs ul.datalist li:hover {color: var(--gcolor);}
.credit-xxgs ul.datalist li span {width: 416px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left;}
.credit-xxgs ul.datalist li span.push-date {width: 120px; font-size: 14px; color: #999999; text-align: right;}
.credit-xxgs .el-tabs__nav {position: relative;}
.credit-xxgs #tab-sgsmore {position: absolute; right: -300px; font-size: 14px;}
.credit-xxgs #tab-sxsxmore {position: absolute; right: -210px; font-size: 14px;}

/*----------------------------其他功能--------------------------------*/
.credit-qtgn {width:1180px;margin:0 auto;margin-top: 30px; text-align: center;}
.credit-qtgn h2 {width: 244px; height: 60px; display: flex; justify-content: center; align-items: center; margin: 0px auto; font-size: 28px; color: #333; font-weight: bold; margin-bottom: 20px;}
/*.credit-qtgn h2::before {content: "友情链接";font-size: 54px;position: absolute;opacity: 0.1;color: var(--gcolor);letter-spacing: 13px;height: 55px;overflow: hidden;margin-top: -10px;}*/
.credit-qtgn h2::after {content: "";position: absolute;background: var(--gcolor);width:25px;height:5px;margin-top:50px;}
.credit-qtgn ul {display: flex;justify-content: space-between;list-style: none;}
.credit-qtgn ul li img{width:350px;cursor: pointer;}
