﻿#home {
    background-image: linear-gradient(to right, #2e70eb,#25a9f4 );
}

#address .container h2 {
    letter-spacing: 3px;
}

#address p {
    font-size: 15px;
}

#address .container .col-md-12 .col_top {
    background: #fff;
}

#address .container .col-md-12 .col_bottom {
    background: #fff;
}

#address {
    border: none;
    background-color: #fff;
}

/*service*/
#service {
    background: linear-gradient(to right top, #0976ed,rgb(78,229,246) );
    color: #fff;
}

    #service h2 {
        margin-bottom: 20px;
        letter-spacing: 3px;
        font-size: 40px;
        font-weight: 600;
    }

    #service .Describe-picture dt {
        margin-top: 50px;
        height: 100px;
    }
    /*#service .Describe-picture dd h3 {
        font-size: 24px;
        line-height: 50px;
    }
    #service .Describe-picture dd h4 {
        font-size: 15px;
        line-height:50px;
    }*/
    #service .Describe-picture dd p {
        margin:0px 40px;
        font-size: 15px;
        line-height: 50px;
    }
    #service .Describe-picture dd h6{
        line-height: 1.5rem;
    }
/*//service*/
/*Process*/
#Process {
    background: #f2f2f2;
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff;
}

    #Process .text-top {
        /*margin-top: -50px;*/
    }

    #Process .text-bottom {
        margin-top: 30px;
    }

    #Process .border-circle {
        border: 5px solid #0b72e2;
        height: 250px;
        border-radius: 150px;
    }

    #Process .border-gril {
        position: relative;
        width: 100%;
    }

    #Process .Process-picture1 {
        width: 160px;
        position: absolute;
        left: 25%;
        top: -58px;
        margin-left: -80px;
    }

    #Process .Process-picture2 {
        width: 160px;
        position: absolute;
        left: 50%;
        top: -58px;
        margin-left: -80px;
    }

    #Process .Process-picture3 {
        position: absolute;
        left: 75%;
        width: 160px;
        top: -58px;
        margin-left: -80px;
    }

    #Process .border-gril img {
        background-color: #f2f2f2;
        padding: 5px;
    }

    #Process i {
        color: #0b72e2;
    }

    #Process .fa-angle-left {
        position: absolute;
        top: 220px;
        left:50%;
        margin-left: -12px;
    }

    #Process .fas-right-one {
        position: absolute;
        top: -26px;
        left: 50%;
        margin-left: -75px;
    }

    #Process .fas-right-two {
        position: absolute;
        top: -26px;
        left: 75%;
        margin-left: -75px;
    }
/*//Process*/

/*software-product*/
.software-product .software-product-title h4 {
    margin-top:15px;
    margin-bottom:30px;
}

.software-product .shadow dd {
}

.software-product .look_over a {
    color: #007cde;
}

.software-product .shadow dd p {
    text-align: center;
}

/*//software-product*/
/*页面自适应*/
@media all and (max-width:768px) {
    /*.banner-w3layouts-info h2 {
        font-size: 1.5rem;
        margin-top: 70px;
        margin-bottom: 25px;
    }*/
    #address .container h1 {
        font-size: 1.4rem;
    }

    #address .container p {
        font-size: 0.8rem
    }

    #address .container h2 {
        font-size: 1.5rem;
    }

    #service h2 {
        font-size: 1.5rem;
    }

    #address .container .col-md-12 {
        height: 150px;
        margin: 20px 0px 20px 0px
    }

    #Process {
        padding: 50px 0px
    }

        #Process .text-top {
            font-size: 1.5rem;
            margin-bottom: 50px;
        }

        #Process .text-bottom {
            margin-top: 10px;
        }

        #Process .border-circle {
            border: 2px solid #0b72e2;
            height: 100px;
            border-radius: 150px;
        }

        #Process .border-gril i {
            font-size: 14px;
        }

        #Process .border-gril {
            position: relative;
            width: 100%;
        }

        #Process h4 {
            font-size: 15px;
        }

        #Process .Process-picture1 {
            top: -32px;
        }

        #Process .Process-picture2 {
            top: -32px;
        }

        #Process .Process-picture3 {
            top: -32px;
        }

        #Process .border-gril img {
            width: 60px;
            background-color: #f2f2f2;
            padding: 5px;
        }

        #Process .fa-angle-left {
            top: 90px;
            margin-left: 0px;
        }

        #Process .fas-right-one {
            top: -8px;
            margin-left: -35px;
        }

        #Process .fas-right-two {
            top: -8px;
            margin-left: -35px;
        }

    .software-product h4{
        font-size:15px;
    }

}

/*//页面自适应*/
