@charset "utf-8";

/* CSS Document */

.wrap {
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
}

.banner .slick-arrow {
    width: 50px;
    height: 50px;
    color: transparent;
    border: 0;
    background: url('../images/index/arrow.png');
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 29%;
    margin: -25px 0 0 0;
    z-index: 999;
    cursor: pointer;
    outline: 0;
}

.banner .slick-arrow:hover {
	background-position: 0 100%;
}

.banner .slick-next {
    margin: 28px 0 0 0;
    transform: rotate(180deg);
}

#main-box {
    padding: 45px 0 0 0;
}


/*********************************************************/

#header-box {
    float: none;
    max-width: 1440px;
    margin: 0 auto 85px;
}

#menu-box {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/***ad-box-index******************************************************/

#ad-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#ad-box .ad_dot {
    width: 100px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    bottom: -331px;
    left: 914px;
}

#ad_bottom {
    width: 1200px;
    height: 29px;
    margin: 0 auto;
    background: url(../data/index/ad_bg.png) top center no-repeat;
}

#ad-box .left {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 273px;
}

#ad-box .right {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 330px;
}


/***about********************************************************/

.about {
    width: 330px;
    height: 480px;
    float: left;
    color: #fff;
    background: url(../data/index/active_bg.png);
}

.about .title-box {
    width: 100%;
    height: 30px;
    padding: 14px 0;
    text-align: center;
}

.about .frame_info {
    width: 282px;
    height: auto;
    padding: 8px 24px;
    font-size: 15px;
}

.about .content {
    height: auto;
    width: 285px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.about .content:before,
.about .content:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .2s;
}

.about .content:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 201, 38, .65);
}

.about .content:after {
    width: 107px;
    height: 103px;
    background: url('../images/index/about_ic.png');
    top: 50%;
    left: 50%;
    margin: -53px 0 0 -51px;
}

.about .content:hover:before,
.about .content:hover:after {
    opacity: 1;
    transition: all .2s;
}

.about .caption {
    height: auto;
    width: 100%;
    margin-top: 21px;
    text-align: center;
}


/***edu********************************************************/

.edu {
    height: auto;
    width: 929px;
    float: right;
}


/***technology********************************************************/

#news-box {
    width: 1000px;
    height: 410px;
    float: right;
    padding: 82px 40px 0 40px;
    background: url(../data/index/news_bg.png);
    margin: -12px 0 0 0;
}

.news {
    width: 1000px;
    height: auto;
    float: left;
}

.news a {
    color: #5E5E5E;
    TEXT-DECORATION: none;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    -o-transition: color 120ms linear;
    transition: color 120ms linear;
}

.news:hover a {
    COLOR: #EB6400;
    TEXT-DECORATION: none;
}

.news .title-box {
    padding: 20px 0 20px 74px;
    width: 800px;
    height: 30px;
    color: #333333;
    text-align: left;
    font-size: 16px;
    float: left;
}

.news .date-box {
    padding: 20px 0 0 0;
    width: 60px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 12px;
    float: left;
}

.news .date-box .c01 {
    color: #FFFFFF;
    font-size: 32px;
}

.news .photobox {
    height: 70px;
    width: 1000px;
    float: left;
    background: url(../data/index/news_list.png);
    margin-bottom: 5px;
}

.news .photobox:hover {
    height: 70px;
    width: 1000px;
    background: url(../data/index/news_list-.png);
}

.news .frame_info {
    width: 100%;
    height: auto;
    margin: auto;
}

.news .content {
    font-size: 13px;
    width: 330px;
    height: auto;
    padding: 5px 0px 5px 0px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #777777;
}


/***technology********************************************************/

#school-box {
    height: auto;
    width: 480px;
    margin: 18px 0px 0px 0px;
    letter-spacing: 1px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#school-box .box-top {
    width: 480px;
    height: auto;
    float: left;
}

#school-box .box-bottom {
    width: 480px;
    height: auto;
    float: left;
}

