*{
  margin: 0;
  padding: 0;
  outline: none;
}
html,body{
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  font-weight: normal;
  vertical-align: baseline;

}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
body *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body *::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
body *::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #afafaf;
  -webkit-border-radius: 8px;
}
body *::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #afafaf;
  -webkit-border-radius: 8px;
}
html, body {
  width: 100%;
  min-width: 1200px;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select {
border: solid 1px #ededed;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background:none;
padding-right: 14px;
}
select::-ms-expand { display: none; }
.clearfix:before,.clearfix:after{
  content:"";
  display:block;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.clear{
  clear: both;
}
input{
  font-size: 14px;
  color: #333333 ;
  font-family:Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}
textarea{
  font-size: 14px;
  color: #333333 !important;
  resize:none;
  font-family:Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}
button{
  cursor: pointer;
  background: none;
  font-family:Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}
.margin-right0{
  margin-right: 0!important;
}
.z-index-100{
  z-index: 100!important;
}
.z-index-120{
  z-index: 120!important;
}
.cantainer{
  width: 100%;
  min-width: 1200px;
  margin:0 auto;
  position: relative;
}
@-webkit-keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: 123px;
  }
}
@keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: 123px;
  }
}
@-webkit-keyframes takeup {
  from {
    height: 123px;
  }
  to {
    height: 0;
  }
}
@keyframes takeup {
  from {
    height: 123px;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes bigger {
  from {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
  to {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}
@keyframes bigger {
  from {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
  to {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}
@-webkit-keyframes smaller {
  from {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
}
@keyframes smaller {
  from {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
}
.smaller {
  -webkit-animation-name: smaller;
  animation-name: smaller;
}
.bigger {
  -webkit-animation-name: bigger;
  animation-name: bigger;
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.takeup {
  -webkit-animation-name: takeup;
  animation-name: takeup;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.visiable{
    overflow: visible!important;
    position: relative;
    z-index: 99;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
 }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;

}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;

}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;

}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;

}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 寰蒋闆呴粦, Segoe UI, Tahoma, Arial锛屽畫浣揵8b浣�, SimSun, sans-serif;

}
.border-none{
  border:none!important;
}
.content-list-right,.map-list,.park-content::-webkit-scrollbar {
    width:0px;
    /*height:0px;*/
    /*display: none;*/
}
.content-list-right,.map-list,.park-content .-o-scrollbar{
    -moz-appearance: none !important;
    background: rgba(0,255,0,0) !important;
}
.content-list-right,.map-list,.park-content{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
.swiper-pagination-switch{
  cursor: pointer;
}
::-ms-clear,::-ms-reveal{display:none;}
.ovf-hiden{
  overflow: hidden;
}
.div-height-47{
  height:47px;
}
.hidden-box{
  overflow: hidden;
}
#zhichiBtnBox{
  z-index: 900!important;
  cursor: pointer;
}
#ZCChatFrame{
  z-index: 900!important;
}
.loading-btn{
  background: #ccc!important;
}
.loading-btn:hover{
  background: #ccc!important;
  cursor: default;
}
.loading-btn-save{
  border:1px solid #ededed;
  color: #ccc;
}
.loading-btn-save:hover{
  border:1px solid #ededed;
  color: #ccc;
  cursor: default;
}

.singlePage .mainBox{
    border:none!important;
}
p {margin: 0;}
.park-all-content{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.now-title{
    width: 100%;
    height: 16px;
    line-height: 16px;
    /*padding-bottom: 40px;*/
}
.now-title a {
    font-size: 14px;
    color: #666666;
}
.now-title span {
    font-size: 14px;
    color: #666666;
}
.now-title .interview-now {
    color: #333333;
    cursor: default;
}
.now-title a:hover {
    color: #333333;
}
.label-condition {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 23px;
    border: 1px dashed #ededed;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    background: #f8f8f8;
    padding: 0 10px;
    margin-right: 4px;
}
.label-condition:hover {
    background: #fff7f7;
    color: #d50000;
    border: 1px dashed #d50000;

}
.label-condition img {
    width: 9px;
    height: 9px;
    margin-left: 11px;
    vertical-align: middle;
    margin-top: -2px;
}
.label-clear {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
.label-clear.active {
    color: #d50000;
}
.label-clear img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.search-control {
    font-size: 14px;
    color: #999999;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin: 0 30px 20px;
}
.search-control.active {
    color: #d50000;
}
.search-control img {
    width: 7px;
    height: 4px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.search-takeup {
    display: none;
}
.list-content{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.list-content-left{
    width: 886px;
    float: left;
    overflow:hidden;
}
.content-list{
    /*background: #fff;*/
    overflow: hidden;
}
.list-title{
    margin:0 ;
    overflow: hidden;
    padding-top:25px;
    border-bottom: 1px solid #ededed;
}
.list-title-left{
    height: 40px;
    float: left;
    width: 45%;
    overflow: hidden;
}
.list-title-left li{
    float: left;
    width: 73px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.list-title-left li.active{
    color: #d50000;
}
.list-title-right{
    float: right;
    width: 45%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #0d0d0d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-title-right span{
    color: #d50000;
    padding:0 5px;
    font-weight: 600;
}
.list li{
    width: 886px;
    overflow: hidden;
    padding:30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 2px;
}
.list.business li{
    width: 886px;
    height: 157px;
    overflow: hidden;
    padding:29px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 2px;
}
.list.business li.border-bottom-none,.list li.border-bottom-none{
	border-bottom: none;
}
.list li:hover{
    /*background: #f9f9f9;*/
}
.product-img{
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 32px;
    border:1px solid #ededed;
}
.product-img img{
    width: auto;
    display: block;
    margin:0 auto;
    max-width: 200px;
    height: 150px;
}
.product-intro{
    float: left;
    width: 466px;
    padding-right: 120px;
    height: 152px;
}
.business .product-intro{
    float: left;
    overflow: hidden;
    width: 586px;
    padding-right:0px;
}
.product-intro.no-img{
    width: 698px;
}
.product-tit{
    width:100%;
    font-size: 22px;
    color: #333333;
    padding-bottom: 17px;
    *padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-tit a{
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    /* font-weight: bold; */
}
.product-tit p.pro-name{
    max-width: 85%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-tit span{
    padding: 0 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #d50000;
    border: 1px solid #d50000;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    margin-left: 12px;
    vertical-align: top;
    *vertical-align: middle;
}
.product-tit:hover,.product-tit a:hover{
    color: #d50000;
}
.product-info{
    width:100%;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-info img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top:-2px;
}
.list-no-img .product-tit,
.list-no-img .product-info,
.list-no-img .product-labels{
    width: 100%;
}
.money-box{
    position: absolute;
    right: 26px;
    top: 80px;
    overflow: hidden;
    max-width: 30%;
}
.money{
    font-size: 14px;
    color: #d50000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-bottom:14px;
}
.moeny-sale{
}
.money-to-face{
    font-size: 14px;
    font-weight: normal;
    color: #d50000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top:20px;
    text-align: right;
}
.money span{
    font-size: 28px;
    font-weight: bold;
    padding:0 5px;
}
.delete{
    float: right;
}
.list-content-right{
    width: 284px;
    float: right;
    margin-top: 39px;
}
.product-park-rank {
    margin-top: 28px;
}
.index-title-link {
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
}
.index-title-link a {
    display: inline-block;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    line-height: 43px;
    position: relative;
}
.index-title-link a.active div {
    width: 100%;
    display: block;
    height: 2px;
    border-bottom: 2px solid #d50000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.park-rank {
    overflow: hidden;
    margin-top: 18px;
}
.park-rank li {
    overflow: hidden;
    margin-bottom: 18px;
    width: 242px;
}
.park-rank-num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.park-rank-name {
    width: 210px;
    display: block;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.park-rank-name a{
    font-size: 14px;
    color: #333;
}
.park-rank-img {
    width: 6px;
    height: 13px;
    line-height: 30px;
    float: right;
}
.park-rank-name a:hover {
    color: #d50000!important;
}
.rank-one {
    background: #d50000;
}
.rank-two {
    background: #ff881f;
}
.rank-three {
    background: #ffcb18;
}
.rank-normal {
    background: #e8e8e8;
}
.create-park-box {
    width: 242px;
    padding: 20px 20px 0;
    border: 1px solid #ededed;
    border-top: 2px solid #d50000;
    margin-bottom: 40px;
}
.details-class-students {
    width: 242px;
    padding: 20px 20px 0;
    border: 1px solid #ededed;
    border-top: 2px solid #d50000;
    margin-bottom: 40px;
}
.details-class-students h6 {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: 600;
	margin: 0;
}
.park-dynamic h6{
    margin-bottom: 10px;
}
.park-dynamic .popular-special-word{
    padding-top: 0;
}
.park-text-blue-box {
    width: 198px;
    height: 148px;
    background-color: #6fa5dc;
    border:1px solid #ededed;
    margin-right: 20px;
    float: left;
    position: relative;
    line-height:36px;
}
.park-text-green-box {
    width: 198px;
    height: 148px;
    background-color: #8dd1d8;
    border:1px solid #ededed;
    margin-right: 20px;
    float: left;
    position: relative;
    line-height:36px;
}
.park-text {
    width: 158px;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-menu{
    overflow: hidden;
    background: #fbfbfb;
    width: 1200px;
    margin:0 auto;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.open-citys{
    position: absolute;
    right: 17px;
    top: 0;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    background: #fbfbfb;
    padding:0 10px;
    z-index: 88;
    cursor: pointer;
}
.open-citys img{
    width: 8px;
    height: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
}
.search-menu-box{
    padding: 13px 32px;
    overflow: hidden;
}
.height{
    height: 176px;
}
.search-sec{
    display: none;
}
.search-menu-box li{
    font-size: 0;
    padding-right: 54px;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-left: 135px;
    word-break: normal;
    display: inline-block;
    width: 979px;
    min-height: 41px;
}
.search-menu-box .active{
    color: #d50000;
}
.li-height{
    height: 36px;
    overflow: hidden;
}
.li-display{
    display: inline-block;
    *display:block;
}
.search-menu-box li a{
    margin-right: 30px;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.search-menu-box li .search-select {
    color: #d50000;
}
.search-menu-box li a:hover{
    color: #d50000;
}
.search-menu-box li p.search-tit{
    position: absolute;
    left: 0;
    top:0;
    _left:-130px;
    _top:-6px;
    *top:-8px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    *line-height: 52px;
}
.search-menu-box li span.search-select{
    color: #d50000;
}
.search-all{
    margin-left: -58px;
}
.search-menu-box li div{
    display: inline-block;
    *display: inline;
    *zoom:1;
    cursor: pointer;
    font-size: 14px;
}
.search-menu-box li div input{
    width: 38px;
    padding:2px 0;
    height: 16px;
    border:1px solid #ededed;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.search-menu-box li div input{
    color:#333;
}
.search-menu-box li div span{
    width: 38px;
    height: 20px;
    line-height: 20px;
    border:1px solid #ededed;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-left: 11px;
    display: none;
}
.search-menu-box li div span:hover{
    border: 1px solid #999;
    color: #333;
    transition: all .225s ease-in-out;
}
.search-word{
    margin: 0px 30px;
    padding: 19px 0 9px;
    border-top: 1px solid #ededed;
    overflow: hidden;
}
.search-word-left{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    float: left;
    width: 75px;
}
.search-word-right{
    float: left;
    overflow: hidden;
    width: 1065px;
}
.label-condition{
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 23px;
    margin-bottom:10px;
    border:1px dashed #ededed;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    background: #f8f8f8;
    padding:0 10px;
    margin-right: 4px;
}
.label-condition:hover{
    background: #fff7f7;
    color: #d50000;
    border:1px dashed #d50000;
}
.label-condition img{
    width: 9px;
    height: 9px;
    margin-left: 11px;
    vertical-align: middle;
    margin-top: -2px;
}
.label-clear{
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    cursor: pointer;
    *position: relative;
    *top: -11px;
}
.label-clear.active{
    color: #d50000;
}
.label-clear img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top:2px;
}
.search-control{
    font-size: 14px;
    color: #999999;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin:0 30px 20px;
    cursor: pointer;
}
.search-control.active{
    color: #d50000;
}
.search-control img{
    width: 7px;
    height: 4px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.search-open{}
.search-takeup{}

.search-time{
    display: inline-block;
    line-height: 30px;
    *position: absolute;
    *top: 8px;
}
.ta_date{
    display: inline-block;
    *display:inline;
    *zoom: 1;
    width: 218px;
    height: 20px;
    border: 1px solid #ededed;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    background-color: #ffffff;
}
.date_title{
    width: 182px;
    padding-left: 10px;
    padding-right: 26px;
    height: 20px;
    display: inline-block;
    *display:inline;
    *zoom: 1;
    vertical-align: top;
    cursor: pointer;
    line-height: 20px;
    *position: absolute;
}
.interaction-time-img{
    width: 14px;
    height: 14px;
    position: absolute;
    right:10px ;
    top: 3px;
}
.interaction-time-yes{
    width: 38px;
    height: 20px;
    margin-left:10px ;
    *margin-left:20px ;
    vertical-align: middle;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 18px;
    background-color: #ffffff;
}
.interaction-time-yes:hover{
    color: #FFFFFF;
    background-color:#d50000 ;
}
.park-open {
    position: absolute;
    right: 27px;
    top: 0;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    background: #fbfbfb;
    z-index: 88;
    cursor: pointer;
}
.park-open:hover{
    color: #d50000;
}
.park-open img{
    width: 8px;
    height: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
}
.news-hot-topics {
    width: 282px;
    border: 1px solid #ededed;
    border-top: 2px solid #d50000;
}
.investment-discount .news-hot-topics {
    border:none;
    border-top: 2px solid #d50000;
}
.news-right-item h3 {
    margin: 20px 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.news-right-item h3.title-margin-0{
    margin:0;
    margin-bottom: 20px;
}
.news-project-me{
    float: right;
    margin-right: 17px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-top: 4px;
}
.news-project-me:hover{
   color: #d50000;
}
.project-docking-box p:hover{
    color:#d50000;
}
.news-right-item-investment a{
    display: inline-block;
    width: 70px;
    text-align: left;
    margin: 0 0 20px 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.news-right-item-investment a:hover {
    color: #d50000;
}
.right-investment-list-item span{
    display: inline-block;
    width: 70px;
    text-align: left;
    margin: 0 0 20px 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.right-investment-list-item.park-padding-top span{
    margin-left:0;
    width: 60px;
}
.right-investment-list-item.park-padding-top span.park-middle{
    margin-left:31px;
    margin-right:31px;
}
.right-investment-list-item span a{
    font-size: 14px;
    color: #333333;
}
.right-investment-list-item a:hover {
    color: #d50000;
}
.park-padding-top{
    padding-top: 20px;
    margin:0 20px;
    font-size: 0;
    border-bottom: 1px solid #ededed;
}
.park-tel{
    text-align: center;
    font-size: 16px;
    color: #d50000;
    line-height: 60px;
    font-weight: bold;
}
.park-tel span{
    font-weight: bold;
}
.want-invest{
    font-size: 14px;
    padding: 20px;
    width: 242px;
}
.want-invest .invest-title{
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.want-invest .invest-info input{
    width: 232px;
    height: 36px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    padding-left: 10px;
}
.want-invest .invest-money{
    position: relative;
}
.want-invest .invest-money input{
    padding-right: 25px;
    width: 205px;
}
.want-invest .invest-money div{
    position: absolute;
    top: 10px;
    right: 30px;
}
.want-invest .invest-btn{
    width: 244px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    background: #d50000;
    cursor: pointer;
    display: block;
    font-size: 16px;
}
.want-invest .invest-btn:hover {
    background: #b60e0e;
    transition: all .225s ease-in-out;
}
.create-park-box .park-list-btn{
    width: 244px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    background: #d50000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0 auto;
}
.want-invest .invest-info input::-webkit-input-placeholder {
    color: #999999 !important;
}
.park-list-top {
    margin-top: 28px;
}
.details-class-students {
    width: 242px;
    padding: 20px 20px 0;
    border:1px solid #ededed;
    border-top: 2px solid #d50000;
    margin-bottom: 40px;
    overflow: hidden;
}
.details-class-students h6{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}
.students-content{
    overflow: hidden;
}
.students-content li{
    width: 50px;
    height: 72px;
    float: left;
    margin-right: 14px;
    margin-bottom: 19px;
}
.students-content img{
    width: 50px;
    display: block;
    margin-bottom: 8px;
}
.students-content p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 16px;
}
.popular-special{
    overflow: hidden;
}
.details-meet-first {
    margin-right: 14px;
}
.popular-special-img {
    position: relative;
    float: left;
}
.popular-special-img p {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 20;
    text-align: center;
    line-height: 64px;
    width: 104px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
}
.popular-special-img img {
    width: 114px;
    height: 64px;
    display: block;
}
.popular-special-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.popular-special-word{
    padding: 12px 0;
}
.popular-special-word p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popular-special-word p a{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.popular-special-word p a:hover{
    color: #d50000;
}
.info-news{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: -4px;
}
.info-tel{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.info-btn{
    margin: 10px auto 20px;
    font-size: 14px;
    color: #fff;
    background: #d50000;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.info-btn:hover{
    background: #b60e0e;
}
.list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}
.cangku_news_list{
	margin:10px 20px;
	overflow:hidden;
}
.cangku_news_list a{
	height: 30px;
    line-height: 30px;
    font-size: 14px;
	color: #333;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.cangku_news_list a:hover{
	color: #d50000;
}
.cangku_news_list_item{
	width: 242px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.right-box{
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 282px;
    overflow: unset;
    display: inline-block;
}
.right-box .red-line{
    border-top: 2px solid #d50000;
    width: 284px;
    height: 0;
    margin-left: -1px;
    display: block;
}
.right-box h6{
    margin: 20px 0 20px 20px;
}
.right-box .popular-special,.right-box .popular-special-word{
    padding-left: 20px;
    padding-right: 20px;
}
.discount-policy-right .exchange-card{
    border-top: 0;
}
.right-box .info-news{
    padding: 0 20px;
    padding-top: 20px;
}
.right-box .info-tel{
    padding: 0 20px;
}
.right-box .info-btn{
    margin: 0 20px;
    margin-bottom: 20px;
}
.right-box .park-rank{
    padding: 0 20px;
}
.right-box .list-right-tit{
    padding-top: 16px;
}
.right-box .invest-title{
    padding: 20px 20px 0 20px;
}
.right-box .invest-info{
    padding: 0 20px;
}
.right-box .invest-btn{
    margin: 0 20px;
}
.right-box .login-out-wrap{
    margin-top: 16px;
}
.right-box h4{
    margin-top: 20px;
}
.right-box .details-intersting-p,.right-box .vip-right-box{
    padding: 0 20px;
}
.right-box .interest-box,.right-box .search-intersting{
    margin-left: 20px;
    margin-right: 20px;
}
.right-box .details-class-teacher li{
    padding: 0 20px;
}
.right-box .students-content{
    padding: 0 20px;
}
.recommend-class{
    padding-left: 20px;
    padding-right: 20px;
}
.list-right-wrapper{
	width: 282px;
	border:1px solid #ededed;
	overflow:hidden;
	margin-bottom: 41px;
}
.list-right-tit{
	padding:0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-weight: 600;
}
.list-right-wrapper.padding-top-0{
	padding-top: 0;
}
.carrier-login-tip {
    line-height: 16px;
    margin: 20px;
    margin-bottom: 17px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.carrier-login-tip.margin-top-4{
	margin-top: 4px;
}
.carrier-login-user {
    max-width: 126px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.list-right-tips {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-right-login {
    width: 84px;
    margin: 0 auto;
    overflow: hidden;
    padding: 11px 0;
    cursor: pointer;
}
.list-right-login a {
    float: left;
    display: block;
    width: 33px;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #333;
}
.list-right-line {
    background: #b0b0b0;
    width: 1px;
    height: 13px;
    margin: 0 8px;
    float: left;
    position: relative;
    top: 4px;
    _top: 2px;
}
.list-right-btnas{
	overflow:hidden;
	margin-top: 8px;
	padding-left: 5px;
	margin-bottom: 20px;
	_margin-bottom: 40px;
}
.list-right-btnas a{
	width: 110px;
    height: 34px;
    border: 1px solid #d50000;
    line-height: 34px;
    font-size: 16px;
    color: #d50000;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    margin-left:16px;
    _margin-left:10px;
}
.list-right-btnas a.center-link {
	margin: 0 auto;
	float: none;
}
.list-right-btnas a:hover{
    border: 1px solid #b60e0e;
    color: #b60e0e;
    transition: all .225s ease-in-out;
}
input,button{
  outline: none;
  border: none;
}

.pages-number{
    padding-top: 30px;
    /*width: 547px;
    /*height: 29px;*/
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}
.pages-number a{
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    padding: 0 9px;
    line-height: 26px;
    background-color: #ffffff;
    margin-right: 9px;
    display: inline-block;
}
.pages-number span.interview-input{
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    padding: 0 9px;
    width: 58px;
    line-height: 26px;
    background-color: #ffffff;
    margin-right: 9px;
    display: inline-block;
}
.pages-number span.jump{
    font-size: 14px;
    color: #333333;
    margin-right: 9px;
    display: inline-block;
    line-height: 26px;
}
.pages-number .dots{
    line-height: 20px;
}
.interview-input input{
    width: 24px;
    padding-left: 5px;
    height: 26px;
    line-height: 25px;
    display: inline-block;
}
.interview-input p{
    width: 24px;
    height: 26px;
    float: right;
    line-height: 26px;
    text-align: left;
    margin: 0;
}
.pages-number button{
    width: 43px;
    height: 28px;
    background-color: #d50000;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;

}
.pages-number button:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.pages-number a:hover{
    background-color: #d50000;
    color: #ffffff;
    border: 1px solid #d50000;
    transition: all .225s ease-in-out;
}
.pages-number .active{
    background-color: #d50000;
    color: #ffffff;
    border: 1px solid #d50000;

}