@charset "utf-8";
.index-banner {
    width: 100%;
    height: 490px;
    position: relative;
}

.banner-search {
    width: 1200px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    z-index: 20;
    padding-left: 20px;
}

.count {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-right: 20px;
    width: 13.45%;
}

.count-num {
    font-size: 24px;
    color: #fe8431;
    font-weight: normal;
    font-style: italic;
}

.banner-tab {
    height: 36px;
    border-top-left-radius: 4px;
}

.banner-tab--li {
    width: 180px;
    float: left;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .2);
    text-align: center;
    cursor: pointer;
}

.banner-tab--li:first-child {
    border-top-left-radius: 4px;
}

.banner-tab--li:nth-child(3) {
    border-top-right-radius: 4px;
	display:none;
}

.banner-tab--li.active {
    background: rgba(255, 255, 255, .9);
    color: #333;
}

.banner-tab--suffix {
    padding: 8px 0;
    opacity: .88;
}

.banner-search .el-input-group__append,
.banner-search .el-input-group__prepend {
    color: #333;
}

.banner-tab--suffix span {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    border-right: solid 1px rgba(255, 255, 255, .4);
}

.banner-tab--suffix a:last-child span {
    border-right: none;
}

.banner-tab--suffix span b {
    color: #FFAA33;
    font-size: 12px;
}

.banner-input {
    margin-top: 18px;
}

.banner-input>.el-input {
    width: 800px;
}

.banner-input>.el-input>.el-input__inner {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    padding-left: 15px;
    outline: none;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
}

.banner-input .el-input__inner:focus {
    border-color: #DCDFE6;
}

.banner-input .el-input-group__append {
    width: 100px;
    font-size: 16px;
    border-radius: 0;
    border-left: 1px solid #eee;
}

.banner-input .el-input-group__append .el-input__inner {
    padding: 0 15px;
}

.banner-input .banner-search-btn {
    width: 190px;
    height: 50px;
    background: #ff6700;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    border-color: #ff6700;
}

.mask {
    height: 120px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.domain-wrapper {
    padding: 14px 0;
    overflow: hidden;
    clear: both;
}

.kuang {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #fff;
}

.kuang .icon {
    background-image: url(/statics/epower/img/nick.png);
    display: none;
    width: 100%;
    height: 100%;
}

.show .icon {
    display: block;
}

.domain-wrapper li {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
}

.domain-wrapper li+li {
    margin-left: 20px;
}

.domain-wrapper li span {
    padding-left: 4px;
    color: #fff;
    float: left;
}

.is-hot,
.is-promotion {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 15px;
    font-size: 12px;
    margin-top: 2px;
    color: #fff;
    text-align: center;
    padding-left: 0 !important;
    margin-left: 2px;
}

.is-hot {
    background: #ff541f;
}

.is-promotion {
    background: #f7a833;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 126px;
}

.notice-wrapper .center {
    width: 1200px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    -moz-box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59), 0 0 0 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59);
    -webkit-box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59), 0 0 0 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59);
    box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59), 0 0 0 0 rgba(195, 195, 195, .59), 0 1px 8px 0 rgba(195, 195, 195, .59);
}

.notice-btn {
    padding-left: 5px;
    border-bottom-left-radius: 4px;
}

.notice-btn a {
    display: inline-block;
    line-height: 40px;
    color: #666666;
    padding: 0 15px;
    position: relative;
}

.notice-btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #e6e6e6;
    color: #000;
}

.notice-btn a:hover {
    color: #3c7ee5;
}

.notice-btn a:last-child:after {
    display: none;
}
.notice-btn a:first-child{
display:none;

}
.notice-btn a:last-child{
display:none;

}

.notice-list>a {
    color: #333333;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.notice-wrapper .swiper-wrapper {
    height: 40px;
    line-height: 40px;
    width: 640px;
}

.notice-wrapper .swiper-wrapper a {
    width:100%;
    float:none;
	display:block;
}

.section-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title h3 {
    line-height: 36px;
    color: #333;
    font-size: 32px;
    position: relative;
    margin-bottom: 12px;
}

