a{
	font-size: 14px;
	color: #515151;
}
a:hover,
.active {
	color: #ee4a45!important;
}
body{
	color: #515151;
}
.ellipsis{
	
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.header{
	height: 38px;
	line-height: 38px;
	background-color: #212121;
	font-size: 16px;
	color: #3c4040;
}

.header a{
	font-size: 16px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.logobox{
	width: 232px;
	height:38px;
}
.head_info{
	width:962px;
}
.header .nav_mid li{
	float: left;
	padding-right: 22px;
}
.red{
	color: #ee4a45;
}

.head_info .fr{
	width: 215px;
}
.city a{
	color: #fff;
	font-size: 14px;
	margin-left: 16px;
}

.login strong a,
.login strong span{
	padding: 0 14px 0 8px;
	color: #fff;
}
.login  .userInfo{
	display: none;
}
.navigation {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	border: 1px solid #212121;
	border-width: 0 1px;
	padding:0 18px 0 8px;
}
.navigation i{
	width: 0;
	height: 0;
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #ee4a45;
	right: 4px;
	top: 17px;
}
.navigation:hover {
	background-color: #fff;
}
.navigation:hover i{
	border-top-color: transparent;
	border-bottom-color: #ee4a45;
	top:10px;
	_top:10px;
}
.navigation:hover .nav_detail,
.navigation:hover .nav_boder{
	display: block;
}

.nav_boder {
	display: none;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 2px;
	width: 100%;
	z-index: 1000;
}
.nav_detail {
	display: none;
	width:1198px;
	position: absolute;
	top:38px ;
	right: -1px;
	background: #fff;
	border: 1px solid #999;
	border-top:0;
	padding: 12px 0;
	z-index: 999;
}
.nav_detail li{
	color: #666;
	float: left;
	width:202px;
	height: 624px;
	border-right: 1px solid #ececec;
	padding-left: 29px;
}

.nav_detail li.last{
	border-right: 0;
	width: 242px;
	padding-left: 27px;
}
.nav_detail li dl{
	margin-bottom: 16px;
}
.nav_detail li dt{
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #ee4a45;
	padding-left: 6px;
}
.nav_detail li dd{
	height: 22px;
	color: #c4c4c4;
	line-height: 22px;
	font-size: 0;
}
.nav_detail li span{
	font-size: 12px;
}
.nav_detail li a{
	padding:0 6px ;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}

.nav_detail li.last dd{
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.nav_detail li.last a{
	float: left;
	padding:0 4px 10px;
	width: 64px;
	line-height: 0;
}
.nav_detail .last a img{
	width: 40px;
}
.nav_detail li.last div{
	width: 112px;
	margin: 20px 0;
}
.nav_detail .apps span{
	display: inline-block;
	width: 64px;
	line-height: 20px;
	font-size: 12px;
}
.nav_detail li.last .codes img{
	margin-bottom: -14px;
}
.nav_detail .nav_detail_other a{
	color:#ee4a45;
}
.nav_detail .nav_detail_other a:hover{
	text-decoration: underline;
}
.wrap-box{ 
	padding: 20px 0 40px;
}

.select div{
	width: 598px;
	line-height: 34px;
	font-size: 14px;
	height: 34px;
}
.select .text_c{
	width: 150px;
}
.select span,
.select input{
	line-height:36px; 
	line-height: 36px\9; 
	*line-height: 36px; 
	_line-height:36px;
	border: 1px solid #ee4a45;
	
}
.select span{
	display: block;
	color: #777;
	font-size: 14px;
	width:74px;
	height:34px; 
	padding-left:6px;
	position: relative;
	z-index: 100;
}

.select .selet_options{
	display: none;
	position: absolute;
	top: 34px;
	left:-1px;
	padding-left: 8px;
	border: 1px solid #ee4a45;
	background-color: #fff;
	width: 72px;
	z-index: 99;
} 
.select .selet_options:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #fff;
	z-index: 100;
}
.select .hide_options:hover .selet_options{
	display: block;
}
.selet_options li{
	font-size: 14px;
	line-height: 36px;
}
.selet_options li a{
	color: #777;
}

.selet_options .last{
	border-bottom: 0;
}
.select span i{
	width: 0;
	height: 0;
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #777;
	right: 3px;
	top: 14px;
	_top:14px;
}

.select span:hover i{
    border-top-color: transparent;
	border-bottom-color: #ee4a45;
	top:8px;
	_top:8px;
}
.select input{
	width: 422px;
	height: 36px;
	border-width:1px 0 ;
	padding-left: 8px;
}
.select input::-webkit-input-placeholder{
	font-size: 12px;
	color: #999;
}

.select input::-moz-placeholder{
	font-size: 12px;
	color: #999;
}
.select input::-ms-input-placeholder{
	font-size: 12px;
	color: #999;
}
.select button{
	background: -webkit-linear-gradient(left, #fe912f 0, #ef504c 100%);
	background-color: #ee4a45;
	color: #fff;
	width: 86px;
	line-height: 34px;
	height: 36px;
	cursor: pointer;
	line-height: 34px;
	line-height: 34px\9; 
	*line-height: 34px; 
	_line-height:34px;
}


.select .select_button{
	width: 150px;
	text-align: center;
	background-color: #eee;
	line-height: 36px;
	color: #595757;
}
.select p{
	margin-top: 12px;
	color: #999;
	font-size:12px;
}

.select div em,
.select div div a,
.select p a{
	display: inline-block;
	color: #999;
	margin-right: 20px;
}
.text_c {
	text-align: center;
	margin-left:32px;
}
.text_c p a{
	margin-right: 0;
	font-size: 12px;
}
.navigat{
	background-color: #ee4a45;
}
.navigat .container{
	position: relative;
	z-index: 10;
}

.navigat .triangle {
    position: absolute;
    border-width: 6px;
    border-color: transparent transparent #fcdddc transparent;
    border-style: dotted dashed solid dashed;
    left: 30px;
    bottom: 0;
    _font-size: 0;
    _bottom: 38px;
}
.chanel{
	border-radius: 4px;
}
.chanel a:hover{
	color: #fff!important;
}
.chanel li {
    float: left;
    border-right: 1px solid #ee5e5a;
    height: 50px;
    line-height: 50px;
    font-family: 'Microsoft Yahei';
    width: 85px;
    text-align: center;
}
.chanel li.first{
	width:84px;
}
.chanel li.more-tag {
    border-right-width: 0px;
	width:83px;
}
.chanel li a{
	color: #fff;
    font-size: 16px;
	display: block;
}
.chanel-detail{
	display:none;
	font-family:'microsoft yahei';
	position: absolute;
	left:0;
	top: 50px;
	z-index:988;
	background-color: #fff;
	border-radius:2px;
	border:1px solid #e5e5e5;
	border-top: 0;
	box-shadow:0 5px 10px 0 #ccc;
	-webkit-box-shadow:0 5px 10px 0 #ccc;
	-moz-box-shadow:0 5px 10px 0 #ccc;
	-o-box-shadow:0 5px 10px 0 #ccc;
}
.chanel-detail ul {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 84px;
	padding: 9px 0;
	height: 108px;
	-webkit-transition: background .8s ease;
	-moz-transition: background .8s ease;
	-o-transition: background .8s ease;
	transition: background .8s ease
}
.chanel-detail .chanel_first {
	width: 82px;
}


.chanel-detail ul:last-child{
	width: 80px;
}
.chanel-detail li {
	text-align: center;
	line-height: 27px;
	_line-height: 16px
}

.chanel-detail ul a {
	color: #444;
	font-size: 12px;
	display: block;
	text-decoration: none
}

.chanel-detail ul.selected {
	background-color: #fde3e3;
	border-color: #fde3e3;
}

.chanel-detail ul.last {
	border-right: 0;
	width: 88px
}


/*ads*/
.ads {
	padding-top: 20px;
	margin-right: -9px;
	height: 80px;
}
.ads img{
	width: 394px;
	margin-right:9px;
}
.ads_news{
	height: 325px;
}

.ads_news_left{
	width: 440px;
	margin-right: 40px;
	#margin-bottom: 10px;
}

.ads_news_left dt{
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 12px;
}
.ads_news_left dt a{
	font-size: 18px;
	color: #ee4a45;
}

.ads_news_left dd{
	line-height: 28px;
}
.ads_news_left p{
	margin-top: 18px;
}
.ads_news_right {
	margin-top: 20px;
	position: relative;
	width: 720px;
	height: 300px;
	overflow: hidden;
}
.ads_news_right{
	float: left;
	position: relative;
}

.ads_news_right  p{
	width: 100%;
	padding: 40px 0 10px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	text-indent: 25px;
	#background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Safari 5.1 - 6.0 */
	#background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */
	#background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Firefox 3.6 - 15 */
	#background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* 标准的语法 */
}
.layui-carousel-ind{
	text-align: right;
	z-index: 9;
}
.layui-carousel-ind ul{
	background-color: transparent;
	margin-right: 6px;
}
.layui-carousel-ind li{
	border: 1px solid #fff;
	background-color: transparent;
}
.ads_news_right p a{
	font-size: 20px;
	color: #fff;
}

.ads_news_right div a.active{
	background-color: #fff;
}
.content1_left .fl{
	height: 764px;
}
.content1_left>p{
	height: 108px;
}
.content1_left dt,
.content1_middle dt{
	border-bottom:2px solid #eee;
	margin-bottom: 16px;
}

.content1_left dl{
	margin-bottom: 30px;
}
.content1_left dt{
	margin-right: 40px;
	width: 440px;
}

.content1_middle dt{
	margin-bottom: 24px;
}
.content1_left dt .title,
.content1_middle dt .title{
	float: left;
	font-size: 18px;
	line-height: 42px;
	color: #ee4a45;
	box-shadow: 0 2px 0 0 #ee4a45 ;
}

.content1_left dt a{
	float: right;
	margin-top: 24px;
	font-size: 12px;
	color: #777;
}
.title a{
	float: left;
	font-size: 18px;
	line-height: 42px;
	color: #ee4a45;
	box-shadow: 0 2px 0 0 #ee4a45;
}
.content1_left dd{
	line-height: 32px;
}
.content1_left dd a{
	display: block;
	width: 430px;
}
.content1_left_new dd a{
	display: inline-block;
	vertical-align: middle;
	width: 196px;
}
.content1_left_new dd span{
	display: inline-block;
	margin: 0 24px;
	vertical-align: middle;
}
.content1_left .bd{
	height:160px
}
.bd{
	margin-top:10px;
}
.happy{
	margin-right: -24px;
}
.rl{
	margin-right: 106px;
}
.happy div{
	float: left;
	width: 180px;
	position: relative;
}
.happy div a{
	display: inline-block;
}

.happy div span{
	width: 158px;
	height: 14px;
	line-height: 4px;
	padding-top: 16px;
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #fff;
	text-indent: 4px;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* 标准的语法 */
}


.content1_middle{
	width: 340px;
	overflow: hidden;
}
.content1_middle dl{
	padding-left: 4px;
	margin-bottom: 40px;
}

.content1_middle dd a{
	width: 340px;
}
.movie {
	margin-right: -16px;
}
.movie div ,
.movie div a{
	width: 86px;
}

.movie div a{
	display: block;
	height: 106px;
}
.movie div img{
	width: 76px;
	height: 106px;
}
.movie div span{
	width: 76px;
	bottom: 36px;
}
.movie p{
	line-height: 1;
	margin: 12px 0;	
}
.content1_right{
	width: 340px;
}


.content1_right .select a{
	display: inline-block;
	width: 168px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #efefef;
	border-top-width: 2px;
	margin-bottom: -1px;
	position: relative;
	vertical-align: middle;
}
.service .select a{
	margin-bottom: 0;
}
.content1_right .select a:first-child{
	width: 169px;
	margin-right: -1px;
}

.content1_right .select a.active{
	border-top-color:#ee4a45 ;
	
}
.pzimg img{
	width:210px;
	height:153px;
}
.selection li{
	display: none;
	height: 136px;
	border: 1px solid #efefef;
	padding:0 16px;
	margin-bottom: 20px;
	position: relative;
}

.selection li.active{
	display: block;
}
.selection li div{
	width: 136px;
	padding-left: 16px;
	border-bottom: 1px dashed #efefef;
}

.selection li .fr{
	text-align: right;
	padding: 0 16px 0 0;
}
.selection li span,
.selection li a{
	display: inline-block;
	line-height: 42px;
	width: 100%;
	color: #515151;
}


.selection li p{
	text-align: right;
	line-height: 42px;
}
.selection .Code p{
	width: 270px;
	line-height: 1;
	margin: 0 auto;
}
.selection .Code input{
	width: 268px;
	padding: 8px 0 8px 14px;
	border: 1px solid #efefef;
	border-radius: 4px;
	margin: 14px 0;
	color: #777;
	
}
.selection .Code button{
	width: 268px;
	padding: 9px 0;
	text-align: center;
	color: #fff;
	background-color: #ee4a45;
	border-radius: 4px;
	margin-bottom: 8px;
}
.selection .Code span{
	width: auto;
	margin-right: 10px;
	line-height: 24px;
	font-size: 12px;
}
.selection .Code a{
	width: 36px;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
	color: #fff;
	background-color: #41a5f3;
	text-align: center;
}

.selection  li .morecity_weather2 {
    display: none;
    position: absolute;
    left: 40px;
	top: -30px;
    width: 235px;

    background-color: #fff;
    box-shadow: rgb(170, 170, 170) 2px 2px 2px;
    z-index: 888;
    max-height: 300px;
    line-height: 24px;
    font-size: 14px;
    font-family: 微软雅黑;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0px 0px 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #ee4a45;
    border-image: initial;
}
#stage {
    height: auto;
    overflow: hidden;
    border-bottom: #ccc dashed 1px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.morecity_weather2 i {
    float: left;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #ee4a45;
    margin-left: 8px;
}
.selection  li .morecity_weather2 a{
	width: 100%;
	background-color: transparent;
}
.closebtn2 {
    float: right;
    color: #999;
    cursor: pointer;
    transition: all 2s;
    font-size: 20px;
    margin-right: 10px;
}
.morecity_weather2 em {
    color: #FF3300;
}
#relevant_morelink {
    width: 213px;
    height: auto;
    overflow: hidden;
    border-top: #ccc dashed 1px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5px;
}
#relevant_morelink a:link, #relevant_morelink a:visited {
    text-decoration: none;
    line-height: 30px;
    color: #666;
}
.service .title{
	font-size: 18px;
	color: #ee4a45 ;
	width: 168px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #efefef;
	border-top: 2px solid #ee4a45 ;
	position: relative;
}
.select .active:after {
	content: "";
	position: absolute;
	width: 168px;
	height: 2px;
	background: #fff;
	bottom: -1px;
	left: 0;
}

