/* 公用部分 */
.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

:focus {
    outline: 0
}

.nav-bar2 {
    border-bottom: 1px solid #eaeaea
}

.nav-bar2 a {
    font-size: 12px;
    color: #999;
    line-height: 45px
}

.nav-bar2 a::after {
    content: "\e636";
    display: inline-block;
    padding: 0 5px;
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-bar2 a:last-child::after {
    display: none;
}

.white-bg {
    background-color: #FFFFFF;
}

.content-bg {
    background-color: #EDEDED;
}

.pbt50 {
    padding: 50px 0;
}

.content-size {
    min-height: 500px;
    padding: 45px;
    box-sizing: border-box;
}

.pbt30 {
    padding: 30px 0;
}


.v-home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-home-title .name {
    font-size: 24px;
    margin: 30px 0 15px;
}

.v-home-title .more {
    font-size: 18px;
    color: #9A9A9A;
    display: flex;
    align-items: center;
}

.v-home-title .more::after {
    content: "next";
    display: block;
    width: 23px;
    height: 23px;
    background: #1479d7;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-family: swiper-icons;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: #fff;
    font-weight: 700;
    margin: 0 5px
}

.more-cont-end {
    display: flex;
    justify-content: space-between;
}

.more-swiper-next::after {
    content: 'next'
}

.more-swiper-prev::after {
    content: 'prev'
}

.more-swiper-next,
.more-swiper-prev {
    cursor: pointer;
    width: 23px;
    height: 23px;
    background: #1479d7;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: #fff;
    font-weight: 700;
    margin: 0 5px
}

/* 大块左右布局 */
.lr-block {
    display: flex;
    justify-content: space-between;
}

.lr-r-block {
    width: 330px;
}

.lr-l-block {
    width: 1055px;
}

.content-block-bg {
    overflow: hidden;
    background-color: #F2F2F2;
}

.content-block-inner {
    margin: 25px;
    background-color: #FFFFFF;
    padding: 35px;
    box-sizing: border-box;
}

.product-company-info {
    width: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(image/cases/product/p-company-info.png) no-repeat top/100%;
    padding: 45px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-company-info .company-info {
    background: #FFFFFF;
    padding: 40px 18px;
    border-radius: 24px 0px 24px 0px;
}

.product-company-info .company-info .layui-table tr {
    border-bottom: 1px solid #eaeaea;
}

.product-company-info .company-info .layui-table td {
    width: 50px;
    font-size: 12px;
    text-align: right;
}

.product-company-info .company-info .layui-table td:nth-child(2) {
    width: calc(100% - 65px);
    text-align: left;
}

/*公用 end */
.h-cate-list,
.l-case-list {
    display: flex;
    flex-wrap: wrap;
}

.h-cate-list .item {
    width: 325px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 33px 34px 0;
    position: relative;
    display: block;
}

.h-cate-list .item:nth-child(4n) {
    margin-right: 0;
}

.h-cate-list .item>img {
    width: 100%;
}

.h-cate-list .item .compant-name {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    background: #1479D7;
    border-radius: 0 0 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 8px;
    line-height: 25px;
}

.h-cate-list .item .item-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: fixed;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 92px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
    border-radius: 10px;
    color: #FFFFFF;
    padding: 3px 8px;
    box-sizing: border-box;
}

.h-cate-list .item .item-footer .name {
    font-size: 14px;
    width: 210px;
}

.h-cate-list .item .item-footer .r-val {}

.h-cate-list .item .item-footer .r-val .iconfont {
    font-size: 12px;
}

.h-cate-list .item .item-footer .r-val .iconfont::before {
    padding-right: 3px;
}

body {
    background: #fff
}

.c-recommed-swiper .h-cate-list {
    flex-wrap: nowrap;
}

.c-recommed-swiper .h-cate-list .item {
    margin: 0;
}

.l-case-list .item {
    width: 265px;
    margin: 20px 18px 0 0;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.l-case-list .item:nth-child(5n) {
    margin-right: 0;
}

.l-case-list .item a {
    display: block;
}

.l-case-list .item .item-header {
    position: relative;
}

.l-case-list .item .item-header .item-tip {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    padding: 0 5px;
    font-size: 12px;
    background: linear-gradient(90deg, #FB8E00, #F77210);
    line-height: 25px;
    border-radius: 0 0 0 10px;
}

.l-case-list .item .item-header>img {
    width: 100%;
}

.l-case-list .item .item-content {
    padding: 12px;
    color: #999999;
}

.l-case-list .item .item-content .name {
    color: #16161A;
}

.l-case-list .item .item-content .desc {
    font-size: 12px;
}

.l-case-list .item .item-content .tags {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 5px;
}

.l-case-list .item .item-content .tags .iconfont {
    font-size: 12px;
    margin-right: 5px;
}

.l-case-list .item .item-footer {
    border-top: 1px solid #EEEEEE;
    color: #666666;
    line-height: 3em;
    padding: 0 12px;
    font-size: 12px;
}

.content-title {
    font-size: 30px;
}

.content-block-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

.content-block-nav .item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 25%;
    color: #484848;
    justify-content: center;
    align-items: center;
}

.content-block-nav .item:hover {
    color: #1479D7;
}

.content-block-nav .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 54px;
    background: #DCDCDC;
    position: absolute;
    right: 0;
    top: calc(50% - 27px);
}

.content-block-nav .item:last-child::after {
    display: none;
}

.content-block-nav .item>img {
    width: 30px;
    height: 30px;
}

.content-block-nav .item .name {
    padding-top: 10px;
    font-size: 16px;
    color: #1479D7;
}

.content-block-nav .item .label {
    line-height: 1.2em;
    font-size: 12px;
    color: #666666;
}

.content-section {}

.lr-r-recommend {
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.11);
    padding: 23px;
    margin: 20px 0;
    background: #FFFFFF;
}

