@charset "utf-8";
/****reset style*****/

.intro-box {
    width: 1296px;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 0 15px #e0e6e9;
    padding: 96px;
    margin-bottom: 50px;
    background: url(../images/int-bg.png) bottom center no-repeat;
    padding-bottom: 180px;
}

.main-top {
    height: 210px;
    background: url(../images/t-left.png) left no-repeat;
    position: relative;
}

.main-top:before {
    content: "";
    display: block;
    width: 1043px;
    height: 4px;
    background: url(../images/t-bott.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 60px;
    z-index: -1;
}

.main-top .top-bg {
    position: absolute;
    right: 54px;
    bottom: -5px;
    font-size: 48px;
    font-weight: bold;
    color: #f5f7fd;
    line-height: 48px;
}

.main-top .top-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #3364a8;
    font-size: 22px;
}

.main-top .top-left {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal!important;
    letter-spacing: 6px;
}

.main-cont {
    padding-top: 60px;
}

.main-cont p {
    font-size: 28px;
    font-weight: normal!important;
    line-height: 48px;
    letter-spacing: 1px;
    text-indent: 3em;
}

.main-cont p b {
    color: #3366cc;
}