.service dl{
	border: 1px solid #efefef;
	margin-top: -1px;
	font-size: 0;
	position: relative;
}
.service dt{
	padding:14px 16px 12px;
	border-bottom:  1px dashed #efefef ;
	height: 14px;
	line-height: 14px;
}

.service dt span{
	padding-left: 14px;
	border-left: 2px solid #ee4a45 ;
	color: #333;
	font-size: 16px;
}

.service dd{
	height: 44px;
	line-height: 44px;
	border-top:  1px solid #efefef ;
}
.service dd:nth-of-type(1){
	border-top: 0;
}

.service dd a{
	display: inline-block;
	width: 135px;
	margin-left: 32px;
}
.service dd i{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	vertical-align: text-top;
	background: url(/Images/newindex/icon.png) no-repeat 0 0;
}
.city_service dd:nth-of-type(1) a:last-child i{
	background-position-x: right;
}
.city_service dd:nth-of-type(2) a:first-child i{
	background-position-y: -32px;
}
.city_service dd:nth-of-type(2) a:last-child i{
	background-position:right -32px;
}
.city_service dd:nth-of-type(3) a:first-child i{
	background-position-y: -62px;
}
.city_service dd:nth-of-type(3) a:last-child i{
	background-position:right -62px;
}

.traffic_service dd:nth-of-type(1) a:first-child  i{
	background-position-y: -92px;
}
.traffic_service dd:nth-of-type(1) a:last-child  i{
	background-position:right -92px;
}
.traffic_service dd:nth-of-type(2) i{
	background-position-y: -122px;
}

