/* 物联网卡产品 */
.dc-product{
    padding: 0;
    background-color: #fff;
}
.dc-product.dc-has-border{
    /* border-bottom: #e4e4e4 1px solid; */
}
.dc-product-item{
    padding: 0 8px;
    margin-bottom: 15px;
}
.dc-product-t{
    position: relative;
    text-align: center;
    padding: 30px 10px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(246, 246, 246);
    height: 100%;
}
/* .dc-product-item::after{
    position: absolute;
    content: "";
    right: 0;
    top: 93px;
    width: 1px;
    height: 9.375rem;
	background-color: #e4e4e4;
} */
.dc-product-t:last-of-type::after{
   content: none;
}
/* .dc-product-item:hover .dc-product-shade{
   display: block;
} */
.dc-product-t:hover{
    background-image: url(../images/index/产品地图.png);
}
.dc-product-t:hover *{
    
}
.dc-product-shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0085d0;
    color: #fff;
    display: none;
}
.dc-product-icon{
    width: 130px;
	height: 130px;
    margin: 30px auto 5px;
}
.dc-product-icon img{
    width: 100%;
    height: 100%;
}
.dc-product-title{
    font-size: 1.175rem;
    padding: .625rem;
    position: relative;
    margin: 0 30px;
    border-bottom: 1px solid rgb(167, 167, 167);
    margin-bottom: 20px;
    white-space: nowrap;
}
.dc-product-item:hover .dc-product-title{
    border-bottom: 1px solid #ffffff;
}
/* .dc-product-title::after{
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgb(167, 167, 167);
} */
.dc-product-txt{
    font-size: 1rem;
    color: #171717;
    padding: 0 8px 15px;
    word-break: break-all;
    min-height: 60px;
}
.dc-product-link{
    color: #171717;
    font-size: 1rem;
}
.dc-product-shade-title{
    padding: 50px 0 20px;
    font-size: 1.5625rem;
}
.dc-product-shade-link{
    width: 7.8125rem;
	height: 3rem;
	border: solid 1px #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 3rem;
    margin-top: 1.875rem;
}
.dc-product-shade-txt{
    word-break: break-all;
    text-align: justify;
    padding: 10px 30px;
}
.dc-product-shade-link a{
    color: #ffffff;
}
/* 物联网行业服务问题 */
.dc-hy-item{
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 10px;
    padding: 0 3px;
    position: relative;
}
.dc-hy-item.dc-has-noborder::after{
    width: 0px;
}
.dc-hy-card{
    height: 100%;
    /* background-color: #ffffff; */
    padding: 30px 20px;
    text-align: center;
}
.dc-hy-card .dc-hy-img{
    height: 61px;
}
.dc-hy-card .dc-hy-title{
    margin: 19px 0 20px;
    font-size: 20px;
    color: #333333;
}
.dc-hy-txt{
    color: #666666;
    font-size: 15px;
    text-align: justify;
}

