.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}

.index-banner {
    width: 100%;
    height: 440px;
    position: relative
}

.index-banner .el-carousel a {
    display: block;
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-position: 50%
}

.index-banner .el-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center
}

.index-banner .user-panel {
    background: #fff url(../../img/ec2e8bf.png) no-repeat 100% 0;
    position: absolute;
    top: 45px;
    left: 50%;
    width: 248px;
    margin-left: 352px;
    border-radius: 4px;
    color: #3c7ee5;
    overflow: hidden;
    z-index: 4;
}

.index-banner .user-panel .user-top {
    padding: 25px 22px 0 26px;
}

.index-banner .user-panel .user-top .welcome {
    line-height: 30px;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.index-banner .user-panel .user-top .welcome p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-banner .user-panel .user-middle {
    padding: 0 20px;
    margin: 12px 0;
}

.index-banner .user-panel .user-middle .btn {
    float: left;
    width: 96px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer
}

.index-banner .user-panel .user-middle .btn+.btn {
    margin-left: 16px
}

.index-banner .user-panel .user-buttom {
    height: 40px;
    padding: 10px 0;
    background: #55a9ff
}

.index-banner .user-panel .user-buttom a {
    float: left;
    width: 122px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    display: block;
    margin: 0 auto;
}

.index-banner .user-panel .user-buttom a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.index-banner .user-panel .user-buttom a .icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    vertical-align: -3px;
}

.index-banner .user-panel .user-buttom .divide {
    float: left;
    width: 1px;
    height: 20px;
    border-left: 1px solid #f3f3f3
}

.index-banner .user-panel .user-news {
    padding: 20px 20px 12px
}

.index-banner .user-panel .user-news .news-head {
    height: 20px;
    line-height: 20px
}

.index-banner .user-panel .user-news .news-lis {
    margin-top: 10px;
    font-size: 12px
}

.index-banner .user-panel .user-news .news-lis li {
    height: 16px;
    padding-left: 12px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-banner .user-panel .user-news .news-lis li a {
    color: #9b9b9b
}

.index-banner .user-panel .user-news .news-lis li:hover a {
    color: #3c7ee5
}

.index-banner .user-panel .user-news .news-lis li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 4px solid #3c7ee5;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.index-statistics {
    height: 80px;
    padding: 16px 50px;
    background: #fff;
    position: relative
}

.index-statistics .name {
    line-height: 48px;
    font-size: 18px;
    color: #3c7ee5
}

.index-statistics .tm-index .info p,
.index-statistics .tm-schedule .info p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden
}

.index-statistics .tm-index .info p:last-child,
.index-statistics .tm-schedule .info p:last-child {
    margin-top: 4px
}

.index-statistics .tm-index .info p span,
.index-statistics .tm-schedule .info p span {
    display: inline-block
}

.index-statistics .tm-index {
    width: 496px
}

.index-statistics .tm-index .info {
    margin-left: 156px
}

.index-statistics .tm-index .info .count {
    width: 98px;
    font-weight: 600
}

.index-statistics .tm-index .info .count.top {
    color: #fb5555
}

.index-statistics .tm-index .info .percent {
    width: 88px;
    font-weight: 600
}

.index-statistics .tm-index .info .iconfont {
    margin: -2px 0 0 6px;
    font-size: 12px;
    font-weight: 500
}

.index-statistics .tm-schedule {
    width: 600px
}

.index-statistics .tm-schedule .info {
    margin-left: 138px
}

.index-statistics .tm-schedule .info p span+span {
    margin-left: 30px
}

.index-statistics .tm-schedule .info p strong {
    margin: 0 4px
}

.index-statistics .wave-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1200px;
    height: 23px;
    margin: 0 auto
}

.index-statistics .wave-wrapper .wave-inner {
    position: absolute;
    width: 1200px;
    overflow: hidden;
    height: 23px
}

.index-statistics .wave-wrapper .bg-top {
    z-index: 15
}

.index-statistics .wave-wrapper .bg-bottom {
    z-index: 5
}

