.title-bg{
    padding-top: 5rem;
    background-size: contain;
}
.title-bg-1{
    background: url("../images/service-title-bg-1.png") no-repeat 50%;
}

.title-bg-2{
    background: url("../images/service-title-bg-2.png") no-repeat 50%;
}
.title-bg-3{
    background: url("../images/service-title-bg-3.png") no-repeat 50%;
}
.title-bg-4{
    background: url("../images/service-title-bg-4.png") no-repeat 50%;
}
.title-bg-5{
    background: url("../images/service-title-bg-5.png") no-repeat 50%;
}

.product-customization{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.product-customization > .box{
    width: 45%;
    padding: 6rem 8rem;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.06);
}
.product-customization > .vs{
    width: 15%;
    place-self: center;
    text-align: center;
}
.product-customization > .box-1{
    width: 40%;
    padding: 6rem 8rem;
}

@media (max-width: 1200px) {
    .product-customization > .box,
    .product-customization > .vs,
    .product-customization > .box-1{
        width: 100%;
    }
    .product-customization > .box,
    .product-customization > .box-1{
        padding: 3rem 1rem;
    }
    .product-customization > .vs{
        padding: 3rem 0;
    }
}

/*区别表格*/
.diff-subtitle{
    line-height: 3.5rem;
    text-align: center;
    font-size: 2.4rem;
    color: #4e4e44;
}
.diff-subtitle:before,
.diff-subtitle:after{
    content: "";
    width: 5rem;
    height: 1px;
    display: inline-block;
    background: #cfcfcf;
    vertical-align: middle;
    margin: 0 23px;
}
.diff,
.diff-sm{
    display: none;
}
.diff table,
.diff-sm table{
}
.diff table td,
.diff-sm table td{
    line-height: 2.4rem;
    padding: 2rem;
}
.diff table td:hover,
.diff-sm table td:hover{
    background: none;
    color: black;
}
.diff table td:nth-child(2){
    border: none!important;
    text-align: center;
}
.diff table td:first-child,
.diff table td:last-child{
    width: 40%;
}
.diff-sm table td:first-child {
    width: 30%;
}
@media (min-width: 1200px)  {
    .diff{
        display: block;
    }
}
@media (max-width: 1200px)  {
    .diff-sm{
        display: block;
    }
}

.custom-scope{
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .custom-scope{
        width: 100%;
    }
}
.custom-scope dl{
    padding-top: 3rem;
}
.custom-scope dl dt{
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}
.custom-scope dl dd{
    position: relative;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
    padding-left: 1.6rem;
    font-size: 2rem;
}
.custom-scope dl dd:before{
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: #00a6ee;
    border-radius: 50%;
}
.custom-scope dl dd span{
    line-height: 2rem;
    font-size: 1.6rem;
    color: #7b7b7b;
}
/*强大的公司实力*/
.strong-company-strength{
    width: 60%;
    margin: 0 auto;
}
.strong-company-strength ul li{
    position: relative;
    width: calc(33.333% - 2rem);
}
.strong-company-strength ul li img{
    width: 100%;
}
.strong-company-strength ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg,#2186fc,rgba(33,134,252,0));
    padding: 0 8px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .strong-company-strength{
        width: 100%;
    }
    .strong-company-strength ul li{
        position: relative;
        width: calc(33.333% - 1rem);
    }
}
/*可靠的产品设计*/
.reliable-product-design{
    width: 60%;
    margin: 0 auto;
}
.reliable-product-design ul{
}
.reliable-product-design ul li{
    width: calc(33.333% - 1rem);
    margin: 1rem 0;
    padding: 1rem;
}
.reliable-product-design ul li p{
    padding-top: 1rem;
}
@media (max-width: 1200px) {
    .reliable-product-design{
        width: 100%;
    }
    .reliable-product-design ul li{
        width: calc(50% - 1rem);
        border: 1px solid #e3e3e3;
    }
}