.traffic_service dd:nth-of-type(2) a:last-child  i{
	background-position:right -122px;
}
.traffic_service dd:nth-of-type(3) i{
	background-position-y: -152px;
}

.traffic_service dd:nth-of-type(3) a:last-child  i{
	background-position:right -152px;
}
.livelihood_service dd:nth-of-type(1) a:first-child  i{
	background-position-y: -182px;
}
.livelihood_service dd:nth-of-type(1) a:last-child  i{
	background-position:right -182px;
}
.livelihood_service dd:nth-of-type(2) a:first-child  i{
	background-position-y: -212px;
}
.livelihood_service dd:nth-of-type(2) a:last-child  i{
	background-position:right -212px;
}
.livelihood_service dd:nth-of-type(3) a:first-child  i{
	background-position-y: -242px;
}
.livelihood_service dd:nth-of-type(3) a:last-child  i{
	background-position:right -242px;
}
.company{
	margin-top: 20px;
}
.company li{
	position: relative;
}
.company a{
	display: inline-block;
	text-align: center;
	width: 20%;
}
.company .select a{
	width: 168px;
}
.company dl{
	width: 338px;
	position: absolute;
	background-color: #fff;
	z-index: 99;
}
.company dd {
	margin: 0 16px;
	text-align: center;
	display: none;
}
.company .active,
.company .noborder{
	display: block;
}
.company dd a{
	width: 20%;
	margin-left: 0;
	padding-left: 0;
	background: 0;
}