.index-statistics .wave-wrapper .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.index-statistics .wave-wrapper.wave-animation .wave-top {
    background: url(../../img/55f8ff1.png) no-repeat;
    -webkit-animation: move-wave 3s;
    animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.index-statistics .wave-wrapper.wave-animation .wave-bottom {
    background: url(../../img/bc8b13c.png);
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite
}

.index .mode-name {
    width: 100%;
    height: 50px;
    position: relative
}

.index .mode-name .cn {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 2
}

.index .mode-name .cn strong {
    font-size: 24px
}

.index .mode-name .cn span {
    margin-left: 10px
}

.index .mode-name .cn .more .iconfont {
    margin: -3px 0 0 10px;
    font-size: 14px
}

.index .mode-name .en {
    position: absolute;
    top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #edecec;
    z-index: 1
}

.index .mode-name.dark .cn {
    color: #fff
}

.index .mode-name.dark .en {
    opacity: .1
}

.index .service-mode {
    padding-top: 10px;
    background: #f2f7ff url(../../img/6f05c4e.png) no-repeat 100% 0
}

.index .hot-mode {
    background-repeat: no-repeat;
    background-position: center 334px
}

.index-tab-banner.container {
    margin-top: 20px
}

.index-tab-banner .tab-content {
    margin-top: 10px
}

.index-tab-banner .tab-content .item {
    float: left;
    width: 380px;
    height: 450px;
    padding-top: 50px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all .3s
}

.index-tab-banner .tab-content .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 10px 4px #dcdcdc
}

.index-tab-banner .tab-content .item+.item {
    margin-left: 30px
}

.index-tab-banner .tab-content .item .icons {
    width: 82px;
    height: 94px;
    margin: 0 auto
}

.index-tab-banner .tab-content .item .name {
    height: 30px;
    margin-top: 30px;
    font-size: 24px
}

.index-tab-banner .tab-content .item .abs {
    height: 66px;
    margin-top: 26px;
    line-height: 22px;
    color: #6e6e6e
}

.index-tab-banner .tab-content .item .price {
    height: 30px;
    line-height: 30px;
    margin-top: 24px;
    color: #4a4a4a;
    font-size: 18px
}

.index-tab-banner .tab-content .item .price .num {
    font-size: 24px
}

.index-tab-banner .tab-content .item .btns {
    margin-top: 20px
}

.index-tab-banner .tab-content .item .btns .btn {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border-radius: 26px;
    font-size: 20px
}

.index-tab-service {
    padding-bottom: 30px;
    margin-top: 20px;
    background: url(../../img/3574d7c.png) no-repeat 0 -116px
}

.index-tab-service .tab-service {
    margin-top: 10px
}

.index-tab-service .tab-service .item {
    float: left;
    width: 280px;
    height: 120px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    transition: all .3s
}

.index-tab-service .tab-service .item+.item {
    margin-left: 26px
}

.index-tab-service .tab-service .item>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    color: #fff
}

.index-tab-service .tab-service .item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 120px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden
}

.index-tab-service .tab-service .item .icons,
.index-tab-service .tab-service .item .info {
    display: inline-block
}

.index-tab-service .tab-service .item .icons {
    width: 54px;
    height: 56px;
    line-height: 56px
}

.index-tab-service .tab-service .item .icons .iconfont {
    margin-top: -42px;
    font-size: 54px
}

.index-tab-service .tab-service .item .info {
    margin-left: 30px
}

.index-tab-service .tab-service .item .info .tit {
    height: 26px;
    line-height: 26px;
    font-size: 20px
}

.index-tab-service .tab-service .item .info .price {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 18px
}

.index-tab-service .tab-service .item .info .price .num {
    font-size: 24px
}

.index-tab-service .tab-service .item:hover {
    box-shadow: 0 0 10px 4px #dcdcdc
}

.index-supreme.container {
    margin-top: 30px
}

.index-supreme .supreme-detail {
    margin-top: 10px
}

.index-supreme .query-mode {
    width: 232px;
    border-radius: 4px;
    overflow: hidden
}

.index-supreme .query-mode .name {
    height: 180px;
    padding-top: 50px;
    background: url(../../img/2fa38b8.png) no-repeat 50%;
    color: #fff;
    text-align: center
}

.index-supreme .query-mode .name .cn {
    height: 30px;
    line-height: 30px;
    font-size: 24px
}

.index-supreme .query-mode .name .en {
    width: 78px;
    line-height: 16px;
    margin: 0 auto;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    font-size: 12px
}

.index-supreme .filter {
    padding: 20px;
    background: #fff;
    position: relative
}

.index-supreme .filter .tit {
    height: 20px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #6e6e6e
}

.index-supreme .filter .el-form-item {
    margin-bottom: 10px
}

.index-supreme .filter .el-form-item .el-form-item__content {
    line-height: 36px
}

.index-supreme .filter .el-form-item .el-input__inner {
    height: 36px;
    line-height: 36px;
    border-radius: 2px
}

.index-supreme .filter .el-form-item .el-input__icon {
    height: 36px;
    line-height: 36px
}

.index-supreme .filter .el-form-item .el-button,
.index-supreme .filter .el-form-item .el-select {
    width: 100%
}