/*高效的开发交付*/
.efficient-development_delivery{
}
.efficient-development_delivery ul{
}
.efficient-development_delivery ul li{
    display: flex;
    align-items: center;
    width: calc(50% - 1rem);
    margin: 1rem 0;
    padding: 3rem;
    border: 1px solid #e3e3e3;
}
.efficient-development_delivery ul li dl{
    padding-left: 2rem;
}
@media (max-width: 1200px) {
    .efficient-development_delivery ul li{
        width: 100%;
    }
}

/*完善的品牌服务*/
.perfect-service{
    width: 60%;
    margin: 0 auto;
}
.perfect-service ul{
}
.perfect-service ul li{
    width: 33.333%;
    text-align: center;
}
.perfect-service ul li p{
    padding-top: 1rem;
}
@media (max-width: 1200px) {
    .perfect-service{
        width: 100%;
    }
}

/*定制案例*/
.case{
}
.case th,
.case td {
    line-height: 6rem;
    padding-left: 20px;
}
.case th {
    background: none;
    text-align: left;
    color: black;
}
.case td:hover {
    background: none;
    color: black;
}


/*下载中心*/
.download-list{
    padding: 2rem 0;
}
.download-title{
    font-size: 2.2rem;
}
.download-list ul{
    padding-top: 1rem;
}
.download-list ul li{
    border-bottom: 1px solid #e3e3e3;
}
.download-list ul li span{
    line-height: 20px;
    padding: 10px;
}
.download-list ul li span:nth-child(1){
    width: 20%;
}
.download-list ul li span:nth-child(2){
    flex: 1;
}
.download-list ul li span:nth-child(3){

}
.download-view,
.download-btn {
    display: inline-block;
    width: 8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    border: 1px solid rgba(10,125,209,.5);
    color: #0a7dd1;
    text-align: center;
}
.download-btn:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 12px;
    margin-left: 5px;
    background: url('../images/download-icon.svg') no-repeat 50%;
}


/*下载中心内容*/
.download-content{
    position: relative;
}
.download-content > .left{
    width: calc(100% - 9rem);
}
.download-content > .left .header{

}
.download-content > .left .header p{
    padding: 0.5rem 0;
}
.download-content > .left .header p:nth-child(1){
    font-size: 1.8rem;
}
.download-content > .left .header p:nth-child(2){
    font-size: 2.4rem;
}
.download-content > .left h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.download-content > .left h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    color: #333;
    font-weight: 600;
}
.download-content > .left h3 {
    margin-top: 6px;
    font-size: 16px;
    color: #333;
}
.download-content > .left table {
    margin-left: 0!important;
    margin: 10px 0;
}
.download-content > .left table tr:first-child td {
    background: #5d5d5d!important;
    color: #fff;
    border: 1px solid #717171!important;
}

.download-content > .left table td {
    background: #fff!important;
    border: 1px solid #e3e3e3!important;
    padding: 10px 5px;
}

.download-content > .right{
    position: sticky;
    top: 0;
}
.download-content > .right > ul{
    border-left: 2px solid #e3e3e3;
}
.download-content > .right > ul > li{
    margin: 0.5rem 0;
}
.download-content > .right > ul > li a{
    padding-left: 10px;
    margin-left: -2px;
    border-left: 2px solid transparent;
}
.download-content > .right > ul > li a:hover {
    border-left-color: #00a0e9;
    color: #00a0e9;
}

/*保修服务*/
.warranty-period,
.warranty-terms{
    width: 80%;
    margin: 0 auto;
}
.warranty-terms h1{
    padding-bottom: 1.5rem;
}
.warranty-terms p{
    padding: 1rem;
}
@media (max-width: 1200px) {
    .warranty-period,
    .warranty-terms{
        width: 100%;
    }
}


table th{
    background: none;
    text-align: left;
    color: #000;
}