.title-recommend {
    color: #1479D7;
    font-size: 18px;
    text-align: center;
}

.recommend-exhibit-list .item {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-bottom: 15px;
}

.recommend-exhibit-list .item .item-header img {
    width: 100%;
}

.recommend-exhibit-list .item .item-title {
    padding: 15px;
}


/* 首页表格 */
.technical-module-box {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    justify-content: flex-start;
    padding-bottom: 50px;
}

.technical-module-box .item {
    width: 335px;
    height: 203px;
    border: 1px solid #EAE6E6;
    margin-top: 19px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 13px;
    margin-left: 5px;
    background: linear-gradient(0deg, #1679d6, #92c1d8);
}

.technical-module-box .item .bottom-name {
    background: linear-gradient(90deg, #FB8E00, #F77210);
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: -51px;
    left: 0;
    right: 0;
    padding: 5px 15px;
    height: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center
}

/*.technical-module-box  .item .bottom-name{font-size:14px;color:#fff;background:#1479d7;position:absolute;bottom:-51px;left:0;right:0;padding:5px 15px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:20px;-webkit-transition:bottom .3s;-o-transition:bottom .3s;transition:bottom .3s;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center}*/
.technical-module-box .imgname {
    width: 80px;
    float: left;
    text-align: center
}

.technical-module-box .imgname .imgname_img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

/*.technical-module-box  .info{margin-left:8px;margin-top:3px;}*/
/*.technical-module-box  .info{float:right;margin-left:8px;margin-top:3px;}*/
/*.technical-module-box  .info{width:224px;float:right;margin-left:8px;margin-top:3px;}*/
.technical-module-box .imgname p {
    font-size: 16px;
    color: #434343;
    line-height: 32px;
    text-align: center
}

.technical-module-box .item:hover {
    padding-top: 20px
}

.technical-module-box .item:hover .bottom-name {
    bottom: 0
}

.technical-module-box .info dd {
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
    height: 56px;
    font-weight: bold;
    text-align: center;
}

.technical-module-box .info dt {
    font-size: 14px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
}

/*.technical-module-box .info dd{font-size:16px;color:#000000;line-height:28px; font-weight: 400;}*/
/*.technical-module-box .info dt{font-size:13px;color:#4c4747;line-height:36px;}*/
.technical-module-box .item:nth-child(4n) {
    margin-right: 0;
}

.techn-box {
    background-color: #fff;
    width: 100%;
    padding-bottom: 50px;
}

.white-bg {
    background-color: #fff
}

.techn-header {
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    padding-bottom: 40px
}

.techn-header-left {
    width: 1055px;
    padding: 25px;
    box-sizing: border-box;
    background-color: #F2F2F2
}

.techn-header-right {
    width: 330px;
    height: 327px;
    background: url(image/lesson/bj.png) no-repeat top/100%;
    position: relative
}

.techn-header-info {
    padding: 35px;
    box-sizing: border-box;
    height: 277px;
    background: #fff
}

.techn-header-info .name {
    font-size: 30px;
    color: #212121
}

.techn-header-info .flex-block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.techn-header-info .flex-block .item {
    width: 25%;
    text-align: center;
    position: relative
}

.techn-header-info .flex-block .item::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 55px;
    background: #EDEDED;
    position: absolute;
    right: 0;
    top: 16px
}

.techn-header-info .flex-block .item:nth-child(4)::after {
    display: none
}

.techn-header-info .flex-block .item img {
    width: 30px
}

.techn-header-info .flex-block .item .val {
    color: #1479D7;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.2em
}

.techn-header-info .flex-block .item .caption {
    color: #666666;
    font-size: 12px
}

/* -----右侧支付框---- */
.techn-header-right .company-info {
    width: 280px;
    height: 247px;
    background: #FFFFFF;
    border-radius: 24px 0px 24px 0px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    position: relative
}

.techn-header-right .submit_btn {
    width: 230px;
    height: 38px;
    background: #4481FE;
    box-shadow: 0px 4px 13px 0px rgba(68, 129, 254, 0.47);
    border-radius: 19px;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer
}

.techn-header-right .sbmit_btn:hover {
    background: #619ffd
}

.techn-header-right .huiyuan {
    width: 83px;
    height: 24px;
    background: #4481FE;
    border-radius: 0px 0px 0px 13px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 19px;
    right: 0;
    line-height: 24px
}

.techn-header-right .userinfo {
    padding-top: 19px;
    width: 230px;
    overflow: hidden;
    border-bottom: 1px solid #6fadfc;
    margin: 0 auto
}

.techn-header-right .userinfo img {
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 14px
}

.techn-header-right .userinfo dl {
    float: left;
    margin-left: 15px;
    text-align: left
}

.techn-header-right .userinfo dd {
    width: 48px;
    font-size: 20px;
    color: #1479D7;
    letter-spacing: 1px
}

.techn-header-right .userinfo dt {
    color: #1479D7;
    line-height: 32px;
    font-size: 14px
}

.techn-header-right .zf-tit {
    color: #1479D7;
    font-size: 14px;
    line-height: 40px
}

.techn-header-right .play-Amount {
    font-size: 48.86px;
    color: #1479D7;
    line-height: 57px
}

.techn-header-right .play-Amount span {
    font-size: 24.43px
}


/*----数据切换------*/
.techn-content-bg {
    width: 1400px;
    min-height: 500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
}

.techn-content-bg .layui-tab-brief>.layui-tab-title .layui-this {
    color: #373737
}

.techn-content-bg .expert-tabs .layui-tab-title li {
    width: 15%;
    font-size: 24px;
    line-height: normal;
    color: #373737
}

.techn-content-bg .expert-tabs .layui-tab-title {
    height: 84px;
    border: none;
    margin: 0 222px;
    display: flex;
    justify-content: space-around
}

.techn-content-bg .layui-tab-brief>.layui-tab-title .layui-this:after {
    top: 42px;
    border: none;
    width: 104px;
    height: 3px;
    background: #1479D7;
    left: calc(50% - 52px);
}

.techn-content-bg .expert-tabs {
    padding: 50px 90px;
    box-sizing: border-box
}

.techn-content-bg .layui-tab-item {
    padding-top: 20px;
}

.techn-null {
    width: 100%;
    height: 100px;
}

.no-content-box {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    color: #999
}

/*登陆*/
.techn-header-right .hr-btn,
.techn-header-right .hr-btn:hover {
    width: 230px;
    height: 38px;
    background: #4481FE;
    box-shadow: 0px 4px 13px 0px rgba(68, 129, 254, 0.47);
    border-radius: 19px;
    line-height: 38px;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    margin: 10px auto;
}

.techn-header-right .np-tips {
    font-size: 10px;
    color: #2143AF;
    margin: 10px auto;
}

.techn-header-right .np-tips>span {
    color: #2143AF;
    font-weight: bold;
}

.techn-header-right .no-login {
    text-align: center;
}

.techn-header-right .no-login-title {
    color: #FFFFFF;
    font-size: 18px;
    margin: 30px auto 20px;
}

.techn-header-right .no-login-info {
    width: 280px;
    height: 179px;
    background: #FFFFFF;
    border-radius: 24px 0px 24px 0px;
    margin: 20px auto;
    padding: 20px 0;
    box-sizing: border-box;
}

/*下载*/
.techn-header-right .download-block {
    background: url(image/down/down-dianzhui.png) no-repeat center top/auto 186px;
    height: 100%;
    overflow: hidden;
}

.techn-header-right .download-block .btn-group {
    margin-top: 210px;
}

.techn-header-right .download-block .down-btn {
    display: block;
    margin: 10px auto;
    width: 230px;
    text-align: center;
    line-height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(68, 129, 254, 0.47);
    border-radius: 24px;
    font-size: 30px;
    color: #4481FE;
}

.techn-header-right .download-block .down-btn:hover {
    color: #4481FE;
}

.needfee {
    position: relative;
    width: 280px;
    height: 247px;
    background: #FFFFFF;
    border-radius: 24px 0px 24px 0px;
    margin: 35px auto;
    padding: 15px 25px;
    box-sizing: border-box;
    color: #1479D7;
}

.needfree-header-logo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #1479D7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.needfree-header-logo img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/*支付状态*/
.needfee-sort {
    position: absolute;
    right: 0;
    top: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 23px;
    padding: 0 18px;
    height: 23px;
    background: #4481FE;
    border-radius: 0px 0px 0px 13px;
}

.needfree-header {
    display: flex;
    align-items: end;
}

.needfree-header .balance {
    margin-left: 15px;
    line-height: 1.5em;
}

.needfree-header .balance .n-t {
    font-size: 12px;
    margin-bottom: 3px;
}

.needfree-header .balance .money {
    font-size: 20px;
    color: #1479D7;
}

.nf-line {
    background: linear-gradient(85deg, rgba(109, 171, 252, 0), #6DABFC, rgba(109, 171, 252, 0));
    width: calc(100% + 50px);
    height: 1px;
    margin: 10px -25px;
}

.needfree-info {
    text-align: center;
}

.needfree-info-price {
    font-size: 24px;
}

.needfree-info-price .Nums {
    font-size: 49px;
    padding-right: 8px;
    line-height: 1.2em;
}

/* V4 */

.tecPart01 .lBox {
    float: left;
    width: calc(100% - 312px);
    height: 520px;
}

.tecPart01 .lBox img {
    height: 100%;
    object-fit: cover;
}

.tecPart01 .rBox {
    float: right;
    width: 300px;
    box-sizing: border-box;
    display: block;
}

.tecPart01 .rBox .block {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

.tecPart01 .rBox .block .title {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px 0;
}

.tecPart01 .rBox .block .title span {
    display: inline-block;
    border-left: 3px solid #83B528;
    font-weight: bold;
    padding-left: 6px;
}

.tecPart01 .rBox .block .title .moreLink {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #494949;
}

.tecPart01 .rBox .block .title .moreLink:hover {
    color: #1579D7;
}

.tecPart01 .rBox .block .partcon {
    display: block;
    overflow-y: auto;
}

.tecPart01 .rBox .block .partcon .pxItem a {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.tecPart01 .rBox .block .partcon .pxItem a img {
    width: 100%;
}

.tecPart01 .rBox .block .partcon .pxItem a .launchCon h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.tecPart01 .rBox .block .partcon .pxItem a .launchCon p {
    font-size: 12px;
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
    text-align: right;
}

.tecPart02 .lBox {
    float: left;
    width: calc(100% - 312px);
    border: 1px solid #EBEBEB;
}

.tecPart02 .lBox .techNav {
    background: #F7F7F7;
    height: 36px;
    line-height: 36px;
}

.tecPart02 .lBox .techNav .tips {
    float: left;
    text-align: center;
    color: #fff;
    width: 100px;
    font-weight: bold;
    background: #83B528;
}

.tecPart02 .lBox .techNav .btn {
    float: right;
    border: 0;
    background: #83B528;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    margin: 5px 5px 0;
    font-weight: bold;
    line-height: normal;
    width: auto;
}

.tecPart02 .lBox .techNav .menu {
    float: left;
    white-space: nowrap;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tecPart02 .lBox .techNav .menu li {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 15px;
    text-decoration: none;
    display: block;
}

.tecPart02 .lBox .techNav .menu li i {
    display: inline-block;
}

.tecPart02 .lBox .techNav .menu li.active {
    color: #83B528;
    font-weight: bold;
    background: #F7F7F7;
}

.tecPart02 .lBox .partcon {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    overflow-y: auto;
}

.tecPart02 .lBox .partcon .pxItem {
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.tecPart02 .lBox .partcon .pxItem img {
    float: left;
    width: 160px;
    height: 90px;
    margin-right: 10px;
}

.tecPart02 .lBox .partcon .pxItem .launchCon {
    display: block;
}

.tecPart02 .lBox .partcon .pxItem .launchCon h3 {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    display: block;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.tecPart02 .lBox .partcon .pxItem .launchCon p {
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tecPart02 .lBox .partcon .pxItem .launchCon .tipx {
    text-align: right;
    color: #BDBDBD;
    padding-right: 10px;
    font-size: 12px;
}

.tecPart02 .lBox .partcon .pxItem .launchCon .tipx span {
    padding-right: 10px;
    border-right: 1px solid #BDBDBD;
}

.tecPart02 .lBox .partcon .pxItem .launchCon .tipx span .iconfont {
    margin-right: 5px;
}

.tecPart02 .lBox .partcon .pxItem .launchCon .tipx a {
    color: #83B528;
    margin-left: 10px;
}

.tecPart02 .lBox .pagebox {
    display: block;
    background-color: #1579d7;
    color: #fff;
    text-align: center;
    height: 30px;
    margin-bottom: 6px;
}

.tecPart02 .rBox {
    float: right;
    width: 300px;
    box-sizing: border-box;
    display: block;
}

.tecPart02 .rBox .block {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

.tecPart02 .rBox .block .title {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px 0;
}

.tecPart02 .rBox .block .title span {
    display: inline-block;
    border-left: 3px solid #83B528;
    font-weight: bold;
    padding-left: 6px;
}

.tecPart02 .rBox .block .title .moreLink {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #494949;
}

.tecPart02 .rBox .block .title .moreLink:hover {
    color: #1579D7;
}

.tecPart02 .rBox .block .listItem {
    display: block;
    height: 468px;
    overflow: hidden;
}

.tecPart02 .rBox .block .listItem li {
    line-height: 30px;
}

.tecPart02 .rBox .block .listItem li a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tecPart02 .rBox .block .listItem li .dian {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    margin-right: 8px;
    vertical-align: middle;
}

.tecPart02 .rBox .block .listItem li .icon {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/meeting/fire.png) no-repeat;
    background-size: cover;
    margin-left: 5px;
    vertical-align: text-top;
}

.tecPart02 .rBox .block .listItem li:nth-child(-n+5) .dian {
    color: #FF0000;
}

.tecPart02 .rBox .block .partcon .pxItem {
    margin-top: 10px;
}

.tecPart02 .rBox .block .partcon .videoBox {
    width: 100%;
    height: 154px;
}

.tecPart02 .rBox .block .partcon .videoBox::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.tecPart02 .rBox .block .partcon a {
    font-size: 14px;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    color: #333;
}

.tecPart03 .block {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

.tecPart03 .block .title {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px 0;
}

.tecPart03 .block .title span {
    display: inline-block;
    border-left: 3px solid #83B528;
    font-weight: bold;
    padding-left: 6px;
}

.tecPart03 .block .title .moreLink {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #494949;
}

.tecPart03 .block .title .moreLink:hover {
    color: #1579D7;
}

.tecPart03 .block .pro_list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tecPart03 .block .pro_list .pro_item {
    box-sizing: border-box;
    width: calc(20% - 8px);
    margin-right: 10px;
    border: 1px solid #EBEBEB;
    background: #fff;
}

.tecPart03 .block .pro_list .pro_item:nth-child(5n) {
    margin-right: 0 !important;
}

.tecPart03 .block .pro_list .pro_item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none !important;
}

.tecPart03 .block .pro_list .pro_item a .imgbox {
    width: 100%;
    aspect-ratio: 9 / 8;
}

.tecPart03 .block .pro_list .pro_item a .imgbox img {
    width: 100%;
    height: 100%;
    background-size: contain;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    max-width: 100%;
}

.tecPart03 .block .pro_list .pro_item a .item_title {
    display: block;
}

.tecPart03 .block .pro_list .pro_item a .item_title strong {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding: 10px 8px 0;
}

.tecPart03 .block .pro_list .pro_item a .item_title span {
    display: block;
    color: #BDBDBD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    padding: 0 8px;
    font-size: 12px;
}

.tecPart03 .block .pro_list .pro_item a .item_title .price_box {
    color: #494949;
    padding: 5px 8px;
}

.tecPart03 .block .pro_list .pro_item a .item_title .price_box div {
    display: block;
}

.tecPart03 .block .pro_list .pro_item a .item_title .price_box div span {
    float: right;
    display: block;
    font-size: 12px;
    color: #ff0000;
}

.tecPart03 .block .pro_list .pro_item a .item_title .price_box div i {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}