﻿ /*banner*/

.newbanner {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    margin-top: -15px;
    z-index: 8;
}

/* 轮播图容器 */
.slider
{
    height: 410px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    /* 图片列表 */
    .slider ul
    {
        height: 410px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        /* 单个轮播项 */
        .slider ul li
        {
            height: 410px;
            float: left;
            position: relative;
            overflow: hidden;
        }

            /* 图片样式 - 优化居中方式 */
            .slider ul li img
            {
                width: 100%;
                height: 100%;
                object-fit: cover; /* 保持比例填满容器，可选 contain */
                display: block;
            }

    /* 指示器容器 */
    .slider ol
    {
        background: rgba(255, 255, 255, 0.3);
        -pie-background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        z-index: 6;
        border-radius: 10px;
        behavior: url(/Content/PIE.htc);
        padding: 0 10px;
        margin: 0;
        list-style: none;
    }

        /* 指示器小圆点 */
        .slider ol li
        {
            width: 12px;
            height: 12px;
            background: #B7B7B7;
            border-radius: 50%;
            behavior: url(/Content/PIE.htc);
            float: left;
            margin: 4px;
            cursor: pointer;
            font-size: 0;
        }

        /* 当前激活的指示器 */
        .slider ol .current
        {
            background: #f40;
        }

    /* 翻页按钮 */
    .slider .prev,
    .slider .next
    {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        background: rgba(126, 124, 124, 0.3);
        -pie-background: rgba(126, 124, 124, 0.3);
        behavior: url(/Content/PIE.htc);
        z-index: 2;
        display: none;
        cursor: pointer;
        border: none;
        outline: none;
        padding: 0;
    }

    /* 左侧按钮 */
    .slider .prev
    {
        left: 50%;
        margin-left: -650px;
    }

    /* 右侧按钮 */
    .slider .next
    {
        left: 50%;
        margin-left: 550px;
    }

        /* 按钮图标 */
        .slider .prev:before,
        .slider .next:before
        {
            content: '';
            font-family: 'iconfont';
            font-size: 80px;
            position: absolute;
            left: 10px;
            top: 0;
            color: #666;
        }

    .slider .prev:before
    {
        content: '\e613';
        top: 8px;
    }

    .slider .next:before
    {
        content: '\e611';
    }

    /* 鼠标悬停显示按钮 */
    .slider:hover .prev,
    .slider:hover .next
    {
        display: block;
    }

.banner-con {
    width: 100%;
    position: relative;
}

.banner-con img {
 	position: absolute;
 	height: 410px;
 	left: 50%;
 	margin-left: -960px;
 }

.n-login {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: 190px;
    z-index: 4;
    overflow: hidden;
}

.login-con {
    width: 280px;
    height: 356px;
    background: rgba(0,0,0,.5); 
    -pie-background: rgba(0,0,0,.5);
    behavior:url(/Content/PIE.htc);
    padding: 14px 20px;
    position: relative;
    z-index:10;
    margin-top: 2px;
    color: #fff;
}
.login-con p {
 	font-size: 16px;
 	color: #fff;
 	text-align: center;
 	margin-bottom: 15px;
 }
.login-photo{
    width:100%;
    float:left;
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
}
.login-name{
    width:100%;
    float:left;
    text-align:center;
    /*padding-bottom:10px;*/
    color:#FD8F00;
}
.name-limit{ display:inline-block;width:230px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.login-message{
    width: 260px;
    padding-left: 10px;
    float: left;
    padding-top: 10px;
}

.nlogin-bind{
    color: #4ab930;font-size: 16px;margin:10px 20px;background: rgba(0, 0, 0, 0) url("/content/themes/blue/images/ok.png") no-repeat scroll 0 50%;font-weight: 700;
    padding: 9px 0 5px 40px;
    margin-left: 120px;
}
.nlogin-btna{background: #3f89ec none repeat scroll 0 0;border: 0 none;border-radius: 3px;behavior:url(/Content/PIE.htc);position:relative;z-index:10;color: #fff;cursor: pointer;display: block;font-size: 16px; text-align:center; line-height:40px; margin:15px 20px;}
.nlogin-btna:hover{background:#4490f7 none repeat scroll 0 0; color:white;}
.ChangeLoginMode{border:1px solid #3f89ec;border-radius: 3px;behavior:url(/Content/PIE.htc);position:relative;z-index:10;color: #3f89ec;cursor: pointer;display: block;font-size: 16px; text-align:center; line-height:38px; margin:15px 20px;}
.nlogin-smd {
background: #fff7e1 none repeat scroll 0 0;border: 1px solid #f0d788;color: #a58c3d;font-size: 13px;line-height:25px; margin: 10px 20px;padding: 5px;
}
.photo-head{
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.quit-info{
    width: 100%;
    float: left;
    padding-top:10px;
}
.quit-info a:hover{ 
    color:#fff;
}
.infolog-btn{
    width: 280px;
    float: left;
    display: block;
    text-align: center;
    line-height: 36px;
    background-color: #0e82d9;
    border-radius: 6px;
    behavior:url(/Content/PIE.htc);
    position:relative;
    z-index:10; 
    color: #fff;
    font-size: 16px;
    margin-bottom:10px;
}
.quit-info .quit-btn{ 
    background-color: #FD8F00;
}
.login-message li{ 
    float:left;
    width: 120px;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.log-input {
    width: 273px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    padding-left: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    behavior:url(/Content/PIE.htc);
    margin-bottom: 15px;
    position:relative;
    z-index:10
}

.log-input label {
 	cursor: pointer;
 }

.input-con {
    width: 235px;
    background: none;
    border: none;
    font-size: 12px;
    color: #fff;
}
.input-con::-webkit-input-placeholder,#validateCode::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ddd; 
} 
.input-con:-moz-placeholder,#validateCode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ddd; 
} 
.input-con::-moz-placeholder,#validateCode::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #ddd; 
} 
.input-con:-ms-input-placeholder,#validateCode:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #ddd; 
} 
.yz-code {
    width: 279px;
    height: 32px;
    margin-bottom: 10px;
    overflow: hidden;
}
 .yz-code input {
 	width: 183px;
 	float: left;
 	height: 30px;
 	line-height: 30px;
 	color: #fff;
 	background: none;
 	border: 1px solid #fff;
 	padding-left: 5px;
 	border-radius: 3px;
 	behavior:url(/Content/PIE.htc);
 	position: relative;
 	z-index: 10;
 }
.yz-code img {
 	float: right;
 	width: 80px;
 	height: 32px;
 }

.log-txt {
    font-size: 12px;
    color: #fff;
}

.log-txt:hover {
 	color: #FFBB34;
 }

.buy-card {
    display: inline-block;
    width: 170px;
    text-align: center;
    color: #FFBB34;
}
.buy-card:hover{ color: #FFBB34;}
.tan-txt {
    color: #FD8F00;
    font-size: 12px;
    text-align: left;
    line-height: 25px;
}

.login-bot {
    position: absolute;
    bottom:30px;
    left: 20px;
    width: 280px;
}

.login-bt {
    display: inline-block;
    width: 280px;
    height: 32px;
    line-height: 32px;
    background: #0E82D9;
    border-radius: 3px;
    behavior:url(/Content/PIE.htc);
    text-align: center;
    color: #fff;     
    position:relative;
    z-index:10; 
}

.login-bt:hover {
 	color: #fff;
 	filter: alpha(opacity=70);
 	opacity: 0.7;
 }

.third-login {
    width: 280px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.spx {
    display: inline-block;
    width: 78px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    overflow: hidden;
}

.third-con {
    width: 280px;
}

.third-con .third-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    behavior:url(/Content/PIE.htc);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    position:relative;
    z-index:10; 
}

.third-icon1{background: #44cefd;}
.third-icon2{background: #52cc67;}
.third-icon3{background: #f36f62;}
.third-icon1:hover{background: #01bcfc;}
.third-icon2:hover{background: #08f631;}
.third-icon3:hover{background: #ef2b17;}



/*功能导航*/


.Qchu {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.Iqie {
    width: 1000px;
    overflow: hidden;
    position: relative;
    left: 0px;
}
.Iqie ul {
 	width: 1000px;
 	position: relative;
 }
 
 .Iqie ul li {
 	float: left;
 }

.left {
    background: url(/content/themes/blue/images/in132.png) no-repeat center center;
    width: 80px;
    height: 100px;
    position: absolute;
    left: -20px;
    top: 46%;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.right {
    background-repeat: no-repeat;
    background-image: url(/content/themes/blue/images/in142.png);
    background-position: center center;
    width: 80px;
    height: 100px;
    position: absolute;
    right: -40px;
    top: 46%;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.posBB {
    cursor: pointer;
    width: 1000px;
    overflow: hidden;
}

.posBB .about_torse {
 	float: left;
 	width: 180px;
 	height: 200px;
 	text-align: center;
 	overflow: hidden;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 20px;
 }
 
 .posBB .about_torse a {
 	display: inline-block;
 	width: 160px;
 	padding: 10px;
 	border: 1px solid #d8d8d8;
 	text-align: left;
 	margin-bottom: 20px;
 }
 
 .posBB .about_torse a .iconft {
 	-webkit-transition: -webkit-transform 1s;
 	-moz-transition: -moz-transform 1s;
 	-o-transition: -o-transform 1s;
 	-ms-transition: -ms-transform 1s;
 	background: url(/content/themes/blue/images/login1.png) no-repeat;
 	height: 40px;
 	width: 40px;
 }
 .posBB .about_torse a .iconft2 {
 	background-image: url(/content/themes/blue/images/login2.png);
 }
 
 .posBB .about_torse a .iconft3 {
 	background-image: url(/content/themes/blue/images/hyk1.png);
 }
 
 .posBB .about_torse a .iconft4 {
 	background-image: url(/content/themes/blue/images/dxk1.png);
 }
 
 .posBB .about_torse a .iconft5 {
 	background-image: url(/content/themes/blue/images/login5.png);
 }
 
 .posBB .about_torse a .iconft6 {
 	background-image: url(/content/themes/blue/images/login6.png);
 }
 
 .posBB .about_torse a .iconft7 {
 	background-image: url(/content/themes/blue/images/login7.png);
 }
 
 .posBB .about_torse a .iconft8 {
 	background-image: url(/content/themes/blue/images/zyk1.png);
 }
 
 .posBB .about_torse a .iconft9 {
 	background-image: url(/content/themes/blue/images/login9.png);
 }
 
 .posBB .about_torse a .iconft10 {
 	background-image: url(/content/themes/blue/images/login4.png);
 }
 
 .posBB .about_torse a .iconft11 {
 	background-image: url(/content/themes/blue/images/login11.png);
 }
 
 .posBB .about_torse a .iconft12 {
 	background-image: url(/content/themes/blue/images/login12.png);
 }
 
 .posBB .about_torse a .iconft13 {
 	background-image: url(/content/themes/blue/images/login13.png);
 }
 
 .posBB .about_torse a .iconft14 {
 	background-image: url(/content/themes/blue/images/login14.png);
 }
 
 .posBB .about_torse a .iconft24 {
 	background-image: url(/content/themes/blue/images/iconft24.png);
 }
 
 .posBB .about_torse a .iconft15 {
 	background-image: url(/content/themes/blue/images/login15.png);
 }
 
 .posBB .about_torse a .iconft16 {
 	background-image: url(/content/themes/blue/images/login16.png);
 }
 
 .posBB .about_torse a .iconft17 {
 	background-image: url(/content/themes/blue/images/login17.png);
 }
 
 .posBB .about_torse a .iconft18 {
 	background-image: url(/content/themes/blue/images/login18.png);
 }
 
 .posBB .about_torse a .iconft19 {
 	background-image: url(/content/themes/blue/images/login19.png);
 }
 
 .posBB .about_torse a .iconft110 {
 	background-image: url(/content/themes/blue/images/login110.png);
 }
 .posBB .about_torse a .iconftlive {
 	background-image: url(/content/themes/blue/images/live.png);
 }

.about_torse a:hover {
    color: #0E82D9;
    border: 1px solid #0E82D9;
    background: #fff;
}
.account-vip .about_torse a:hover {
    color: #FD8F00;
    border: 1px solid #FD8F00;
    background: #fff;
}
.about_torse a:hover .iconft {
 	-webkit-transform: rotateZ(360deg);
 	-moz-transform: rotateZ(360deg);
 	-o-transform: rotateZ(360deg);
 	-ms-transform: rotateZ(360deg);
 	transform: rotateZ(360deg);
 }
/*-end-*/


/*视频*/
.v-nav {
    width: 700px;
    float: left;
}

.v-nav ul {
 	display: inline-block;
 	margin-left: 30px;
 }
 .v-nav ul li {
 	float: left;
 	padding: 1px 10px;
 	margin-left: 20px;
 	color: #0E82D9;
 	cursor: pointer;
 }
 
 .v-nav ul .active {
 	background: #0E82D9;
 	color: #fff;
 	border-radius: 3px;
 	behavior:url(/Content/PIE.htc);
 	position: relative;
 	z-index: 10;
 }

.n-more {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 1px 5px;
    border: 1px solid #999;
    border-radius: 2px;
    behavior:url(/Content/PIE.htc);
    position:relative;
    z-index:10;
}

.v-nav .n-more:hover {
    color: #0E82D9;
}

.video {
    width: 1000px;
    overflow: hidden;
}
/* .video ul {
 	overflow: hidden;
 }
.video ul li {
 	float: left;
 	display: inline;
 	width: 238px;
 	margin-right: 5px;
 	margin-left: 5px;
 	margin-bottom: 24px;
 	box-shadow: 0 0 8px #ebebeb;
 	position: relative;
 	border: 1px solid #ccc;
 }
 
 .video ul li a {
 	display: block;
 	float: left;
 	width: 240px;
 	height: 174px;
 	position: relative;
 	overflow: hidden;
 }
 .video ul li a .v-title {
 	width: 218px;
 	padding: 6px 10px;
 	color: #fff;
 	background: rgba(0, 0, 0, .60);
 	-pie-background: rgba(0, 0, 0, .60);
 	 behavior:url(/Content/PIE.htc);
 	position: absolute;
 	left: 0;
 	bottom: -40px;
 	z-index: 10;
 }
.video ul li a h6 {
 	line-height: 20px;
 	height: 20px;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }
 
 .video ul li a p {
 	padding-top: 10px;
 	font-size: 12px;
 	height: 32px;
 	overflow: hidden;
 }

.v-description {
    font-size: 12px;
    line-height: 30px;
    padding-left: 4px;
    padding-right: 4px;
}*/

.higer-con {
	background: #fff;
	height: 459px;
}

.higer-con li {
	width: 221px;
	margin-left: 24px;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
	float: left;
    border:1px solid #fff;
	
}
.higer-con li:hover {
	box-shadow: 0 0 6px #eee;
}
.higer-con .addTxt{width: 219px;height:140px;position:relative;}
.higer-con .addTxt img{border:1px solid #ddd;}
.addTxt .addTxt-text{position: absolute;left: 10px;top: 50%;width: 195px;color: #fff;text-align: justify;font-size:15px;}
.higer-con li .higerTxt {
	width: 201px;
	height: 110px;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.7);
    -pie-background: rgba(0, 0, 0, 0.7);behavior:url(/Content/PIE.htc);
	color: #fff;
	position: absolute;
	top:-140px;
	left: 0;
}

.middle {
	font-size: 12px;
	padding: 10px;
}
.high-menu{
	padding: 0 10px;
	color: #666;
	margin-top: 7px;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
/*大学*/
.u-search {
    width: 256px;
    height: 25px;
    position: absolute;
    left: 744px;
    top: 35px;
}

.u-search input {
 	width: 200px;
 	border: 1px solid #0E82D9;
 	padding-left: 5px;
 	height: 25px;
 	line-height: normal;
 	line-height: 25px\9;
 	float: left;
 	box-sizing: border-box;
 	color: #999;
 }
 
 .u-search .search-bt {
 	float: left;
 	width: 45px;
 	height: 25px;
 	background: #0E82D9;
 	border-top: 1px solid #0E82D9\9;
 	border-bottom: 1px solid #0E82D9\9;
 	color: #fff;
 	text-align: center;
 	line-height: 25px;
 }
 
 .u-search .search-bt:hover {
 	filter: alpha(opacity=80);
 	opacity: 0.8;
 }

.university {
    padding-bottom: 14px;
    overflow: hidden;
}

.university a img {
 	-moz-transition: all 0.5s ease;
 	-ms-transition: all 0.5s ease;
 	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
 	-moz-transform: scale(1);
 	-ms-transform: scale(1);
 	-o-transform: scale(1);
 	transform: scale(1);
 }
 
 .university a:hover img {
 	-moz-transition: all 0.5s ease;
 	-ms-transition: all 0.5s ease;
 	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
 	-moz-transform: scale(0.95);
 	-ms-transform: scale(0.95);
 	-o-transform: scale(0.95);
 	transform: scale(0.95);
 }

.u-rt .un-ptoto {
    width: 315px;
    margin-bottom: 0px;
}

.u-mid .un-ptoto {
    width: 202px;
    margin-bottom: 18px;
    overflow: hidden;
}

.un-ptoto {
    position: relative;
    float: left;
    margin-bottom:26px;
}

.un-ptoto .university-btn a:hover {
 	color: #fff;
 }

.u-conlf {
    display: block;
    width: 236px;
    float: left;
    text-align: center;
    line-height: 25px;
}

 
 .u-conlf .u-bd {
 	height: 345px;
 	background: #fff;
 	width: 236px;
 }
 
 .u-conlf img {
 	width: 236px;
 	height: 314px;
 }
.u-mid .university-btn {
    bottom: 38px;
}

.u-rt .university-btn {
    bottom: 56px;
}

.university-btn {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    height: 40px;
    display: none;
}

.university-btn .un-photo,
 .university-btn .un-video {
 	display: inline-block;
 	padding-left: 10px;
 	padding-right: 10px;
 	line-height: 40px;
 	color: #fff;
 	background-color: #0E82D9;
 	border-radius: 5px;
 	behavior:url(/Content/PIE.htc);
 	position: relative;z-index: 10;
 }


.university-btn .un-photo {
 	margin-left: 10px;
 }

.u-mid {
    width: 428px;
    float: left;
    overflow: hidden;
}

.u-conmid {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
}
.u-conmid .u-bd1 {
    background: #fff;
}
.u-rt {
    width: 325px;
    float: left;
    overflow: hidden;
}

.u-conrt {
    display: block;
    width: 315px;
    float: left;
    margin-right: 10px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 25px;
}
 .u-conrt .u-bd2 {
 	height: 164px;
 	background: #fff;
 	width: 315px;
 }
 
 .u-conrt img {
 	width: 315px;
 	height: 133px;
 }
/*学霸笔记*/
.notes {
    width: 660px;
    float: left;
    overflow: hidden;
}

.secret {
    width: 310px;
    float: right;
    overflow: hidden;
}
.n-con ul {
    overflow: hidden;
}

 .n-con ul li {
 	display: inline;
 	width: 210px;
 	line-height: 25px;
 	text-align: center;
 	float: left;
 	margin-bottom: 20px;
 	margin-left: 7px;
 }
 
 .n-con ul li:hover {
 	box-shadow: 0 0 6px #ccc;
 }

.s-con {
    width: 310px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.s-con ul {
 	position: absolute;
 	top: 0;
 	left: 0;
 }
 
 .s-con ul li {
 	display: block;
 	width: 310px;
 	margin-bottom: 15px;
 	overflow: hidden;
 }

 .s-con ul li img {
 	width: 55px;
 	height: 55px;
 	border-radius: 50%;
 	behavior:url(/Content/PIE.htc);
 	position: relative;z-index: 10;
 	float: left;
 	margin-right: 5px;
 }
  .s-con ul li .s-cont {
 	width: 180px;
 	float: left;
 	line-height: 30px;
 	overflow: hidden;
 }
 
 .s-con ul li a {
 	float: right;
 	display: inline-block;
 	width: 38px;
 	height: 38px;
 	padding-bottom: 5px;
 	padding-top: 5px;
 	background: #0E82D9;
 	color: #fff;
 	text-align: center;
 	font-size: 13px;
 	margin-top: 5px;
 }
 
 .s-con ul li a:hover {
 	filter: alpha(opacity=80);
 	opacity: 0.8;
 }
/*卷库*/
.l-con {
    width: 480px;
    overflow: hidden;
}

.l-top {
    display: block;
    width: 480px;
    padding-bottom:30px;
    height: 133px;
}

    .l-top img {
        width: 237px;
        height: 133px;
        float: left;
    }

.l-rt {
    width: 230px;
    height: 133px;
    float: right;
    line-height: 25px;
    position: relative;
    overflow: hidden;
}

.ltop-bot {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    color: #999;
}

.l-bot {
    width: 480px;
}

    .l-bot a {
        display: block;
        margin-bottom:15px;
        overflow: hidden;
    }

.l-con a.clearfix{
    margin-bottom:10px;
    display:block;
}

.n-fx {
    float: left;
    width: 10px;
    height: 10px;
    background: #0E82D9;
    margin-right: 5px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}
.d-bot .n-fx {
    margin-top: 10px;
}

.library .l-bot .fl {
    white-space: nowrap;
}
/*动态*/
.dynamic {
    width: 617px;
    float: left;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.d-nav {
    width: 620px;
    height: 51px;
    overflow: hidden;
}

.d-nav ul li {
 	display: block;
 	width: 205px;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	float: left;
 	border-right: 1px solid #d8d8d8;
 	border-bottom: 1px solid #d8d8d8;
 	position: relative;
 	overflow: hidden;
 }
 
 .d-nav ul li a {
 	display: block;
 	width: 205px;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	float: left;
 	font-size: 16px;
 }
 
 .d-nav ul li a:hover {
 	color: #0E82D9;
 }
 
 .d-nav ul .active {
 	border-left: none;
 	border-bottom: none;
 	border-right: 1px solid #d8d8d8;
 	border-top: 3px solid #0E82D9;
 	background: #fff;
 }
 
 .d-nav ul .active a {
 	color: #0E82D9;
 }

 .d-nav ul .active a:hover {
 	color: #0E82D9;
 	text-decoration: underline;
 	background: #fff;
 }

.d-con {
    padding: 15px 10px;
    width: 599px;
    overflow: hidden;
}

.d-con img {
 	width: 163px;
 	height: 99px;
 	float: left;
 }

.d-top {
    height: 99px;
    overflow: hidden;
    margin-bottom: 30px;
}

.d-rt {
    width: 420px;
    height: 99px;
    float: right;
    overflow: hidden;
}


.d-text {
    margin: 10px 5px 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.d-bot {
    display: block;
    width: 595px;
    overflow: hidden;
}

.d-bot a {
 	display: block;
 	overflow: hidden;
 	line-height: 30px;
 }

#myTab4_Content1, #myTab4_Content2 {
    display: none;
}
.information-title{ width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.information-list{ width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*知晓*/
.question {
    width: 340px;
    float: right;
    overflow: hidden;
}

.q-con {
    width: 340px;
}

.q-cont {
    padding-top: 25px;
}

.n-omit {
    display: inline-block;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.n-omit.n-omitTt {
 	width: 320px;
 }

.q-cont a {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.q-cont a span.iconfont{
    font-size: 14px;
}
.q-cont a.bdbt {
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

.answer {
    padding-left: 12px;
    color: #999;
}


/*分省份弹窗开始*/
html, body {
    width: 100%;
    height: 100%;
}

.popup {
    opacity: 0.5;
    filter:alpha(opacity=50);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.popup-province {
    background-color: rgba(0, 0, 0, 0.7);
    -pie-background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 200px;
    left: 50%;
    width: 576px;
    margin-left: -318px;
    z-index: 1002;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    behavior:url(/Content/PIE.htc);
    display: none;
}

 .popup-province .hd {
 	font-size: 30px;
 	text-align: center;
 	font-weight: 500;
 }
 
 .popup-province .mn {
 	padding-top: 20px;
 }

 .popup-province .mn a {
 	border: 1px solid #fff;
 	border-radius: 5px;
 	behavior:url(/Content/PIE.htc);
 	position: relative;z-index: 10;
 	display: block;
 	float: left;
 	padding-left: 26px;
 	padding-right: 26px;
 	line-height: 40px;
 	margin-right: 14px;
 	margin-bottom: 16px;
 	color: #fff;
 }
 
 .popup-province .mn a.current,
 .popup-province .mn a:hover {
 	background: #35abe9;
 	border: 1px solid #35abe9;
 }
/*分省份弹窗结束*/

.hyzx-popup {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.hyzx-notice {
    position: fixed;
    z-index: 1002;
    width: 460px;
    border-radius: 16px;
    padding: 24px 24px 20px 24px;
    box-sizing: border-box;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -202px;
    display: none;
}

/*项目新增*/
.source_title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 440px;
}


/*挑大学*/
.choose-content{margin-right:-50px; overflow:hidden}
.choose-main{width:300px; float:left; margin-right:50px;}
.c-search{padding-top:15px; padding-bottom:15px;}
.c-search input{width:250px; height:30px; text-indent:0.5em; color:#999; border:1px solid #999; line-height:30px; float:left;}
.c-search a{display:inline-block; width:48px; height:32px; color:#fff; background:#0E82D9; text-align:center; line-height:32px;float:left;}
.choose-cont{padding-top:10px;}
.choose-cont ul li{margin-bottom:15px; padding-bottom:15px; border-bottom:1px dotted #aaa;}
.c-num{display:inline-block;width:18px; height:18px; text-align:center; line-height:18px; color:#fff;  margin-right:10px;}

.tips-popup {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display:none;
}
.notice{ position: fixed;z-index:1002;width:360px;top:50%;left:50%; margin-left:-180px;margin-top:-202px; display:none;}
.notice-hd{ height:179px;background:url(/content/themes/blue/images/notice.png) no-repeat;}
.notice-mn{ background-color:#ffe9d1;border-radius:24px;behavior:url(/Content/PIE.htc);position:relative;z-index:10;padding:10px;}
.notice-border{ border:1px dotted #ff7e00;border-radius:18px;behavior:url(/Content/PIE.htc);position:relative;z-index:10;padding:10px;}
.notice-text{ line-height:30px;font-size:16px;letter-spacing:1px;text-indent:2em;}
.notice-btn{ display:block;width:200px;height:44px;background:url(/content/themes/blue/images/close.png) no-repeat;margin:10px auto;}


.parent-popup {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.p-notice {
    position: fixed;
    z-index: 1002;
    width: 460px;
    border-radius: 16px;
    padding: 24px 24px 20px 24px;
    box-sizing: border-box;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -202px;
    display: none;
}

.p-notice-top p {
    font-size: 18px;
    font-weight: 500;
}

.p-notice-top .p-close {
    cursor: pointer;
}

    .p-notice-top .p-close img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

.p-notice-middle {
    margin: 30px 0 15px 0;
    text-align: center;
    font-size: 16px;
}

    .p-notice-middle .col-33 {
        color: #666666;
        margin: 10px 0;
    }

    .p-notice-middle a {
        display: inline-block;
        width: 260px;
        height: 46px;
        background: #FD8F00;
        border-radius: 33px;
        text-align: center;
        color: #fff;
        line-height: 46px;
        margin-top: 10px;
    }

.p-notice-bottom {
    text-align: center;
}

    .p-notice-bottom input {
        width: 15px;
        height: 15px;
        margin-right: 6px;
    }
.pgk-popup {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.p-gkscore {
    width: 815px;
    height: auto;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1002;
    padding:11px 11px 24px 11px;
    box-sizing:border-box;
}

.p-gkclose{
    width:26px;
    height:26px;
}
.p-gkclose img{
    width:100%;
    height:100%;
    cursor:pointer;
}
.p-gktitle{
    width:659px;
    height:32px;
    margin:40px auto 0;
}
.p-gktitle img {
    width: 100%;
    height: 100%;
}
.p-gktype {
    font-size: 20px;
    font-weight: 400;
    color: #E52A2A;
    line-height: 30px;
    text-align:center;
    margin-top:22px;
}
.p-gkbox{
    width:580px;
    margin:22px auto;
}
.resu-input {
    width: 280px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    overflow: hidden;
    margin-bottom: 14px;
}
    .resu-input .resu-i-text {
        display: inline-block;
        width: 85px;
        height: 100%;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        line-height: 46px;
        padding-left: 14px;
        box-sizing: border-box;
    }

    .resu-input input {
        width: calc(100% - 89px);
        height: 100%;
        border: 0;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        color: #666;
        line-height: 27px;
        text-align: center;
    }

        .resu-input input::-webkit-input-placeholder {
            color: #CECECE;
        }

        .resu-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #CECECE;
        }

        .resu-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #CECECE;
        }

        .resu-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #CECECE;
        }
.resu-have {
    width: 325px;
    height: 48px;
    background: #2F63E9;
    border-radius: 24px;
    margin: 36px auto 14px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    cursor: pointer;
}
.resu-s-tips {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    text-align: center;
}

    .resu-s-tips span {
        color: #E52A2A;
    }
.p-gksubn {
    width: 350px;
    height: 35px;
    margin: 12px auto 0;
}
    .p-gksubn span {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
     /*   line-height: 20px;*/
        display:inline-block;
        padding-top:7px;
        box-sizing:border-box;
    }
    .p-gklist {
        width: 202px;
        height: 30px;
        border: 1px solid #D5D5D5;
        border-radius: 4px;
        background-color: #fff;
        padding: 7px 17px;
        box-sizing: border-box;
        margin-left: 6px;
        cursor: pointer;
        position: relative;
        margin-top:-3px;
    }

.pi-hide{
    display:none;
}

.resu-mask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3000;
    display: none;
}

.resu-tkbox {
    width: 390px;
    height: 212px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3100;
    overflow: hidden;
    padding: 40px 16px 0 16px;
    box-sizing: border-box;
    display: none;
}

    .resu-tkbox p {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 34px;
        text-align: center;
    }

    .resu-tkbox .resu-tkbtn {
        width: 100%;
        height: 54px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 2px solid #f5f5f5;
    }

        .resu-tkbox .resu-tkbtn span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-align: center;
            font-size: 22px;
            font-weight: 400;
            line-height: 54px;
            cursor: pointer;
        }

        .resu-tkbox .resu-tkbtn .resu-close {
            color: #333333;
        }

        .resu-tkbox .resu-tkbtn .resu-define {
            background: #2F63E9;
            color: #FFFFFF;
        }

.masklc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .masklc > .mask-co {
        width: 480px;
        height: 328px;
        border-radius: 16px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.colse-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .colse-btn > img {
        width: 100%;
        height: 100%;
    }

.icon-img {
    width: 134px;
    height: 141px;
}

    .icon-img > img {
        width: 100%;
        height: 100%;
    }

.mask-co > h3 {
    font-size: 22px;
    color: #333333;
    margin: 9px 0px;
}

.mask-co > p {
    font-size: 18px;
    color: #999999;
}

.stu-btn {
    width: 275px;
    height: 44px;
    margin-top: 26px;
    margin-bottom:10px;
    border-radius: 22px;
    background: #5E8FFF;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.bgc {
position: relative;
}


.titleFlex {
    width:730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    left: 22%;
    top: 100px;
    color: #FFFFFF;
}

.titleFlex, bgc:hover {
    color: #FFFFFF !important;
}

.bgf {
    background: #ffffff !important;
    width: 100% !important;
}


.title1,.titleYear {
    font-size: 40px;
    font-weight: 600;

}

.titleYear {
    margin-bottom: 8px;
    min-width:140px;
    display:block
}
.title2 {
    height: 96px;
    background-size: 100% 100%;
    margin-bottom: 15px;
    font-size:62px;
}

.title3 {
    width: 139px;
    height: 50px;
    line-height: 45px;
    border-radius: 14px;
    color: #3360ed;
    font-size: 24px;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    box-shadow: 0px 7px 0px 0px #3360ed;
}


.title2 img {
    width: 100%;
    height: 100%
}

.title4 {
    width: 139px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    color: #3360ed;
    letter-spacing: 4px;
}