.index-supreme .filter .el-form-item:last-child {
    margin-bottom: 0
}

.index-supreme .list-mode {
    width: 958px;
    margin-left: 10px
}

.supreme-list {
    width: 958px
}

.supreme-list .item {
    float: left;
    width: 232px;
    height: 234px;
    margin: 0 0 10px 10px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease 0s
}

.supreme-list .item:nth-child(4n-3) {
    margin-left: 0
}

.supreme-list .item:hover {
    box-shadow: 0 0 10px 4px #e8e8e8
}

.supreme-list .item:hover .tm-info .abs {
    opacity: 0;
    margin-bottom: -26px
}

.supreme-list .item:hover .tm-operate {
    bottom: 0
}

.supreme-list .item .tm-img {
    display: block;
    height: 140px;
    padding: 10px
}

.supreme-list .item .tm-img .img-wrapper {
    width: 212px;
    height: 90px;
    line-height: 84px
}

.supreme-list .item .tm-info {
    padding: 0 20px
}

.supreme-list .item .tm-info .name {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.supreme-list .item .tm-info .abs {
    height: 16px;
    color: #9b9b9b;
    font-size: 12px;
    transition: all .3s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.supreme-list .item .tm-info .price {
    margin-top: 12px;
    height: 20px;
    font-size: 16px;
    color: #fc6530
}

.supreme-list .item .tm-info .price .num {
    margin-right: 2px
}

.supreme-list .item .tm-info .price .unit {
    display: inline-block;
    margin-top: -4px;
    font-size: 12px;
    vertical-align: middle
}

.supreme-list .item .tm-operate {
    position: absolute;
    left: 0;
    bottom: -34px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    transition: all .3s ease 0s
}

.supreme-list .item .tm-operate a {
    float: left;
    width: 50%;
    border-top: 1px solid #ececec;
    color: #6e6e6e;
    transition: all .3s ease 0s
}

.supreme-list .item .tm-operate a .iconfont {
    margin-right: 6px;
    font-size: 16px
}

.supreme-list .item .tm-operate a:first-child {
    border-right: 1px solid #ececec
}

.supreme-list .item .tm-operate a:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}

.img-wrapper {
    width: 100%;
    height: 100%;
    line-height: 94px;
    text-align: center
}

.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.index-ad-banner {
    height: 130px;
    padding-top: 30px;
    background: url(../../img/2cce54b.png) no-repeat 50%
}

.index-ad-banner.container {
    margin-top: 30px
}

.index-ad-banner .ad-box li {
    float: left;
    width: 25%;
    padding-left: 30px;
    color: #fff
}

.index-ad-banner .ad-box li .icon-wrap {
    float: left;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    text-align: center;
    overflow: hidden
}

.index-ad-banner .ad-box li .icon-wrap .iconfont {
    font-size: 34px;
    color: #fff
}

.index-ad-banner .ad-box li .icon-wrap .iconfont.fs23 {
    font-size: 23px
}

.index-ad-banner .ad-box li .ad-info {
    line-height: 26px;
    margin: 10px 0 0 84px;
    font-size: 16px
}

.index-hot.container {
    margin-top: 20px
}

.index-hot .tab {
    height: 65px;
    line-height: 65px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden
}

.index-hot .tab .tit {
    width: 150px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600
}

.index-hot .tab .tit .icon {
    margin: -4px 8px 0 0;
    font-size: 26px
}

.index-hot .tab .lis,
.index-hot .tab .more {
    display: inline-block;
    line-height: 65px;
    border-left: 1px solid #ececec;
    text-align: center
}

.index-hot .tab .lis {
    width: 150px;
    font-size: 16px;
    color: #6e6e6e;
    cursor: default
}

.index-hot .tab .lis.active {
    color: #3c7ee5;
    border-bottom: 2px solid #3c7ee5
}

.index-hot .tab .more {
    width: 145px
}

.index-hot .tab .more:hover {
    color: #3c7ee5
}

.index-hot .tab .more .iconfont {
    margin: -3px 0 0 10px;
    font-size: 14px
}

.index-hot .tab-content {
    height: 540px
}

.hot-list .item {
    float: left;
    width: 300px;
    height: 270px;
    background: #fff;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease 0s
}

.hot-list .item:nth-child(4n-3) {
    border-left: none
}

.hot-list .item:nth-child(5),
.hot-list .item:nth-child(6),
.hot-list .item:nth-child(7),
.hot-list .item:nth-child(8) {
    border-bottom: none
}

.hot-list .item:hover {
    box-shadow: inset 0 0 19px 3px hsla(0, 0%, 88.6%, .5)
}

.hot-list .item:hover .tm-info .abs {
    opacity: 0;
    margin-bottom: -34px
}

.hot-list .item:hover .tm-operate {
    bottom: 0
}

.hot-list .item .img-wrapper {
    width: 260px;
    height: 140px;
    line-height: 134px;
    margin: 10px auto
}

.hot-list .item .tm-info {
    padding: 0 20px
}

.hot-list .item .tm-info .name {
    height: 22px;
    line-height: 22px;
    margin-top: 18px;
    font-size: 16px;
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hot-list .item .tm-info .abs {
    height: 16px;
    margin-top: 10px;
    color: #9b9b9b;
    font-size: 12px;
    transition: all .3s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hot-list .item .tm-info .price {
    margin-top: 16px;
    height: 20px;
    font-size: 16px;
    color: #fc6530
}

.hot-list .item .tm-info .price .num {
    margin-right: 2px
}

.hot-list .item .tm-info .price .unit {
    display: inline-block;
    margin-top: -4px;
    font-size: 12px;
    vertical-align: middle
}

.hot-list .item .tm-operate {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: all .3s ease 0s
}

.hot-list .item .tm-operate a {
    float: left;
    width: 50%;
    border-top: 1px solid #ececec;
    color: #6e6e6e;
    font-size: 16px;
    transition: all .3s ease 0s
}

.hot-list .item .tm-operate a .iconfont {
    margin-right: 6px
}

.hot-list .item .tm-operate a:first-child {
    border-right: 1px solid #ececec
}

.hot-list .item .tm-operate a:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}

.index-news {
    padding-bottom: 20px
}

.index-news.container {
    margin-top: 30px
}

.index-news .list {
    float: left;
    width: 394px;
    height: 300px;
    background: #fff;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 71.8%, .5)
}

.index-news .list+.list {
    margin-left: 9px
}

.index-news .list .tit {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    color: #3c7ee5
}

.index-news .list .tit span .iconfont {
    margin: -4px 4px 0;
    font-size: 24px
}

.index-news .list .tit span .iconfont.icon-hangyexinwen {
    font-size: 22px
}

.index-news .list li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dotted #ddd;
    font-size: 12px
}

.index-news .list li:hover a {
    color: #3c7ee5
}

.index-news .list li:last-child {
    border-bottom: 0
}

.index-news .list li .list-dot {
    float: left;
    border-radius: 50%;
    background: #3c7ee5
}

.index-news .list li a {
    float: left;
    width: 252px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-news .list li span {
    float: right;
    color: #9b9b9b
}

.index-news .list li {
    margin: 0 20px
}

.index-news .list.case-list .list-dot {
    width: 6px;
    height: 6px;
    margin: 21px 10px 0 0
}

.index-custom.container {
    margin-top: 30px
}

.item-xuzhan .bg-img {
    background: url('../../img/index-xuzhan.png') no-repeat center center;
    background-size: cover;
}

.item-zhuanrang .bg-img {
    background: url('../../img/index-zhuanrang.png') no-repeat center center;
    background-size: cover;
}

.item-biangeng .bg-img {
    background: url('../../img/index-biangeng.png') no-repeat center center;
    background-size: cover;
}

.item-yiyi .bg-img {
    background: url('../../img/index-zhuxiao.png') no-repeat center center;
    background-size: cover;
}

.verify-img {
    width: 90px;
    margin-left: 5px;
    height: 36px;
    border-radius: 2px;
}

.quick-box .el-button {
    padding-top: 12px;
    padding-bottom: 12px;
}

@-webkit-keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }
    to {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }
    to {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.index-custom .carousel-list {
    margin-top: 18px
}

.index-custom .carousel-list .item {
    float: left;
    width: 230px;
    height: 360px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    overflow: hidden
}

.index-custom .carousel-list .item+.item {
    margin-left: 12px
}

.index-custom .carousel-list .item .cus-img {
    height: 210px;
    line-height: 210px;
    background: #4d4c4b;
    overflow: hidden
}

.index-custom .carousel-list .item .cus-img img {
    max-width: 100%
}

.index-custom .carousel-list .item .cus-img img[lazy=error],
.index-custom .carousel-list .item .cus-img img[lazy=loading] {
    vertical-align: middle
}

.index-custom .carousel-list .item .cus-info {
    margin-top: 20px
}

.index-custom .carousel-list .item .cus-info .name {
    height: 20px
}

.index-custom .carousel-list .item .cus-info .abs {
    margin-top: 10px;
    font-size: 12px;
    color: #9b9b9b
}

.index-custom .carousel-list .item>.btns {
    width: 132px;
    height: 36px;
    line-height: 36px;
    margin: 16px auto 0;
    border-radius: 4px;
    color: #3c7ee5
}

.index-custom .carousel-list .item>.btns span {
    padding: 0 6px
}

.index-custom .carousel-list .item>.btns .i-tri {
    display: inline-block;
    width: 3px;
    height: 6px;
    margin-top: -2px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    vertical-align: middle
}

.index-custom .carousel-list .item>.btns .i-tri.tri-left {
    border-right: 3px solid #3c7ee5
}

.index-custom .carousel-list .item>.btns .i-tri.tri-right {
    border-left: 3px solid #3c7ee5
}

.index-custom .carousel-list .item .cus-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 360px;
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    color: #fff;
    font-size: 12px
}

.index-custom .carousel-list .item .cus-layer .ewm {
    margin-top: 62px
}

.index-custom .carousel-list .item .cus-layer .ewm img {
    width: 107px
}

.index-custom .carousel-list .item .cus-layer .scan {
    margin-top: 10px;
    line-height: 20px
}

.index-custom .carousel-list .item .cus-layer .scan .iconfont {
    margin-right: 4px;
    font-size: 12px
}

.index-custom .carousel-list .item .cus-layer .btns {
    margin-top: 30px
}

.index-custom .carousel-list .item .cus-layer .btns .btn {
    width: 112px;
    height: 30px;
    line-height: 30px;
    background: #3c7ee5;
    border-radius: 4px;
    color: #fff
}

.index-custom .carousel-list .item .cus-layer .btns .btn .iconfont {
    margin: -2px 6px 0 0;
    font-size: 15px
}

.index-custom .carousel-list .item .cus-layer .btns .btn:hover {
    background: #2c70db
}

.index-custom .swiper-pagination {
    display: none
}

.index-statistics .count.bottom {
    color: #18c385;
}

.index-statistics .count.top {
    color: #fb5555
}





/*需求样式表*/


.demand-content {
    border-radius: 10px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 42px;
    padding-top: 33px;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 0px 3px 8px 0px rgba(182, 192, 219, 0.4);
    background: #fff url(https://www.gjww.cn/statics/epower/img/Bitmap.png) no-repeat right top;
    background-size: contain;
}

.demand-content h3 {
    font-size: 28px;
    color: #333;
    line-height: 36px;
    margin-bottom: 27px;
}

.demand-content h3 span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.demand-content .demand-form .el-image__inner {
    vertical-align: middle;
}

.demand-content .demand-form .el-textarea__inner {
    height: 102px;
    border-radius: 0;
    resize: none;
    text-indent: 20px;
    font-size: 14px;
    background: #fff url('/statics/epower/img/demand.png') no-repeat 8px 8px;
    background-size: 16px 18px;
    font-weight: normal;
}

.demand-advantage .advantage-icon {
    width: 68px;
    height: 68px;
    border-radius: 50px;
    background-color: #E6EDFF;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 68px;
}

.demand-advantage .advantage-icon.youshi01 {
    background-image: url('statics/epower/img/youshi01.png');
    background-size: 48px 43px;
}

.demand-advantage .advantage-icon.youshi02 {
    background-image: url('statics/epower/img/youshi02.png');
    background-size: 48px 41px;
}

.demand-advantage .advantage-icon.youshi03 {
    background-image: url('statics/epower/img/youshi03.png');
    background-size: 40px 43px;
}

.demand-advantage .advantage-icon.youshi04 {
    background-image: url('statics/epower/img/youshi04.png');
    background-size: 47px 41px;
}

.demand-advantage .advantage-info {
    text-align: left;
    margin-left: 10px;
}

.demand-advantage .advantage-info h3 {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.demand-advantage .advantage-info p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}




/*商标服务*/
.index-brand {
    /*background:  url('/statics/epower/img/bg1.png') no-repeat center bottom;*/
    background-size: 100% 1020px;
    padding-bottom: 0px;
}

.index-brand .brand-content .brand-product {
    height: 498px;
}

.index-brand .brand-content .brand-product .patent-left {
    background: url("/statics/epower/img/tm-service-bg0.png") #3c7ee5 no-repeat center center;
}

.index-brand .brand-content .brand-product-right {
    background: #fff;
    width: 1000px;
}

.index-brand .brand-content .brand-product-right .trade-type {
    border-bottom: 1px solid #DFE3F1;
    text-align: center;
}

.index-brand .brand-content .brand-product-right .trade-type .el-col {
    height: 280px;
    border-top: 1px solid #DFE3F1;
    border-right: 1px solid #DFE3F1;
}
.index-brand .brand-content .brand-product-right .trade-type .el-col:nth-child(5) {
    display: none;
}

.index-brand .brand-content .brand-product-right .trade-type .el-col:hover {
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 50px;
    background-color: #E6EDFF;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center; line-height: 90px;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.putong {
    background-image: url('/statics/epower/img/putong.png');
}
.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.tehui {
    background-image: url('/statics/epower/img/tm-shiyong.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.baomu {
    background-image: url('/statics/epower/img/baomu.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.danbao {
    background-image: url('/statics/epower/img/danbao.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.guojishangbiao {
    background-image: url('/statics/epower/img/guojishangbiao.png');
}

.index-brand .brand-content .brand-product-right .el-col:hover .trade-type-name {
    color: #3c7ee5;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-name {
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-info {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 168px;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-price {
    font-size: 14px;
    color: #666;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-price b {
    color: #F85252;
    font-size: 16px;
    font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service .el-col {
    height: 110px;
    border-right: 1px solid #DFE3F1;
    border-bottom: 1px solid #DFE3F1;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 40px;
    padding-right: 52px;
}

.index-brand .brand-content .brand-product-right .trade-service .el-col:hover {
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .brand-content .brand-product-right .trade-service-icon {
    width: 64px;
    height: 64px;
    background: #E6EDFF;
    border-radius: 50px;
    margin-right: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px;
    text-align: center; line-height: 64px;
}

.index-brand .brand-content .brand-product-right .trade-service-icon.xuzhan {
    background-image: url('/statics/epower/img/tm-xuzhan.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.zhuanrang {
    background-image: url('/statics/epower/img/tm-zhuanrang.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.biangeng {
    background-image: url('/statics/epower/img/tm-biangeng.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.chexiao {
    background-image: url('/statics/epower/img/tm-chexiao.png');
}

.index-brand .brand-content .brand-product-right .trade-service-content {
    width: 320px;
    padding-top: 5px;
}

.index-brand .brand-content .brand-product-right .trade-service .el-col:hover .service-name {
    color: #3c7ee5;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-name {
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-price {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-price b {
    color: #F85252;
    font-size: 16px;
    font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-info {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.index-brand .brand-content .brand-tm {
    height: 500px;
}

.index-brand .brand-content .brand-tm .tm-left {
    width: 162px;
    height: 500px;
    background: url("/statics/epower/img/tm-bg01.png") #3c7ee5 no-repeat center center;
    padding-top: 30px;
    padding-left: 20px;
}

.index-brand .brand-content .brand-tm .tm-left li {
    margin-bottom: 10px;
    width: 142px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    /* text-align: center; */
    cursor: pointer;
    padding-left: 20px;
    text-align: left;
}

.index-brand .brand-content .brand-tm .tm-left li.active,
.index-brand .brand-content .brand-tm .tm-left li:hover {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px 0px 0px 4px;
    color: #fff;
}

.index-brand .brand-content .brand-tm .tm-center {
    width: 750px;
    background: #fff;
    border-bottom: 1px solid #dfe3f1;
}

.index-brand .brand-content .brand-tm .tm-center li {
    float: left;
    width: 33.33%;
    height: 249px;
    /* background: #ffffff; */
    border-top: 1px solid #dfe3f1;
    text-align: center;
    border-right: 1px solid #dfe3f1;
}

.index-brand .brand-content .brand-tm .tm-center li:hover {
    box-shadow: 0px 0px 10px 2px rgba(139, 146, 165, 0.3);
}

.index-brand .brand-content .brand-tm .tm-center li .img-wrapper {
    height: 170px;
    line-height: 170px;
    padding-top: 5px;
}

.index-brand .brand-content .brand-tm .tm-center li:hover h3 {
    color: #3c7ee5;
}

.index-brand .brand-content .brand-tm .tm-center li h3 {
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
}

.index-brand .brand-content .brand-tm .tm-center li p {
    height: 19px;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    padding-left: 10px;
    margin-bottom: 8px;
    padding-right: 10px;
}

.index-brand .brand-content .brand-tm .tm-center li .tm-price {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #f85252;
    line-height: 21px;
}

.index-brand .brand-content .brand-tm .tm-right {
    width: 270px;
    height: 500px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top {
    width: 270px;
    height: 140px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 29px;
    background: url("/statics/epower/img/tm-jiaoyi.png") #3c7ee5 no-repeat center center;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top p {
    width: 182px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content {
    padding-top: 20px;
    padding-right: 24px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .el-form-item__label {
    padding-right: 5px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .el-form-item--small.el-form-item {
    margin-bottom: 12px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .submit-btn-red {
    width: 126px;
    height: 36px;
    background: #f85252;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 18px;
    display: block;
}

.index-brand .brand-content .brand-tm .tm-right .tm-textarea {
    width: 180px;
    height: 60px;
    resize: none;
}

.index-brand .brand-content .brand-tm .tm-right .tm-code {
    width: 90px;
}

.index-brand .brand-content .brand-tm .tm-right .tm-code-img {
    width: 76px;
    float: right;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
}

.index-brand .brand-content .brand-patent {
    height: 500px;
}

.index-brand .brand-content .brand-patent .patent-left {
    background: url("/statics/epower/img/zhuanlibanquan.png") #3c7ee5 no-repeat center bottom;
}

.index-brand .brand-content .patent-left {
    width: 200px;
    height: 500px;
    padding-top: 23px;
    padding-left: 22px;
    position: relative;
}

.index-brand .brand-content .patent-left h3 {
    width: 112px;
    height: 37px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    line-height: 37px;
    margin-bottom: 10px;
}

.index-brand .brand-content .patent-left p {
    width: 171px;
    height: 38px;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}

.index-brand .brand-content .patent-left a {
    width: 126px;
    /* height: 32px; */
    border-radius: 2px;
    border: 1px solid #ffffff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    /* line-height: 32px; */
    text-align: center;
    padding: 5px 0;
}

.index-brand .brand-content .patent-right {
    background: #fff;
}

.index-brand .brand-content .patent-right .patent-top li {
    float: left;
    width: 250px;
    height: 299px;
    /* background: #ffffff; */
    border: 1px solid #dfe3f1;
    padding-top: 30px;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: -1px;
    margin-bottom: -1px;
}

.index-brand .brand-content .patent-right .patent-top li:hover,
.index-brand .brand-content .patent-right .patent-bot li:hover,
.index-brand .brand-logo > .pull-right li{
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .brand-content .patent-right .patent-top li .img-container,
.index-brand .brand-logo > .pull-right li .img-container{
    width: 90px;
    height: 90px;
    border: 1px solid #668ffe;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 27px;
}

.index-brand .brand-content .patent-right .patent-top li .img-container .img-wrapper,
.index-brand .brand-logo > .pull-right li .img-container .img-wrapper {
    width: 80px;
    height: 80px;
    background: #e6edff;
    border-radius: 50%;
    margin: 4px;
    line-height: 80px;
}

.index-brand .brand-content .patent-right .patent-top li:hover h3 {
    color: #3c7ee5;
}

.index-brand .brand-content .patent-right .patent-top li h3 {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
}

.index-brand .brand-content .patent-right .patent-top li p {
    width: 205px;
    height: 38px;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    margin-bottom: 23px;
}

.index-brand .brand-content .patent-right .patent-top li .patent-price b {
    color: #f85252;
    font-weight: bold;
    font-size: 16px;
}

.index-brand .brand-content .patent-right .patent-top li .patent-price span {
    font-size: 14px;
    color: #666666;
}

.index-brand .brand-content .patent-right .patent-bot li {
    float: left;
    margin-right: -1px;
    width: 333px;
    height: 200px;
    /* background: #ffffff; */
    border: 1px solid #dfe3f1;
    padding-left: 20px;
    padding-right: 20px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.index-brand .brand-content .patent-right .patent-bot li:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 0;
    color: #3c7ee5;
    font-family: iconfont;
    font-size: 110px;
    opacity: 0.15;
    text-align: right;
}

.index-brand .brand-content .patent-right .patent-bot li.meishu:before {
    content: '\e706';
}

.index-brand .brand-content .patent-right .patent-bot li.wenzi:before {
    content: '\e705';
}

.index-brand .brand-content .patent-right .patent-bot li.ruanjian:before {
    content: '\e707';
    font-size: 100px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top {
    padding-top: 28px;
    overflow: hidden;
    margin-bottom: 25px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top .li-title {
    width: 60%;
}

.index-brand .brand-content .patent-right .patent-bot li:hover .li-top h4 {
    color: #3c7ee5
}

.index-brand .brand-content .patent-right .patent-bot li .li-top h4 {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom: 5px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top p {
    width: 112px;
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top .li-price {
    width: 40%;
    text-align: right;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top b {
    color: #f85252;
    font-size: 16px;
    font-weight: bold;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top span {
    font-size: 14px;
    color: #666666;
}

.index-brand .brand-content .patent-right .patent-bot li .li-bot h4 {
    width: 56px;
    height: 19px;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 12px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-bot p {
    width: 179px;
    height: 44px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    display: inline-block;
    margin: 0 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 126px;
}


.tm-inter {
    /*background: url('../../../img/tm-bg5.png') no-repeat center center;*/
    padding: 30px 0;
    background-size: cover;
}

.tm-inter .title {
    margin-top: 38px;
}


.tm-inter .con-left {
    width: 880px;
}

.tm-inter .con-left li {
    float: left;
    background: #fff;
    padding-left: 173px;
    padding-right: 31px;
    width: 430px;
    height: 174px;
    box-shadow: 0px 5px 10px 0px rgba(182, 192, 219, 0.1);
    border-radius: 4px;
    border: 1px solid #dfe3f1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tm-inter .con-left a:nth-child(2n) li {
    margin-right: 0;
}

.tm-inter .con-left li:hover {
    box-shadow: 0px 5px 10px 0px rgba(182, 192, 219, 0.4);
}

.tm-inter .con-left li.xianggang {
    background-image: url('/statics/epower/img/guojia/xianggang.png'); background-size: 100px 100px; 
    background-repeat: no-repeat;
    background-position: 25px center; 
}

.tm-inter .con-left li.taiwan {
    background-image: url('/statics/epower/img/guojia/taiwan.png'); background-size: 100px 100px; 
    background-repeat: no-repeat;
    background-position: 25px center;
}

.tm-inter .con-left li.meiguo {
    background-image: url('/statics/epower/img/guojia/meiguo.png'); background-size: 100px 100px; 
    background-repeat: no-repeat;
    background-position: 25px center;
}

.tm-inter .con-left li.oumeng {
    background-image: url('/statics/epower/img/guojia/oumeng.png'); background-size: 100px 100px; 
    background-repeat: no-repeat;
    background-position: 25px center;
}

.tm-inter .con-left li.aomen {
    background-image: url('/statics/epower/img/guojia/aomen.png'); background-size: 100px 100px; 
    background-repeat: no-repeat;
    background-position: 25px center;
}



.tm-inter .con-left li .li-title {
    margin-top: 47px;
    margin-bottom: 14px;
}

.tm-inter .con-left li:hover .li-title h3 {
    color: #3c7ee5;
}

.tm-inter .con-left li .li-title h3 {
    float: left;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

.tm-inter .con-left li .li-title .li-price {
    float: right;
    height: 26px;
    font-size: 14px;
    color: #f85252;
    line-height: 25px;
}

.tm-inter .con-left li .li-title .li-price span {
    font-size: 14px;
}

.tm-inter .con-left li .li-title .li-price b {
    font-weight: bold;
    font-size: 20px;
}

.tm-inter .con-left li .li-title .li-price i {
    color: #666;
    font-size: 14px;
}

.tm-inter .con-left li p {
    height: 40px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.tm-inter .con-right {
    width: 300px;
    height: 367px;
    background: url('') #3c7ee5 no-repeat center center;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 21px;
    background-size: cover;
}

.tm-inter .con-right h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: center;
}

.tm-inter .con-right p {
    height: 19px;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    margin-bottom: 28px;
}

.tm-inter .con-right .con-list {
    background: #fff;
    width: 260px;
    height: 247px;
    border-radius: 4px;
    padding-top: 7px;
    padding-left: 10px;
}

.tm-inter .con-right .con-list .a-li {
    float: left;
    width: 83px;
    margin-left: 0;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.tm-inter .con-right .con-list .a-li:nth-child(3n) {
    margin-right: 0;
}

.tm-inter .con-right .con-list .a-li:hover {
    color: #3c7ee5;
}

.tm-inter .con-right .con-list .a-btn {
    width: 126px;
    height: 36px;
    background: #f85252;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    margin-left: 45px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
/*---------------------------------------------------------------------
 CLient
-----------------------------------------------------------------------*/
.owl-carousel .owl-item .clients-box.hover-effct img { width: auto; margin: 0 auto; }
.owl-carousel .owl-item .clients-box.hover-effct img { opacity: .4; transition: all .3s ease-in-out; }
.owl-carousel .owl-item .clients-box.hover-effct img:hover { opacity: 1; }
.client-xamin .owl-carousel .owl-item .clients-box.hover-effct img { margin: inherit; }
.client-xamin .col-sm-12, .client-xamin-border .col-sm-12 { padding: 0; }
.client-xamin-border { border-top: 1px solid #eff1fe }
.xamin-client { background: #ffffff; border-radius: 10px; padding: 60px 30px; margin-bottom: 1px; margin-top: 1px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.xamin-client .client-icon { margin-bottom: 30px; }
.xamin-client:hover { margin-top: -10px; box-shadow: 0px 35px 30px 0px rgba(0, 0, 0, 0.06); }

.xamin-client .client-icon.iq-image img{height: 55px; width: 55px;}