.section-title h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    left: 50%;
    bottom: -12px;
    margin-left: -24px;
    background: #3c7ee5;
}

.section-title p {
    color: #999;
    line-height: 24px;
    margin-top: 18px;
}

.index-advantage {
    background: #fff;
}

.index-advantage .advantage-content {
    position: relative;
    padding-top: 40px;
}

.index-advantage .advantage-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 276px;
    width: 100%;
    background: url('../../../img/quxian.png') no-repeat center bottom;
    background-size: 100% 276px;
}

.index-advantage .advantage-card-wrapper:nth-child(3) .advantage-card-btn {
    margin-top: 80px;
}

.index-advantage .advantage-card-wrapper:nth-child(4) .advantage-card-btn {
    margin-top: 46px;
}

.index-advantage .advantage-card {
    overflow: visible;
    height: 400px;
    text-align: center;
}

.index-advantage .advantage-card-icon {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E6EDFF;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #3c7ee5;
    line-height: 90px;
}

.index-advantage .advantage-card-title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}

.index-advantage .advantage-card-span {
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.index-advantage .advantage-card-btn {
    width: 110px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.index-advantage .advantage-card-btn a {
    padding: 2px 0;
    text-align: center;
    color: #3c7ee5;
    font-size: 14px;
    border: solid 1px #3c7ee5;
    margin-bottom: 16px;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    position: relative;
}

.index-advantage .advantage-card-btn a:hover,
.index-advantage .advantage-card-btn a.active {
    color: #fff;
    background: #3c7ee5;
}

.index-advantage .advantage-card-btn a:first-child {
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    background: #3c7ee5;
}

.index-advantage .advantage-card-btn a:first-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 14px;
    height: 12px;
    margin-left: -7px;
    background: url('../../../img/arrow-down.png') no-repeat center center;
}

.index-brand {
    background: #fff url('../../../img/bg1.png') no-repeat center bottom;
    background-size: 100% 1020px;
    padding-bottom: 30px;
}

.index-brand .brand-content .brand-tab {
    height: 48px;
    border-top: 1px solid #DFE3F1;
    border-bottom: 1px solid #DFE3F1;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 40px;
}

.index-brand .brand-content .brand-tab .brand-tab-btn {
    padding: 10px 30px;
    background: transparent;
    color: #666;
    border-color: transparent;
}

.index-brand .brand-content .brand-tab .brand-tab-btn.active {
    padding: 10px 30px;
    background: #F85252;
    border-color: #F85252;
    color: #fff;
}

.index-brand .brand-content .brand-tab-btn:hover {
    background: #F85252;
    border-color: #F85252;
    color: #fff;
}

.index-brand .brand-content .brand-product {
    height: 498px;
}

.index-brand .brand-content .brand-product .patent-left {
    background: url("../../../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('../../../img/putong.png');
}
.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.tehui {
    background-image: url('../../../img/tm-shiyong.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.baomu {
    background-image: url('../../../img/baomu.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.danbao {
    background-image: url('../../../img/danbao.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.guojishangbiao {
    background-image: url('../../../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('../../../img/tm-xuzhan.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.zhuanrang {
    background-image: url('../../../img/tm-zhuanrang.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.biangeng {
    background-image: url('../../../img/tm-biangeng.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.chexiao {
    background-image: url('../../../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("../../../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("../../../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("../../../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;
}

.index-brand .domain-content {
    text-align: center;
}

.index-brand .domain-content-left {
    width: 270px;
}

.index-brand .domain-content-left .domain-top {
    width: 100%;
    height: 140px;
    color: #fff;
    background: url('../../../img/yuming.png') #3c7ee5 no-repeat center center;
    padding-top: 36px;
}

.index-brand .domain-content-left .domain-top .domain-publish {
    display: inline-block;
    margin: 0 auto;
    padding: 6px 32px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

.index-brand .domain-content-left .domain-top .domain-info {
    font-size: 14px;
}

.index-brand .domain-content-left .domain-suffix {
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    height: 296px;
}

.index-brand .domain-content-left .domain-suffix-title {
    overflow: hidden;
    margin-top: 10px;
    line-height: 32px;
    border-bottom: 1px solid #E5E5E5;
}

.index-brand .domain-content-left .domain-suffix-title h3 {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.index-brand .domain-content-left .domain-suffix-title span {
    color: #999;
    font-size: 12px;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list {
    margin-bottom: 20px;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col {
    margin-top: 20px;
    height: 24px;
    font-size: 14px;
    color: #666;
    padding: 0 3%;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col a {
    width: 94%;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #F7F7F7;
    color: #666;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col a:hover {
    color: #3c7ee5;
}

.index-brand .domain-content-left .domain-suffix .domain-more {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 9px 35px;
    border-radius: 2px;
    background: #F85252;
    width: auto;
}

.index-brand .domain-content-right {
    width: 920px;
    margin-left: 10px;
}

.domain-sale-list {
    background: #fff;
    border-left: 1px solid #DFE3F1;
    border-bottom: 1px solid #DFE3F1;
}

.index-brand .domain-content-right .domain-sale-list li {
    width: 25%;
    height: 145px;
    /* background: #fff; */
    float: left;
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
    /* margin-right: 2px; */
    /* margin-bottom: 2px; */
    border-top: 1px solid #DFE3F1;
    border-right: 1px solid #DFE3F1;
}

.index-brand .domain-content-right .domain-sale-list li:hover {
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .domain-content-right .domain-sale-list li .sale-title {
    height: 80px;
    line-height: 80px;
    background: #2dbcd0 url(../../../img/beijing.png) no-repeat center center;
    color: #fff;
    font-size: 24px;
}

.index-brand .domain-content-right .domain-sale-list li:hover .sale-name {
    color: #3c7ee5
}

.index-brand .domain-content-right .domain-sale-list li .sale-name {
    margin-top: 15px;
    margin-bottom: 7px;
    line-height: 24px;
    /*font-size: 24px;*/
	font-size:18px;
    color: #333;
}

.index-brand .domain-content-right .domain-sale-list li .sale-time {
    line-height: 16px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.index-brand .domain-content-right .domain-sale-list li .sale-price {
    font-weight: bold;
    font-size: 16px;
    color: #F85252;
    margin-bottom: 8px;
    margin-top: 15px;
}

.index-brand .domain-content-right .domain-sale-list li .sale-detail-icon {
    width: 16px;
    height: 16px;
    background: url('../../../img/arrow-right.png') no-repeat center center;
    display: block;
    margin: 0 auto;
}


.index-brand .brand-content .brand-logo {
    height: 500px;
    background: url("/statics/epower/img/logo/index-logo.png") #3c7ee5 no-repeat center center;
}
.brand-logo > .pull-left{width: 340px; padding: 70px 0 0 60px;}
.brand-logo > .pull-left h4{font-size: 28px; font-weight: bold; color: #fff; line-height: 38px}
.brand-logo > .pull-left .logo-steps{margin-top: 30px; margin-bottom: 80px;}
.brand-logo > .pull-left .logo-steps p {position: relative; line-height: 200%; color: #fff; font-size: 16px; padding-left: 16px}
.brand-logo > .pull-left .logo-steps p:before{content: ' '; position: absolute; width: 6px; height: 6px; border-radius: 3px; background-color: #fff;top:13px;left: 0;}
.brand-logo > .pull-left a.logo-button, .brand-legal > .pull-left a.logo-button{
    display:inline-block;
    width: 150px;
    height: 40px;
    border: 1px solid #FFFFFF; border-radius: 2px; background-color: transparent; color: #fff; font-size: 16px; cursor: pointer; line-height: 40px; text-align: center}
.brand-logo > .pull-right{width: 850px; padding-top: 70px; padding-right: 30px}
.brand-logo > .pull-right li {float: left; width: 260px; margin-right: 20px; text-align: center; background-color: #fff; padding: 50px 28px; height: 360px;}
.brand-logo > .pull-right li h4{font-weight: bold; font-size: 16px; color: #333; margin-top: 40px; line-height: 100%}
.brand-logo > .pull-right li p{color: #999;font-size: 14px; margin-top: 10px; line-height: 150%}
.brand-logo > .pull-right li:last-child{margin-right: 0}
.brand-logo > .pull-right li .img-wrapper .iconfont {color: #507CF3; font-size: 44px;}

.index-brand .brand-content .brand-legal {
    height: 500px;
    background: url("/statics/epower/img/falv/index-legal-bg.png") #3c7ee5 no-repeat center center;
}
.brand-legal > .pull-left{width: 260px; padding-top: 70px; text-align: center}
.brand-legal > .pull-left h4{font-size: 32px; color: #fff; line-height: 38px}
.brand-legal > .pull-left > div.sub-title{margin-bottom: 42px; margin-top: 10px}
.brand-legal > .pull-left p { margin-bottom: 46px; font-size: 20px; line-height: 100%}
.brand-legal > .pull-left .button {margin-top: 80px}
.brand-legal > .pull-right {
    width: 940px;
}
.brand-legal > .pull-right {padding: 45px 30px 45px 0 }
.brand-legal > .pull-right li {float: left; width: 290px; margin-right: 20px; height: 192px; margin-bottom: 20px; position: relative }
.brand-legal > .pull-right li>div {transition: all 0.3s;cursor: pointer; background-color: #fff; padding: 30px; height: 192px; border-radius: 8px; position: absolute; width: 100%}
.brand-legal > .pull-right li:nth-child(3n){margin-right: 0}
.brand-legal > .pull-right li:hover > div {box-shadow: 0 0 20px 0 #6aa2f6; top:-10px}
.brand-legal > .pull-right li h4 {border-bottom:2px #eee dashed; padding-bottom: 5px; margin-bottom: 5px}
.brand-legal > .pull-right li:hover h4 {color: #3c7ee5}
.brand-legal > .pull-right li p {
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-company {
    height: 868px;
    background-color: #fff;
    background: #fff url('../../../img/bg2.png') no-repeat center bottom;
    background-size: 100% 591px;
}

.index-company .company-content {
    height: 671px;
    position: relative;
}

.index-company .company-content .company-service>.el-col {
    margin-right: 20px;
    transition: all 0.3s;
    border-radius: 5px;
}

.index-company .company-content .company-service>.el-col:hover {
    height: 480px;
}

.index-company .company-content .company-service>.el-col .el-card {
    width: 380px;
    box-shadow: none;
    border-radius: 8px;
    margin: auto;
}

.index-company .company-content .company-service>.el-col .company-problem {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.index-company .company-content .company-service>.el-col .company-problem.yun01 {
    background: url('../../../img/new/index-service-bg.png') #3c7ee5 no-repeat center center;
    background-size: contain;
}

.index-company .company-content .company-service>.el-col .company-problem.yun02 {
    background: url('../../../img/new/index-service-bg.png') #3c7ee5 no-repeat center center;
    background-size: contain;
}

.index-company .company-content .company-service>.el-col .company-problem.yun03 {
    background: url('../../../img/new/index-service-bg.png') #3c7ee5 no-repeat center center;
    background-size: contain;
}

.index-company .company-content .company-service>.el-col .service-advantage-list {
    background: #fff;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li {
    border-bottom: 1px solid #DFE3F1;
    overflow: hidden;
    height: 120px;
    transition: all 0.3s;
}
.index-company .company-content .company-service>.el-col .service-advantage-list>li:last-child{
    border-bottom: 0px;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li:hover {
    height: 160px;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li:hover .service-li-top {
    padding-top: 20px;
    padding-bottom: 20px;
}


.service-advantage-list li:hover h3 {
    color: #3c7ee5 !important;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-li-top {
    padding: 30px;
    overflow: hidden;
    transition: all 0.3s;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: #F1F6FE;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-icon .iconfont {
    font-size: 32px;
    color: #3c7ee5;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info {
    text-align: left;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info h3 {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    font-weight: bold;
    margin-top: 6px;
    position: relative;
}
.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info h3 i{
    background-color: #fb5555;
    padding: 5px 10px; border-radius: 14px; color: #fff;
    font-size: 12px; font-weight: normal;
    border-bottom-left-radius: 0;
    position: absolute; margin-top: -10px; margin-left: 5px;
    line-height: 100%;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-width: 238px;
}

.index-company .company-content .company-service>.el-col .service-buy {
    display: block;
    width: 126px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #F85252;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #F85252;
    cursor: pointer;
    margin-left: 111px;
    margin-bottom: 24px;
}

.index-company .company-content .company-service>.el-col:last-child {
    margin-right: 0;
}

.index-company .company-content .company-bg {
    cursor: pointer;
    height: 230px;
    background: url('../../../img/service-bg.png') no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.index-hotspot {
    /*height: 990px;*/
    background: #fff url('../../../img/bg3.png') no-repeat center top;
    background-size: 100% 688px;
}

.index-hotspot .hotspot-content {
    margin-bottom: 43px;
}

.index-hotspot .hotspot-content .hotspot-li {
    min-width: 380px;
    margin-right: 20px;
}

.index-hotspot .hotspot-content .hotspot-li h3 {
    font-weight: bold;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #DFE3F1;
}

.index-hotspot .hotspot-content .hotspot-li h3 span {
    color: #333;
}

.index-hotspot .hotspot-content .hotspot-li h3 .hotspot-icon {
    /* width: 24px; */
    /* height: 24px; */
    /* vertical-align: -2px; */
    display: inline-block;
    margin-right: 5px;
    color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li h3 a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.index-hotspot .hotspot-content .hotspot-li h3 a:hover {
    color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul {
    padding: 0 20px;
    height: 222px;
}

.index-hotspot .hotspot-content .hotspot-li ul .list-dot {
    width: 6px;
    height: 6px;
    margin: 20px 10px 0 0;
    float: left;
    border-radius: 50%;
    background: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul a {
    float: left;
    width: 250px;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hotspot .hotspot-content .hotspot-li ul a:hover {
    color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul .time {
    float: right;
    color: #9b9b9b;
}

.index-hotspot .hotspot-content .hotspot-li ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #E5E5E5;
    font-size: 14px;
}

.index-hotspot .hotspot-content .hotspot-li:last-child {
    margin-right: 0;
}

.index-hotspot .demand-content {
    background: #fff;
    padding: 0 42px;
    padding-top: 33px;
    height: 300px;
    margin-bottom: 50px;
    box-shadow: 0px 3px 8px 0px rgba(182, 192, 219, 0.4);
    background: #fff url(../../../img/Bitmap.png) no-repeat right top;
    background-size: contain;
}

.index-hotspot .demand-content h3 {
    font-size: 28px;
    color: #333;
    line-height: 36px;
    margin-bottom: 27px;
}

.index-hotspot .demand-content h3 span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.index-hotspot .demand-content .demand-form .el-image__inner {
    vertical-align: middle;
}

.index-hotspot .demand-content .demand-form .el-textarea__inner {
    height: 102px;
    border-radius: 0;
    resize: none;
    text-indent: 20px;
    font-size: 14px;
    background: #fff url('../../../img/demand.png') no-repeat 8px 8px;
    background-size: 16px 18px;
    font-weight: normal;
}

.index-hotspot .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;
}

.index-hotspot .demand-advantage .advantage-icon.youshi01 {
    background-image: url('../../../img/youshi01.png');
    background-size: 48px 43px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi02 {
    background-image: url('../../../img/youshi02.png');
    background-size: 48px 41px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi03 {
    background-image: url('../../../img/youshi03.png');
    background-size: 40px 43px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi04 {
    background-image: url('../../../img/youshi04.png');
    background-size: 47px 41px;
}

.index-hotspot .demand-advantage .advantage-info {
    text-align: left;
    margin-left: 10px;
}

.index-hotspot .demand-advantage .advantage-info h3 {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.index-hotspot .demand-advantage .advantage-info p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.notice-swiper {
    width: 85%;
}
/*2025-12-15*/
.index-declare{
    /*background:#f2f7ff;
    margin-top:30px;
    padding-bottom:40px;*/
	background-image: url('../../../img/tidui-bg.jpg');
	height: 674px;
}
.declare-content{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(182, 192, 219, 0.4);

}
.declare-left{
     float: left !important;
     width: 490px;

}

.declare-left h3{
     font-size: 24px;
    position: relative;
    height: 56px;
    margin-bottom: 30px;
	padding-left: 40px;
    padding-top: 40px;


} 
.declare-left h3:before{
   content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #3C7EE5;
    bottom: -40px;
    left: 40px;
}
.declare-left  p{
    font-size: 14px;
    line-height: 180%;
    color: #666;
    width: 470px;
	    padding-left: 40px;
    padding-top: 40px;

}
.declare-left button{
   margin-top: 40px;
    cursor: pointer;
    background-color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #f85252;
    outline: none;
    font-size: 16px;
    color: #f85252;
	background:#f85252;
	    margin-left: 40px;

}
.declare-left button a{
      color: #fff;

}
.declare-right{
    width: 623px;
    float: right !important;

}
.declare-right  img{

     width:583px;
    height: auto;
}

.index-patent {
   background:#fff;
       height: 778px;

}

.tabboxzl{height: auto;width: 100%;}
.tabmenuzl{}
.tabmenuzl ul{ cursor:pointer;margin:0 auto;width:100%;}
.tabmenuzl ul li{height:60px;line-height:60px; float: left; text-align: center;font-size:20px; border-radius:4px; width:24%;    background-color: #F4F9FF;color: #3C7EE5;margin-right: 16px;    border: 1px solid #e6edf9; } 
.tabmenuzl ul li:last-child{ margin-right:0;}
.tabmenuzl ul li a{}
#tabcontentzl{padding-top:20px;}
#tabcontentzl ul{ clear: both;}
#tabcontentzl ul li{}
.tabul{ display:block;}
.hidden{ display:none;}
.tabmenuzl ul .cli{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenuzl ul .cli0{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenuzl ul .cli1{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenuzl ul .cli2{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5; border-radius: 4px;}
.tabmenuzl ul .cli3{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;  border-radius: 4px;}
.tabmenuzl ul .cli a{ color:#fff;}
.tabmenuzl ul .cli0 a{ color:#fff;}
.tabmenuzl ul .cli1 a{ color:#fff;}
.tabmenuzl ul .cli2 a{ color:#fff;}
.tabmenuzl ul .cli3 a{ color:#fff;}


.tabboxsb{height: auto;width: 100%;}
.tabmenusb{}
.tabmenusb ul{ cursor:pointer;margin:0 auto;width:100%;}
.tabmenusb ul li{height:60px;line-height:60px; float: left; text-align: center;font-size:20px; border-radius:4px; width:24%;    background-color: #fff;color: #3C7EE5;margin-right: 16px; } 
.tabmenusb ul li:last-child{ margin-right:0;}
.tabmenusb ul li a{}
#tabcontentsb{padding-top:20px;}
#tabcontentsb ul{ clear: both;}
#tabcontentsb ul li{}
.tabul{ display:block;}
.hidden{ display:none;}
.tabmenusb ul .cli{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenusb ul .cli0{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenusb ul .cli1{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;border-radius: 4px;}
.tabmenusb ul .cli2{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5; border-radius: 4px;}
.tabmenusb ul .cli3{ color:#fff;cursor: pointer;transition: all .3s;position: relative;font-size: 20px;font-weight: bold;background-color: #3C7EE5;  border-radius: 4px;}
.tabmenusb ul .cli a{ color:#fff;}
.tabmenusb ul .cli0 a{ color:#fff;}
.tabmenusb ul .cli1 a{ color:#fff;}
.tabmenusb ul .cli2 a{ color:#fff;}
.tabmenusb ul .cli3 a{ color:#fff;}

.patent-item{
}
.patent-item dt{
    width:200px;
    float:left;
}
.patent-item  dd{    
    border: 1px solid #ebeef5 !important;
    border-radius: 4px;
    height: 237px;
    width: 25.27%;
    float: left;
    margin-left: 30px;
    margin-bottom: 25px;
}
.patent-item  dd .li-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    text-align: center;
       padding-top: 20px;
}
.patent-item  dd .li-title {
    padding-left: 10px;
    padding-right: 6px;
    margin-bottom: 4px;
}
.patent-item  dd p {
    padding-left: 10px;
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-bottom: 25px;
	float:left;
}
.patent-item  dd .li-title h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.patent-item  dd .pull-left {
    float: left !important;
}
.clearfix:after, .clearfix:before {
    display: table !important;
    content: " " !important;
    clear: both !important;
}
.patent-item  dd .pull-right {
    float: right !important;
}
.patent-item  dd .li-title .li-price {
    font-size: 14px;
    color: #F85252;
    line-height: 21px;
    text-align: center;
}
.patent-item  dd .li-title .li-price b{
       font-size: 16px;

}


/*知识产权团队*/
.team{ background-image: url(/statics/epower/img/team.png);    background-repeat: no-repeat; background-position: center 334px;height:520px;}
.team li{float: left;width: 230px;height: 360px;padding: 10px;background: #fff;border-radius: 4px;text-align: center;overflow: hidden;margin-right:12px;position: relative;}
.team li img{max-width: 100%;}
.team li .info{margin-top: 20px;margin-bottom:0;}
.team li .info .name{height:20px;}
.team li .info .abs{ margin-top: 10px;font-size: 14px;color: #9b9b9b;}
.team li .btns {
  width: 132px;
  height: 36px;
  line-height: 36px;
  margin: 16px auto 0;
  border-radius: 4px;
  color: #3c7ee5;
  
  /* 为伪元素定位做准备 */
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
}

/* 左侧实心三角形箭头 */
.team li .btns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px; /* 调整箭头与左侧的距离 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #3c7ee5; /* 右向边框形成左箭头 */
}

/* 右侧实心三角形箭头 */
.team li .btns::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px; /* 调整箭头与右侧的距离 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #3c7ee5; /* 左向边框形成右箭头 */
}
.team li:nth-child(5){margin-right:0;}

/* ========== 新增的悬停遮罩层样式 ========== */
.team li .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); /* 半透明黑色背景 */
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0; /* 默认隐藏 */
    visibility: hidden;
    transition: all 0.3s ease; /* 平滑过渡动画 */
    z-index: 10;
}

/* 鼠标悬停时显示遮罩层 */
.team li:hover .hover-mask {
    opacity: 1;
    visibility: visible;
}

/* 二维码图片 */
.team li .hover-mask .qrcode {
    width: 140px;
    height: 140px;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.team li .hover-mask .qrcode img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 提示文字 */
.team li .hover-mask .tip-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* 在线咨询按钮 */
.team li .hover-mask .chat-btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #3c7ee5;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.team li .hover-mask .chat-btn:hover {
    background: #2a6ad4;
}

/*2026-03-17*首页梯队培育改版*/
.tidui .tidui-item {
    float: left;
    width: 387px;
    height: 220px;
    margin-right: 19px;
    margin-bottom: 20px;
	background:#Fff;
}
.tidui .tidui-item .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
	padding-top: 20px;
    padding-bottom: 20px;
  }
  
  
.tidui .tidui-item  img{
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;

}
.tidui .tidui-item .tidui-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.tidui .tidui-item .tidui-desc{
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-top: 10px;
}
.tidui .tidui-item.mar0 {
    margin-right: 0px;
}

.tidui .tidui-item.tidui-last {
    background: url(../../../img/tiduimore.jpg) no-repeat 0 0;
}
.tidui .tidui-item.tidui-last .tidui-title{
    color: #fff;
    padding-top: 140px;

}
.tidui .tidui-item.tidui-last .tidui-title a{
   color:#Fff;
} 
