*{margin: 0;padding: 0;box-sizing: border-box;}
a{text-decoration: none; color: #000;}
.banner{
	height: 496px;	
	background: url(../images/banner.png) no-repeat center center;
	background-position: center;
}
.part1 .main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.part1 .main>img{
	margin-top: 40px;
}
.part1 .main .box1-top{
	width: 1200px;
	height: 110px;
	background: #4D47FC;
	text-align: center;
	display: table;
	border-radius: 20px;
	margin-top: 40px;
}
.part1 .main .box1-top .active{
	background: #FFF43C;
	border-radius: 20px;
	cursor: pointer;
}
.part1 .main .box1-top .active a{
	color: #000;
}
.part1 .main .box1-top>div{
	width: 240px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	height: 110px;
	position: relative;
}
.part1 .main .box1-top>div>img{
	position: absolute;
	right: -2px;
	top: 35px;
}
.part1 .main .box1-top>div a{
	color: #fff;
	font-size: 26px;
}
.part1 .main .box1-bon>div{
	display: none;
}
.part1 .main .box1-bon>div.active{
	display: block;
}
.part1 .main .box1-bon .box2-top{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.part1 .main .box1-bon .box2-top a{
	display: block;
	width: 224px;
	height: 70px;
	border-radius: 10px;
	line-height: 70px;
	font-size: 24px;
	background: #E2EBF7;
	color: #000;
}
.part1 .main .box1-bon .box2-top>a.active{
	background: #4D47FC;
	color: #fff;
	cursor: pointer;
}
.part1 .main .box1-bon .box2-bon>div{
	display: none;
	background: #DFECFD;
	margin-top: 50px;
	padding: 30px 0 45px 0;
}
.part1 .main .box1-bon .box2-bon>div>div{
	background: url(../images/pick1.png) no-repeat center center;
	height: 223px;
	background-size: 100%;
	padding: 55px 100px 0 100px;
	box-sizing: border-box;
}
.part1 .main .box1-bon .box2-bon>div>div p{
	font-size: 26px;
	text-align: left;
	line-height: 40px;
	color: #fff;
}
.part1 .main .box1-bon .box2-bon>div.active{
	display: block;
}
.part1 .main .box1-bon .box2-bon table{
	border-collapse: collapse;
	border: 0;
	width: 1140px;
	margin: 30px auto;
}
.part1 .main .box1-bon .box2-bon table tr{
	background: #CCD4FB;
}
.part1 .main .box1-bon .box2-bon table tr:nth-child(2n+1){
	background: #fff;
}
.part1 .main .box1-bon .box2-bon table td{
	font-size: 24px;
	height: 60px;
	border-left: 2px solid #fff;
}
.part1 .main .box1-bon .box2-bon table td:first-child{
	border: 0;
}
.part1 .main .box1-bon .box2-bon>div>a{
	display: block;
	width: 280px;
	height: 66px;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	background: #FF823E;
	color: #fff;
	border-radius: 33px;
	margin: 0 auto;
}
.part2{
	background: url(../images/bg2.jpg)no-repeat bottom center;
	height: 1150px;
}
.part2 .main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.part2 .main>img{
	margin-top: 60px;
}
.part2 .main .cont2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 150px;
}
.part2 .main .cont2>div{
	position: relative;
}
.part2 .main .cont2>div>img{
	position: absolute;
	right: -81px;
	top: 35px;
}
.part2 .main .cont2 a{
	display: block;
	width: 230px;
	height: 83px;
	font-size: 30px;
	color: #000;
	background: url(../images/bga.png) no-repeat center center;
	line-height: 83px;
	text-align: center;
	cursor: pointer;
}
.part2 .main .cont2 a:hover{
	margin-top: -5px;
}
.part2 .main .con2>div{
	display: none;
}
.part2 .main .con2>div.active{
	display: block;
	transition: all .25s ease-in-out;
}
.part2 .main .con2 table{
	border-collapse: collapse;
	margin-top: 60px;
}
.part2 .main .con2 table tr{
	height: 92px;
}
.part2 .main .con2 table th{
	background: #FFA200;
	color: #000;
	border-left: 2px solid #fff;
}
.part2 .main .con2 table th:first-child{
	border: 0;
}
.part2 .main .con2 table tr{
	background: #E5E8F5;

}
.part2 .main .con2 table tr:nth-child(2n+1){
	background: #D5D9E6;
}
.part2 .main .con2 table td{
	border-left:2px solid #fff;
	border-top:2px solid #fff;
}
.part2 .main .con2 table td:first-child{
	border: 0;
	border-top: 2px solid #fff;
}
.part2>.main .con2 a{
	display: block;
	width: 280px;
	height: 66px;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	background: #FF823E;
	color: #fff;
	border-radius: 33px;
	margin: 40px auto;
}
.part3>.main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.part3>.main>img{
	margin-bottom: 60px;
}
.part3>.main>div{
	width: 1200px;
	height: 86px;
	border: 3px solid #516AD9;
	border-radius: 43px;
	position: relative;
	margin-bottom: 40px;
	padding-left: 246px;
	text-align: left;
}
.part3>.main>div>p{
	width: 300px;
	height: 80px;
	background: #516AD9;
	color: #fff;
	font-size: 28px;
	line-height: 86px;
	text-align: center;
	border-radius: 43px;
	position: absolute;
	border: 3px solid #516AD9;
	top: 0;
	left: 0;
}
.part3>.main>div a{
	margin-left: 110px;
	font-size: 28px;
	color: #000;
	line-height: 80px;
}
.biaodan{
	width: 1200px;
	height: 260px;
	box-shadow: 0 .05rem .20rem rgb(18 18 18 / 20%);
	background-color: #fff;
	border-radius: 4px;
	padding-top: 20px;
	margin: 0 auto;
}
.biaodan p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	color: #666;
}
.biaodan p:nth-child(1){
	font-size: 24px;
	color: #222;
}
.biaodan p:nth-child(4){
	font-size: 16px !important;
	font-weight: normal;
	color: brown;
	line-height: 30px;
	margin-top: 20px;
}
.biaodan .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 20px auto 0;
}
.appointment-name, .appointment-tele, .appointment-tele, .sub{
	width: 180px;
	background-color: #ECECEC;
	border-radius: 4px;
	overflow: hidden;
}
.info input{
	font-size: 18px;
	padding-left: 12px;
	line-height: 46px;
}
.sub{
	text-align: center;
	background: #5C59FB;
	box-sizing: border-box;
	cursor: pointer;
}
.sub input{
	color: #fff;
	width: 100%;
}

