﻿/* 首页css */
body{
	font-family: "microsoft yahei";
    margin:0;
    padding:0;
}
ul{
	padding:0;
	margin:0;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	cursor: pointer;
    outline:none;
}
h4 {
    padding:0;
    margin:0;
}
.top{
	background:#292c33;
	height:37px;
	line-height: 37px;
	font-size: 12px;
	color:#a0a0a0;
	max-width: 1920px;
	margin:auto;
	
	
}
.top-box{
	max-width: 1200px;
	padding:0 10px;
	box-sizing: border-box;
	margin:auto;
}
.top-title{
	float:left;
}
.top-menu{
	float:right;
	justify-content: center;
	align-items: center;
	display: flex;
    position:relative;
}
.phone-icons{
	background:url(/2021/img/phone-icons.png) no-repeat;
	width: 11px;
	height:15px;
	margin-right:6px;
}
.jiaob-icon{
	background: url(/2021/img/jiaob-icons.png) no-repeat;
	width:7px;
	height:5px;
	margin-left:3px;
}
.shux-icon{
	background: url(/2021/img/shux-icons.png) no-repeat;
	width:1px;
	height:14px;
	margin:0 10px;
}
.head{
	max-width: 1200px;
	margin:auto;
	box-sizing: border-box;	
	background:#ffffff;
	/* justify-content: center; */
	align-items: center;
	display: flex;
	height: 80px;
}
.head .logo{
	display: block;
	float:left;
	margin:0 32px;
}
.zd-box{
	float:left;
    position:relative;
}
.zd-box .zd-name{
	justify-content: center;
	align-items: center;
	display: flex;
}
.zd-box .zd-name span{
	font-size:16px;
	color:#4f4f4f;
}
.zd-box dl {
    width: 460px;
    color: #666;
    position: absolute;
    left:0px;
    top: 10px;
    z-index: 999;
    background: #fff;
    border: 1px solid #b2b2b2;
}
.zd-box dl dd {
    overflow:hidden;
    padding:10px 0;
}
.zd-box dl dd a {
    float: left;
    width: 48px;
    padding: 6px 10px;
    color: #666;
    text-align: left;
    font-size: 12px;
}
.zd-box dl dd a:hover {
    color: #f23005;
    text-decoration: underline;
}
.zd-box .zd-name i{
	background: url(/2021/img/jiaob-big-icons.png) no-repeat;
	display: block;
	width: 15px;
	height: 7px;
	margin-left:5px;
}
.zd-title{
	display: block;
	clear: both;
	font-size:13px;
	color:#4f4f4f;
	margin-top:3px;
}
.zd-title a:hover {
    color:#e62129;
    }
    .zd-title a {
     color:#bfbfbf
    }
.head-list{
	margin-left:66px;
	float:left;
}
.head-list li a {
    color:#454952;
}
.head-list li{
	font-size:18px;
	color:#454952;
	margin:0 19px;
	list-style-type: none;
	float:left;
}
.nav-active{
	color:#e62129 !important;
	font-weight: bold;
}
.swiper-banner{
	max-width: 1920px;
	height:480px;
}
.swiperOne .swiper-slide {

}
.swiperOne .swiper-slide img {
     width:100%;
    height:0;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.swiper-banner .swiper-container{
	width: 100%;
	height: 100%;
}
.banner{
	width: 100%;
	height: 100%;
	position: relative;
}

.search-input{
	width:464px;
	height:100%;
	padding:0;
	margin:0;
	border: none;
	background: transparent;
	font-size:16px;
	color:#333;
	float:left;
	outline:none;
	padding-left: 20px;
}
.search-btn{
	padding:0 40px;
	background:#e62129;
	font-size:18px;
	color:#fff;
	text-align: center;
	border-radius: 1px;
	float:right;
    cursor:pointer;
}
.advertising{
	max-width: 1200px;
	min-width: 1200px;
	margin:auto;
}
.advertising img{
	display: block;
	width:100%;
	margin-top:7px;
}
.house-recommended{
	max-width: 1200px;
	min-width: 1200px;
	margin:32px auto 0 auto;
}
.house-re-head{
	border-bottom:4px solid #e6e6e6;
	margin-bottom:20px;
}
.house-re-head img{
	display: block;
	margin-bottom:8px;
}
.house-re-box{
	width: 100%;
	overflow: hidden;
}
.house-re-list {
    float: left;
    width:895px;
}
.po-dw{
	position: absolute;
	background:rgba(0,0,0,0.5);
	padding:4px;
	top:0;
	right:0;
	color:#ffffff;
	font-size:14px;
}
.house-re-list ul{
	overflow: hidden;
}
.house-re-list ul li{
	list-style-type: none;
	float:left;
	width: 285px;
	/* margin-right:20px; */
	cursor: pointer;
}
.house-re-list ul li:nth-child(3n+2){
	margin:0 20px;
}
	.house-re-list #ulZhen li  {
		margin: 0 15px 0 0;
	}