#school-box .photo {
    width: 118px;
    height: 159px;
    float: left;
    position: relative;
}

#school-box .cover {
    width: 118px;
    height: 159px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: transparent;
    font-size: 17px;
    text-align: center;
    box-sizing: border-box;
    padding: 95px 0 0 0;
}

#school-box .photo:hover .cover {
    width: 118px;
    height: 159px;
    /*需扣掉64px高度*/
    filter: alpha(opacity=100);
    /*IE,透明度50%*/
    -moz-opacity: 1;
    /*Firefox,透明度50%*/
    opacity: 1;
    /*其他浏览器,透明度50%*/
    background: url(../data/index/schools_cover.png);
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(0, 0, 140, .65);
}

#school-box .box-center {
    width: 480px;
    height: auto;
    float: left;
}

#school-box .box-center-center {
    width: 238px;
    height: 159px;
    float: left;
}

#school-box .photo-right2 {
    margin-right: 2px;
}

#school-box .photo-right2 {
    margin-right: 2px;
}

#school-box .photo-bottom2 {
    margin-bottom: 2px;
}


/***active********************************************************/

#active-box {
    width: 100%;
    height: auto;
    margin-top: 84px;
    max-width: 100%;
    padding: 0;
}

#active {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#active .title {
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
}

#active-box .center {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 37px;
}

#active-box .photobox {
    height: auto;
    width: 320px;
    position: relative;
    float: left;
    margin: 0px 20px 18px 20px
}

#active-box .photo {
    height: 320px;
    width: 320px;
    margin: auto;
    position: relative;
}

#active-box .cover {
    height: 320px;
    width: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#active-box .photo:hover .cover {
    height: 320px;
    width: 320px;
    /*需扣掉64px高度*/
    filter: alpha(opacity=100);
    /*IE,透明度50%*/
    -moz-opacity: 1;
    /*Firefox,透明度50%*/
    opacity: 1;
    /*其他浏览器,透明度50%*/
    background: url(../data/index/active_cover.png);
}

#active-box .photo_style {
    border: 3px solid #9DD6F4;
    -webkit-border--right-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#active-box .frame_info {
    width: 318px;
    height: auto;
    margin: auto;
}

#active-box .caption {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

#active-box .caption a {
    color: #152B68;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#active-box .caption a:hover {
    color: #FF2D2D;
    text-decoration: underline;
}

#active-box .comtent {
    width: 100%;
    height: 50px;
}

#active-box .album-box {
    margin: 0 -27px;
}

#active-box .album-list {
    max-width: 100%;
}

#active-box .album-list li {
    padding: 0 27px 40px;
    width: 25%;
}

#active-box .album-list .pic {
    max-width: 320px;
}

#active-box .album-list li:nth-child(3n+1) {
    clear: none;
}

#active-box .album-list li:nth-child(4n+1) {
    clear: left;
}

.album-list .name {
    margin: 10px 5px 0;
}

#active-box .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    height: 46px;
    text-align: left;
    margin: 0 5px;
}


/***links********************************************************/

#links-box {
    width: 100%;
    height: auto;
    padding-top: 60px;
}

#links {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    float: left;
}

#links-box .center {
    width: 100%;
    height: auto;
    float: left;
}

#links-box .photobox {
    height: auto;
    width: 265px;
    position: relative;
    float: left;
    margin: 0px 10px 10px 10px
}

#links-box .photo {
    height: 80px;
    width: 265px;
    margin: auto;
    position: relative;
}

#links-box .cover {
    height: 80px;
    width: 265px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#links-box .photo:hover .cover {
    height: 80px;
    width: 265px;
    /*需扣掉64px高度*/
    filter: alpha(opacity=100);
    /*IE,透明度50%*/
    -moz-opacity: 1;
    /*Firefox,透明度50%*/
    opacity: 1;
    /*其他浏览器,透明度50%*/
    background: url(../data/index/links_cover.png);
}
