@charset "utf-8";
/* CSS Document */

.profile-box{
    padding: .6rem 0;
    background-position: right 2rem;
	height: 1150px;
}
.profile-box .left{
    float: left;
    width: 55%;
}
.profile-box .left .con{
    font-size: .175rem;
    line-height: .4rem;
    color: #333;
    margin-top: .4rem;
}
.profile-box .left .con strong{
	font-size: .3rem;
}
.profile-box .left .con p{
	text-indent: .4rem;
}
.profile-box .right{
    float: right;
    width: 42%;
}
.profile-box .num-box{
    text-align: right;
    font-size: 0;
}
.profile-box .num-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: .6rem;
}

.profile-box .num-box .item .num{
    font-size: .45rem;
    line-height: .45rem;
    color: #03a6fc;
    font-family: "DIN-BOLD";
}
.profile-box .num-box .item .num b{
    font-size: .3rem;
    line-height: 1.3rem;
    display: inline-block;
    vertical-align: top;
    margin-right: .3rem;
}
.profile-box .num-box .item .txt{
    font-size: .25rem;
    line-height: .25rem;
    color: #03a6fc;
    margin-top: .25rem;
    /* padding-right: .7rem; */
    text-align: center;
}
.profile-box .num-box .item:nth-child(1) .num,
.profile-box .num-box .item:nth-child(1) .txt{
    color: #46bb36;
}
.profile-box .img{
    margin-top: 1.25rem;
	width: 100%;
    position: relative;
}
.profile-box .img img{
    width: 100%;
}
.profile-box .img .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.profile-box .img .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1.7rem;
}