.house-re-list ul li .house-re-img{
	width:285px;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	height:200px;
    max-height: 200px;
}
.house-re-img::after{
	content: '';
	width: 265px;
	height: 195px;
	display: block;
	background: black;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	transition: all 1s ;
    max-height: 200px;
}
.house-re-list ul li :hover img{
	transform: scale(1.05, 1.05)
}
.house-re-list ul li .house-re-img img{
	display: block;
	width: 100%;
	height:100%;
	transition: all 1s ;
}
.house-re-title{
	overflow: hidden;
	margin-top:10px;
	line-height: 26px;
}
.house-re-title span:nth-child(1){
	float:left;
	font-size:20px;
	color:#333333;
}
.house-re-title span:nth-child(2){
	float:right;
	font-size:14px;
	color:#8b8b8b;
}
.house-re-address{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size:12px;
	color:#8b8b8b;
	margin-top:6px;
    min-height:36px;
}
.house-re-mid{
	line-height: 24px;
	overflow: hidden;
    min-height:24px;
}
.house-re-money{
	font-size:18px;
	color:#e62129;
    margin-top: 6px;
    display: block;
}
.house-re-money em{
	font-style: normal;
	font-weight: bold;
}
.house-re-phone{
	display: flex;
	align-items: center;
	color:#8290a6;
	font-size:14px;
}
.house-re-phone i{
	float:left;
	background:url(/2021/img/dh-icons.png) no-repeat;
	width:14px;
	height:14px;
	margin-right:4px;
}
.house-re-phone em{
	font-style: normal;
	float:left;
}
.house-re-right{
	float:right;
	width: 285px;
}
.house-re-right-head{
	overflow: hidden;
	line-height: 21px;
}
.house-re-right-head i{
	float:left;
	background:url(/2021/img/lp-icons.png) no-repeat;
	width:20px;
	height:21px;
}
.house-re-right-head span{
	font-size:20px;
	color:#333333;
	float:left;
	margin-left:8px;
}
.house-re-infor ul li{
	list-style-type: none;
	margin-top:17px;
	font-size:14px;
	color:#8b8b8b;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.house-re-infor ul li a {
    color:#8b8b8b;
}
.house-re-infor ul li span{
	color:#8290a6;
}
.house-re-right .house-re-wechat{
	background:#ebebeb;
	padding:10px;
	margin-top:30px;
	overflow: hidden;
	width:200px;
}
.house-in-map-left .house-re-wechat{
	background:#ebebeb;
	padding:10px;
	margin-top:20px;
	overflow: hidden;
	margin-bottom:20px;
}
.house-re-wechat-img{
	float:left;
	margin-left:10px;
}
.house-re-wechat-img2 {
	float: left;
	margin-left: 10px;
}
.house-re-wechat-img img {
	display: block; 
}
.house-re-wechat-img2 img{
	display: block; 
}
.house-re-wechat-title{
	float:left;
	margin-left:12px;
}
.house-re-wechat-title span{
	display: block;
}
.house-re-wechat-title span:nth-child(1){
	font-size:14px;
	color:#e62129;
}
.house-re-wechat-title i{
	background: url(/2021/img/border.png) no-repeat;
	width: 100%;
	height:1px;
	margin:12px 0;
	display: block;
}
.house-re-wechat-title span:nth-child(3){
	font-size:12px;
	color:#6f6f6f;
	line-height: 18px;
}
.house-information{
	max-width: 1200px;
	min-width: 1200px;
	margin:45px auto 0 auto;	
	position: relative;
	
}
.border-xq{
	background: url(/2021/img/border-two.png);
	height:1px;
	width: 100%;
	margin-top:18px;
}
.house-in-head{
	overflow: hidden;
    box-sizing:border-box;
    background-image:url(/2021/img/border_bg1.png);
    background-position:bottom;
    background-repeat:repeat-x;
	padding-bottom:16px;
	line-height: 34px;
	margin-bottom:20px;
}
.house-in-head-title{
	display: block;
	float:left;
}
.house-in-head-tab{
	float:left;
    margin-left:20px;
	z-index: 99;
}
.house-in-head-tab span{
	display: block;
	float:left;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
    position:relative;
    padding: 0px 20px;
}
.house-in-head-tab .active{
    color: #fff;
    background: #ff7c7c;
    border: 1px solid #e62129;
    border-radius: 3px;
}
    .house-in-head-tab .active::after {
        /*content:"";
        position:absolute;
        z-index:999;
        bottom:-12px;
        left:0;
        right:0;
        border-bottom:8px solid #e62129;*/
    }
