/*==========================================
    首页banner图轮播
===========================================*/
.banner-carousel-caption {
    top: 25%;
    text-align: left;
    color: rgb(24, 3, 3);
}

.banner-carousel-caption h1 {
    margin: 0px 0 24px;
    font-size: 40px;
    line-height: 52px;
    font-weight: bolder;
    color: #0d4072;
    text-shadow: 3px 3px 0 #eee, 4px 4px 0 #21649e
}

.banner-carousel-caption h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.banner-carousel-caption h3 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

/*==========================================
    二级页面banner
===========================================*/
.secound-banner {
    margin: 0px;
    padding: 0px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}

.secound-banner img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.secound-banner .banner-box {
    position: absolute;
    top: 180px;
    left: 100px;
}

.secound-banner .banner-box .banner-box-title {
    font-size: 48px;
    font-weight: bold;
}

.secound-banner .banner-box .banner-box-border {
    height: 8px;
    background-color: #0e58a3;
    width: 140px;
}

.secound-banner .banner-box .banner-box-text {
    font-size: 20px;
    margin-top: 15px;
}
/*==========================================
    解决方案三级页面banner
===========================================*/
.solution-third-banner{
    margin: 0px;
    padding: 0px;
    height: 350px;
    overflow: hidden;
}
.solution-third-banner img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.solution-third-banner .banner-box {
    position: absolute;
    top: 180px;
    left: 100px;
}
.solution-third-banner .banner-box .banner-box-title {
    font-size: 36px;
    font-weight: bold;
}
.solution-third-banner .banner-box .banner-box-text {
    font-size: 16px;
    margin-bottom: 40px;
}
.solution-third-banner .banner-box .banner-box-button {
    padding:8px 25px;
    margin-right: 20px;
}
