.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	padding: 40px 0;
}
.content{
	float: left;
	width: 900px;
}
/*焦点图*/
.st-focus-banners{
	float: left;
    width: 900px;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners {
    width: 900px;
    height: 420px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a {
    display: table-cell;
    width: 900px;
    height: 420px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img {
    vertical-align: middle;
}
.st-focus-banners .focus {
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
}
.st-focus-banners .focus > ul {
    height: 14px;
}
.st-focus-banners .focus > ul > li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.st-focus-banners .focus > ul > li.on {
   background: rgba(255,255,255,1);
}
/*主体内容*/
.content .item{
	float: left;
	width: 900px;
	padding: 30px 0 0 0;
}
.content .item-tit{
	width: 100%;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
}
.content .item-tit>ul{
	float: left;
	width: 830px;
}
.content .item-tit li{
	float: left;
	padding: 0 27px;
}
.content .item-tit li.on{
	line-height: 50px;
	border-bottom: 2px solid #fcbd00;
}
.content .item-tit li>a{
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #666666;
}
.content .item-tit .more{
	float: right;
	color: #0c92f2;
	font-size: 16px;
}

.content .item-tit .more>.ico{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(../images/more-ico.png) no-repeat;
}


.where-box .hd{
	border-top: 1px solid #e6e6e6;
}
.where-box .hd li{
	float: left;
	width: 180px;
	padding: 10px 0;
	text-align: center;
}
.where-box .hd li.on{
	border-top: 1px solid #fcbd00;
}
.where-box .hd li>a{
	display: block;
	font-size: 18px;
	color: #0c8ac9;
	border-right: 1px solid #e6e6e6;
}
.where-box .hd li:last-child>a{
	border-right: none;
}
.where-box .hd li.on>a{
	color: #666666;
}
.where-box .bd{
	margin-top: 10px;
}
.where-box .bd li{
	float: left;
	width: 530px;
	height: 59px;
	border-bottom: 1px solid #f3f2e4;
	overflow: hidden;
}
.where-box .bd li>a{
	display: block;
	position: relative;
	line-height: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.where-box .bd li.li-2>a:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
	width: 19px;
	height: 32px;
	background: url(../images/li-2.png) no-repeat;
}
.where-box .bd li.li-3>a:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
	width: 19px;
	height: 32px;
	background: url(../images/li-3.png) no-repeat;
}
.where-box .bd li.li-4>a:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
	width: 19px;
	height: 32px;
	background: url(../images/li-4.png) no-repeat;
}
.where-box .bd li.li-5>a:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
	width: 19px;
	height: 32px;
	background: url(../images/li-5.png) no-repeat;
}
.where-box .bd li>a em{
	padding-left: 44px;
	color: #007ed9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}
.where-box .bd li>a .des{
	color: #999999;
	font-size: 14px;
}
.where-box .bd li>a .gl{
	color: #666666;
	font-size: 14px;
	background: url(../images/gl-ico.png) no-repeat left center;
	padding-left: 22px;
}
.where-box .bd li.imgs{
	width: 352px;
	height: 240px;
	margin-right: 18px;
	border-bottom: none;
	position: relative;
}
.where-box .bd li.imgs .pic{
	width: 352px;
	height: 240px;
}
.where-box .bd li.imgs .pic img{
	width: 100%;
}
.where-box .bd li.imgs .txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: rgba(0,0,0,0.3);
}
.where-box .bd li.imgs .txt:before{
	content: "";
	position: absolute;
	left: 15px;
	top: -10px;
	width: 16px;
	height: 41px;
	background: url(../images/li-1.png) no-repeat;
}
.where-box .bd li.imgs .txt p{
	line-height: 42px;
	color: #cccccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.where-box .bd li.imgs .txt p em{
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}
.content .other-tit,.content .youji-tit{
	padding: 15px 0;
}
.content .youji-tit{
	border-bottom: 1px solid #eaeaea;
}