/* 报考小贴士 */
.tips {
	height: 662px;
    min-width: 1210px;
    margin: 60px auto;
	background-color: #233eb4;
    position: relative;
    overflow: hidden;
}

.tipsTop {
    width: 174px;
	height: 174px;
	background: url(../images/tipsTop.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 575px;
    top: -88px;
}

.tipsLeft {
    width: 223px;
	height: 312px;
	background: url(../images/tipsLeft.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    bottom: -63px;
}

.tipsRight {
    width: 138px;
	height: 174px;
	background: url(../images/tipsRight.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    bottom: -34px;
}

.tips-full {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips-center {
    position: relative;
    width: 1210px;
    height: 522px;
    margin: auto;
    z-index: 10;
}

.bg-white {
    width: 1183px;
	height: 496px;
	background-color: #fff;
	border: solid 3px #000;
    margin: 20px 0 0 20px;
}

.bg-yellow {
    position: absolute;
    width: 1183px;
	height: 496px;
	background-color: #fee301;
	border: solid 3px #000000;
    background: url(../images/bgYellow.png);
    left: 0;
    top: 0;
}

.pink-circle {
    position: absolute;
	width: 44px;
	height: 44px;
	background-color: #ffa5d4;
	border: solid 3px #000000;
    right: 253px;
    top: -25px;
    border-radius: 50%;
}

.yellow-circle {
    position: absolute;
	width: 37px;
	height: 37px;
	background-color: #fee301;
	border: solid 3px #000000;
    right: 228px;
    top: -26px;
    border-radius: 50%;
}

.tips-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tips-cont-title {
    width: 329px;
	height: 111px;
	border: solid 2px #000000;
    margin: 0 auto;
    position: relative;
}

.tips-cont-title>p {
	font-family: SourceHanSansCN-Bold;
	font-size: 45px;
    line-height: 45px;
	color: #000;
    font-weight: 700;
	margin: 25px 0 0 50px;
}

.blue-bar {
    width: 329px;
	height: 19px;
	background-color: #233eb4;
    position: absolute;
    left: -9px;
    top: 74px;
    z-index: 10;
}

.panda {
    width: 121px;
	height: 130px;
    position: absolute;
    top: -46px;
    left: -33px;
    background: url(../images/panda.png) center center no-repeat;
    background-size: cover;
}

.nine-tips {
    width: 1110px;
    height: 297px;
    margin-top: 44px;
}

.single-tip {
    width: 309px;
	height: 71px;
	background-color: #ffffff;
	border-radius: 10px;
    margin: 0 0 27px 60px;
    float: left;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.single-tip p a {
	font-family: SourceHanSansCN-Medium;
	font-size: 29px;
	letter-spacing: -1px;
	color: #222;
    line-height: 70px;
    text-decoration: none;
}

.single-tip p {
    text-align: center;
}

.single-tip:hover, .sub-rank-singleCont:hover, .title ul li:hover {
    transform: translateY(-4px);
    transition: all .25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    box-shadow: 0px 0px 9px 2px rgb(66 72 104 / 10%);
}

/* 考研门类排行榜 */
.ranking {
    padding-top: 43px;
    min-width: 1210px;
    overflow: hidden;
}

.ranking-title {
    width: 542px;
	height: 70px;
	background-color: #4d47fc;
    margin: 0 auto;
    position: relative;
    margin-bottom: 58px;
}

.ranking-title::before {
    content: '';
    display: inline-block;
    width: 23px;
	height: 23px;
	background-color: #4d47fc;
    position: absolute;
    left: -42px;
    top: 0;
}

.ranking-title::after {
    content: '';
    display: inline-block;
    width: 23px;
	height: 23px;
	background-color: #4d47fc;
    position: absolute;
    right: -42px;
    bottom: 0;
}

.ranking-title p {
	font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    line-height: 70px;
	color: #ffffff;
    text-align: center;
}

.tab {
	width: 1205px;
	margin: 0 auto;
    position: relative;
}

.title ul li {
	float: left;
	color: #666;
	text-align: center;
	line-height: 74px;
	cursor: pointer;
    width: 173px;
	height: 74px;
	background-image: linear-gradient(88deg, #ffa200 0%, #feeb4e 100%);
	border-radius: 10px;
    margin-right: 33px;
    transition: all .25s ease-in-out;
}

.title ul li:last-child {
	border-right: 0px;
}

.title ul li:nth-child(6), .title ul li:nth-last-child(1) {
	margin-right: 0;
}

.title ul li>p {
    text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	color: #000000;
}

.clear {
	clear: both;
}

.content .info .new_1 {
	background: #e3f1f8;
	color: #fff;
	color: #000;
}

.content {
    position: absolute;
    left: 1px;
    top: 76px;
	background: #fff;
    text-align: center;
}

.content .info ul {
	width: 103px;
	float: left;
}
 
.content .info ul li {
	color: #999;
	text-align: center;
	line-height: 40px;
}

.title ul li:nth-child(7), .title ul li:nth-child(8), .title ul li:nth-child(9), .title ul li:nth-child(10), .title ul li:nth-child(11), .title ul li:nth-child(12)  {
	margin-top: 727px;
}

.content .info {
    width: 1200px;
    padding-top: 63px;
	display: none;
}
.content .info.active{
	display: block;
}
.content .info tr td {
	text-align: center;
	line-height: 97px;
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	color: #000000;
    width: 240px;
}

.content .info td {
    border-right: 1px solid white;
}

.content .info tr:nth-child(1) td {
	background-color: #f2dbb1;
}

.content .info tr:nth-child(2) td, .info tr:nth-child(4) td{
	background-color: #fcfdff;
}

.content .info tr:nth-child(3) td, .info tr:nth-child(5) td{
	background-color: #ebecee;
}

.content .info tr td:nth-last-child(1) {
	border-right: none;
}

.content .info .inContent {
	float: left;
	text-align: left;
	padding-top: 10px;
	width: 380px;
	line-height: 40px;
	height: 110px;
	overflow: hidden;
	padding-left: 20px;
	display: inline;
	background: #e1edf3;
}

.title ul li.new{display: inline-block;}

.contact {
    display: inline-block!important;
    margin: 0 auto;
    margin-top: 55px;
    width: 274px;
	height: 64px;
	background-color: #ff823e;
	border-radius: 32px;
}

.contact p {
    text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	line-height: 64px;
	letter-spacing: 1px;
    color: #fff;
}

.description {
    width: 1191px;
    margin: 40px auto 74px;
}

.description p:nth-child(1) {
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #000;
    font-weight: 600;
}

.description p:nth-child(2), .description p:nth-child(3) {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	color: #000000;
}

.description p:nth-child(2) span, .description p:nth-child(3) span {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	color: #ff823e;
    font-weight: 600;
}

.description p:nth-child(3) span {
	margin-bottom: 40px;
}

#sources {
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	line-height: 36px;
	color: #999;
    text-align: right;
    margin-top: 40px;
    padding-right: 20px;
}

.subject {
    margin-bottom: 68px;
}

/* 考研学科排行榜 */
.subject-rank {
    min-width: 1210px;
    padding-top: 54px;
    background: url(../images/subBg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.subject-rank-title {
    width: 1204px;
	margin: 0 auto;
}

.subject-rank-cont {
    text-align: center;
    margin: 0 auto;
    width: 1204px;
}

.subject-rank-title p {
	font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 49px;
}

.sub-rank-singleCont {
    float: left;
    width: 256px;
	height: 106px;
	border-radius: 10px;
    margin: 0 60px 27px 0;
    background: url(../images/white.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.subject-rank-cont .sub-rank-singleCont:nth-child(4), .subject-rank-cont .sub-rank-singleCont:nth-child(8), .subject-rank-cont .sub-rank-singleCont:nth-child(12) {
    margin-right: 0;
}

.sub-rank-singleCont p {
    text-align: center;
}

.sub-rank-singleCont p>a {
	font-family: SourceHanSansCN-Medium;
	font-size: 26px;
	color: #000;
    line-height: 106px;
}

.subRank {
    margin-top: 26px;
}

.singleCont-copy {
    width: 203px;
	height: 84px;
	border-radius: 10px;
    margin-right: 46px;
    transition: all .25s ease-in-out;
}

.singleCont-copy p>a {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	color: #000000;
    line-height: 84px;
}

.subject-rank-cont .singleCont-copy:nth-child(5), .subject-rank-cont .singleCont-copy:nth-child(10) {
    margin-right: 0;
}

.subject-rank-cont .singleCont-copy:nth-child(4), .subject-rank-cont .singleCont-copy:nth-child(8) {
    margin-right: 46px;
}

.martop60 {
    margin-top: 60px;
    margin-bottom: 61px;
}

.moreRank {
    width: 274px;
	height: 64px;
	background-color: #ff823e;
	border-radius: 32px;
    margin: 41px 0 62px 0;
}

/* 研线网专注考研资讯 */

.ad {
    min-width: 1210px;
    height: 183px;
    background: url(../images/adBg.png) center center no-repeat;
    background-size: cover;
}

.ad p {
    text-align: center;
}

.ad p>a {
	font-family: HelloFont-WenYiHei;
	font-size: 70px;
	line-height: 183px;
	letter-spacing: 2px;
	color: #000;
    font-weight: 600;
    position: relative;
}