/* banner begin*/
.banner-background {
    /*background: url('../../images/bg.jpg') center center;*/
    background-color: #1A4C87;
    background-size: cover;
    min-height: 340px;
    *height: 477px;
    height: 520px;
}

.banner-container {
    padding-top: 30px;
}

.banner-main-text {
    /*margin-right: 50%;*/
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px 8px;
    color: #fff;
}

h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.375em;
    line-height: 1.26316em;
    margin-bottom: 0.31579em;
    margin-top: 0em;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.banner-title {
    font-size: 36px !important;
}

hr {
    border-color: rgba(255,255,255,0.4);
    margin: 20px 0;
    width: 60px;
}

.banner-text {
    font-size: 14px;
    /*font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif;*/
    margin-bottom: 30px;
    line-height: 1.5em;
}

.banner-image {
    width: 100%;
}
/* banner end*/

/* Overview begin */
.temp-feature {
    margin-top: 45px;
    margin-bottom: 48px;
    text-align: center;
    background: #fefefe;
    color: #4d4d4d;
    font-size: 13px;
    /*font-family: "Lucida Grande","Segoe UI","Arial",sans-serif;*/
}

.temp-feature-image {
    border: 2px solid #0089CC;
    padding: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.temp-feature-title {
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
    font-size: 20px;
}
/* Overview end */

/* Content begin */
.temp-content {
    background-color: #F7F7F7;
    padding-top: 30px;
    padding-bottom: 48px;
}

.temp-blocks {
    margin-bottom: 20px;
}

.temp-block {
    height: 360px;
    background-color: #FFF;
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
    margin-bottom: 30px;
    /*cursor: pointer;*/
    padding: 0;

    /*float: left;*/
    color: #2E2E2E;
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.temp-block:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    /*box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);*/
    color: #2E2E2E;
    text-decoration: none !important;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -moz-transform: none;
}

.temp-block-image {
    height: 49%;
    text-align: center;
}

.temp-theme-orange {
    background-color: #F46018;
}

.temp-theme-red {
    background-color: #D44B1D;
}

.temp-theme-blue {
    background-color: #006EBB;
}

.temp-theme-darkblue {
    background-color: #17558E;
}

.temp-theme-lightgray {
    background-color: #D3D7DA;
}

.temp-theme-gray {
    background-color: #707D83;
}

.temp-theme-aqua {
    background-color: #ACCF4D;
}

.temp-theme-green {
    background-color: #2DA03B;
}

.temp-theme-skyblue {
    background-color: #51C4F1;
}

.temp-theme-purple {
    background-color: #793F89;
}

/*ֽ����Ӱ begin*/
.temp-image {
    display: inline-block;
    *display: inline;
    width: 70%;
    max-width: 200px;
    /*height: 131px;*/
    margin: 30px auto;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.6) inset;
    position: relative;
    *zoom: 1;
}

.temp-image:before {
    -webkit-transform: skew(-15deg) rotate(-6deg);
    -moz-transform: skew(-15deg) rotate(-6deg);
    transform: skew(-15deg) rotate(-6deg);
    left: 15px;
}

.temp-image:after {
    -webkit-transform: skew(15deg) rotate(6deg);
    -moz-transform: skew(15deg) rotate(6deg);
    transform: skew(15deg) rotate(6deg);
    right: 15px;
}

.temp-image:before, .curved_box:after {
    width: 70%;
    height: 55%;
    content: ' ';

    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);

    position: absolute;
    bottom: 10px;
    z-index: -1;
}

/*ֽ����Ӱ end*/

.temp-block-text {
    width: 80%;
    margin: 25px auto;
}

.temp-block-title {

}

.temp-block-text p {
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*IE��FireFox*/
    white-space: normal;
    max-height: 100px;
    text-overflow: -o-ellipsis-lastline;
}

.temp-block-text p:hover {
    color: #666;
}
/* Content end */

/* media begin */
@media screen and (max-width: 1320px) {

}

@media screen and (max-width: 992px) {
    .banner-main-text {
        /*margin-right: 0%;*/
        width: 100%;
        margin-top: 120px;
    }

    .banner-main-image {
        display: none;
    }

    /*.banner-background {
        background-position: 100% 50% !important;
    }*/

    .block {
        width: 50%;
    }

    .temp-block {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .temp-feature {
        width: 100%;
    }

    .block {
        width: 100%;
    }

    .temp-block {
        width: 100%;
    }
}
/* media end */
#pagination {
    float: right;
}

.footer {
    background-color: #fff;
}
/* MAPPING ITEM
-------------------------------------------------- */
.mapping-item {
    cursor: pointer;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 3px solid #f89927;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    text-decoration: none;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapping-item .oprations {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -114px;
    text-align: center;
    line-height: 24px;
    background-color: rgba(255, 255, 255, .97);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mapping-item .oprations > ul {
    margin-top: 12px;
}

.mapping-item .oprations a {
    color: #666;
    text-decoration: none;
}

.mapping-item .oprations a:hover,
.mapping-item .oprations a:focus {
    color: #FF5A69;
    text-decoration: none;
}

.mapping-item img {
    margin: 0;
    border: 0;
    width: 100%;
}

.mapping-item .header {
    font-size: 16px;
    color: #007ac2;
    height: 44px;
    margin-top: 24px;
    margin-bottom: 4px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.mapping-item p {
    font-size: 14px;
    color: #666;
    height: 100px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}

.mapping-item:hover,
.mapping-item:focus {
    box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0 22px 43px rgba(0, 0, 0, 0.15);
    color:#1A4C87;
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px);
    -moz-transform:none;
}

.mapping-item:hover .oprations,
.mapping-item:focus .oprations {
    bottom: 0;
}

.samples .opa-0 {
    opacity: 0;
}
#tempContent .leader h3 {
    background-color: #F7F7F7;
    font-size: 22px;
}

.temp-overview .breadcrumb{
    display: block;
}

/*# sourceMappingURL=template_application.css.map*/