.content .other-tit h3,.content .youji-tit h3{
	float: left;
	font-size: 22px;
	line-height: 24px;
	padding-left: 10px;
	border-left: 4px solid #fcbd00; 
	width: 820px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .other-tit h3 em{
	color: #01badd;
	margin-left: 6px;
	padding-left: 10px;
	background: url(../images/cicle-ico.png) no-repeat left center;
}

.content .other-tit .more,.content .youji-tit .more{
	float: right;
	line-height: 24px;
	color: #0c92f2;
	font-size: 16px;
}
.content .other-tit .more>.ico,.content .youji-tit .more>.ico{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(../images/more-ico.png) no-repeat;
}
.other-list li{
	float: left;
	width: 256px;
	height: 250px;
	margin: 0 18px 15px 0;
}
.other-list li.mr-0{
	margin-right: 0;
}
.other-list li.first{
	width: 352px;
	height: 515px;
}
.other-list li>.pic{
	width: 256px;
	height: 174px;
	overflow: hidden;
	position: relative;
}
.other-list li>.pic>.tag{
	position: absolute;
	top: 0;
	left: 10px;
	width: 34px;
	height: 61px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/hot-tag.png) no-repeat;
}
.other-list li>.pic img{
	width: 256px;
	height: 174px;
}
.other-list li.first>.pic{
	width: 352px;
	height: 439px;
}
.other-list li.first>.pic img{
	width: 352px;
	height: 439px;
}
.other-list li>.info{
	height: 76px;
	overflow: hidden;
}
.other-list li>.info>.tit{
	color: #007ed9;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.other-list li>.info>.center{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}
.other-list li>.info>.center span{
	display: inline-block;
	vertical-align: middle;
}
.other-list li>.info>.center span.head{
	width: 22px;
	height: 22px;
	overflow: hidden;
}
.other-list li>.info>.center span.head img{
	width: 100%;
}
.other-list li>.info>.num span{
	color: #666666;
	margin-right: 12px;
}
.other-list li>.info>.num span:last-child{
	margin-right: 0;
}
.other-list li>.info>.num span em{
	color: #ff8a00;
	font-size: 18px;
}
.other-list li>.info>.txt{
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	color: #666666;
}
.content .big-ad{
	float: left;
	width: 900px;
	height: 150px;
	overflow: hidden;
	margin-top: 20px;
}
.content .big-ad img{
	width: 100%;
}
.youji-list li{
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.youji-list li:last-child{
	border-bottom: none;
}
.youji-list li>.pic{
	float: left;
	width: 256px;
	height: 174px;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
}
.youji-list li>.pic img{
	width: 256px;
	height: 174px;
}
.youji-list li>.pic>.tag{
	position: absolute;
	top: 0;
	left: 10px;
	width: 24px;
	height: 34px;
}
.youji-list li>.pic>.tag-1{
	background: url(../images/tag-you.png) no-repeat;
}
.youji-list li>.pic>.tag-2{
	background: url(../images/tag-jing.png) no-repeat;
}
.youji-list li>.pic>.tag-3{
	background: url(../images/tag-shi.png) no-repeat;
}
.youji-list li>.info{
	float: left;
	width: 480px;
}
.youji-list li>.info>.tit{
	color: #007ed9;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-bottom: 10px;
}
.youji-list li>.info>.attr>.self{
	padding-right: 25px;
	font-size: 13px;
}
.youji-list li>.info>.attr>.self img{
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
.youji-list li>.info>.attr>.self em{
	color: #007ed9;
}
.youji-list li>.info>.attr>.date{
	color: #666666;
	font-size: 13px;
	padding-left: 22px;
	background: url(../images/time-ico.png) no-repeat left center;
}
.youji-list li>.info>.txt{
	padding-top: 15px;
	height: 96px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
	font-size: 13px;
}
.youji-list li>.read{
	float: right;
	width: 80px;
	text-align: center;
	margin-top: 46px;
}
.youji-list li>.read>p{
	color: #666666;
	font-size: 13px;
}
.youji-list li>.read>p em{
	color: #fcbd00;
}
/*侧边栏*/
.sidebar{
	float: right;
	width: 280px;
}
.sidebar>div{
	margin-bottom: 20px;
}
.notice-box{
	margin-top: 49px;
}
.notice-tit{
	height: 33px;
	position: relative;
}
.notice-tit:after{
	content: "";
	position: absolute;
	right: 19px;
	bottom: 0;
	width: 202px;
	height: 60px;
	background: url(../images/notice-bg.png) no-repeat;
	z-index: -1;
}
.notice-tit>h3{
	margin-left: 12px;
    width: 78px;
    height: 18px;
    font-size: 19px;
    line-height: 18px;
    font-weight: bold;
    color: #fc721d;
}
.notice-con{
	background: #f7f7f7;
	padding: 15px;
	padding-bottom: 0;
}
.notice-con .web-txt{
	color: #666666;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ebebeb;
}
.notice-con .web-txt em,.notice-con .web-txt a{
	color: #ff6600;
}
.notice-con .order-list{
	padding: 10px 0;
}
.notice-con .order-list li{
	padding-bottom: 10px;
}
.notice-con .order-list li .tit{
	display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.notice-con .order-list li .tit:hover{
	color: #f80;
	text-decoration: underline;
}
.notice-con .order-list li span{
	color: #999;
    height: 20px;
    line-height: 20px;
    text-decoration: underline;
}
.sidebar>.youji-push{
	background: #f7f7f7;
	height: 315px;
	overflow: hidden;
	margin-bottom: 10px;
}
.youji-push ul{
	padding: 10px 20px;
}
.youji-push li{
	padding: 10px;
	border-bottom: 1px solid #ececec;
}
.youji-push li:last-child{
	border-bottom: none;
}
.youji-push li>div{
	padding-left: 56px;
}
.youji-push li.md>div{
	background: url(../images/youji-ico1.png) no-repeat left center;
}
.youji-push li.gl>div{
	background: url(../images/youji-ico2.png) no-repeat left center;
}
.youji-push li.dp>div{
	background: url(../images/youji-ico3.png) no-repeat left center;
}
.youji-push li>div>p.num{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.youji-push li>div>p.num>em{
	color: #f47400;
	font-size: 24px;
}
.youji-push li>div>p.txt{
	color: #999999;
	line-height: 24px;
}
.youji-push .push-btn{
	display: block;
	height: 54px;
	border: 1px solid #eec100;
	border-radius: 5px;
	background: #ffda00;
	line-height: 54px;
	text-align: center;
	color: #513e00;
	font-size: 18px;
	width: 238px;
	margin: 0 auto;
}
.youji-push .push-btn .ico{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 27px;
	height: 26px;
	background: url(../images/youji-ico4.png) no-repeat;
}
.personal-tailor{
	background: #e5f9ff;
	padding: 20px;
	height: 55px;
}
.personal-tailor>.text{
	padding: 5px 0 5px 76px;
	background: url(../images/personal-tailor.png) no-repeat left center;
}
.personal-tailor>.text h4{
	color: #1591cf;
	font-size: 16px;
	line-height: 24px;
}
.personal-tailor>.text p{
	color: #999999;
	line-height: 24px;
}
.hot-pt{
	background: #f7f7f7;
	padding: 20px 15px;
}
.hot-pt h3{
	font-size: 16px;
	padding-bottom: 10px;
}
.hot-pt>ul{
	background: #fff;
}
.hot-pt>ul>li{
	height: 66px;
	padding-bottom: 16px;
}
.hot-pt>ul>li>.pic{
	float: left;
	width: 66px;
	height: 66px;
	overflow: hidden;
	position: relative;
}
.hot-pt>ul>li>.pic img{
	width: 66px;
	height: 66px;
}
.hot-pt>ul>li>.pic>.tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 15px;
	text-align: center;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-pt>ul>li>.pic>.tag-1{
	background: url(../images/top-tag1.png) no-repeat;
}
.hot-pt>ul>li>.pic>.tag-2{
	background: url(../images/top-tag2.png) no-repeat;
}
.hot-pt>ul>li>.pic>.tag-3{
	background: url(../images/top-tag3.png) no-repeat;
}
.hot-pt>ul>li>.info{
	float: left;
	width: 160px;
	margin-left: 10px;
}
.hot-pt>ul>li>.info>.tit{
	color: #404040;
	height: 40px;
	display: block;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 10px;
}
.hot-pt>ul>li>.info>.attr em{
	color: #999999;
}
.hot-pt>ul>li>.info>.attr .price{
	color: #999999;
}
.hot-pt>ul>li>.info>.attr .price b{
	color: #ff6600;
	font-weight: normal;
}
.ad-list{
	background: #f7f7f7;
	padding: 20px 15px;
}
.ad-list li{
	margin-bottom: 15px;
}
.ad-list li:last-child{
	margin-bottom: 0;
}
.ad-list li img{
	width: 250px;
	height: 130px;
}

