
body {
	background: #fff;
}

.choose-school-type .hover {
	color: #ff9d00;
	font-weight: bold;
}
.order-type .hover {
	color: #ff9d00;
}
.order-type .hover:after {
	color: #ff9d00;
	font-weight: normal;
}
.order-type a {
	cursor: pointer;
}

.logo-nav-search {
	border-bottom: 1px solid #eaebec;
}
.location {
	padding: 12px 0;
	font-size: 12px;
	font-family: '宋体';
	color: #949393;
	margin-bottom: 45px;
	border-bottom: 1px solid #eee;
}
.location a {
	color: #949393;
}
.location a:hover {
	color: #000;
	text-decoration: underline;
}

.main>.fl {
    width: 880px;
}
.main>.fr {
	width: 300px;
}
.choose-school-type{
	border: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
}
.choose-school-type dl{
	position: relative;
    width: 100%;    
    height: auto;
    line-height: 40px;
    font-size: 12px;
}
.choose-school-type dl+dl {
	border-top: 1px dotted #eaeaea;
}
.choose-school-type dt {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 77px;
	height: 100%;
    border-right: 1px solid #eaeaea;
    text-align: center;
    color: #999;
    background-color: #f8f8f8;
}
.choose-school-type dd {    
	float: left;
    margin-left: 115px;
    display: inline;
}
.choose-school-type dd a {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    text-align: left;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.choose-school-type dd a:hover {
	color: #ff9d00;
}

.order-type {
	width: 100%;
    height: 38px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    margin-top: 25px;
    box-sizing: border-box;
}
.order-type li {
	float: left;    
	width: 95px;
    height: 37px;
    color: #666;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    border-right: 1px solid #e6e6e6;
}
.order-type li a:after {
	content: '↓';
	color: #666;
	padding-left: 5px;
}

.main-cont-major li {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
    margin-top: 25px;
}
.main-cont-major li .picture {
	width: 238px;
	height: 177px;
	overflow: hidden;
}
.main-cont-major li .picture img {
	width: 100%;
}
.main-cont-major li .picture img:hover {
	transition: .5s;
	transform: scale(1.1);
}
.main-cont-major li .text {
	position: relative;
	width: 70.5%;
}
.main-cont-major li .text .info {
	display: flex;
	padding: 12px 0;
	font-size: 13px;
	color: #666;
}
.main-cont-major li .text .info p {
	margin-right: 20px;
	padding-left: 30px;
	line-height: 25px;
}
.main-cont-major li .text .info p:nth-child(1) {
	background: url(../images/list_sm_01_01.png) no-repeat left center;
}
.main-cont-major li .text .info p:nth-child(2) {
	background: url(../images/list_sm_02.png) no-repeat left center;
}
.main-cont-major li .text .info p:nth-child(3) {
	background: url(../images/list_sm_03.png) no-repeat left center;
}
.main-cont-major li .text .for-school b {
	font-size: 15px;
	color: #666;
}
.main-cont-major li .text .for-school a {
	font-size: 14px;
	color: #666;
	padding-right: 5px;
}
.main-cont-major li .text .discription {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}


.main-cont-school>li {
	position: relative;
	padding-top: 20px;
	padding-left: 100px;
}
.main-cont-school>li .school-logo {
	position: absolute;
	left: 0;
	top: 20px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eaeaea;
}
.main-cont-school>li .school-logo  img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 65%;
}