.company dd .more{
	width: 268px;
	line-height: 32px;
	background-color: #eee;
}
.box_top{
	padding-bottom: 20px;
}
.box_top_left{
	width: 340px;
	margin-right: 38px;
}
.item_tiltle{
	border-bottom:2px solid #efefef;
	padding-right: 3px;
	margin-bottom: 20px;
}
.item_tiltle h5{
	font-size: 24px;
	line-height: 48px;
	margin-top: 24px;
	color: #ee4a45;
	border-bottom: 2px solid #ee4a45;
	margin-bottom: -1px;
}

.item_tiltle ul li{
	float: left;
	margin-top: 45px;
	margin-right: 15px;
}
.loop  {
	position: relative;
}
.box_top_left  .loop p{
	line-height: 44px;
	background: transparent;
	padding: 0;
	text-indent: 0;
}

.box_top_left .layui-carousel-ind{
	top: -70px;
}
.layui-carousel > [carousel-item] > *{
	background: #fff;
}
.traffic .loop p{
	line-height: 36px;
}

.goods {
	margin-top: 6px;
	margin-right: -18px;
}
.goods li{
	float: left;
	width: 178px;
}

.goods p{
	width: 164px;
	line-height: 20px;
}
.goods a span{
	display: inline-block;
	width: 178px;
	line-height:32px;
}
.box_top_mid{
	width: 440px;
	padding-right: 22px;
	border-right:  1px solid #efefef;
}

