/* 管理平台 */
.dc-glpt-img{
    max-width: 90%;
}
.dc-glpt-right{
    position: relative;
    padding-bottom: 30px;
    padding-top: 40px;
}
.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;
    white-space: nowrap;
}
.dc-glpt-subtitle{
    font-size: 1rem;
    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-tab-t{
    /* width: 20%; */

}
.dc-fwbz-tab{
    position: relative;
}
.dc-fwbz-tab .dc-tab-line{
    position: absolute;
    right: 44px;
    height: 100%;
    width: 1px;
    background-color: #0085d0;
    top: 0;
}
.dc-tab-item{
    width: 140px;
	height: 70px;
    color: #242424;
    display: block;
    text-align: center;
    /* line-height: 45px; */
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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-t{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dc-fwbz-conetnt{
    text-align: justify;
    margin-right: 20px;
}
.dc-fwbz-conetnt dt{
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
}
.dc-fwbz-conetnt dd{
    color: #333333;
    line-height: 24px;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}
.dc-fwbz-conetnt dd::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #5c5c5c;
}
.dc-fwbz-img{
    height: 400px;
    max-width: 100%;
}
.dc-fwbz-txt{
    font-size: 24px;
    color: #1f1f1f;
}
.dc-fwbz-card-t{
    margin-top: 50px;
}
.dc-fwbz-card{
    height: 13.4375rem;
    line-height: 13.4375rem;
    text-align: center;
    color: #fff;
}
.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-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: #ffffff;
}
.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.375rem;
    line-height: 28px;
    padding: 0 2.5rem;
    text-align: justify;
}

/* 雨淅通讯模组优势 */
.dc-product{
    padding: 0 0 0;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.dc-product .col-sm-3{
    /* flex: 0 0 20%; */
    /* max-width: 20%; */
}
.dc-product.dc-has-border{
    border-bottom: #e4e4e4 1px solid;
}
.dc-product-item{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #e4e4e4; */
}
/* .dc-product-item.dc-has-noborder{
    border-bottom: none;
}
.dc-product-item::after{
    position: absolute;
    content: "";
    right: 0;
    top: 70px;
    width: 1px;
    height: 9.375rem;
	background-color: #e4e4e4;
}
.dc-product-item:last-of-type::after{
   content: none;
}
.dc-product-item:hover .dc-product-shade{
   display: block;
} */
.dc-product-shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0085d0;
    color: #fff;
    display: none;
}
.dc-product-icon{
    width: 60px;
	height: 60px;
    margin: 30px auto 0;
}
.dc-product-icon img{
    /* width: 100%; */
    height: 100%;
}
.dc-product-title{
    font-size: 1.375rem;
    padding: .625rem;
}
.dc-product-txt{
    font-size: .9rem;
    color: #363636;
    padding: 30px 20px 15px;
    word-break: break-all;
    min-height: 60px;
}
.dc-product-link{
    color: #171717;
    font-size: 1rem;
}
.dc-product-shade{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.dc-product-shade-title{
    padding: 30px 0;
    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{
    position: relative;
    word-break: break-all;
    top: 50%;
    padding: 0 20px 0;
    margin-top: -20px;
}
.dc-product-shade-link a{
    color: #ffffff;
}
.dc-grey{
    background-color: #f6f6f6;
}
/* 通讯模组 */
.dc-txmz{
    margin-bottom: 80px;
}
.dc-txmz .col-sm-3{
    /* border-right: solid 1px #e4e4e4; */
}
.dc-txmz-item{
    text-align: center;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
    height: 100%;
    background-color: #f6f6f6;
}
/* .dc-txmz .col-sm-3.dc-has-noborder{
    border-right: none;
} */
.dc-txmz-item:hover{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.dc-txmz-item:hover *{
   
}
.dc-txmz-title{
    font-size: 23px;
    color: #333333;
    padding: 20px 0;
}
.dc-txmz-txt{
    text-align: justify;
    word-break: break-all;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 24px;
}
.dc-txmz-txt span{
    white-space: nowrap;
}
.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: #ffffff;
}
.dd-banner-wrapper .dd-banner-txt{
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
}

.dc-cpys{
    padding-bottom: 50px;
}
.dc-cpys-ul{

}
.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;
    cursor: pointer;
}
.dc-cpys-li a:hover{
    background-color: #0085d0;
    color: #ffffff!important;
}
.dc-cpys-li .dc-cpys-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!important;
}