#limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#center {
  width: 1100px;
  margin: 0 auto;
}
/*** ���������� ***/
.header {
  width: 100%;
  height: 46px;
  background-color: #0060BC;
}
.header .contain {
  width: 1100px;
  margin: 0 auto;
}
.header .contain .logo {
  float: left;
  margin-top: 7px;
}
.header .contain .nav_ul {
  margin-top: 4px;
  float: right;
  font-size: 16px;
}
.header .contain .nav_ul .nav_li {
  font-weight: 400;
  float: left;
  padding: 8px 14px;
}
.header .contain .nav_ul .nav_li.cur a {
  color: #fff;
}
.header .contain .nav_ul .nav_li a {
  color: #fff;
}
/*.banner {
  width: 100%;
  height: 623px;
  position: relative;
  overflow: hidden;
}
.banner #swiper {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 614px;
}
.banner #swiper img {
  object-fit: cover;
}
.banner .search {
  position: absolute;
  top: 243px;
  left: 50%;
  margin-left: -418px;
  width: 836px;
  height: 184px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  box-shadow: 0 0 12px #000;
}*/
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner #swiper {
  width: 100%;
  text-align: center;
}
.banner #swiper img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -418px;
  width: 836px;
  height: 184px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  box-shadow: 0 0 12px #000;
}


