/*导航*/
body{ color:#666; font: 12px/1.5  "微软雅黑"; height: 100%;}
.navwrap_text {
	width: 100%;
	height: 40px;
	background: #fff;
}

.navwrap_com {
	width: 1200px;
	min-width: 1200px;
	height: 40px;
	margin: auto;
	background: #fff;
	position: relative;
}

.navwrap_com .nav_tit {
	width: 1000px;
	height: 40px;
	float: left;
}

.navwrap_com .nav_tit ul {

}
.wg-category-panel{
	background: #f0f0f0;
}
.navwrap_com .nav_tit>ul>li {
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	float: left;
	margin: 0 9px;
}

.navwrap_com .nav_tit>ul>li>a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: none;
	background-color: white;
	font-weight: 700;
	color: #ee2e2c;
}

.navwrap_com .nav_tit>ul>li a:hover {
	background: #F2F2F2;
}

.navwrap_com .nav_tit>ul>li:first-child {
	margin-left: 0;
}

.navwrap_com .nav_tit>ul>li:first-child a {
	background-color: #ee2e2c;
	color: #fff;
}

.navwrap_com .nav_tit li.split-line {
	height: 28px;
	width: 1px!important;
}

.navwrap_com .nav_tit li.split-line span {
	margin-top: 6px;
	border-color: #d7d7d7!important;
	box-shadow: none!important;
	display: block;
	width: 1px;
	height: 14px;
	border-left: 1px solid #ea6a00;
}

.navwrap_com .nav_tit ul li.subnav a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: none;
	background-color: white;
	font-weight: 700;
	color: #5f5f5f!important;
}

.navwrap_com .nav_tit ul li.subnav a:hover {
	background: #F2F2F2;
	color: #ee2e2c!important;
}

