*,html,body{
	margin:0px;
	padding:0px;
	    font-family: "PingFang SC", -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;
}
b,strong{font-weight:bold;}
ul,li{
	list-style: none;
}
a,a:hover,a:-webkit-any-link{
	text-decoration:none;
}

em, i, cite {
    font-weight: 400;
    font-style: normal;
}
input, textarea, button, select {
    border: 0;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
::-webkit-scrollbar {
  display: none; 
}
.mt20{
	margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt40 {
    margin-top: 40px;
}
.f22 {
    font-size: 22px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.red{
	border:1px red solid;
}
.box_isixue{
	width: 1200px;
	margin:0 auto;
}
.top{
	
	height: 110px;
}
.header{
	padding:25px 0px;
	float: left;
	width: 100%;
}
.header-logo{
    font-size: 0px;
    background: url(../images/logo1.png) no-repeat;
    background-size: 235px;
    height: 60px;
    width: 235px;
}
#Index_City_main{
	font-size: 14px;
	margin-left: 30px;
	line-height: 60px;
	cursor: pointer;
}
#Index_City_main img{
	margin-top: 23px;
	margin-right: 5px;
}
.topsearch {
    margin-left: 280px;
    width: 420px;
    height: 40px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
}
.topsearch .category {
    float: left;
    width: 59px;
    line-height: 38px;
    text-indent: 15px;
    border: #f0f0f0 1px solid;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #f7f7f7 url(../img/arrow.png) 51px 17px no-repeat;
    cursor: pointer;
    transition: all .2s;
}
.topsearch .categorylist {
   display: none;
    position: absolute;
    top: 39px;
    left: 1px;
    width: 68px;
    text-indent: 0;
    text-align: center;
    color: #666;
    background: #f9f9f9;
    box-shadow: rgb(0,0,0,.12) 0 0 20px 0;
    cursor: pointer;
    opacity: .98;
    z-index: 900;
}
.topsearch .categorylist li:hover, .topsearch .categorylist li.current {
    color: #fe6a00;
    background: #fff;
}
.topsearch .searchtext {
    float: left;
    width: 288px;
    height: 38px;
    padding: 0 11px 0 15px;
    color: #999;
    font-size: 14px;
    line-height: 38px;
    border: #f0f0f0 1px solid;
    border-left: 0;
    border-right: 0;
    background: #f7f7f7;
    transition: all .2s;
}
.topsearch .searchsubmit {
    float: right;
    width: 45px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    background: #fe6a00 url(../img/icon.png) 15px 11px no-repeat;
    cursor: pointer;
    transition: all .2s;
}

.header_login a{
    float: left;
    width: 70px;
    line-height: 14px;
    text-align: right;
    color: #fe6a00;
    padding: 1px 0 9px;
    background: url(../img/icon.png) -28px 0 no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
}
.header_login a:last-child {
    background-position: -88px -1px;
}
.nav{
	background:#fe6a00;
	height: 50px;
	line-height: 50px;
}
.navb_sub a{
	color: #fff;
	font-size: 18px;
}
.navb_sub {
    background: url(../img/nav.png) no-repeat right;
   	padding:0px 93px;
}
.navb_sub:first-child{
	padding-left: 0px;
}
.navb_sub:last-child{
	background: none;
	padding-right: 0px;
}

.newest-article {
    background: url(../img/syd-new-bg.png) no-repeat;
    width: 320px;
    height: 422px;
}
.newest-article-title {
    display: inline-block;
    width: 88px;
    height: 34px;
    background-image: linear-gradient(89deg,#e71a0f 0%,#f49556 100%),linear-gradient(#e71a0f, #e71a0f);
    background-blend-mode: normal, normal;
    border-radius: 0px 15px 15px 0px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 16px;
}
.newest-article-list {
    height: 337px;
    overflow: auto;
}
.newest-article-list li {
    margin: 0 16px 0;
    border-left: 1px solid #ffdbd9;
    padding: 0 0 16px 12px;
    position: relative;
}
.newest-article-list li h3{
	font-size: 16px;
	line-height: 25px;
}
.newest-article-list li h3 a{
	color: #333;
    text-decoration:none;
}
.newest-article-list li p{
	color: #999;
	font-size: 12px;
	margin-top: 7px;
}
.newest-article-list li:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e71a0f;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 2px;
}
.syd-new-banner{
	width: 878px;
	height: 422px;
	overflow: hidden;
}
.swiper-wrapper{
	width: 420px;
}
.new-banner-container {
    position: relative;
    overflow: hidden;
}
.new-banner-container img{transition:all 3s;}
.new-banner-container:hover img{transform:scale(1.3,1.3);}
.new-banner-des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 255px 20px 0;
    box-sizing: border-box;
    color: #fff;
}
.new-banner-des h3{
	font-size: 20px;
}
.Lime-line2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
}
.new-banner-list {
    float: left;
    width: 458px;
}
.new-banner-list li {
    position: relative;
    float: left;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.new-banner-list li a{float: left;height: 211px;}
.new-banner-list li img{transition: all 3s;}
.new-banner-list li:hover img{transform: scale(1.3,1.3);}
.new-banner-list li:nth-last-child(1),.new-banner-list li:nth-last-child(2){border-bottom:none;}
.new-banner-info {
    width: 100%;
    height: 100%;
    padding: 10px 12px 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-flow: column-reverse;
}
.newest-article-list li:hover a {
    color: #e71a0f;
}
.ku_html{
	float: left;
	margin-right: 20px;
	width: 224px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ku_html:nth-child(5n){
	margin-right: 0px;
}
.ku_html img{
	width: 224px;
	float: left;
	height: 126px;
	overflow: hidden;
}
.img_box{
	width: 224px;
	float: left;
	height: 126px;
	overflow: hidden;
}
.ku_html img{transition:all 3s;}
.ku_html:hover img{transform:scale(1.3,1.3);}
.ku_html h2{
	float: left;
	margin:10px 0px;
	overflow: hidden;
}
.ku_html h2 a{
	color: #000;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	float: left;
    text-decoration:none;
}
.ku_html h2 a:hover{
    color: #e71a0f;
}
.ku_html .address{
	font-size: 14px;
	float: left;
	width: 224px;
	color: #919191;
	height: 20px;
	overflow: hidden;
}
.ku_html .address span{
	float: left;
}
.ku_html .address span:nth-child(2){
	margin:0px 8px;	
}
.ku_html .address a{
	color: #919191;
    text-decoration:none;
}
.ku_html .address a:hover{
	color: #e71a0f;
}
.price{
	color: #fe9400;
	margin-top: 10px;
	float: left;
	height: 30px;
}
.price span{
	font-size: 22px;
	float: left;
	font-weight: bold;
}
.price font{
	color: #fe9400;
	border:1px #fe9400 solid;
	font-size:12px;
	float: left;
}
.jsy-info {
    color: #222;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: inherit;
    height: 20px;
    overflow: hidden;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.hot_school li:hover h3{
    color: #e71a0f;
}
.hot_school{
	width: 100%;
	margin-top: 20px;
}
.hot_school li{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	width: 178px;
	padding:20px 10px;
}
.hot_school li:nth-child(6n){
	border-right:1px solid #e5e5e5;
}
.hot_school li:nth-child(n+7){
	border-bottom:1px solid #e5e5e5;
}
.hot_school li img{
	width: 70%;
}
.hot_school li a{
	width: 178px;
	text-align: center;
    text-decoration:none;
}
.sih_left{
	width: 845px;
}
.sih_right{
	width: 320px;
	border: 1px solid #f2f2f2;
}
.main_list {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 15px;
}
.main_list:nth-last-child(1){
	border:none;
}
.three_list {
    width: 200px;
}
.three_tit {
    width: 625px;
}
.main_list h4 {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-weight: 700;
}
.main_list h4 a {
    color: #333;
    text-decoration:none
}
.main_list h4 a:hover{
    color: #e71a0f;
}
.main_list p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    height: 44px;
    overflow: hidden;
}
.keywords {
    width: 100%;
    margin: 7px 0px 20px 0px;
}
.keywords .user {
    color: #888;
    margin-top: 3px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #eee solid;
    font-size: 12px;
    line-height: 20px;
    text-decoration:none;
}
.keywords .user img {
    border-radius: 50%;
    margin-right: 5px;
}
.keywords span {
    color: #bbb;
    font-size: 12px;
    line-height: 24px;
}
.ask_take {
    color: #bbb;
    font-size: 12px;
    line-height: 24px;
    margin-left: 20px;
}
.sih_ask{
	padding:15px 20px;
	overflow: hidden;
}
.rankf {
    float: left;
    width: 16px;
    margin: 4px 8px 4px 0;
    padding-right: 1px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: top;
    word-break: keep-all;
    border-radius: 2px;
}
.title5{
    height: 24px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    float: left;
    width: 250px;
    text-decoration:none;
}
.title5:hover{
    color: #e71a0f;
}
.sih_ask li {
	margin-bottom: 10px;
	float: left;
}

.sih_ask li p{
	color: #999;
	font-size: 13px;
	margin-top: 5px;
	float: left;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: none;
}
.sih_ask li.cur p{
	display: block;
}

.link{
	background:#f7f7f7;
}
.friendship-link {
    height: 76px;
    line-height: 76px;
    font-size: 14px;

}
.col000 {
    color: #000;
}
.fb {
    font-weight: 700;
}
.friendship-link li {
    margin-right: 20px;
    float: left;
}
.friendship-link li a{
	color: #333;
    text-decoration:none;
}
.friendship-link li a:hover{
    color: #e71a0f;
}


.foot{
	background-color: #282828;
	height:auto;
	width:100%;
	padding:30px 0px 20px 0px;
}
.foot_ul .foot_ul_p {

    color: #fff;
    height: 27px;
    margin-bottom: 10px;
    font-weight: 700;
}
.foot_ul ul {

    color: #ccc;
}
.foot a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}
.foot a:hover{
	text-decoration-line: underline;
}
.foot_ewm span{
	color: #ccc;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.foot_row{
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 20px;
}
.copyright{
	text-align: center;
	margin-top:15px;
}
.copyright a{
	color: #ccc;
	font-size: 12px;
	line-height: 20px;
}
.copyright p{
	color: #ccc;
	font-size: 14px;
	line-height: 25px;
}


.nav_all{
	position: fixed;
	width: 120px;
	background:#fff;
	margin-left: -150px;
	top:180px;

}
.nav_all h2{
	background:#fe6a00;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
.nav_all ul{
	background-color: #f8f8f8;
	overflow: hidden;
	padding-bottom: 10px;
	
}
.nav_all ul li{
	float: left;
	line-height: 50px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	
}
.nav_all ul li:nth-last-child(1){
	border:none;
}
.nav_all ul li:hover{
	background-color: #fff;
}
.nav_class{
	position: absolute;
	left:120px;
	top:0px;
	width: 500px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	background-color: #fff;
	text-align: left;
	line-height: normal;
	padding:30px;
	min-height: 350px;
	z-index: 9;
	display: none;
}
.nav_class a{
	color: #333;
	float: left;
	border-radius: 15px;
	border:1px solid #ebebeb;
	padding:0px 20px;
	margin-right: 10px;
	margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.nav_class a:hover{
  background-color: #fe6a00;
  color: #fff;
}

@media (max-width:1200px){
    .nav_all{
        margin-left:0px;
    }
}

#City_more{position: fixed;left:0;top:-60px;bottom:0;right:0;background: rgba(0,0,0,0.5);display: none;}
.City_list{
    width: 1000px;
    height: 650px;
    background-color: #fff;
    overflow-y: scroll;
    position: relative;
    margin-top: 150px;
    left:50%;
    margin-left:-500px;
    
}
.close_btn{
    
    color: #3e3e3e;
    margin-top: 5px;
    cursor: pointer;
}
.hot-city {
    
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 30px;
    font-size: 15px;
    position: fixed;background-color: #fff;
    z-index: 9;
    width: 940px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.hot-title {
    display: inline-block;
    line-height: 34px;
    vertical-align: top;
    color: #fe6a00;
}
.hot-items {
    display: inline-block;
    width: 820px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.hot-city a {
    color: #3e3e3e;
    text-decoration: none;
    padding: 0px 16px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
}
.hot-city a:hover{
    color: #fe6a00;
}
.city-letter-group li {
    padding: 6px 30px;
    border-bottom: solid 1px #e6e6e6;
}
.city-letter {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #f8f8f8;
    border: solid 1px #eee;
    vertical-align: top;
}
.city-items {
    margin-left: 30px;
    line-height: 33px;
    width: 820px;
    display: inline-block;
}
.city-items a {
    padding: 0px 10px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
}
.city-letter-group{
    font-size: 15px;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
}
.city-letter-group li:hover .city-letter,.city-letter-group li.focus .city-letter{
    background-color: #fe6a00;
    color: #fff;
}
.city-letter-group li:hover,.city-letter-group li.focus
{
    background-color:#f8f8f8;
}
.city-letter-group a:hover{
    color:red;
}