﻿#myCarousel_big .carousel-indicators.info1 {
    width: auto;
    left: auto;
    right: 60px;
    bottom: 40px;
}
#myCarousel_big .carousel-control.left {
    background-image: url(../image/info_icon_left.png);
}
#myCarousel_big .carousel-control.right {
    background-image: url(../image/info_icon_right.png);
}
.ur_here {
    font-size: 20px;
    margin-top: 76px;
    margin-bottom: 60px;
    text-align: right;
}
.bg_yellow_big {
    background: url("../image/learn_parent_icon_2.png") #7086ca
        no-repeat left top;
}
.bigframe {
    margin-top: 100px;
    margin-bottom: 70px;
}
.bigleft {
    padding: 0;
    padding-right: 30px;
}
.biginfo {
    padding-left: 0px;
    border-top: 12px solid #9daae1;
    border-bottom: 12px solid #9daae1;
    padding-bottom: 50px;
}
.bigtitle {
    font-size: 26px;
    margin-top: 50px;
    font-weight: bolder;
    color: #000000;
}
.smalltitle {
    font-size: 26px;
    margin-top: 50px;
    font-weight: bolder;
    color: #9eaee2;
}
.smallul {
    font-size: 22px;
    margin-top: 22px;
}
.bottominfo {
    border-top: 12px solid #9daae1;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

@media screen and (min-width: 1441px) and (max-width: 1650px) {
    .smalltitle {
        font-size: 22px;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    .bigtitle {
        font-size: 22px;
    }
    .smallul {
        font-size: 18px;
    }
    .bottominfo {
        font-size: 18px;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .smalltitle {
        font-size: 20px;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    .bigtitle {
        font-size: 20px;
    }
    .smallul {
        font-size: 16px;
    }
    .bottominfo {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .smalltitle {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    .bigtitle {
        font-size: 18px;
    }
    .smallul {
        font-size: 12px;
    }
    .bottominfo {
        font-size: 12px;
    }

    .ur_here {
        font-size: 18px;
        margin-top: 46px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .ur_here {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 10px;
        text-align: left;
    }
    .bigleft {
        padding: 0;
        font-size: 12px;
        line-height: 12px;
    }
    .biginfo {
        padding: 0;
        margin-top: 50px;
    }
    .bigframe {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .bigtitle {
        font-size: 18px;
    }
    .smalltitle {
        font-size: 16px;
    }
    .smallul {
        font-size: 12px;
        padding-left: 15px;
    }
    .bottominfo {
        font-size: 12px;
    }
}
.margintop37 {
    margin-top: 37px;
}