.house-in-box{
	overflow: hidden;
}
.house-in-swiper{
	width: 590px;
	float:left;
	overflow: hidden;
	height: 265px;
}
.house-in-swiper .swiper-container{
	width: 100%;
	height:100%;
}
.hfzxcontent{
	width: 590px;
	float:right;
}
.hfzxcontent ul li{
	width: 100%;
	display: none;
}
.hfzxcontent ul li.on{
	display: block;
}
.hfzxcontent ul li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:18px;
	color:#333333;
	margin-bottom:19px;
	display: block;

}
.hfzxcontent ul li a:nth-child(1){
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom:24px;
}
.hfzxcontent ul li a.more{
	border:1px solid #e62129;
	padding:3px 10px;
	display: inline-block;
	margin:0;
    background:#f5f5f5;
}
 
.hfzxcontent ul li a.more i{
	width: 20px;
	height:20px;
	background:url(/2021/img/more-icons.png) no-repeat;
	float:left;
}
.hfzxcontent ul li a.more span{
	display: block;
	float:left;
	font-size:16px;
	color:#333;
	margin-left:4px;
}
.house-in-nterest{
	
}
.house-in-nterest-head{
	width: 100%;
	font-size:24px;
	color:#454951;
	margin:20px 0 18px;
	overflow: hidden;
}
.house-in-nterest-swiper{
	overflow: hidden;	
}
.house-in-nterest-swiper ul li{
	width:384px;
	float:left;
}
.house-in-nterest-swiper ul li:nth-child(2){
	margin:0 24px;
}
.house-in-nterest-swiper ul li .img{
	width: 385px;
    
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	height:282px;
}
.house-in-nterest-swiper ul li .img .po-dw{
	position: absolute;
	background: rgba(0,0,0,0.5);
	padding: 4px;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 14px;
}
.house-in-nterest-swiper ul li .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.house-in-nterest-swiper ul li .img::after{
	    content: '';
	    width: 320px;
	    height: 195px;
	    display: block;
	    background: black;
	    position: absolute;
	    opacity: 0;
	    top: 0;
	    left: 0;
	    transition: all 1s;
}
.house-in-nterest-swiper ul li :hover img{
	transform: scale(1.05, 1.05)
}
.bottom-p{
	position: absolute;
	bottom: 0;
	right:0;
	height:34px;
	font-size:14px;
	color:#fff;
	text-align: center;
	background:rgb(0,0,0,0.5);
	width: 100%;
	line-height:34px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.house-in-nterest-news{
	width: 100%;
	overflow: hidden;
	margin-top:30px;
	margin-bottom:24px;
}
.house-in-nterest-news ul{
	overflow: hidden;
}
.house-in-nterest-news ul li{
	overflow: hidden;
}
.house-in-nterest-news ul li .house-in-news-img{
	width:242px;
	height:158px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float:left;
}
.house-in-nterest-news ul li .house-in-news-img img{
	width: 100%;
}
.house-in-news-box{
	float:left;
	margin-left:20px;
	overflow: hidden;
	height:158px;
	position: relative;
	width:938px;
}
.house-in-news-box >span{
	font-size:24px;
	color:#141414;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.house-in-news-box p{
	display: block;
	font-size:14px;
	color:#a0a0a0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top:22px;
}
.xq-box{
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	line-height: 22px;
}
.lp-title{
	display: block;
	padding:1px 5px;
	border:1px solid #f9375a;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	color: #f9375a;
	float:left;
}
.lp-ly{
	float:left;
	color:#8e8e8e;
	font-size:14px;
	display: block;
	margin-left:14px;
	margin-right:58px;
}
.lp-time{
	float:left;
	color:#8e8e8e;
	font-size:14px;
	display: block;
	font-style: normal;
}
.lp-ydl{
	overflow: hidden;
	float:right;
	color:#8e8e8e;
	font-size:14px;
	display: block;
	display: flex;
	align-items: center;
}
.lp-ydl i{
	background: url(/2021/img/ydl-icons.png) no-repeat;
	display: block;
	width: 16px;
	height: 15px;
	float:left;
	margin-right:7px;
}
.lp-ydl span{
	float:left;
}
.house-map{
	max-width: 1200px;
	min-width: 1200px;
	margin:auto;
}
.house-map .house-in-head{
	margin-top:30px;
}
.house-map .house-in-head .head-map-btn{
	float:right;
	display: flex;
	align-items: center;
	padding:5px;
	border:1px solid #8290a6;
}
.house-map .house-in-head .head-map-btn i{
	background:url(/2021/img/map-icons.png) no-repeat;
	width: 21px;
	height:21px;
	display:float;
	float: left;
}
.house-map .house-in-head .head-map-btn span{
	display: block;
	float:left;
	margin-left:4px;
	font-size:14px;
	color:#8290a6;
	line-height: 21px;
}
.house-in-map-content{
	overflow: hidden;
	max-width: 1200px;
	min-width: 1200px;
	margin:auto;
}
.house-in-map-left{
	float:left;
	width:284px;
}
.map-content{
	width: 100%;
	position: relative;
    transition: all 1s;
}
.map-content img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.map-content img:hover{
	transform: scale(1.05, 1.05)
}
.map-content ::after{
	    content: '';
	    width: 284px;
	    height: 268px;
	    display: block;
	    background: black;
	    position: absolute;
	    opacity: 0;
	    top: 0;
	    left: 0;
	    transition: all 1s;
}
.map-infor{
	position: absolute;
	width: 132px;
	height: 132px;
	top:50%;
	margin-top:-66px;
	left: 50%;
	margin-left:-66px;
	text-align: center;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	background:rgba(0,160,233,0.8);
	border-radius: 50%;
}
.map-infor span:nth-child(1){
	display: block;
	margin-top: 34%;
}
.map-infor span:nth-child(2){
	display: block;
}
.house-map-swiper{
	width: 100%;
	min-height: 271px;
}
.house-in-map-right{
	float:right;
	width: 896px;
}
.house-in-map-right .house-re-list ul li:nth-child(3n+2){
	margin:0 20px;
}
.house-in-map-right .house-re-list ul li{
	margin-bottom:20px;
}
.map-tab-content{
	display: none;
	overflow: hidden;
}
.disshow{
	display: block;
}
.house-map-head-tab{
	float:left;
    margin-left:20px;
	z-index: 99;
}
.house-map-head-tab span{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 0px 20px;
}
.house-map-head-tab .active{
    color: #fff;
    background: #ff7c7c;
    border: 1px solid #e62129;
    border-radius: 3px;
}
.house-map-head-tab .active::after {
       /*content:"";
        position:absolute;
        z-index:999;
        bottom:-12px;
        left:0;
        right:0;
        border-bottom:8px solid #e62129;*/ 
    }
.house-pick{
	max-width: 1200px;
	min-width: 1200px;
	margin:30px auto 0 auto;
}
.house-pick-head{
	border-bottom: 4px solid #e6e6e6;
	margin-bottom: 20px;
}
.house-pick-head img{
	display: block;
	margin-bottom: 8px;
}
.house-pick-content{
	width:100%;
	overflow: hidden;
}
.house-pick-content-left{
	float:left;
	width: 588px;
	overflow: hidden;
}
.house-pick-content-left .swiper-container{
	width: 100%;
	height:690px;
}
.house-pick-content-left .swiper-container .pick-img{
	height: 635px;
}
.hfzx-slide{
	position: relative;
}
.house-pick-title{
	font-size:30px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height:55px;
	line-height: 55px;
	position: absolute;
	bottom:0;
	right:0;
	width: 70%;
	padding:0 15%;
	z-index: 99;
	color: #333; 
}
.house-pick-title2{
	font-size:30px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height:55px;
	line-height: 55px;
	position: absolute;
	bottom:0;
	right:0;
	width: 70%;
	padding:0 15%;
	z-index: 99;
	color: #fff;
    background: rgba(0,0,0,0.5);
}
.house-pick-content-right{
	float:right;
	overflow: hidden;
	width: 592px;
}

.house-pick-content-right2 {
	 
	overflow: hidden;
	width: 1200px;
}
 
.house-re-list2 ul li {
	margin: 0 10px;
}

.house-pick-content-right ul {
	overflow: hidden;
}
.house-pick-content-right ul li:nth-child(2n+1){
	margin-right:20px;
}
.house-pick-content-right ul li:nth-child(3n+2){
	margin:0;
}
.house-pick-content-right ul li{
	margin-bottom:20px !important;
}
.hf-infor-swiper{
	position: relative;
}
.hf-infor-swiper .hf-title{
	position: absolute;
	bottom:0;
	left:0;
	text-align: center;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	color:#ffffff;
	height:40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	z-index: 99;
	width: 70%;
	padding: 0 15%;
}



.footer{
    width:100%;
    height:436px;
    background:#333333;
}
.footer_auto{
    width:1200px;
    height:410px;
    background:#333333;
    margin:0 auto;
}
.recommend{
    width: 1113px;
    /* height: 159px; */
    border-bottom: 1px dashed #bfbfbf;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.recommend h4{
    font-size:18px;
    color:#ffffff;
    padding-top:12px;
    margin-left:24px;
    font-weight: normal;
}
.recommend ul{
   float:left;
   width: 121px;
    display: inline-block;
    overflow: hidden;
}
.recommend ul:nth-of-type(1){
    margin-left:24px;
}
.recommend ul li{
    height: 28px;
    line-height: 28px;
    width: 107px;
    overflow: hidden;

}
.recommend ul li a{
    color:#fff;
    font-size:12px
}
.recommend ul li a:hover{
    color:#f23005;
}
.recommend ul:nth-of-type(1) li a{
    text-align:center;
    display:inline-block;
    color:#000;
    background:#fff;
    width:55px;
    height:16px;
    line-height: 16px;
    margin-top:1px;
    padding: 0px 0 0px 0;
    font-size:12px
}
.recommend .recommend_right{
    width:361px;
    border-left:1px solid #5c5c5c;
    float:left;
}
.recommend .recommend_right .a2{
    font-size:27px;
    text-decoration: underline;
    padding-left:32px;
}
.recommend .recommend_right p a{
    text-decoration: underline;
    font-size:16px;
    margin-left:22px;
    color:#fff;
}
.recommend .recommend_right p a:hover{
color:#f23005;
}
.footer_p ul li {
    margin-top:10px;
}
.footer_p ul li a ,.footer_p ul li i{
    color:#fff;
    font-size:12px;
        font-style: normal;
        padding: 0 4px;
}
.footer_p p{
    text-align:center;
    font-size:12px;
    color:#fff;
}





.recommend1{
    width: 1113px;
    /* height: 155px; */
    border-bottom: 1px solid #bfbfbf;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.recommend1 h4{
    font-size:18px;
    color:#ffffff;
    padding-top:10px;
    margin-left:24px;
     
    font-weight: normal;
}
.recommend1 ul{
   float:left;
   width: 121px;
    display: inline-block;
}
.recommend1 ul:nth-of-type(1){
    margin-left:24px;
}
.recommend1 ul li{
    height: 28px;
    line-height: 28px;
    width: 107px;
    overflow: hidden;

}

.recommend1 .recommend_right{
    width:800px;
    height:80px;
    border-left:1px solid #5c5c5c;
    float:left;
    margin-top:14px;
}
.recommend1 .recommend_right .app{
    padding-left:47px;
    float:left;
    margin-right:19px;
    margin:0 19px 0 7px;
}
.recommend1 .recommend_right ol{
    color: #fff;
    margin:-5px 0 0 107px;
}
.recommend1 .recommend_right ol li{
    height: 22px;
    line-height: 23px;
    font-size:12px;
}
.recommend1 .recommend_right ol li img{
    float:left;
}
.recommend1 ul li a{
    color:#fff;
    font-size:12px;
}
.recommend1 ul li a:hover{
    color:#f23005;
}
.footer_p ul{
    width:1200px;
    text-align:center;
    r{
    color:#f23005;
}
.footer_p ul{
    width:1200px;
    text-align:center;
  

    color:#f23005;
}
.footer_p ul{
    width:1200px;
    text-align:center;
    margin-top:11px;
}
.footer_p ul li a{
    display:inline-block;
    width:71px;
    text-align:center;
    color:#fff;
}
.footer_p ul li a:hover{
    color:#f23005;
}
.footer_p ul li i{
    color:#6f6f6f;
}

.footer_p p{
    color:#fff;
    text-align:center;
    height:30px;
    line-height: 30px;
}
.footer_p .p{
    width:687px;
    margin:0 auto;
}
.footer_p .p img{
    float:left;

}
.hf{
   /*  position:relative;
    */}
.fixed_right{
   /*  position:fixed;
   top:864px;
   left:0; */
   /*  position:absolute;
   right:0px;
   top:-20px; */
    /* margin-top:-118px; */
    margin-left:310px;
    z-index: 9;
    width:59px;
       
}
.fixed_right span{
    text-align:center;
    text-decoration:none;
    color:#fff;
    display:block;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
    position:relative;
    z-index: 99;
    margin-top:10px;
    display: inline-block;
    

}
.fixed_right img{
    width:59px;
    height:50px;
    border-radius:6px;
    cursor:pointer;
}
.fixed_right .backg{
    width:59px;
    height:317px;
    background:url('/newed/images/bg11.png') no-repeat;
    
}
.fixed_right .backg .em1 img{
    width:21px;
    height:21px;
    margin-top:19px;
}
.fixed_right .backg .em1{
    position:relative;
}
.screen img{
    margin-top:-16px;
}
.back-to-bottom img{
    margin-top:-16px;
}
.fixed_right .tab-text1{
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 12px;
    display:none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: left .3s ease-in-out .1s;
    -moz-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
    font-size:18px;
    background:#f7f7f7;
    color:#7a7a7a;
}

.fixed_right .tab-text2{
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 77px;
    display:none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: left .3s ease-in-out .1s;
    -moz-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
    font-size:18px;
    background:#f7f7f7;
    color:#7a7a7a;
}
.fixed_right .tab-text3{
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 128px;
    display:none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: left .3s ease-in-out .1s;
    -moz-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
    font-size:18px;
    background:#f7f7f7;
    color:#7a7a7a;
}

.fixed_right .tab-text1 img {
    width:111px;
    height:111px;
}
.fixed_right .backg .em2 img{
    width:21px;
    height:21px;
    margin-top:17px;
}
.fixed_right .backg i{
    color:#4e607a;
    text-align:center;
    width:59px;
    display:inline-block;
}
.fixed_right .backg .em3 img{
    width:21px;
    height:21px;
    margin-top:17px;
}
.fixed_right .backg .em4 img{
    width:21px;
    height:21px;
    margin-top:13px;
}
.fixed_right .backg .em5 img{
    width:21px;
    height:21px;
    margin-top:13px;
} 
.thy{
    width:588px;
    height:136px;

}
.thy_left{
    float:left;
    width:393px;
    position:relative;
}
.thy_left h6 a{
    font-size:24px;
    color:#141414;
    margin-top:19px;
    display:inline-block;
}
.thy_le
.thy{
    width:588px;
    height:136px;

}
.thy_left{
    float:left;
    width:393px;
    position:relative;
}
.thy_left h6 a{
    font-size:24px;
    color:#141414;
    margin-top:19px;
    display:inline-block;
}
.thy_left h6 span{
    position:absolute;
    right:0;
    top:50px;
    width: 29px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #00a0e9;
    color: #00a0e9;
    font-size: 10px;
    margin: 11px 3px 0 0;
    text-align: center;
}
.thy_left h6 a:hover{
    color:#f23005;
}
.thy_left small{
    float:right;
    color:#a0a0a0;
}
.thy_right{
    float:left;
    margin:16px 0 0 19px;
}
.city20141104nr{width:460px;color:#666; }
.city20141104nr a{float:left;width:48px;padding:4px 8px;color:#666; text-align:left;font-size:12px;}
.city20141104nr a:hover{color:#c00; }


 