/*内容标题开始*/
.international-title h2 {
    color: #f1eff1;
}

/*内容标题结束*/

/*主体内容开始*/
.schoolProject {
    background: #f8f5f2;
    overflow: hidden;
    padding-bottom: 72px;
}

.schoolProject .sp-title {
    width: 607px;
    height: 96px;
    border: 2px solid #bf8634;
    position: relative;
    margin: 0 auto;
    margin-top: 71px;
    margin-bottom: 66px;
}

.schoolProject .sp-title h3, .schoolProject .sp-title h4 {
    position: absolute;
    left: 50%;
}

.schoolProject .sp-title h6 {
    line-height: 96px;
    font-size: 24px;
    color: #cbcbcb;
}

.schoolProject .sp-title h3 {
    top: -23px;
    margin-left: -200px;
    font-size: 40px;
    color: #bf8634;
    line-height: 100%;
    background: #f8f5f2;
    padding: 0 20px;
    letter-spacing: 5px;
}

.schoolProject .sp-title h4 {
    bottom: -15px;
    font-size: 36px;
    color: #efd8b6;
    background: #f8f5f2;
    line-height: 100%;
    padding: 0 30px;
    margin-left: -136px;
}
.schoolProject .sp-content {
    border-radius: 11px;
    width: 1157px;
    height: 573px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-bottom-right-radius: 0;
}
.schoolProject .sp-content .fl {
    width: 380px;
    height: inherit;
}
.schoolProject .sp-content .fr {
    width: 773px;
    height: inherit;
}
.schoolProject .sp-content .sp-list a {
    position: relative;
    width: 380px;
    height: 190px;
    display: block;
}
.schoolProject .sp-content .sp-list li:first-child{
    border-top-left-radius: 11px;
    border-top: 0;
}
.schoolProject .sp-content .sp-list li:last-child{
    border-bottom-left-radius: 11px;
    border-bottom: 0;
}
.schoolProject .sp-content .sp-list li {
    border: 1px solid #dedede;
    width: 380px;
    height: 190px;
    overflow: hidden;
}
.schoolProject .sp-content .sp-list #spCan1,.schoolProject .sp-content .sp-list #spCan2,.schoolProject .sp-content .sp-list #spCan3{
    position: absolute;
    left: 0px;
    top: 0px;
}

.sp-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-banner .list img {
    border: 0;
    width: 773px;
    height: auto;
    display: block;
}

.sp-banner .bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 57px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
}

.sp-banner  .info {
    position: absolute;
    bottom: 18.5px;
    left: 22px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    font-size: 18px;
    color: white;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

.sp-banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: 0;
}

.sp-banner ul li {
    padding: 18px 22px;
    float: left;
    display: block;
    color: #FFF;
    background: #a3773a;
    cursor: pointer;
    font-size: 30px;
    margin-right: 1px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.sp-banner ul li.on {
    background-color: #a3773a;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.sp-banner .list a {
    position: absolute;
    left: 0;
    top: 0;
}

/*主体内容结束*/