/*分类*/
.wg-category-title {
    position: relative;
    float: left;
    height: 40px;
    width: 220px;
    line-height: 40px;
    padding-left: 30px;
    background: #333;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.content_cpy{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*分类*/
.wg-category-panel {
    position: absolute;
    top: 40px;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: height .1s;
    z-index: 120;
}
.wg-category-panel{
	height: 400px;
}
.wg-category-panel .wg-left-img {
    position: absolute;
    left: 0;
    right: 0;
}
.wg-category-panel .wg-category-list {
    float: left;
    width: 187px;
    height: 400px;
    margin-left: 63px;
    background: #fff;
}
.wg-category-panel .wg-category-list .wg-category-item {
    padding-top: 14px;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-title {
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-title .wg-title-text:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 6px;
    background: url(../image/3603119_1646422769.png) center no-repeat;
    background-size: 6px 10px;
    margin-left: 10px;
    transition: margin .3s;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-sub-keys {
    font-size: 0;
    padding: 0 10px 0 14px;
    line-height: 20px;
    word-break: keep-all;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-sub-keys {
	width: 185px;
	height: 50px;
    font-size: 0;
    padding: 0 10px 0 14px;
    line-height: 20px;
    word-break: keep-all;
}
.wg-category-panel .wg-category-details {
    position: relative;
    margin-left: 250px;
    width: 0;
    height: 400px;
    transition: width .3s;
    display: none;
}
.wg-category-panel .wg-category-details.wg-active{
	width: 707px;
	height: 400px;
}
.wg-category-panel .wg-category-details .wg-details-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 710px;
    height: 400px;
    background: #F8F8F8;
    overflow: hidden;
    transition: width .3s;
    display: none;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items {
    position: absolute;
    width: 170px;
    height: 111px;
    margin: 30px 0 10px;
    padding: 0 32px;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-sub-keys .item-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
 .wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-0 {
    top: 0;
    left: 0;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-1 {
    top: 0;
    left: 234px;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-2 {
    top: 0;
    left: 468px;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-3 {
    top: 151px;
    left: 0;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-4 {
    top: 151px;
    left: 234px;
}
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items.wg-item-5 {
    top: 151px;
    left: 468px;
}

.wg-category-panel ul li .wg-category-item-img{
	display: none;
}

/*banner悬浮右边*/
.nav_tit .right {
    position: absolute;
    top: 65px;
    right: 0;
    width: 230px;
    height: 504px;
    z-index: 7;
    background: #fff;
}
.wg-com-bulletinboard .wg-title-wrap {
    text-align: center;
    font-family: PingFangSC-Medium;
}
.wg-com-bulletinboard {
    width: 230px;
    height: 480px;
    padding-top: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wg-com-bulletinboard .wg-service-list {
    width: 230px;
    margin-top: 17px;
    overflow: hidden;
}
.wg-service-list li {
    width: 76px;
    list-style-type: none;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 22px;
}
.wg-com-bulletinboard .wg-title-wrap .wg-title {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
}
.wg-com-bulletinboard .wg-cyb-instruction {
    width: 176px;
    margin: 16px 27px 0;
    text-align: center;
    overflow: hidden;
}
.wg-com-bulletinboard .wg-cyb-instruction {
    width: 176px;
    margin: 16px 27px 0;
    text-align: center;
    overflow: hidden;
}
.wg-com-bulletinboard .wg-cyb-download {
    display: block;
    width: 100px;
    height: 30px;
    margin: 16px auto 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #FF5800;
    border-radius: 12px 12px 0;
}
.wg-com-bulletinboard .wg-broadcast {
    position: relative;
    width: 184px;
    height: 28px;
    margin: 25px 23px 0;
    background-color: #F8F8F8;
    border-radius: 16px 16px 16px 0;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}

/*优选*/
.wg-com-nav-scene {
    position: relative;
    width: 586px;
    height: 892px;
}
.wg-com-nav-scene .wg-header {
    position: relative;
    top: 24px;
    left: 0;
    width: 584px;
    height: 151px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.wg-com-nav-scene .wg-header .wg-header-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: right .3s;
}
.wg-com-nav-scene .wg-header .wg-header-img:hover{
	right: 15px;
}
.wg-offer .wg-img-x:hover, .wg-offer-single.wg-offer-single-new .wg-offer-head .wg-img-head:hover {
    transform: scale(1.05);
}
.wg-com-nav-scene .wg-header .wg-title-wrap {
    display: block;
    position: absolute;
    height: 36px;
    top: 21px;
    left: 24px;
    line-height: 36px;
    color: #FFF;
    font-family: PingFangSC-Medium;
    z-index: 2;
}
.wg-com-nav-scene .wg-header .wg-title-wrap .wg-title {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    transition: margin-right .3s;
}
.wg-com-nav-scene .wg-header .wg-tips {
    position: absolute;
    height: 20px;
    top: 53px;
    left: 24px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    opacity: .8;
}

.wg-com-nav-scene .wg-header .wg-category {
    position: absolute;
    height: 28px;
    bottom: 24px;
    left: 24px;
}
.wg-com-nav-scene .wg-header .wg-active-item-icon {
    /*display: none;*/
    position: absolute;
    bottom: -5px;
   /* left: 0;*/
    z-index: 5;
}
.wg-com-nav-scene .wg-body {
    position: absolute;
    top: 175px;
    left: 0;
    width: 552px;
    height: 682px;
    padding: 17px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    z-index: 9;
    overflow: hidden;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer {
    position: relative;
    float: left;
    width: 170px;
    height: 198px;
    margin: 11px 7px;
    background-color: #F0F0F0;
    overflow: hidden;
}
.wg-com-nav-scene .wg-img-x {
    transition: transform .3s;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
.wg-com-nav-scene .wg-img-x:hover {
    transform: scale(1.05);
}
.wg-news-list{
	position: absolute;
}

/*楼层*/
.floor-cpy{
	margin-top: 40px;
}
.common-banner-20161017 {
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center 0;
}
.common-banner-20161017 .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.common-banner-20161017 .shade {
    width: 100%;
    display: block;
    vertical-align: bottom;
}
.wg-offer-list-wrap .wg-offer-list {
    width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
}
.wg-offer-list-wrap .wg-offer-list .offer-row {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.wg-offer-list-wrap .wg-offer-list .offer-row.offer-right {
	margin-right: 0
}

.wg-offer-single {
    position: relative;
    width: 218px;
    height: 347px;
    border: 1px solid #fff;
}
.wg-offer a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.wg-offer-list .wg-offer .wg-img-x {
    transition: transform .3s;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
.wg-offer-single .wg-offer-body {
    position: absolute;
    width: 218px;
    height: 130px;
    top: 218px;
    background-color: #fff;
}
.wg-offer-single .wg-offer-body .wg-offer-desc {
    width: 180px;
    margin: 20px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.wg-offer-single .wg-offer-body .wg-base-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}
.wg-offer-single .wg-offer-body .wg-supplier-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*opacity: 0;*/
}
.wg-offer-single .wg-offer-body .wg-row {
    width: 180px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.wg-offer-single .wg-offer-body .wg-row .wg-label {
    float: left;
    color: #AAA;
    margin-right: 6px;
}
.wg-offer-single .wg-offer-head {
    position: absolute;
    display: block;
    width: 218px;
    height: 218px;
    overflow: hidden;
    z-index: 2;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row {
    width: 170px;
    background-color: #FFF;
    font-size: 12px;
    z-index: 2;
}
.wg-com-nav-scene .wg-header .wg-category .wg-item {
    float: left;
    width: 80px;
    height: 28px;
    margin-right: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-earning {
    display: table-cell;
    position: absolute;
    height: 17px;
    line-height: 16px;
    padding-top: 11px;
    bottom: 0;
    left: 0;
    color: #333;
    transition: bottom .5s,width .5s;
    font-family: Arial;
    text-align: center;
}
.wg-com-nav-scene .wg-header .wg-category .wg-item.wg-active {
    height: 26px;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 20px;
    color: rgb(255, 88, 0);
    font-family: PingFangSC-Medium;
    
}
.hide{
	display: none;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-forward {
    position: absolute;
    height: 17px;
    line-height: 17px;
    padding-top: 5px;
    bottom: -22px;
    left: 0;
    text-align: center;
    transition: bottom .5s;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-tag-wrap .wg-tag .wg-item.wg-item-mb {
    width: 16px;
    height: 16px;
    margin-left: 2px;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-tag-wrap .wg-tag .wg-item {
    display: inline-block;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-tag-wrap .wg-tag .wg-item.wg-item-mb img {
    width: 16px;
    height: 16px;
}
.wg-com-nav-scene .wg-body .wg-offer-list .wg-offer .wg-row.wg-tag-wrap {
    position: absolute;
    height: 17px;
    line-height: 17px;
    padding-top: 13px;
    bottom: -52px;
    text-align: center;
    transition: bottom .5s;
}
.wg-full{
	bottom: 52px!important;
}
.content_cpy .left{
	float: left;
}
.content_cpy .right{
	float: right;
}
.content_cpy .left .wg-com-nav-scene .wg-body .wg-offer-list .wg-offer>img{
   width: 170px; 
   height: 170px; 
   opacity: 1; 
}

.content_cpy .right .wg-com-nav-scene .wg-body .wg-offer-list .wg-offer>img{
   width: 170px; 
   height: 170px; 
   opacity: 1; 
}
.content_cpy .right .wg-com-nav-scene .wg-header .wg-category .wg-item.wg-active {
    height: 26px;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: PingFangSC-Medium;
    color: #4F67B5;
}
.wg-category-panel.wg-active {
    height: 400px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}


/*分类20180312*/
.wg-category-panel .wg-category-details .wg-details-item .wg-sub-items .item-link {
    line-height: 28px;
    margin-right: 14px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
.wg-category-panel .wg-category-list .wg-category-item .wg-title:hover{
	background: #F8F8F8;
	color: #ff5800;
	border-radius: 20px 0 0 20px;
}