.box_top_right .item_tiltle h5,
.box_top_mid .item_tiltle h5,
.box_bottom .item_tiltle h5 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	padding-bottom: 9px;
}

.box_top_mid .item_tiltle li{
	margin-top: 6px;
} 
.box_list li{
	line-height: 32px;
	height: 32px;
}
.want{
	margin-top: 24px;
}

.want_list li a{
	display: inline-block;
	width:65%;
	height: 34px;
	line-height: 34px;
	margin-right: 68px;
	vertical-align: middle;
}
.box_top_right{
	width: 340px;
	padding-left:19px;
}
.item_box .item_tiltle a{
	font-size: 12px;
	margin-top: 12px;
	color: #777;
}
.box_top_right  .box_list a{
	display: inline-block;
	width: 340px;
}
.new_companys {
	margin-right: -20px;
	margin-top: 34px;
}
.new_companys li{
	float: left;
	width: 64px;
	margin-right: 26px;
}

.new_companys span{
	display: inline-block;
	width: 68px;
	line-height: 36px;
	font-size: 12px;
}
.box_bottom{
	border-top: 1px solid  #efefef;
	padding: 20px 0;
}
.box_bottom li{
	border-right: 1px dashed #efefef;
	width: 174px;
	margin-right: 30px;
}

.container .box_bottom li.noM{
	margin-right: 0;
	border-right: 0;
}
.box_bottom p{
	font-size: 16px;
	color: #EE4A45;
	margin-bottom: 8px;
}
.box_bottom a{
	display: inline-block;
	width: 50%;
	line-height: 30px;
}
.index_item .item_box>p{
	position: relative;
}