.school-boxs{
    padding: 2.25rem 0 1.25rem;
    margin-top: -4.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-nav-box{
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.sub-nav-box .swiper-slide{
    width: 15%;
}
.sub-nav-box .swiper-slide a{
    display: block;
    height: 1rem;
    background-color: #fff;
    text-align: center;
    line-height: 1rem;
    font-size: .25rem;
    color: #3c3c3c;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,.05);
    width: 100%;
    box-sizing: border-box;
    transition: all .3s;
}
.sub-nav-box .swiper-slide:hover a {
    background-color: #46bb36;
    color: #fff;
}
.sub-nav-box .swiper-slide:last-child a{
    border-right: none;
}
.sub-nav-box .swiper-slide.cur a{
    background-color: #46bb36;
    color: #fff;
}
.sp-nav-box .swiper-wrapper{
		justify-content: center;
	}

.news-box{
    padding: .45rem 0 .45rem;
    background-color: #f9fbfe;
}
.news-box .index-tit{
    text-align: center;
}
.news-view{
    width: 68.23%;
    margin: 0 auto;
}
.news-box .list{
    margin-top: .25rem;
    border-top: 1px solid rgba(39, 39, 39, .1);
}
.news-box .list .item{
    display:inline-block;
    padding: .5rem 0;
    border-bottom: 1px dashed #e2e2e2;
}
.news-box .list .time-box{
    float: left;
    text-align: center;
    width: 7.6%;
}
.news-box .list .day{
    font-size: .6rem;
    line-height: .8rem;
    color: #acacac;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid #acacac;
    transition: all .3s;
}
.news-box .list .ym{
    font-size: .15rem;
    line-height: .45rem;
    color: #acacac;
    transition: all .3s;
}

.news-box .list .m-time{
    display: none;
}
.news-box .list .img{
    float: left;
    width: 26.5%;
    margin-left: 4.58%;
    overflow: hidden;
}
.news-box .list .img img{
    width: 100%;
    transition: all .3s;
}

.news-box .list .text-box{
    float: right;
    width: 57.25%; 
}
.news-box .list .tit{
    font-size: .35rem;
    line-height: .45rem;
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.news-box .list .con{
    font-size: .2rem;
    line-height: .3rem;
    color: #515151;
    margin-top: .2rem;
}
.news-box .list .more-box{
    margin-top: .1rem;
    font-size: .4rem;
}
.news-box .list .more-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .25rem;
    line-height: .5rem;
}
.news-box .list .more-box .more{
    color: #353535;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    background-image: url('../images/news-arrow.png');
    margin-right: .5rem;
    transition: all .3s;
}
.news-box .list .more-box .times{
    color: #515151;
    padding-left: .8rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .3rem;
    background-image: url('../images/news-times.svg');
}
.news-box .list .page{
    margin-top: 2rem;
}

.index-tit .en{
    font-size: .4rem;
    line-height: .5rem;
    color: #a2a2a2;
    opacity: .1;
    filter: alpha(opacity=10);
    text-transform: uppercase;
    font-family: "GothamBold_3";
}
.index-tit .cn{
    font-size: .3rem;
    line-height: .4rem;
    margin-top: -.8rem;
    font-weight: bold;
}
.i-school-box{
    padding: 2.5rem 0 3.75rem;
}
.i-school-box .index-tit{
    text-align: center;
}
.i-school{
    margin-top: 2.25rem;
}
.i-school .row{
    margin: 0 -.55rem;
}
.i-school .item{
    box-sizing: border-box;
    padding: 0 .55rem;
    margin-bottom: 1.1rem;
}
.i-school .item img{
    width: 100%;
}
.i-school .con-box{
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.i-school .con-box .title{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .5rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: rgba(0,0,0,.44);
    text-align: center;
    width: 100%;
}
.i-school .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/i-school-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: .75rem 1rem;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.i-school .text .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
}
.i-school .text .tips{
    font-size: 0;
    margin-top: .5rem;
}
.i-school .text .tips span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: .55rem;
    padding: 0 .3rem;
    border-radius: .275rem;
    background-color: #fff;
    font-size: .3rem;
    color: #000;
    line-height: .55rem;
    margin-right: 5px;
}
.i-school .text .con{
    font-size: .35rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .5rem;
    height: 1.8rem;
    overflow: hidden;
}


.news-view{
    width: 68.23%;
    margin: .4rem auto;
}
.news-box .list{
    margin-top: .75rem;
    border-top: 1px solid rgba(39, 39, 39, .1);
}

.news-box .list .item{
    display: block;
	height: 320px;
    padding: .5rem 0;
	border-bottom: 1px dashed #e2e2e2;

}
.news-box .list .time-box{
    float: left;
    text-align: center;
    width: 7.6%;
}
.news-box .list .day{
    font-size: .5rem;
    line-height: .6rem;
    color: #acacac;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid #acacac;
    transition: all .3s;
}
.news-box .list .ym{
    font-size: .2rem;
    line-height: .25rem;
    color: #acacac;
    transition: all .3s;
}

.news-box .list .m-time{
    display: none;
}
.news-box .list .img{
    float: left;
    width: 26.5%;
    margin-left: 4.58%;
    overflow: hidden;
}
.news-box .list .img img{
    width: 100%;
    transition: all .3s;
}

.news-box .list .text-box{
    float: right;
    width: 57.25%; 
}
.news-box .list .tit{
    font-size: .35rem;
    line-height: .45rem;
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.news-box .list .con{
    font-size: .2rem;
    line-height: .35rem;
    color: #515151;
    margin-top: .2rem;
}
.news-box .list .more-box{
    margin-top: .1rem;
    font-size: 0;
}
.news-box .list .more-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .15rem;
    line-height: .5rem;
}
.news-box .list .more-box .more{
    color: #353535;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    background-image: url('../images/news-arrow.png');
    margin-right: .5rem;
    transition: all .3s;
}
.news-box .list .more-box .times{
    color: #515151;
    padding-left: .4rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .3rem;
    background-image: url('../images/news-times.svg');
}
.news-box .list .page{
    margin-top: 2rem;
}

.newsinfo-box .left{
    float: left;
    width: 69.2857%;
}
.newsinfo-box .left .tit{
	font-size: .35rem;
	line-height: .45rem;
	color: #000;
}
.newsinfo-box .left .share-box{
    margin-top: .2rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #d1d1d1;
}
.newsinfo-box .left .bshare-custom{
    float: left;
    font-size: 0!important;
}
.newsinfo-box .left .bshare-custom a,
.newsinfo-box .left .bshare-custom span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .2rem;
    color: #666;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 20px;
}
.newsinfo-box .left .bshare-custom span{
    margin-right: .2rem;
}
.newsinfo-box .left .bshare-custom a{
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: .2rem;
}
.newsinfo-box .left .bshare-custom .bshare-weixin{
    background-image: url('../images/wechat.svg');
}
.newsinfo-box .left .bshare-custom .bshare-sinaminiblog{
    background-image: url('../images/weibo.svg');
}