.sm-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}
.sm-title>p {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
}
.sm-title .butt {
	display: flex;
	justify-content: space-between;
	width: 200px;
	height: 30px;
}
.sm-title .butt a {
	position: relative;
	display: block;
	width: 45%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	padding-left: 18px;
	box-sizing: border-box;
}
.sm-title .butt a:hover {
	text-decoration: underline;
}
.sm-title .butt a:first-child {
	background: linear-gradient(to right,#ffbe55,#ffbe55,#ffaa23,#ff9d00);
}
.sm-title .butt a:last-child {
	background: linear-gradient(to right,#62a6da,#62a6da,#4996d1,#3387c8);
}
.sm-title .butt a:before {
	position: absolute;
	top: 0;
	left: 9px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 18px;
	height: 20px;
	background: url(../images/icon_03.png) no-repeat;
}
.sm-title .butt a:last-child:before {
	background: url(../images/icon_06.png) no-repeat;
}  

.main-cont-school .info {
	display: flex;
	padding: 12px 0;
	font-size: 13px;
	color: #666;
}
.main-cont-school .info p {
	margin-right: 15px;
	padding-left: 30px;
	line-height: 25px;
}
.main-cont-school .info p:nth-child(1) {
	background: url(../images/list_sm_01.png) no-repeat left center;
}
.main-cont-school .info p:nth-child(2) {
	background: url(../images/list_sm_02.png) no-repeat left center;
}
.main-cont-school .info p:nth-child(3) {
	background: url(../images/list_sm_03.png) no-repeat left center;
}
.main-cont-school .info p:nth-child(4) {
	max-width: 280px;
	background: url(../images/list_sm_04.png) no-repeat left center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-cont-school .info p a {
	color: #666;
}
.main-cont-school .info p a:hover {
	color: #ff9d00;
}
.main-cont-school .description {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.main-cont-school>li ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 23px;
}
.main-cont-school>li li {
	width: 24%;
	margin-top: 12px;
}

.page {
	text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #18BC9C;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
    color: #b4bcc2;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.main>.fr .right-form .pic {
	position: relative;
}
.main>.fr .right-form .pic p {
	position: absolute;
	top: 44px;
	right: 68px;
	color: #fff;
	font-size: 23px;
}
.main>.fr .right-form form {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 20px;
	box-sizing: border-box;
}
.main>.fr .right-form form input {
	width: 100%;
	height: 40px;
	margin-bottom: 18px;
	color: #888;
	border: none;
	box-sizing: border-box;
	outline: none;
	padding-left: 36px;
}
.main>.fr .right-form form input:nth-child(1) {
	background: #eaeaea url(../images/right-sign_07.png) no-repeat 8px center;
}
.main>.fr .right-form form input:nth-child(2) {
	background: #eaeaea url(../images/right-sign_10.png) no-repeat 8px center;
}
.main>.fr .right-form form input:nth-child(3) {
	background: #eaeaea url(../images/right-sign_12.png) no-repeat 8px center;
}
.main>.fr .right-form form input:nth-child(4) {
	background: #eaeaea url(../images/address.png) no-repeat 8px center/24px;
}
.main>.fr .right-form form button {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	outline: none;
	border: none;
	background: #ff9d00;
	cursor: pointer;
}

.lm-title {
	margin-top: 20px;
	padding-bottom: 5px;
    border-bottom: 1px solid #f1bc68;
}
.lm-title h3 {	
	padding-left: 8px;
    font-size: 20px;
    font-weight: normal;
    border-left: 3px solid #ff9d00;
}

.add_lm-title_1:hover{
	color:#ff9d00;
}

.school-order {
	margin-bottom: 20px;
}
.school-order li:first-child {
	margin-top: 20px;
}
.school-order li {
	display: flex;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 10px;
}
.school-order li span {    
	font-size: 22px;
    font-weight: bold;
    color: #bbb;
}
.school-order li img {    
	height: 35px;
    margin: 0 12px 0 10px;
}
.school-order li a {
	font-size: 14px;
	color: #666;
}
.school-order li a:hover {
	text-decoration: underline;
	color: #ff9d00;
}
.school-order li a:last-child {
	display: block;
	width: 74%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-order li:first-child span {
    color: #F54545;
}
.school-order li:nth-child(2) span {
	color: #FF944B;
}
.school-order li:nth-child(3) span {
	color: #FFC637;
}

.more-major li {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-left: 25px;
}
.more-major li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 16px;
	height: 20px;
	background: url(../images/more-major.png) no-repeat;
	background-position: -1px -12px;
}
.more-major li:nth-child(2):before {
	background-position: -20px -12px;
}
.more-major li:nth-child(3):before {
	background-position: -42px -12px;
}
.more-major li:last-child:before {
	background-position: -63px -12px;
}
.more-major li .text {
	position: relative;
	/*width: 145px;*/
	width: 85%;
	height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.more-major li .text span {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #fc6a48;
	padding-left: 12px;
}
.more-major li .text span:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 9px;
	height: 11px;
	background: url(../images/more-major.png) no-repeat;
	background-position: -20px 0;
}
.more-major li .text a {
	font-size: 14px;
}
.more-major li .picture {
	display: none;
	width: 100px;
	overflow: hidden;
}
.more-major li .picture img {
	transition: .5s;
}
.more-major li:hover a {
	color: #ff9d00;
}
.more-major li:hover img {
	transform: scale(1.1);
}
.more-major .on .text {
	width: 145px;
	height: auto;
	white-space: normal;
}
.more-major .on .text span {
	display: block;
}
.more-major .on .picture {
	display: block;
}

.hot-focus {
	margin-top: 20px;
}
.hot-focus .ml-title {
	margin-bottom: 10px;
}
.hot-focus .rmscawrap {
    margin-right: 6px;
    margin-bottom: 6px;
}
.hot-focus .rmscawrap1 {
    width: 180px;
}
.hot-focus .rmscawrap2 {
    width: 190px;
}
.hot-focus .rmscawrap3 {
    width: 169px;
    margin-right: 0;
    margin-left: 6px;
    margin-bottom: 0;
}
.hot-focus .rmscawrap a {
    float: left;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.hot-focus .rmsc a {
    font-size: 14px;
    color: #fff;
}
.hot-focus .rmsc_a1 {
    width: 180px;
    margin-bottom: 6px;
    background: #51cbd0;
}
.hot-focus .rmsc_a2 {
    width: 88px;
    margin-right: 6px;
    background: #efb834;
}
.hot-focus .rmsc_a3 {
    width: 86px;
    background: #ef8c8b;
}
.hot-focus .rmsc_a4 {
    width: 114px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #70a9e1;
}
.hot-focus .rmsc_a5 {
    width: 88px;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #8a99e3;
}
.hot-focus .rmsc_a6 {
    width: 96px;
    margin-bottom: 6px;
    background: #adc768;
}
.hot-focus .rmsc_a7 {
    width: 88px;
    margin-right: 6px;
    background: #73a9e2;
}
.hot-focus .rmsc_a8 {
    width: 96px;
    background: #bb8ddb;
}
.hot-focus .rmsc_a9 {
    width: 104px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f2c14a;
}
.hot-focus .rmsc_a10 {
    width: 125px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f08e8d;
}
.hot-focus .rmsc_a11 {
    width: 169px;
    margin-bottom: 6px;
    background: #7bb0e4;
}
.hot-focus .rmsc_a12 {
    width: 169px;
    background: #909ee0;
}
.hot-focus a:hover {
	transition: .2s;
	transform: scale(1.04);
}

.hot-list li:first-child {
	margin-top: 8px;
}
.hot-list li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	padding: 10px 0;
}
.hot-list li>a {
	display: block;
	width: 85px;
	height: 60px;
	overflow: hidden;
}
.hot-list li>a img {
	width: 100%;
}
.hot-list li .text {
	width: 66%;
	line-height: 25px;
	padding-top: 5px;
}
.hot-list li .text a {
	display: block;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-list li .text a:hover {
	color: #ff9d00;
	text-decoration: underline;
}
.hot-list li .text p {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.school-info .lm-title h3 {
	color: #ff9d00;
}
.school-info .si-title {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.school-info .si-title p {
	position: relative;
	font-size: 13px;
	color: #666;
	padding: 3px 6px 4px;
	border-radius: 3px;
	cursor: pointer;
}
.school-info .si-title p:hover {
	color: #ff9d00;
}
.school-info .si-title p+p:after {
	position: absolute;
	left: -9px;
	top: 3px;
	content: '|';
	font-size: 12px;
	color: #666;
}
.school-info .si-title p.active {
	color: #fff;
	background: #ff9d00;
}
.school-info .si-cont ul {
	width: 100%;
	display: none;
}
.school-info .si-cont ul.active {
	display: block;
}
.school-info .si-cont ul li {
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
.school-info .si-cont ul li span {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #bababa;
	margin-top: 6.5px;
}
.school-info .si-cont ul li:nth-child(1) span {
	background: #ec4302;
} 
.school-info .si-cont ul li:nth-child(2) span {
	background: #fc6f15;
} 
.school-info .si-cont ul li:nth-child(3) span {
	background: #e69d2c;
} 
.school-info .si-cont ul li a {
	width: 279px;
	font-size: 14px;
	color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-info .si-cont ul li a:hover {
	color: #ff9d00;
	text-decoration: underline;
}


.location h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}