.commercion_btn{
	position: absolute;
	border-radius: 4px;
	right: 176px;
	top: 28px;
	width: 194px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #e779a6;
	color: #fff;
	font-size: 32px;
}
.noborder {
	border-top: 0!important;
	position: relative;
}
.fashion .box_bottom{
	width: 1200px;
	overflow: hidden;
}

.fashion .box_bottom li{
	padding: 0;
	width: 179px;
	margin-right: 25px;
	border-right: 0;
	position: relative;
}
.fashion .box_bottom div{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 99;
}
.fashion .box_bottom div a{
	position: absolute;
	width: 24px;
	height: 34px;
	background: url(/Images/newindex/slider-arrow1.png) no-repeat;
}
.fashion .box_bottom div .prev{
	background-position:0 0;
	left: 0;
}
.fashion .box_bottom div .next{
	background-position: right 0;
	right: 1px;
}
.fashion .box_bottom span{
	position: absolute;
	width: 179px;
	bottom: 0px;
	line-height: 20px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.food .speciality li{
	float: left;
	width: 30%;
	height: 34px;
	line-height: 34px;
}

.box_top_left  h5{
	font-size: 16px;
	margin-top: 16px;
}
.food .item_tiltle,
.box_top_left .item_tiltle{
	margin-bottom: 10px;
}
.box_top_left .item_tiltle a,
.box_top_left .item_tiltle  li{
	margin-top: 44px;
}
.box_top_left .item_tiltle ul {
	margin-right: -15px;
}

.food .box_top_right .box_list {
	margin-right: -14px;
	margin-bottom: 33px;
	line-height: 40px;
}
.food .box_top_mid .box_list li{
	height: 34px;
	line-height: 34px;
}
.food .box_top_left  h5{
	line-height: 44px;
}
.food .box_top_right .box_list li{
	width: 162px;
	margin-right:14px;
	height: auto;
	line-height: 36px;
}

.food .box_top_right .box_list li a{
	width: 162px;
}

.food .material span{
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	text-align: center;
	background-color: #f5928f;
	color: #fff;
	margin-right: 20px;
}

.food .material li{
	line-height: 30px;
}
.food .material a{
	display: inline-block;
	width: 63px;
}

.food .material {
	margin-bottom: 10px;
}
.food .box_top_right .box_list img{
	display: block;
}
.old dt {
	height: 34px;
	line-height: 34px;
	background-color: #f5928f;
	color: #fff;
	text-indent: 4px;
}

.old span{
	display: inline-block;
	width: 66px;
	vertical-align: middle;
}
.old time{
	vertical-align: middle;
	display: inline-block;
	width: 72px;
}

.old dt span:first-child,
.old dd span:first-child{
	width: 196px;
}

.old  dd{
	line-height: 34px;
}

.old  dd a{
	font-size: 12px;
}
.f06{
	color:#f06c68;
}
.traffic .box_top_left .item_tiltle{
	margin-bottom: 20px;
}
.traffic .box_top_left .item_tiltle a,
.traffic .box_top_left .item_tiltle li{
	margin-top: 32px;
}
.traffic .box_top_left  h5{
	line-height: 42px;
	margin-top: 6px;
}
.traffic .box_top_mid>ul,
.travel .box_top_mid>ul {
	margin-right: -20px;
}
.traffic .box_top_mid>ul>li,hh
.travel .box_top_mid>ul>li{
	width: 210px;
	margin-right: 20px;
}
.travel .box_top_left .item_tiltle{
	margin-bottom:20px;
}

.travel .box_top_mid .traffic_info li{
	width: 440px;
}
.traffic .box_top_mid>ul>li p,
.travel .box_top_mid>ul>li p{
	height: 24px;
	line-height: 24px;
}
.traffic .box_top_mid>ul>li span{
	width: 60%;
}

.travel .box_top_mid>ul>li p span{
	width: 210px;
}
.traffic .box_top_mid>ul>li em{
	color: #8d8d8d;
}

.traffic .box_top_mid>ul>li strong{
	color: #ee4a45;
	font-size: 14px;
}
.traffic .box_top_mid>ul>li a{
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #f5928f;
	border-radius: 4px;
}
.traffic .box_top_mid img{
	display: block;
	height:153px;
}
 
 .traffic .box_top_right{
	 
 }
.Illegal li{
	width: 64px;
	height: 38px;
	line-height: 38px;
}
.traffic_info_title{
	margin-bottom: 4px;
	margin-top: 15px;
}
.box_list_food{}
.traffic .box_top_mid .want{margin-top:40px}
.traffic_info li{
	height: 38px;
	line-height: 38px;
}
.box_list_food li{
	width:50%;
}
.traffic_info1 li{
	height: 36px;
	line-height: 36px;
}
.traffic_info span{
	color: #b5b5b5;
	margin-right: 10px;
	vertical-align: middle;
}

.traffic_info a{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}
.travel  .traffic_info a{
	width: 90%;
}
.travel .box_top_left .item_tiltle li,
.travel .box_top_left .item_tiltle li a{
	margin-top: 22px;
}
.box_top_left .item_box{
	margin-right: -18px;
}
.box_top_left .item_box li{
	width: 162px;
	margin-right: 17px;
	line-height: 22px;
}
.box_top_left .item_box img{
	width: 100%;		
}
.box_top_left .item_box li em{
	color: #777;
}
.travel .box_top_left h5{
	margin-top: 0;
	line-height: 40px;
}
.travel .box_top_mid .want,
.travel .box_top_right .item_tiltle{
	margin-bottom: 6px;
}
.travel .traffic_info li{
	line-height: 36px;
	height: auto;
}
.travel .traffic_info li p{
	display: none;
}
.travel .traffic_info li span{
	color: #515151;
}
.travel .traffic_info .active p{
	display: block;
}
.travel .traffic_info .active span{
	color: #ee4a45;
}
.travel .box_top_mid .travel_line{
	margin-top: 10px;
}
.travel .box_top_right  .want{
	margin-top:27px;
}
.box_top_mid .item_tiltle li{
	 margin-top:12px;
 }
 .travel p img{
	width: 340px;
	height: 206px;
 }
 
 .house .box_top_mid .box_list span,
 .house .box_top_mid .box_list time{
	 vertical-align: middle;
 }
 
 .house .box_top_mid .item_tiltle{
	margin-bottom: 10px;
 }
 .house .box_top_mid .box_list time{
	 font-size: 12px;
	 color: #777;
 }
 .house .box_top_right .box_list{
 	margin-right: -18px;
 }
 .house .box_top_right .box_list1{
	 padding: 0 12px;
	 margin-right: 0;
 }
 
 .house .box_top_right .box_list textarea{
	 display: block;
	 border: 1px solid #EFEFEF;
	 width: 304px;
	 height: 94px;
	 padding: 8px;
	 line-height: 1.2;
	 margin-bottom: 20px;
	 color: #777;
 }
 .house .box_top_right .box_list p{
	 text-align: right;
	 padding-bottom: 8px;
 }
 .house .box_top_right .box_list button{
	 width: 80px;
	 height: 28px;
	 line-height: 28px;
	 background-color: #EE5E5A;
	 color: #fff;
 }
 .house .box_top_right .box_list li{
	 float: left;
	 width: 50px;
	 margin-right: 18px;
	 height: 80px;
	 line-height: 26px;
	 text-align: center;
 }
 
 .house .box_top_mid{
	 height: 446px;
 }
 .house .box_top_mid .guide li{
	 height: 34px;
	 line-height: 34px;
 }
 .house .box_top_right .box_list li span{
	 font-size: 12px;
 }
 
 .house  .box_top_right .box_list a{
	 width: 50px;
 }
 .house .box_top_right .box_list li img{
	 display: block;
 }
 .house .box_bottom img{
	 width: 178px;
	 height: 78px;
	 border: 1px solid #efefef;
 }
 
 .house .border_right>li{
	 width: 282px;
	 padding-right: 12px;
	 margin-right: 11px;
	 border-right: 1px solid #efefef;
 }
 .house .border_right>li li{
	 width: 282px;
 }
 .house .border_right .noP{
	 padding-right: 0;
	 margin-right: 0;
 }
 .house .item_box   h5{
	 margin-top: 0;
	 font-size: 16px;
	 line-height: 28px;
 }
 .house .border_right{
	 padding-top: 0;
 }
 .house  .box_bottom .item_tiltle  a{
	 width: auto;
 }
 .house .box_bottom a{
	 width: 100%;
	 font-size: 12px;
 }
 .house .fl div a{
	 line-height: 1.4;
	 margin-bottom: 10px;
 }
 .house .box_bottom .text a{
	 font-size: 14px;
 }
 .house .border_right img{
	 display: inline-block;
	 width: 282px;
	 height: 188px;
 }
 .house .box_top_left .goods span{
	line-height: 26px;
 }

.footer{
	font-size: 14px;
	margin-top: 120px;
	background-color: #eee;
	color: #5d5d5d;
	padding-bottom: 30px;
}

.footer .tabtitle{
	padding: 28px 0 16px;
}
.footer .tabtitle a{
	margin-right: 20px;
	color: #333;
	font-size: 16px;
}
.footer .cont{
	display: none;
}
.footer ul.active{
	display: block;
}
.footer .cont li,
.foot_mid li{
	float: left;
	margin-right: 20px;
	line-height: 32px;
}
.footer .cont span{
	color: #333;
	font-size: 16px;
}
.footer .cont,
.foot_mid  {
	padding-bottom: 18px;
	border-bottom: 1px solid #c2c2c2;
}
.footer .foot_mid{
	padding: 16px 0;
	margin-bottom: 35px;
}
.foot_bottom .fl img{
	margin-left: 94px;
}
.foot_bottom .fr{
	width: 666px;
}
.foot_bottom  .fr p span{
	margin: 0 10px;
}
.foot_bottom  .fr div{
	border-top: 1px solid #c2c2c2;
	padding: 16px 0;
	margin-top: 18px;
}
.foot_bottom  .fr div span{
	margin-right: 20px;
}
.foot_bottom  .fr div  a{
	margin-left: 6px;
}
.foot_bottom  p img{
	width: 70px;
	margin-right: 6px;
}
.gzs{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll 0px 0px;
}
.tyf{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -66px 0px;
}
.xxs{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -132px 0px;
}
.fszx{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -198px 0px;
}
.cwg{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -264px 0px;
}
.cfzx{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll 0px -80px;
}
.zhx{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -66px -80px;
}
.sszx{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -132px -80px;
}
.hhzx{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -198px -80px;
}
.jjps{
	width: 49px;height:49px;background: url(/Images/newindex/zhuangxiuico.png) no-repeat scroll -264px -80px;
}
.tubiao img:hover{
	border: 1px solid #ee4a45;
}
.tupianshow{
	display: none;
}
.peijia img{
	width: 210px;
}
.tuwenzi{
	font-size: 16px;color: #ee4a45;
}
.house .box_top_mid .box_list span{width:360px}