.newsinfo-box .time{
    float: right;
    font-size: .2rem;
    line-height: 20px;
    color: #666;
}

.newsinfo-box .left .con{
    margin-top: .9rem;
    font-size: .175rem;
    line-height: .3rem;
    color: #666;
}
.newsinfo-box .left .con img{
    max-width: 100%;
	margin: 15px auto;
}
.newsinfo-box .left .buttons{
    font-size: 0;
    width: 100%;
    height: .6rem;
    background-color: #fff;
    margin-top: .6rem;
	margin-bottom: .6rem;
    box-sizing: border-box;
    padding: 0 .3rem;
    position: relative;
	box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
}
.newsinfo-box .left .buttons a{
    font-size: .2rem;
    line-height: .3rem;
    color: #666;
}
.newsinfo-box .left .buttons .prev,
.newsinfo-box .left .buttons .next{
    margin-top: .15rem;
}
.newsinfo-box .left .buttons .prev{
    float: left;
}
.newsinfo-box .left .buttons .next{
    float: right;
}
.newsinfo-box .left .buttons .back{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.newsinfo-box .right{
    float: right;
    width: 25.42857%;
    margin-top: .75rem;
}
.newsinfo-box .right .tit{
    font-size: .25rem;
    line-height: .7rem;
    color: #000;
}
.newsinfo-box .right .list{
    margin-top: .3rem;
}
.newsinfo-box .right .list a{
    margin-bottom: .2rem;
    display: block;
    background-color: #fff;
    color: #2f2f2f;
    font-size: .15rem;
    padding: .15rem .6rem .15rem .15rem;
    border-radius: 4px;
    line-height: .35rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
	box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
}
.newsinfo-box .right .list a:last-child{
    margin-bottom: 0;
}
.newsinfo-box .right .list a:before{
    content: "";
    position: absolute;
    right: .25rem;
    top: 50%;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url('../images/guideinfo-more.png');
    transform: translateY(-50%);
    transition: all .3s;
}
.newsinfo-box .right .once{
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: #226fd8;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    margin-top: .5rem;
}
.newsinfo-box .right .once span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    color: #fff;
    padding-right: .3rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/guideinfo-more2.png');
    background-size: .175rem;
}

.video-box{
    padding: .75rem 0 1.25rem;
    background-position: right 2.25rem;
	background: #f9fbfe;
}
.video-box .list{
    margin-top: .75rem;
}
.video-box .list .row{
    margin:  0 -.15rem;
}
.video-box .list .item{
    padding: 0 .15rem;
    box-sizing: border-box;
    margin-bottom: .8rem;
	
}
.video-box .list .con-box{
    display: block;
    border-radius: 3px;
    overflow: hidden;
	box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
}
.video-box .list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    transition: all .3s;
}
.video-box .list .img{
    position: relative;
	overflow: hidden;
}
.video-box .list img{
    width: 100%;
	transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
}

.video-box .list .item:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.video-box .list .text{
    padding: .1rem .2rem;
    background-color: #fff;
}
.video-box .list .text .time{
    font-size: .15rem;
    color: #46bb36;
    line-height: .2rem;
}
.video-box .list .con{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}

.video-box .list .cons{
    font-size: .15rem;
    line-height: .3rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
.view{
    width: 83.33%;
    margin: 0 auto;
}

.classify-screen {
    background: #fff;
	box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
    font-size: 12px;
    padding: 5px 20px 0px;
    margin-top: 60px;
}

.classify-box {
    padding: 10px 0px;
}

.classify-box .classify-name {
    width: 100px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-indent: 15px;
    line-height: 30px;
}

.classify-box .classify-screen-con {
    font-size: 16px;
    line-height: 30px;
    float: left;
    width: 980px;
}

.classify-box .classify-screen-con .classify-choose {
    width: 980px;
    float: left;
}

.classify-box .classify-screen-con a {
    position: relative;
    float: left;
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.classify-box .classify-screen-con a:hover {
    color: #E31939;
}

.classify-box .classify-screen-con a:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e3e3e3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.classify-box .classify-screen-con a span {
    padding: 3px 10px;
    margin: 0 10px;
}

.classify-box .classify-screen-con a.selected span {
    background: #E31939;
    color: #ffffff;
}
