


.subnav{
    		height: 63px;
    		border-bottom: 1px solid #cccccc;
    	}
    	.subnav .cont{
    		width: 1200px;
    		margin: 0 auto;
    	}
    	.subnav a{
    		font-size: 20px;
    		padding: 0 30px;
    		line-height: 65px;
    		display: inline-block;
    		height: 65px;
    		color: #333;
    	}
		.subnav a.on,.subnav a:hover{
			background: url(/resource/img/subnavBG.png) no-repeat bottom center;
		}
/* header */
header{
	width: 100%;
	min-width: 1200px;
	height: 34px;
	background: #000;
}
.head{
	width: 1200px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	line-height:34px;
}
.head a{
	color:#fff;
	display: inline-block;
}
.head a:hover,.head a.on{
	color: #3a85f8;
}
.head .item{
	margin-right: 40px;
	position: relative;
}
.head .item img{
	width: 14px;
	height: 8px;
	margin-top: 13px;
	margin-left: 15px;
}
.head .item ul{
	position: absolute;
	top:34px;
	left:0;
	background: #000;
	display: none;
	z-index: 2;
}
.head .item ul li{
	padding: 0 6px;
	text-align: center;
}
.head p{
	margin-right: 40px;
}
.head a img{
	width: 20px;
	height: auto;
	vertical-align: top;
	margin-top:7px ;
	margin-right: 7px;
}
.head a.searchbtn{
	margin-right: 23px;
}
.head-search {
	display: none;
	margin: 0 auto;
	width: 562px;
}
.head-search-hd {
	height: 34px;
}
.head-search-hd img {
	margin-top: 10px;
	cursor: pointer;
}
.head-search-close {
	margin-right: 18px;	
}
.head-search-hd input {
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 15px;
	width: 480px;
	height: 18px;
	border: 0;
	border-left: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.head-search-bd {
    position: relative;
	z-index: 4;
	width:560px;
	background:#ffffff;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.15);
}
.search-sec-tit {
	padding-left: 20px;
	font-size: 12px;
	line-height: 52px;
	color: #999;
}
.head-search-bd ul li {
	padding-left: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	cursor: pointer;
}
.head-search-bd ul li:hover {
	background-color: #f5f5f5;
}
/* nav */
nav{
	width: 100%;
	min-width: 1200px;
	height: 74px;
	background: #fff;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.12);
}
.nav{
	width: 1200px;
	margin:0 auto;
}
.nav .logo{
	width: auto;
	height:30px ;
	margin-top: 22px;
	margin-right: 40px;
}
.nav p,
.nav p a{
	font-size:16px;
	color:#333;
	line-height:74px;
}
.nav p span{
	color: #999;
}
.nav p a:hover{
	color: #3b8bf8;
	text-decoration: underline;
}
.nav .search{
	width: 450px;
	height: 44px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	background:#fafafa;
	margin-top: 15px;
	position: relative;
	z-index: 3;
}
.nav .region{
	width: 110px;
	height: 34px;
	margin-top: 5px;
	border-right:1px solid #ddd;
	font-size:16px;
	color:#333;
	line-height:34px;
	cursor: pointer;
	position: initial;
}
.nav .region div{
	width:100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.nav .region div img{
	/*margin-top: 14px;*/
	width:  auto;
	height:6px;
	margin-left: 3px;
	transition: .2s all ease;
	-moz-transition:.2s all ease; 
	-webkit-transition: .2s all ease; 
	-o-transition:.2s all ease; 
}
.nav .region ul {
	border:1px solid #ddd;
	display: none;
	text-align: center;
	width:100%;
	left:0;
	top: 43px;
	position: relative;
	padding: 25px 10px 0;
	/*width: 400px;*/
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
}
.region ul li {
	float: left;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 14px;
	min-width: 14.28%;

}
.region ul li:hover,.region ul li.on{
	color: rgb(51, 127, 229);
}
.region1 ul li {
	width: 54px;
}
.nav .region2 ul {
	padding: 25px 25px 0;
}
.region2 ul {
	/*margin-left: -91px;*/
}
.region2 ul li {
	margin-right: 25px;
}
.nav .search input{
	width: 118px;
	height: 34px;
	line-height: 34px;
	padding:0 10px;
	background: none;
	border:none;
	margin-top: 5px;
	font-size:16px;
	color:#333;
	line-height:34px;
	outline: none;
}
.nav .search button{
	background:#3b8bf8;
	width:80px;
	height:44px;
	font-size:16px;
	color:#fff;
	line-height:44px;
	position: absolute;
	right:-1px;
	top:-1px;
	border:1px solid #3b8bf8;
	border-radius:0;
}
.nav .search button:hover{
	background: #1063E3;
}

/* 公共底部 偏红背景色的那一个 */
/* footer */
footer{
	background:#f6f6f6;
	height:524px;
	width: 100%;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	border-bottom: 1px solid #e5e5e5;
	/*padding-bottom: 30px;*/
}
.foot.foot-news{
	border-bottom: none;
}
.foot-news div.fl{
	height: 224px;
	margin-right: 18px;
}
.foot-news img{
	width:224px ;
	height: auto;
	margin-bottom: 10px;
}
.foot-news img:first-child{
	margin-top: 73px;
}
.foot-news .foot-item{
	background:#e8e8e8;
	width:184px;
	height:224px;
	margin-right: 20px;
	font-size:14px;
	color:#333;
	line-height: 30px;
	padding: 0 20px;
}
.foot-news .foot-item a{
	color:#333;
}
.foot-news .foot-item a:hover{
	color: #3ca5f6;
}
.foot-news .foot-item h4{
	padding-top: 12px;
}
.foot-news .foot-item li{
	width: 92px;
}
.foot-news .foot-item:last-child{
	margin-right: 0;
}
footer .company{
	font-size:14px;
	color:#aaa;
	line-height:28px;
	text-align: center;
	margin: 40px 0;
}
footer .company a{
	color:#000;
}
footer .company a:hover{
	color: #3ca5f6;
}
.about{
	width: 100%;
	background:#333;
	height:34px;
}
.about-us{
	font-size:14px;
	color:#fff;
	line-height:34px;
	width: 1200px;
	margin: 0 auto;
}
.about-us a{
	color:#fff;
}
.gohome{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin:15px 0;
	text-align: right;
	display: block;
	/*display: none;*/
}
.foot-news .foot-item:hover{
	background: #e8e8e8;
}
.foot-news .foot-item:hover a,
.foot-news .foot-item:hover h4{
	color:#333;
}
.foot-news .foot-item a:hover{
	color: #3ca5f6;
}
.gohome:hover{
	color:#3a85f8;
}

/* suspend-left */
.suspend-left{
	position: fixed; 
	left:0;
	top:235px;
    width: 70px;
    transition: .3s all ease;
    -moz-transition:.3s all ease; 
	-webkit-transition: .3s all ease; 
	-o-transition:.3s all ease; 
}
.suspend-left li{
	width: 70px;
	height: 84px;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	line-height:34px ;
	text-align: center;
	position: relative;
}
.suspend-left li a{
	color:#666;
}
.suspend-left li:last-child{
	border-bottom:none;
}
.suspend-left li img{
	height: 40px;
	vertical-align: top;
	transition: all .5s ease;
	-moz-transition:.5s all ease; 
	-webkit-transition: .5s all ease; 
	-o-transition:.5s all ease; 
	position: absolute;
	top:10px;
	left:15px;
	opacity:1;
}
.suspend-left li p{
	padding-top: 50px;
}
.suspend-left li img.hoverimg2{
	opacity:0;
}
.suspend-left li:hover img.hoverimg{
	opacity:0;
}
.suspend-left li:hover img.hoverimg2{
	opacity:1;
}

/* suspend-right */
.suspend-right{
	position: fixed; 
	display:none;
	width: 50px;
	height:290px;
   	bottom:60px;
   	right:0;
}
.suspend-right li{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.suspend-right li:hover{
	overflow:initial ;
}
.suspend-right li img{
	/* width: 50px; */
	transition:.8s all ease;
	-moz-transition:.8s all ease; 
	-webkit-transition: .8s all ease; 
	-o-transition:.8s all ease; 
	position: absolute;
	right:0;
	top:0;
}
.suspend-left li img{
	width: 40px;
}
.suspend-right li img:nth-child(1){
	opacity: 1;
}
.suspend-right li img:nth-child(2){
	opacity: 0;
}
.suspend-right li:hover img:nth-child(1){
	opacity: 0;
}
.suspend-right li:hover img:nth-child(2){
	opacity: 1;
}

/* title */
.title-new{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(../img/dibu.png) no-repeat 0 bottom;
	background-size: 100% 2px;
}
.title-new p{
	font-size:18px;
	color:#3a85f8;
}
.title-new p.fr a{
	font-size:16px;
	color:#ff6e00;
}
.ask .title-new p.fr a:hover{
	text-decoration: underline;
}
.title-new p img{
	height: 16px;
	width: auto;
	margin-right: 8px;
	vertical-align: baseline;
}
.title-new p.fr a.small-more{
	font-size:14px;
	color:#aaa;
	font-weight: normal;
}
.title-new p.fr a.small-more:hover{
	color:#3a85f8;
}

/*  hot  */
.hot .tit {
	padding-bottom: 10px;
}
.hot .swiper-wrapper{
	padding: 0 5px;
	/*box-sizing: border-box;*/
}
.hot .swiper-container{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	
}
.hot .swiper-container img{
	width: auto;
	height:80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hot .swiper-container p{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.hot{	
	border-bottom: 1px solid #ddd;
}
.hot .swiper-slide:hover {
	box-shadow:0 0 6px 0 rgba(0,0,0,0.10);
}
/* activity */
.activity{
	padding-bottom: 20px;
}
.activity li {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.activity li h3{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 10px;
}
.activity .activity-time{
	margin-right: 10px;
	border-radius: 14px;
	overflow: hidden;
	background: url(../img/bak.png) no-repeat 0 0;
	background-size: 90px 90px;
}
.activity .activity-time p{
	width:90px;
	height:26px;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	text-align: center;
}
.activity .activity-time h3{
	width:90px;
	height:64px;
	font-size:52px;
	color:#333;
	line-height:64px;
	text-align: center;
	margin: 0;
}
.activity .activity-theme{
	font-size:14px;
	color:#999;
	line-height:24px;
	width: 277px;
}
.activity .activity-theme p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.activity .activity-cont img{
	width: 12px;
	height: 16px;
	margin-right: 10px;
	margin-top: 4px;
}
.activity .activity-theme .btn{
	text-align: right;
	display: inline;
}
.activity .activity-theme button{
	background:#3a85f8;
	border-radius:2px;
	width:90px;
	height:28px;
	border:none;
	font-size:14px;
	color:#fff;
	line-height:28px;
	text-align: center;
	margin-top: 14px;
	-webkit-appearance: none;
}
.activity .activity-theme button:hover{
	background: #1063E3;
}

/* ask */
.ask .question li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.ask .question h3{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 20px;
}
.ask .question h3 img,
.ask .question .ans img{
	height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.ask .question .ans span,
.ask .question h3 span{
	width: 90%;
	color: #333;
}
.ask .question h3 a span{
	color: #333;
}
.ask .question div img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.ask .question div p{
	font-size:14px;
	color:#333;
	font-style: 20px;
}
.ask .question div span{
	color: #999;
}
.ask .question .ans{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-top: 7px;
}
.ask .question h4 a{
	font-size:14px;
	color:#3b8bf8;
	font-weight: normal;
}
.ask .question h4 a:hover{
	text-decoration: underline;
}
.ask .question h4 img{
	height: 14px;
	margin-right:10px ;
	vertical-align: middle;
}
.ask .see-more{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding: 15px 0;
	display: block;
	text-align: center;
}
.ask .see-more:hover{
	color:#3a85f8;
}

/* 推荐列表 */
.recommend-list {
	padding-bottom: 15px;
}
.recommend-list li {
	position: relative;
    margin-top: 5px;
    height: 38px;
    overflow: hidden;
}
.recommend-list li.on {
	width: 400px;
	height: 225px;
	margin-bottom: 20px;
}
.recommend-list li h4 {
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
    color: #333;
    background: #fafafa;
}
.recommend-list li.on h4 {
    display: none;
}
.recommend-list li .imgwrap {
    position: relative;
    width: 400px;
    height: 225px;
}
.recommend-list li .imgwrap img {
	display: block;
	width: 400px;
    height: 225px;
}
.recommend-list li .imgwrap p {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
}

/*.mokao div{
	position: relative;
	width: 100%;
}
.mokao div img{
	width: 100%;
	height: auto;
}
.mokao div p{
	position: absolute;
	left:0;
	top:0;
	font-size:14px;
	color:#fff;
	line-height:38px;
	background:rgba(0,0,0,.5);
	height:38px;
	width: 385px;
	padding-left: 15px;
}
.mokao li{
	height:38px;
	width: 385px;
	padding-left: 15px;
	font-size:14px;
	color:#333;
	line-height:38px;
	background:#fafafa;
	margin-top: 5px;
}*/

/* apply */
.apply{
	background:#fafafa;
	width:400px;
	height:274px;
	text-align: center;
	margin-bottom: 30px;
}
.apply .logo2{
	width:80px;
	height: 80px;
	margin: 20px 0;
}
.apply p.name{
	font-size:20px;
	color:#333;
	font-weight: bold;
	line-height:20px;
	margin-bottom: 20px;
}
.apply p.name img{
	width:20px;
	height: 20px;
	margin-left: 8px;
}
.apply a{
	background:#3b8bf8;
	border-radius:2px;
	width:332px;
	height:44px;
	display: block;
	font-size:14px;
	color:#fff;
	line-height:44px;
	margin: 0 auto;
	transition: all 0.5s;
}
.apply a:hover{
	background: #1063E3;
	color: #FFFFFF;
	transition: all 0.5s;
}
.apply p.apply-count{
	font-size:14px;
	color:#333;
	line-height:30px;
	margin-top: 20px;
}
.apply p.apply-count img{
	width: 30px;
	height: 30px;
	margin-left: 5px;
}



/* score */
.score{
	border:1px solid #dddddd;
	width:398px;
	height:auto;
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}
.score #tuijian_title{
	border-top: 1px solid #f38128;
	line-height: 47px;
	font-size: 16px;
	padding-left: 20px;
}
.score-tit>li{
	width:132px ;
	height:44px;
	border-right:1px solid #e5e5e5 ;
	border-bottom:1px solid #e5e5e5 ;
	text-align: center;
	font-size:14px;
	color:#333;
	line-height: 44px;
	position: relative;
	background:#fafafa;
	cursor: pointer;
}
.score-tit>li.on{
	color:#3c90f8;
	font-weight: bold;
	border-bottom:none;
	background: #fff;
}
.score-tit>li.on span{
	display: block;
}
.score-tit>li:last-child{
	border-right:none;
}
.score-tit>li img{
	width:8px;
	height:4px;	
	vertical-align: middle;
    margin-left: 10px;
}
.score-tit>li span{
	display: none; 
	width: 100%;
	position: absolute;
	top:0;
	height: 3px;
	background:#3a85f8;
	left:0;
}
.select-result {
	display: inline;
}
.select-ul {
	display: none;
	max-height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.15);
	background: #fff;
}
.select-ul li {
	line-height: 40px;
	color: #333;
}
.select-ul li:hover {
	color: #fff;
	background-color: #3a8bf8;
}
.score-cont li{
	margin-bottom: 25px;
	padding:0 20px; 
}
.score-cont li img.fl{
	width:44px;
	height:44px;
	margin-right: 10px;
}
.score-cont li p{
	font-size:14px;
	color:#333;
	line-height:22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

/* rank */
.rank ul{
	padding: 5px 0;
}
.rank li{
	font-size:14px;
	color:#333;
	line-height:24px;
	margin: 10px 0;
}
.rank li a{
    color:#333;
}
.rank li a:hover{
	color: #3a85f8;
}
.rank li img{
	height: 14px;
	margin-right: 2px;
	margin-top: 5px;
}
.rank li img.zhong{
	height: 4px;
	width: auto;
	margin-right: 0;
	margin-top: 10px;
}
.rank li div{
	width:20px ;
	margin-right: 15px;
	text-align: center;
}
.rank li div span{
	width: 20px;
	text-align: center;
	display: block;
}

/* Encyclopedias */
.encyclopedias .subject{
	padding: 20px 0 17px;
}
.encyclopedias .subject li{
	background:#f3f3f3;
	width:94px;
	height:94px; 
	text-align: center;	
	margin-right: 8px;
	margin-bottom: 8px; 
	transition: .8s all ease;
	-moz-transition:.8s all ease; 
	-webkit-transition: .8s all ease; 
	-o-transition:.8s all ease; 
}
.encyclopedias .subject li:nth-child(4n){
	margin-right: 0;
}
.encyclopedias .subject li a{
	display: block;
}
.encyclopedias .subject li img{
	width: auto;
	height:26px ;
	margin-top: 21px;
}
.encyclopedias .subject li p{
	font-size:14px;
	color:#333;
	line-height:40px;
	transition: .5s all ease;
	-moz-transition:.5s all ease; 
	-webkit-transition: .5s all ease; 
	-o-transition:.5s all ease; 
}
.encyclopedias .paper{
	padding-bottom: 15px;
}
.encyclopedias .paper li{
	font-size:14px;
	color:#333;
	line-height:40px;
	height: 40px;
	background:#f3f3f3;
	padding: 0 10px;
	margin-bottom: 10px;
}
.encyclopedias h3{
	font-size:18px;
	color:#333;
	line-height:18px;
	margin-bottom: 20px;
}
.encyclopedias .paper li a{
	color:#333;
}
.encyclopedias .paper li a:hover,
.encyclopedias .paper li a.fr:hover,
.encyclopedias .base a:hover{
	color:#3a85f8;
}

.encyclopedias .subject li:hover{
	background:#3a85f8; 
}
.encyclopedias .subject li:hover p{
	color: #fff;
}
.encyclopedias .paper li a.fr{
	color:#999;
}
.encyclopedias .base a{
	font-size:14px;
	color:#333;
	line-height:24px;
	overflow: hidden;white-space: nowrap;
	text-overflow: ellipsis;
}
.encyclopedias .base li{ 
	padding-left: 19px;
	background: url(../img/lingxing.png) no-repeat 0 center ;
	margin-bottom: 15px;
}
.encyclopedias .gycourse li{
	margin-top: 10px;
	margin-right: 20px;
}
.encyclopedias .gycourse li a{
	display: block;
}
.encyclopedias .gycourse li{
	width:190px;
	height:107px;
	overflow: hidden;
}
.encyclopedias .gycourse li img{
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}
.encyclopedias .gycourse li:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
}
.encyclopedias .gycourse li:nth-child(2n){
	margin-right: 0;
}
.encyclopedias .gycourse{
	margin-bottom: 30px;
}

/* 交互 */
.score-cont li p:hover,.ask .question li:hover h3 span,.rank ul li:hover p{
	color:#3a85f8;
}
#yqlj{
	width: 1200px;
	margin: 20px auto 0;
}
#yqlj p.t{
	color: #1e122d;
	font-size: 24px;
	margin-bottom: 16px;
}
#yqlj div a{
	color: #999999;
	font-size: 14px;
	margin-right: 15px;
}
#yqlj div a:hover{
	color: #3ca5f6;
}