/* 产品优势 */
.dc-cpys{
    padding-bottom: 50px;
}
.dc-cpys-ul{
    /* display: flex; */
}
.dc-cpys-li{
    margin: 30px 0;
    font-size: 16px;
    text-align: center;
}
.dc-cpys-li a{
    display: block;
    height: 65px;
    line-height: 65px;
    border-radius: 10px;
}
.dc-cpys-li a:hover{
    background-color: #0085d0;
    color: #ffffff!important;
}
.dc-cpys-li a.dc-cpys-active{
    background-color: #0085d0;
    color: #ffffff!important;
}
.dc-sqyk-footer{
    padding: 50px 0;
}
.dc-sqyk-footer .dc-sqyk-btn{
    display: block;
    width: 349px;
    height: 84px;
    line-height: 84px;
	background: linear-gradient(to right, #3773f5 , #74a0ff);
    background: -webkit-linear-gradient(left, #3773f5 , #74a0ff);
    background: -o-linear-gradient(right, #3773f5, #74a0ff);
    background: -moz-linear-gradient(right, #3773f5, #74a0ff);
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin:  0 auto;
}

/* 物联网新闻动态 */
.dc-xwdt-wrapper{
    background-color: #f6f6f6;
    /* padding-top: 40px; */
}
.dc-xwdt{
    margin-top: 40px;
}
.dc-xwdt-item{
    padding: 15px 20px;
    background-color: #ffffff;
    margin-bottom: 35px;
    border: 1px solid #ffffff;
}
.dc-xwdt-left{
    width: 81px;
	height: 80px;
    background-color: #3f3f3f;
    color: #ffffff;
    text-align: center;
    padding: 0;
}
.dc-xwdt-day{
    padding-top: 10px;
    font-size: 30px;
}
.dc-xwdt-ym{
    font-size: 12px;
}
.dc-xwdt-right{
    margin-left: 20px;
    width: 70%;
}
.dc-xwdt-title{
    font-size: 14px;
    color: #333333;
    word-break: break-all;
}
.dc-xwdt-txt{
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
    word-break: break-all;
}
.dc-xwdt-item{
    position: relative;
}
.dc-xwdt-item.dc-xwdt-active{
    border: 1px solid #0085d0;
}
.dc-xwdt-item.dc-xwdt-active .dc-xwdt-left{
    background-color: #0085d0;
}
.dc-xwdt-item.dc-xwdt-active .dc-xwdt-title{
    color: #0085d0;
}
.dc-xwdt-item:hover{
    border: 1px solid #0085d0;
}
.dc-xwdt-item:hover .dc-xwdt-left{
    background-color: #0085d0;
}
.dc-xwdt-item:hover .dc-xwdt-title{
    color: #0085d0;
}
.dc-xwdt-add{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0 3px;
    /* width: 18px; */
    height: 18px;
    background-color: #3f3f3f;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.dc-xwdt-item:hover .dc-xwdt-add{
    background-color: #0085d0;
}

.dc-tab-t{
    /* width: 20%; */

}
.dc-fwbz-tab{
    position: relative;
}
.dc-fwbz-tab .dc-tab-line{
    position: absolute;
    right: 44px;
    height: 440px;
    width: 1px;
    background-color: #0085d0;
    top: 0;
}
.dc-tab-item{
    width: 140px;
	height: 45px;
    color: #0085d0;
    display: block;
    text-align: center;
    line-height: 45px;
    margin-bottom: 0.625rem;
}
.dc-tab-t-4 .dc-tab-item{
    margin-bottom: 70px;
}
.dc-tab-item.dc-tab-active{
    background: linear-gradient(to right, #3773f5 , #74a0ff);
    background: -webkit-linear-gradient(left, #3773f5 , #74a0ff);
    background: -o-linear-gradient(right, #3773f5, #74a0ff);
    background: -moz-linear-gradient(right, #3773f5, #74a0ff);
    color: #ffffff;
}
.dc-fwbz-title{
    color: #1f1f1f;
    font-size: 1.5rem;
}
.dc-fwbz-img{
    max-width: 100%;
    margin: 1.75rem 0 1.4375rem;
}
.dc-fwbz-txt{
    font-size: 14px;
    color: #555555;
}
.dc-fwbz-card-t{
    margin-top: 50px;
}
.dc-fwbz-card{
    height: 13.4375rem;
    line-height: 13.4375rem;
    text-align: center;
    color: #333;
}
/* .dc-fwbz-card1{
    background-image: url(/web/code/images/index/服务2.png);
}
.dc-fwbz-card2{
    background-image: url(/web/code/images/index/服务3.png);
} */
.dc-fwbz-1{
    background-image: url(/web/code/images/index/wbg.jpg);
}
.dc-fwbz-2{
    background-image: url(/web/code/images/index/wbg.jpg);
}
.dc-fwbz-left{
    padding: 0 5px 0 0;
}
.dc-fwbz-right{
    padding: 0 0 0 5px;
}
.dc-fwbz-card-title1{
    font-size: 43px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333;
}
.dc-fwbz-card-inlineblock{
    display: inline-block;
    margin-top: 8%;
}
.dc-fwbz-card-title2{
    line-height: normal;
    font-size: 27px;
    position: relative;
}
.dc-fwbz-card-title2::after{
    content: "";
    position: absolute;
    left: 50%;
    width: 63px;
	height: 7px;
	background-color: #ffffff;
    border-radius: 3px;
    margin-left: -31px;
    bottom: -20px;
}
.dc-fwbz-card-txt{
    margin-top: 1.75rem;
    line-height: 28px;
    padding: 0 2.5rem;
    text-align: justify;
}

/* 核心服务优势 */
.dc-swys{
    /* background-image: url(/web/code/images/index/优势底图.png); */
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 30px;
}
.dc-swys-item{
    text-align: center;
    background-color: #fff;
    margin-bottom: 1.25rem;
    padding: 30px 25px;
    /* height: 360px; */
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    background-color: #f6f6f6;
}
.dc-swys-active{
    background: linear-gradient(to right, #3773f5 , #74a0ff);
    background: -webkit-linear-gradient(left, #3773f5 , #74a0ff);
    background: -o-linear-gradient(right, #3773f5, #74a0ff);
    background: -moz-linear-gradient(right, #3773f5, #74a0ff);
}
.dc-swys-img{
    width: 79px;
    height: 79px;
}
.dc-swys-content{
    padding-left: 18px;
}
.dc-swys-item-title{
    color: #4e4e4e;
    font-size: 18px;
    white-space: nowrap;
    text-align: justify;
}
.dc-swys-item-txt{
    text-align: justify;
    font-size: 12px;
    color: #4e4e4e;
    margin-top: 10px;
    word-break: break-all;
    line-height: 20px;
}
.dc-swys-shadeImg{
    display: none;
}
.dc-swys-active *{
    color: #ffffff;
}
/* .dc-swys-item:hover{
    background-color: #0085d0;
}
.dc-swys-item:hover *{
    color: #ffffff;
}
.dc-swys-item:hover .dc-swys-img{
    display: none;
}
.dc-swys-item:hover .dc-swys-shadeImg{
    display: inline-block;
}
.dc-swys-item.dc-swys-height{
    height: 360px;
    padding: 50px 40px 0;
} */

.carousel-item .row{
    margin: 10px 0;
}

/* 方案背景 */
.dc-glpt-img{
    max-width: 90%;
    margin-bottom: 74px;
}
.dc-glpt-right{
    position: relative;
    padding-bottom: 30px;
    padding-top: 50px;
}
.dc-glpt-link-t{
    margin-top: 1.875rem;
    text-align: right;
}
.dc-glpt-link{
    width: 100px;
	height: 31px;
	background-color: #0085d0;
	border-radius: 5px;
    bottom: 0rem;
    right: 1.875rem;
    color: #fff;
    text-align: center;
    line-height: 31px;
    display: inline-block;
}
.dc-glpt-link:hover,
.dc-glpt-link:focus {
  color: #fff;
  text-decoration: none;
}
.dc-glpt-title{
    color: #0085d0;
    font-size: 1.5rem;
    text-align: right;
}
.dc-glpt-subtitle{
    font-size: 1.2rem;
    color: #000000;
    padding: .9375rem 0;
    border-bottom: 2px solid #000000;
    text-align: right;
}
.dc-glpt-txt{
    word-break: break-all;
    text-align: justify;
    padding: .9375rem 0;
    font-size: 1rem;
    color: #333333;
    line-height: 30px;
    text-indent: 32px;
}
/* 特点优势 */
.dc-tedian{
    padding: 20px 0;
}
.dc-tedian-item{
    border-right: 1px solid #e4e4e4;
    padding-right: 44px;
    padding-top: 20px;
}
.dc-tedian-header{
    padding-left: 10px;
}
.dc-tedian-icon{
    height: 59px;
}
.dc-tedian-title{
    font-size: 22px;
    padding-left: 23px;
}
.dc-tedian-txt{
    padding-top: 23px;
    color: #8a8a8a;
    font-size: 16px;
    padding-left: 10px;
}
.dc-has-border{
    border-bottom: 1px solid #e4e4e4;
}
.dc-tedian-item.dc-has-noBorder{
    border-right: none;
}
/* 难点 */
.dc-nandian-item{
    margin-bottom: 30px;
}
.dc-nandian-item img{
    width: 100%;
}
.dc-nandian-item .dc-nandian-title{
    font-size: 18px;
    color: #000;
    padding-top: 30px;
}
.dc-nandian-item .dc-nandian-txt{
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}
.dc-rongyu-img{
    height: 250px;
}
.dc-banner{
    position: relative;
}
.dd-banner-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dd-banner-wrapper .dd-banner-title{
    font-size: 48px;
    color: #333;
}
.dd-banner-wrapper .dd-banner-txt{
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    text-align: justify;
    line-height: 40px;
}
.dc-carousel-inner .col-4 .carousel-item-img{
    height: 250px;
}
.dd-banner-vpdn .dd-banner-txt{
    max-width: 51%;
}
.dd-banner-dx{
    padding-left: 38%;
}
.dd-banner-esim .dd-banner-txt{
    max-width:55%;
}
.dd-banner-lt .dd-banner-txt{
    max-width:50%;
}