.banner .search .logo {
  z-index: 10;
  float: left;
  margin: 74px 0 0 25px;
}
.banner .search .iptBox {
  width: 610px;
  float: right;
  margin-top: 35px;
  z-index: 10;
}
.banner .search .iptBox .menu_li {
  float: left;
  font-size: 18px;
  color: #FFF;
  padding: 5px 12px;
  cursor: pointer;
}
.banner .search .iptBox .menu_li.cur {
  font-weight: bold;
}
.banner .search .iptBox .ipt {
  position: relative;
  width: 580px;
  height: 54px;
  background: #FFF;
  margin: 12px 0 0 8px;
  border-radius: 2px;
}
.banner .search .iptBox .ipt .sec_con {
  background: #FFF;
  font-size: 14px;
  line-height: 43px;
  color: #000;
  width: 435px;
  height: 43px;
  padding-left: 15px;
  margin: 4px 0 0 3px;
  border: 0;
}
.banner .search .iptBox .ipt .target {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  top: -10px;
  border-bottom: 10px solid #FFF;
  z-index: 10;
  left: 30px;
}
.banner .search .iptBox .ipt .sec_btn {
  width: 123px;
  height: 54px;
  float: right;
  background: #0060BC;
  border-radius: 0 2px 2px 0;
}
.banner .search .iptBox .ipt .sec_btn:hover{
  background: #0c6dca;
}
.banner .search .iptBox .ipt .sec_btn .sec_ico {
  float: left;
  display: inline-block;
  width: 19px;
  height: 20px;
  margin: 15px 5px 0 18px;
  background: url("/static/index/images/icon_sec.png") no-repeat center;
  background-size: cover;
}
.banner .search .iptBox .ipt .sec_btn span {
  float: left;
  color: #FFF;
  font-size: 15px;
  margin: 17px 0 0 4px;
}
.banner .search .iptBox .ipt .drop{
  display: none;
  position: absolute;
  top: 54px;
  left: -1px;
  width: 457px;
  background:#FFF;
  border: 1px solid #333;
  max-height: 247px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.banner .search .iptBox .ipt .drop li{
  width:  437px;
  padding-left: 20px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px solid #F5F5F5;
}
.banner .search .iptBox .ipt .drop li:hover{
  background: #F4F7F9;
}
.point {
  width: 100%;
  height: 240px;
  background-color: #F4F4F4;
}
.point .box {
  width: 1100px;
  margin: 0 auto;
}
.point .box .pt_ul {
  width: 1220px;
}
.point .box .pt_ul .pt_li {
  float: left;
  width: 190px;
  height: 240px;
  text-align: center;
  margin-right: 115px;
}
.point .box .pt_ul .pt_li img {
  margin-top: 53px;
  transition : all ease-in-out .3s;
}
.point .box .pt_ul .pt_li img:hover{
  transform: scale3d(1.15,1.15,1.15);
}
.point .box .pt_ul .pt_li p {
  line-height: 50px;
  font-size: 20px;
  color: #6f6f6f;
  font-weight: 600;
}
.content {
  overflow: hidden;
  width: 100%;
  background: #FFF;
}
.content .box {
  width: 1100px;
  margin: 0 auto;
}
.content .box .sub_li {
  position: relative;
  padding: 35px 0 20px;
}
.content .box .sub_li .out_hd {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.content .box .sub_li .out_hd .hd_text{
  text-align: center;
  width: 100%;
  height: 30px;
}
.content .box .sub_li .out_hd .desc_tips{
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  width: 100%;
  height: 40px;
}
.content .box .sub_li .out_hd .line {
  position: absolute;
  top: 8px;
  left: -12px;
  width: 0;
  height: 28px;
  border-left: 5px solid #0060BC;
}
.content .box .sub_li .out_hd .text {
  position: relative;
  font-size: 30px;
  color: #394048;
  font-weight: 500;
}
.content .box .sub_li .out_hd .hs_tp {
  /*float: left;*/
  width: 700px;
  margin: 20px auto;
  text-align:center;
}
.content .box .sub_li .out_hd .hs_tp li {
  /*float: left;*/
  display:inline-block;
  padding: 5px 9px;
  font-size: 16px;
  font-weight: 300;
}
.content .box .sub_li .out_hd .hs_tp li a{
  padding: 2px 5px;
}
.content .box .sub_li .out_hd .hs_tp li a.cur {
  background-color: #005ebf;
  color: #FFF;
}
.content .box .sub_li .out_hd .hs_tp li a:hover {
  text-decoration: underline;
}
.content .box .sub_li .out_hd .more {
  float: right;
  color: #394048;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.content .box .sub_li .out_hd .more:hover{
  text-decoration: underline;
}
.content .box .sub_li .news_l {
  float: left;
  width: 432px;
  height: 328px;
  overflow: hidden;
  position: relative;
}
.content .box .sub_li .news_l .page_box{
  position: absolute;
  bottom: 10px;
  left: 385px;
  width: 60px;
  height: 10px;
}
.content .box .sub_li .news_l .page_box .page{
  width: 7px;
  height: 7px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
  background: url("/static/index/images/ot_point.png") no-repeat center;
  background-size: cover;
}
.content .box .sub_li .news_l .page_box .page.cur{
  background: url("/static/index/images/cur_point.png") no-repeat center;
  background-size: cover;
}
.content .box .sub_li .news_l .news_box{
  width: 2600px;
}
.content .box .sub_li .news_l .hdline{
  float:left;
  position: relative;
  width: 432px;
  height: 328px;
}
.content .box .sub_li .news_l .hdline img{
  width: 432px;
  height: 328px;
  display: block;
}
.content .box .sub_li .news_l .hdline .hlcon{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 392px;
  padding: 0 20px;
  height: 65px;
  background-color: rgba(61,66,69,.7);
}
.content .box .sub_li .news_l .hdline .hlcon .tit{
  width: 392px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 18px;
  color: #FFF;
  line-height: 30px;
}
.content .box .sub_li .news_l .hdline .hlcon .tit .hdurl{
  color: #FFF;
}
.content .box .sub_li .news_l .hdline .hlcon .con{
  font-size: 15px;
  color: #FFF;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
}
.content .box .sub_li .news_r {
  float: right;
  width: 630px;
  height: 330px;
}
.content .box .sub_li .news_r .area {
  width: 100%;
  padding-bottom: 30px;
}
.content .box .sub_li .news_r .area .pic {
  display: inline-block;
  width: 182px;
  height: 112px;
}

.content .box .sub_li .news_r .area .pic img {
  width: 100%;
  height: 112px;
}
.content .box .sub_li .news_r .area .info {
  width: 420px;
}
.content .box .sub_li .news_r .area .info .title {
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 0 15px;
}
.content .box .sub_li .news_r .area .info p {
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .box .sub_li .news_r .ot_li {
  float: left;
  width: 300px;
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 15px;
  background: url("/static/index/images/other.png") no-repeat left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .box .sub_li .ad_side{
  width: 150px;
  height: 250px;
  position: absolute;
  top: 35px;
}
.content .box .sub_li .close_box_side{
  position: absolute;
  top: 280px;
  color: #fff;
  font-size: 14px;
  margin-top: -20px;
  cursor: pointer;
  white-space: nowrap;
}
.content .box .sub_li .ad_area{
  margin-top: 25px;
}
.content .box .sub_li .ad_area .imgBox{
  display: inline-block;
}
.content .box .sub_li .close_box_side.left{
  margin-left: -60px;
}
.content .box .sub_li .close_box_side.right{
  margin-left: 1235px;
}
.content .box .sub_li .close_box_side.fixed_close{
  position: fixed;
  top: 250px;
}
.content .box .sub_li .ad_side.left{
  margin-left: -172px;
}
.content .box .sub_li .ad_side.right{
  margin-left: 1122px;
}
.content .box .sub_li .ad_side.fixed_top{
  position: fixed;
  top: 5px;
}
.content .box .sub_li .news_r .ot_li a:hover {
  color: #0060BC;
}
.content .box .sub_li .hs_ul {
  width: 100%;
  padding-top: 10px;
}
.content .box .sub_li .hs_ul .hot_li {
  float: left;
  width: 268px;
  margin-right: 9px;
}
.content .box .sub_li .hs_ul .hot_li:last-child{
	margin-right:0
}
.content .box .sub_li .hs_ul .hot_li:hover{
  transition: all linear .2s;
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.content .box .sub_li .hs_ul .hot_li.sd {
  height: 310px;
  margin-bottom: 15px;
}
.content .box .sub_li .hs_ul .hot_li.td {
  height: 120px;
}
.content .box .sub_li .hs_ul .hot_li.td img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .box .sub_li .hs_ul .hot_li.third{
  width: 352px;
  margin: 10px 20px 15px 0;
}
.content .box .sub_li .hs_ul .hot_li.third:nth-child(3n){
	margin-right:0;
}

.content .box .sub_li .hs_ul .hot_li.third.broker_li{
  width: 352px;
  margin: 10px 20px 30px 0;
}

.content .box .sub_li .hs_ul .hot_li.third.broker_li:nth-child(3n){
  margin-right:0;
}

.content .box .sub_li .hs_ul .hot_li .pic {
  width: 100%;
  height: 160px;
  display: block;
  position: relative;
}
.content .box .sub_li .hs_ul .hot_li.third .pic {
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
}
.content .box .sub_li .hs_ul .hot_li .pic.sd {
  height: 202px;
}
.content .box .sub_li .hs_ul .hot_li .pic.sd .newh_hdtg {
  position: absolute;
  top: 0;
  left: 12px;
}
.content .box .sub_li .hs_ul .hot_li .pic.sd .newh_hdtg .newh_tg {
  display: inline-block;
  width: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  padding: 5px 6px;
  box-sizing: border-box;
  margin-right: 2px;
}
.content .box .sub_li .hs_ul .hot_li .pic.sd .newh_hdtg .newh_tg.red {
  background-color: #EF3E4A;
}
.content .box .sub_li .hs_ul .hot_li .pic.sd .newh_hdtg .newh_tg.blue {
  background-color: #0082ff;
}
.content .box .sub_li .hs_ul .hot_li .pic img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .box .sub_li .hs_ul .hot_li .pic .trader {
  position: absolute;
  width: 258px;
  font-size: 16px;
  background: linear-gradient(transparent , #222);
  padding: 8px 0;
  padding-left: 10px;
  color: #FFF;
  bottom: 0;
  left: 0;
}
.content .box .sub_li .hs_ul .hot_li .pic .seal_r{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 71px;
  background: url("/static/index/images/real_seal.png") no-repeat center;
  background-size: 70px 71px;
}
.content .box .sub_li .hs_ul .hot_li .pic .title_box{
  position: absolute;
  width: 240px;
  bottom: 42px;
}
.content .box .sub_li .hs_ul .hot_li .pic .title{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 42px;
}
.content .box .sub_li .hs_ul .hot_li .pic .title span{
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 0 10px;
}
.content .box .sub_li .hs_ul .hot_li .pic .area{
  position:absolute;
  bottom: 18px;
  width:200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-size: 13px;
  color: #FFF;
}
.content .box .sub_li .hs_ul .hot_li .pic .area .pin{
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("/static/index/images/pin.png") no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 5px;
}
.content .box .sub_li .hs_ul .hot_li .pic .area_r{
  position:absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  font-size: 13px;
  color: #FFF;
}
.content .box .sub_li .hs_ul .hot_li .pic .area_r .pin{
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("/static/index/images/pin.png") no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 5px;
}
.content .box .sub_li .hs_ul .hot_li .info {
  width: 266px;
  height: 55px;
}
.content .box .sub_li .hs_ul .hot_li .info.td{
  width: 100%;
  height: 90px;
  border: none;
  box-sizing:border-box;
  padding: 0 3px;
}
.content .hot_li .info.td .simple{
  padding-top: 15px;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.content .hot_li .info.td .simple .price{
  color: #e4393c;
  font-size: 24px;
  font-family: Tahoma;
  font-weight: bold;
}
.content .hot_li .info.td .tags{
  font-size: 16px;
  font-weight: bold;
  font-family: Tahoma;
  margin-top: 12px;
  line-height: 20px;
}
.content .hot_li.third .broker{
  width: 109px;
  height: 146px;
  overflow: hidden;
  float: left;
}
.content .hot_li.third .broker img{
  width: 100%;
  height: 146px;
}
.content .hot_li.third .broker_info{
  float: right;
  width: 228px;
  padding-left: 15px;
  height: 146px;
}
.content .hot_li.third .broker_info .head{
  padding-top: 8px;
}
.content .hot_li.third .broker_info .head .name{
  font-size: 24px;
  font-weight: bold;
}
.content .hot_li.third .broker_info .head .post{
  font-size: 16px;
  margin-left: 10px;
}
.content .hot_li.third .broker_info .performance{
  font-size: 14px;
  line-height: 52px;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .hot_li.third .broker_info .tags_box{
  padding-bottom: 10px;
}
.content .hot_li.third .broker_info .tags_box .tag{
  padding: 0 10px;
  line-height: 18px;
  font-size: 14px;
  margin-right: 5px;
}
.broker_info .label_box{
    font-size: 14px;
}

.broker_info .label_box .tag{
	height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    padding: 0 5px;
    border: 1px solid #ff6d00;
    margin-right: 5px;
}
.broker_info .label_box .tag:nth-child(1){
	border: 1px solid #35AA7F;
}

.broker_info .label_box .tag:nth-child(2){
	border: 1px solid #F07E19;
}
.broker_info .label_box .tag:nth-child(3){
	border: 1px solid #0F6FAC;
}


.content .hot_li.third .broker_info .tags_box .tag:nth-child(odd){
  border: 1px solid #11a050;
}
.content .hot_li.third .broker_info .tags_box .tag:nth-child(even){
  border: 1px solid #e63235;
}
.content .hot_li.third .broker_info .star_box{
  padding-top: 15px;
  font-size:14px;
}
.content .hot_li.third .broker_info .star_box .all_star{
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url("/static/index/images/all_star.png") no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.content .hot_li.third .broker_info .star_box .half_star{
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url("/static/index/images/half_star.png") no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
/*.content .hot_li .info.td .area{
  float: left;
}*/
.content .box .sub_li .hs_ul .hot_li .info .address {
  width: 116px;
  float: left;
}
.content .box .sub_li .hs_ul .hot_li .info .address .add1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
}
.content .box .sub_li .hs_ul .hot_li .info .address .add2 {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding-top: 2px;
}
.content .box .sub_li .hs_ul .hot_li .info .details {
  width: 150px;
  height: 55px;
  float: left;
  background: url("/static/index/images/tag_line.png") no-repeat left;
  background-size: 26px 55px;
}
.content .box .sub_li .hs_ul .hot_li .info .details .fitment {
  color: #e4393c;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
}
.content .box .sub_li .hs_ul .hot_li .info .details .price {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd {
  height: 82px;
  padding-top: 15px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .text {
  overflow: hidden;
  width: 100%;
  height: 43px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .text .total {
  float: left;
  font-weight: bold;
  padding: 5px 0 0 15px;
  font-size: 14px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .text .total .num {
  color: #e4393c;
  font-size: 34px;
  font-family: Tahoma;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .text .det_r {
  float: right;
  padding: 6px 12px 0 0;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .text .det_r p {
  line-height: 18px;
  font-size: 12px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .newh_tags {
  width: 251px;
  height: 39px;
  padding-left: 15px;
  padding-top: 5px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .newh_tags .newh_tag {
  float: left;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-right: 5px;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .newh_tags .newh_tag:nth-child(odd) {
  background-color: #5f5f5f;
  color: #FFF;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .newh_tags .newh_tag:nth-child(even) {
  background-color: #FFF;
  /*color: #b354bb;
  border: 1px solid #b354bb;*/
  color: #868686;
  border: 1px solid #868686;
}
.content .box .sub_li .hs_ul .hot_li .info.sd .newh_tags .newh_tag:nth-child(3n+0) {
  background-color: #FFF;
  /*color: #9abcdf;
  border: 1px solid #9abcdf;*/
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.content .box .sub_li .sort {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}
.content .box .sub_li .sort .st_box {
  width: 537px;
  height: 410px;
  border: 1px solid #d6d6d6;
}
.content .box .sub_li .sort .st_box .head {
  padding: 15px 0;
  height: 103px;
  position: relative;
}
.content .box .sub_li .sort .st_box .head .tag {
  float: left;
  color: #FFF;
  background-color: #0060BC;
  font-size: 17px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
.content .box .sub_li .sort .st_box .head .target {
  width: 150px;
  height: 102px;
  display: block;
  float: left;
  margin-left: 4px;
}
.content .box .sub_li .sort .st_box .head .target img {
  width: 100%;
  height: 100%;
}
.content .box .sub_li .sort .st_box .head .info {
  float: left;
  width: 310px;
  height: 102px;
  margin-left: 20px;
}
.content .box .sub_li .sort .st_box .head .info .title {
  font-size: 20px;
  line-height: 36px;
}
.content .box .sub_li .sort .st_box .head .info .sub_tit {
  font-size: 12px;
  line-height: 20px;
}
.content .box .sub_li .sort .st_box .head .info .det {
  padding-top: 12px;
}
.content .box .sub_li .sort .st_box .head .info .det .num {
  font-family: Tahoma;
  font-size: 34px;
  color: #e4393c;
  font-weight: bold;
}
.content .box .sub_li .sort .st_box .head .info .det a {
  float: right;
  margin: 15px 30px 0 0;
}
.content .box .sub_li .sort .st_box .head .info .det a:hover {
  color: #0060BC;
}
.content .box .sub_li .sort .st_box .head .line {
  position: absolute;
  width: 526px;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
  bottom: 0;
  left: 5px;
}
.content .box .sub_li .sort .st_box .msg {
  padding: 20px 15px;
}
.content .box .sub_li .sort .st_box .msg .mg_li {
  width: 100%;
  line-height: 28px;
}
.content .box .sub_li .sort .st_box .msg .mg_li .mg_name {
  display: block;
  float: left;
  width: 175px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.content .box .sub_li .sort .st_box .msg .mg_li .mg_name:hover {
  color: #0060BC;
}
.content .box .sub_li .sort .st_box .msg .mg_li .con {
  float: left;
  width: 85px;
  margin-left: 25px;
  text-align: center;
}
.content .box .sub_li .sort .st_box .msg .mg_li .con .num {
  font-size: 18px;
  font-family: Tahoma;
  color: #e4393c;
  font-weight: bold;
}
.ser_area {
  width: 100%;
  height: 410px;
  margin: 42px 0 0;
}
.ser_area .box {
  width: 1100px;
  margin: 0 auto;
}
.ser_area .box .serial {
  float: right;
  width: 560px;
  position: relative;
  padding-top: 71px;
}
.ser_area .box .serial .tip {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
}
.ser_area .box .serial .hqt_box{
  padding-top: 10px;

}
.ser_area .box .serial .hqt_box .hqt_tp{
  color: #FFF;
  font-size: 16px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.on{
 background-color: #ff6d00;
 border-radius: 5px;
}
.ser_area .box .serial .ser_ipt {
  position: relative;
  width: 558px;
  height: 45px;
  margin-top: 15px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 10px #333;
}
.ser_area .box .serial .ser_ipt #hqt_angular{
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  width: 0;
  height: 0;
  transition: all ease-in-out 0.3s;
  top: -10px;
  border-bottom: 10px solid #FFF;
  z-index: 10;
  left: 25px;
}
.ser_area .box .serial .ser_ipt .ipt {
  float: left;
  width: 488px;
  height: 36px;
  margin: 4px 0 0 12px;
  font-size: 14px;
  border: none;
}
.ser_area .box .serial .ser_ipt .btn {
  float: left;
  width: 58px;
  height: 45px;
  background: url("/static/index/images/bot_btn.png") no-repeat center;
  background-size: 19px 20px;
  border: none;
}
.ser_area .box .serial .result {
  display: none;
  position: absolute;
  width: 350px;
  height: 140px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  top: 250px;
  left: 50px;
  background-color: #FFF;
}
.ser_area .box .serial .result .angular {
  position: absolute;
  left: 55px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #FFF;
}
.ser_area .box .serial .result .pic {
  width: 140px;
  height: 103px;
  display: block;
  float: left;
  margin: 18px 20px;
}
.ser_area .box .serial .result .pic img {
  width: 100%;
  height: 100%;
}
.ser_area .box .serial .result .det {
  width: 170px;
  padding-top: 20px;
  float: left;
}
.ser_area .box .serial .result .det .title {
  font-size: 18px;
  color: #0060BC;
  line-height: 25px;
  font-weight: bold;
}
.ser_area .box .serial .result .det .sub_tit {
  font-size: 14px;
  color: #1e1f1f;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ser_area .box .serial .result .det .average {
  font-size: 14px;
  line-height: 20px;
}
.ser_area .box .serial .result .det .average .num {
  font-size: 20px;
  color: #e4393c;
  font-family: Tahoma;
}
.ser_area .box .serial .result .det .more {
  font-size: 12px;
  color: #e4393c;
  line-height: 26px;
}
.access {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
.access .box {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.access .box img {
  width: 1100px;
  height: 86px;
}
.access .box .botzb {
  position: absolute;
  bottom: 10px;
  left: 90px;
  width: 90px;
  height: 129px;
  background: url("/static/index/images/bot_zb.png") no-repeat center;
  background-size: 90px 129px;
}
.access .box .close_bot{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url("/static/index/images/close_bot.png") no-repeat center;
  background-size: cover;
}
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: rgba(255,255,255,1);
  z-index: 100;
  white-space: nowrap;
  box-shadow: 0 -3px 10px #000;
}
.sidebar .opts {
  margin-top: 275px;
  width: 40px;
}
.sidebar .opts li {
  position: relative;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 10px;
}
.sidebar .opts li:hover{
  background-color: #000;
}
.sidebar .opts li .text {
  line-height: 18px;
}
.sidebar .opts li:hover .text {
  line-height: 18px;
  color: #FFF;
}
.sidebar .opts li .tag {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sidebar .opts li .tag.calc {
  background: url("/static/index/images/calc.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li .tag.coll {
  background: url("/static/index/images/collect.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li .tag.sale {
  background: url("/static/index/images/sale.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li .tag.quote {
  background: url("/static/index/images/quote.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li .tag.sev {
  background: url("/static/index/images/service.png") no-repeat center;
  background-size: 20px 20px;
}

.sidebar .opts li:hover .tag.calc {
  background: url("/static/index/images/calc1.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li:hover .tag.coll {
  background: url("/static/index/images/collect1.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li:hover .tag.sale {
  background: url("/static/index/images/sale1.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li:hover .tag.quote {
  background: url("/static/index/images/quote1.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li:hover .tag.sev {
  background: url("/static/index/images/service1.png") no-repeat center;
  background-size: 20px 20px;
}
.sidebar .opts li .popup{
  position: absolute;
  opacity: 0;
  top: 0;
  right: 50px;
  padding: 0 14px;
  color: #FFF;
  line-height: 46px;
  font-size: 14px;
  background-color: #0060BC;
  white-space: nowrap;
  transition: all ease-in .3s;
}
.sidebar .opts li:hover .popup{
  opacity: 1;
  right: 40px;
}
.sidebar .opts .popup .agl{
  position: absolute;
  right: -8px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 8px solid #0060BC;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
/** ���ݿ��ҳ **/
/*.page_box{
  position: absolute;
  bottom: 0;
  width: 140px;
  height: 5px;
  left: 484px;
}
.page_box .page{
  cursor: pointer;
  float: left;
  width: 29px;
  height: 3px;
  margin-right: 6px;
  background-color: #959595;
}
.page_box .page.cur{
  background-color: #0060BC;
}*/
.hs_outbox{
  width: 1110px;
  overflow: hidden;
}
.hs_more{
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #394048;
  font-size: 14px;
  font-weight: 300;
}
.hdurl:hover{
  text-decoration: underline;
}

/* ���������� */
.estimate{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0,0,0,.5);
}
.estimate .estiBox{
  position: absolute;
  left: 50%;
  top: 5%;
  margin-left: -300px;
  width: 600px;
  height: 645px;
  background: #FFF;
}
.estiBox .hdbanner{
  position: relative;
  width: 100%;
  height: 146px;
  background: url("/static/index/images/access_hd.jpg") no-repeat center;
  background-size: cover;
}
.estiBox .hdbanner .close{
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: url("/static/index/images/close.png") no-repeat center;
  background-size: cover;
}
.estiBox .hdbanner .close:hover{
  background: url("/static/index/images/close1.png") no-repeat center;
  background-size: cover;
}
.estiBox .e_ul{
  padding: 25px 35px 0px 45px;
  width: 520px;
}
.estiBox .e_li {
    float: left;
    position: relative;
    width: 510px;
    height: 46px;
    margin-bottom: 10px;
    border: 1px solid #E2E2E2;
}

.estiBox .e_li .list_box{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	background:#fff;
	z-index:999;
}

.estiBox .e_li .list_box li{
	display:block;
	width:96%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #efefef;
	max-height:250px;
	overflow-y:auto;
	text-align:right;
	font-size:14px;
	padding-right:4%;
	color:#999;
}


.estiBox .e_li.half{
  width: 250px;
  margin-right: 8px;
}
.estiBox .e_li .e_lb{
  width: 115px;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 12px;
}
.estiBox .e_li .e_ipt{
  width: 370px;
  float: left;
  margin: 7px 0 0 5px;
  padding: 5px;
  border: none;
  line-height: 20px;
  text-align: right;
  font-size: 16px;
}
.estiBox .e_li.half .e_ipt{
  width: 115px;
  float: left;
  margin: 7px 0 0 5px;
  padding: 5px;
  border: none;
  line-height: 20px;
  text-align: right;
  font-size: 16px;
}
.estiBox .e_li .e_ipt.hasu{
  width: 85px;
}
.estiBox .e_li .e_ipt.sel{
  float: right;
  margin-right: 10px;
  width: 115px;
}
.estiBox .e_li .unit{
  float: left;
  line-height:43px;
  font-size: 16px;
  margin-left: 5px;
}
.estiBox .esti_btn{
  width: 512px;
  color: #FFF;
  background-color: #ff611a;
  font-size: 16px;
  line-height: 50px;
  margin-left: 45px;
  border: none;
}
.content .box .sub_li .hs_ul .hot_li .info.td .newh_tags .newh_tag {
  float: left;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 5px;
}
.content .box .sub_li .hs_ul .hot_li .info.td .newh_tags .newh_tag:nth-child(odd) {
  background-color: #5f5f5f;
  color: #FFF;
}
.content .box .sub_li .hs_ul .hot_li .info.td .newh_tags .newh_tag:nth-child(even) {
  background-color: #FFF;
  /*color: #b354bb;
  border: 1px solid #b354bb;*/
  color: #868686;
  border: 1px solid #868686;
}
.content .box .sub_li .hs_ul .hot_li .info.td .newh_tags .newh_tag:nth-child(3n+0) {
  background-color: #FFF;
  /*color: #9abcdf;
  border: 1px solid #9abcdf;*/
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
/*
#brandBox{
  width: 5000px;
}
*/