/*东北亚物流网*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Source Han Sans,Arial,Helvetica Neue";
	font-size: 12px;
	color: #666;
}

ul li {
	list-style-type: none;
}

ul,h1,h2 {
	margin: 0;
	padding: 0;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
#topDiv {
	width: 100%;
	height: 30px;
	background:url("../images/topbar.png"); 
}
#ggTop {
	width: 100%;
	height: 75px;
	background-color: #246FB6;
}
#logoDiv {
	width: 100%;
	height: 70px;
	background: url("../../resources/css/image/dbysteel/header.jpg");
}
#contentOne {
	width: 100%;
	margin-top:10px;
	height: 300px;
}
#contentTwo {
	width: 100%;
	margin-top:10px;
	height: 136px;
}
#contentThree {
	width: 100%;
	margin-top:10px;
	height: 920px;
}

#footer {
	width: 100%;
	height: 200px;
}

/*topDiv*/
#topDiv .topNav {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.topNav .top_left {
	width: 5%;
	float: left;
}
.top_left ul li {
	float: left;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
}
.topNav .top_right {
	width: 100%;
	float: left;
}
.fright {
	float: left;
}
.top_right ul li {
	float: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

/*查询div*/
.searchDiv .search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ff5400;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 2px medium 2px 2px;
    display: inline;
    float: left;
    height: 31px;
    margin: 20px 0 0 80px;
    padding: 0 80px 0 40px;
    position: relative;
    width: 320px;
}
.searchDiv .search a.ssbtn {
    background-color: #ff5400;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2px;
    width: 80px;
}
.searchDiv .search a.btn:hover {
    background-color: #f53f00;
}
.searchDiv .search i {
    background: url("../images/dbysteel/dbyN_iconbg.png") no-repeat scroll 0 0;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 20px;
}
.searchDiv .search .inp {
    border: 0 none;
    color: #999;
    height: 24px;
    line-height: 24px;
    padding: 3px 0;
    width: 100%;
}

.logoSec .phone {
    background: url("../images/dbysteel/dbyN_iconbg.png") no-repeat scroll 0 -40px;
    color: #666;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 22px;
    padding-left: 35px;
}
.logoSec .phone em {
    color: #ff5400;
    font-size: 16px;
}


/*广告区*/
#ggTop .ggTopSec {
	width:1000px;
	height: 75px;
	margin: 0 auto;
}
#ggCenter {
	width: 100%;
	height: 75px;
}
#ggCenter .ggCenterSec {
	width:1000px;
	height: 75px;
	margin: 0 auto;
}
/*#logoDiv */
#logoDiv .logoSec {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
.logoSec .logo {
	float: left;
	width: 220px;
	height: 100%;
	background: url('../images/logo.png');
}
.logoSec .zcrx {
	float: right;
	width: 245px;
	height: 100%;
	background: url('../../images/rxdh.png');
}

/*菜单menuDiv*/
#menuDiv {
	width:100%;
	height:40px;
	background-color: #0f87c9;
}

#menuDiv .menuSec {
	width:1000px;
	height:40px;
	line-height:40px;
	margin:0 auto;
}

.menuSec .menu {
    color: #fff;
    width:100%;
    height:40px;
    position: relative;
}
.menuSec .menu li {
	float: left;
    font-size: 14px;
    height: 40px;
    line-height:40px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
.menuSec .menu li a {
    color: #fff;
}
.menuSec .menu li.current {
    background-color: #ff5400;
}
.menuSec .menu li:hover {
    background-color: #0070ad;
}
.menuSec .menu span {
    background: url("../images/line.png") no-repeat scroll center center;
    height: 17px;
    padding: 0 25px;
    width: 3px;
}

/*图片切换*/
.oneSec .picTab {
	float: right;
	width: 480px;
	height: 100%;
}

.picTab .yiz-slider-3 {
	height: 100%;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.picTab .yiz-slider-3 ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	list-style-type: none;
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
}
.picTab .yiz-slider-3 ul li {
	height: auto;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	float:left;
}
.picTab .yiz-slider-3 ul li img {
	width: 100%;
	z-index:1;
}
.yiz-leftarrow {
	background: url('../images/left-arrow.png'); 
	display: block;
	height: 87px; 
	width: 56px;
	position:absolute; 
	left: 0; 
	top:50%;
	z-index: 99; 
	cursor:pointer; 
	margin-top: -43px
}
.yiz-rightarrow{
	background: url('../images/right-arrow.png'); 
	display: block;
	height: 87px; 
	width: 56px;
	position:absolute; 
	right: 0; 
	top:50%;
	z-index: 99; 
	cursor:pointer;
	margin-top: -43px
}
.yiz-page-btn {
	float: left;
	width: auto;
	height: 30px; 
	position: absolute; 
	bottom: 1px; 
	right: 5px; 
	z-index: 99
}
.yiz-page-btn span{
	opacity: 0.7;
	height: 15px;
	width: 15px;
	background-color: #999;
	display: block;
	float: left;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
	cursor:pointer; 
}
.yiz-page-btn .current {
	background-color: #1D5D76;
	opacity: 1;
}

/*页脚样式*/
.footer {
	background-color: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    clear: both;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 203px;
}
.footermain{
	width: 1200px !important;
	height: 150px !important;
	margin: 0 auto !important;
	padding-top:20px !important;
	padding-bottom:10px !important;
}


.footermain .footadvN {
	width: 187px;
	height: 139px;
	float: left;
}

.footermain .footadv {
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px;
}
/* .footermain .footadv b {
	background:url("../images/dby_footericon.png");
} */
.footadv dt b { 
	display:inline-block; 
	width:25px; 
	height:25px; 
	vertical-align:middle; 
	margin-right:8px;
}
.footermain .footadv.one dt b {
	background-position:0 0;
}

.footermain .footadv.two dt b {
	background-position:0 -25px;
}

.footermain .footadv.three dt b {
	background-position:0 -50px;
}

.footermain .footadv.four dt b {
	background-position:0 -75px;
}

.footermain .footadv dd {
	line-height:20px;
}
.footermain dl dt { 
	font-size:14px; 
	font-weight:bold; 
	color:#555; 
	padding-bottom:5px;
}
.footermain dl dd a { 
	font-size: 12px;
	color:#666;
}
.copyright{ 
	clear:both;
	text-align:center; 
	font-size: 12px;
	color:#999;
}
.downapp {
	float:right;
	display:inline-block;
	width:150px;
	height: 100%;
}
.downapp img {
	float:left;
	width: 103px;
	height: 101px;
}

/*广告高度*/
#addleft img {
	width:130px;
	height: 300px;
}
#addright img {
	width:130px;
	height: 300px;
}
/*第一部分*/
#contentOne .oneSec {
	width:1000px;
	height: 300px;
	margin: 0px auto;
}

.fright {
	padding-right:5px;
	float:right;
}
.oneSec .oneLeft {
	float:left;
	width:250px;
	height: 100%;
}
.oneLeft .gmDiv {
	border: 1px solid #ddd;
	width:100%;
	height: 96px;
	position:relative;
	background-color: #0F87C9;
	color:#000;
}
.gmDiv .title {
	width:100%;
	height: 30px;
	text-align: center;
	line-height:30px;
	font-size: 15px;
	color:#fff;
}
.gmDiv ul {
	width: 100%;
	height: 60px;
	padding-left:15px;
}
.gmDiv ul li {
	float:left;
	width: 30%;
	height: 30px;
	line-height:30px;
	text-align:left;
}
.gmDiv ul li a {
	color:#fff;
}

.oneLeft .ylDiv {
	border: 1px solid #ddd;
	margin-top:5px;
	width:100%;
	height: 96px;
	position:relative;
	background-color: #0F87C9;
}
.ylDiv .title {
	width:100%;
	height: 30px;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	color:#fff;
}
.ylDiv ul {
	width: 100%;
	height: 60px;
	padding-left:15px;
}
.ylDiv ul li {
	float:left;
	width: 33%;
	height: 30px;
	line-height:30px;
	text-align:left;
}
.ylDiv ul li a {
	color:#fff;
}

.oneLeft .fgDiv {
	border: 1px solid #ddd;
	margin-top:5px;
	width:100%;
	height: 95px;
	background-color: #0F87C9;
	position:relative;
}

.fgDiv .title {
	width:100%;
	height: 30px;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	color:#fff;
}
.fgDiv ul {
	width: 100%;
	height: 60px;
	padding-left:15px;
}
.fgDiv ul li {
	float:left;
	width: 33%;
	height: 30px;
	line-height:30px;
	text-align:left;
}
.fgDiv ul li a {
	color:#fff;
}

.floatDiv {
	border: 2px solid #0f87c9;
    left: 248px;
    position: absolute;
    top: 0;
   	display:none;
    width: 390px;
    z-index: 9999;
    opacity:0.9;
    background-color: #fff;
}

.floatDiv  ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #e4e4e4;
	text-align: left;
	margin-bottom: 10px;
}
.floatDiv  ul li > a {
	text-align: center;
	color:#ff5400;
	font-size: 15px;
	font-weight:bold;
	display: inline-block;
	width: 80px;
	height: auto;
	text-decoration: underline;
	float:left;
}
.floatDiv  ul li span {
	float:left;
	width:270px;
}
.floatDiv  ul li span a {
	text-align: center;
	font-size: 12px;
	display:inline-block;
	margin:0px 5px;
	color:#333;
}

.oneSec .oneCenter {
	border: 1px solid #ddd;
	margin-left:10px;
	float:left;
	width:480px;
	height: 100%;
}
.oneSec .oneRight {
	float:right;
	width:250px;
	height: 100%;
}
.oneRight .tjdiv {
	width:100%;
	height: 173px;
	border: 1px solid #ddd;
}
.oneRight .tjdiv .title {
	width:100%;
	height: 25px;
	text-align: center;
	line-height:25px;
	font-size: 14px;
	color:#fff;
	background-color: #0F87C9;
}

.tjdiv ul {
	width:100%;
	margin-top: 0px;
}
.tjdiv ul li {
	height: 18px;
	line-height: 18px;
	width: 100%;
	padding-left: 0px;
	color:#000;
}

.tab_content ul li {
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	color:#000;
}
.tjdiv ul li span {
	padding-left:5px;
	color:red;
}
.oneRight .tsdiv {
	margin-top:5px;
	width:100%;
	height: 120px;
	border: 1px solid #ddd;
}
.oneRight .tsdiv .title {
	width:100%;
	height: 25px;
	text-align: center;
	line-height:25px;
	font-size: 14px;
	color:#fff;
	background-color: #0F87C9;
}


.oneRight .tsdiv ul {
	margin: 0px 5px;
}
.oneRight .tsdiv ul li {
	float:left;
	width: 25%;
	height:80%;
}
.tsdiv ul li .tsitem {
	margin:20px 0px 0px 2px;
	width:50px;
	text-align:center;
	height: 66px;
	color:#000;
}
.tsitem i.one {
	background: url("../images/dbyN_service.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.tsitem i.two {
	background: url("../images/dbyN_service.png") no-repeat scroll 0 -50px;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.tsitem i.three {
	background: url("../images/dbyN_service.png") no-repeat scroll 0 -100px;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.tsitem i.four {
	background: url("../images/dbyN_service.png") no-repeat scroll 0 -150px;
    display: inline-block;
    height: 50px;
    width: 50px;
}

#contentTwo .twoSec {
	width: 1000px;
	height: 136px;
	margin: 0px auto;
}

.twoSec ul {
	width: 100%;
	height: 100%;
}
.twoSec ul li {
	float:left;
	width: 25%;
	height: 100%;
}
.twoSec ul li img {
	height: 100%;
	width: 100%;
}

#contentThree .threeSec {
	width:1000px;
	height: 100%;
	margin: 0px auto;
}
.threeSec .threeLeft {
	float:left;
	width:740px;
	height: 100%;
}
.threeLeft .threeTab {
	border:1px solid #ddd;
	width: 100%;
	height: 300px;
}
.threeTab .title.orange {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #FF5400;
}
.title.orange h2 {
	float:left;
	line-height: 30px;
	position: relative;
	width:140px;
	text-align:center;
	font-size:14px;
	padding-left: 10px;
	background-color:#FF5400;
	color: #fff;
}

.title.orange h2 i {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 30px;
    top: 0;
    right: -8px;
    background: url(../images/dbyN_rightbg.png) no-repeat;
}
.title.orange a {
	float:right;
	margin-right: 5px;
	height:30px;
	line-height: 30px;
}


.threeTab .title.yellow {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #FFBA00;
}
.title.yellow h2 {
	float:left;
	line-height: 30px;
	position: relative;
	width:140px;
	text-align:center;
	font-size:14px;
	padding-left: 10px;
	background-color:#FFBA00;
	color: #fff;
}

.title.yellow h2 i {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 30px;
    top: 0;
    right: -8px;
    background: url(../images/dbyN_rightbg.png) no-repeat 0 -30px;
}
.title.yellow a {
	float:right;
	margin-right: 5px;
	height:30px;
	line-height: 30px;
}


.threeTab .title.blue {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #9928E1;
}
.title.blue h2 {
	float:left;
	line-height: 30px;
	position: relative;
	width:140px;
	text-align:center;
	font-size:14px;
	padding-left: 10px;
	background-color:#9928E1;
	color: #fff;
}

.title.blue h2 i {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 30px;
    top: 0;
    right: -8px;
    background: url(../images/dbyN_rightbg.png) no-repeat 0 -60px;
}
.title.blue a {
	float:right;
	margin-right: 5px;
	height:30px;
	line-height: 30px;
}

.threeTab table {
	width:100%;
}
.threeTab table thead th {
	height: 30px;
	line-height:30px;
	background-color: #E5EDF1;
}
.threeTab table tbody tr {
	width: 100%;
	height: 30px;
	line-height:30px;
}
.threeTab table tbody tr td {
	text-align: center;
}

.threeSec .threeRight {
	float:right;
	width:250px;
	height: 100%;
}
.threeRight ul li {
	width: 100%;
	height: 150px;
	margin-bottom: 4px;
}
.threeRight ul li img {
	width:100%;
	height: 100%;
}
/*左右悬浮*/
.dbyN_float {
    left: 50%;
    position: fixed;
    top: 226px;
    width: 122px;
    z-index: 9999;
}
.dbyN_floatl {
    left: 50%;
    margin-left: 505px;
}
.dbyN_floatl img {
	height: 110px;
}
.dbyN_floatr {
    left: 50%;
    margin-left: -627px;
}
.dbyN_floatr img {
	height: 110px;
}
.dbyN_float ul {
    border: 1px solid #999;
    padding: 5px 5px 0;
}
.dbyN_float ul li {
    margin-bottom: 5px;
}
.dbyN_float .colsebtn {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

/* ---------- 供求信息 --------- */
.ptss {
	height: 52px;
	border: 1px solid #dedede;
	background: #fff;
}

.ptss_by {
	background: #efebe8;
	height: 5px;
	width: 998px;
	margin: 0 auto;
}

.ptss_tit {
	width: 57px;
	height: 37px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding-top: 7px !important;
}

.ptss ul li {
	float: left;
	padding-top: 15px;
}

.ptss ul li.ptss_text {
	margin-left: 10px;
}

.ptss ul li.ptss_text input {
	border: 1px solid #cdc8c2;
	width: 269px;
	height: 23px;
	padding-left: 10px;
	line-height: 23px;
}

.ptss ul li.button input.cx {
	border: none;
	width: 66px;
	height: 33px;
	text-align: center;
	color: #fff;
	padding-left: 0px;
	border-radius: 3px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
}

.ptss ul li.button input.qk {
	margin-left: 10px;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 5px;
}

.gqlb {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.gqlb th, .gqlb td {
	height: 24px;
	line-height: 24px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.gqlb th {
	color: #fff;
}

.gqlb .even {
	background: #f5f5f5;
}

.gqlb img {
	vertical-align: middle;
}

.gqlb .spsx {
	position: relative;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.gqlb_tit {
	font-weight: bold;
	color: #c9151e;
	float: left;
	line-height: 24px;
	padding-left: 10px;
}

table.gqlb span.fb input {
	background: #C9151E;
	border: none;
	width: 103px;
	height: 26px;
	text-align: center;
	color: #fff;
	padding-left: 0px;
	float: right;
	margin-right: 10px;
	margin-bottom: 8px;
}

table.gqlb tr td.img {
	text-align: right;
}

table.gqlb tr td.xx {
	text-align: left;
}

table.gqlb tr td input.ckxq {
	background: url(../images/dbysteel/ckxq.png) no-repeat;
	width: 60px;
	height: 21px;
	color: #fff;
	border: none;
}

table.gqlb tr {
	border-bottom: 1px dotted #dddddd;
	height: 47px;
	background: #fff;
}

table.gqlb tr th {
	border: none;
}

table.gqlb tr.tit {
	color: #666666;
	border-bottom: 1px solid #dedede;
	height: 29px;
}

.u_pagination {
	text-align: right;
	padding: 10px 0 5px 0;
	color: #666;
}

.u_pagination {
	border: 1px solid #dedede;
	border-top: none;
	background: #f8f8f8;
	padding-right: 15px;
	height: 28px;
	pddding-top: 20px;
}

.u_pagination a {
	display: inline-block;
	padding: 3px;
	border: 1px #ddd solid;
	background-color: #fff;
	color: #929292 !important;
	margin: 0 2px;
}

.u_pagination a:hover {
	color: #db5319 !important;
}

.u_pagination a.ys {
	width: 20px;
	text-align: center;
}

/*--- 供求详情 ---*/
/*zx*/
.xfg_zxml {
	float: left;
	width: 758px;
}

.xfg_zxmr {
	float: right;
	width: 232px;
}

.xfg_zxmc {
	padding: 10px;
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
	overflow: hidden;
}
/*list*/
.xfg_zxlistmlt {
	height: 41px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #3375a9;
	background: url(../images/dbysteel/tabtitbg.jpg) repeat-x;
}

.xfg_zxlistmlt h2 {
	height: 41px;
	line-height: 41px;
	background: url(../images/dbysteel/dqym.png) 8px 50% no-repeat;
	text-indent: 22px;
}

.xfg_zxlistmlmc {
	width: 736px;
	margin: 0 auto;
}

.xfg_zxlistmlmc li {
	width: 736px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	border-bottom: 1px dashed #e9e8e9;
}

.xfg_zxlistmlmc li p {
	float: left;
	width: 646px;
	line-height: 35px;
	background: url(../images/dbysteel/jt.jpg) no-repeat 0 50%;
	font-size: 14px;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.xfg_zxlistmlmc li em {
	float: right;
	width: 80px;
	line-height: 35px;
	color: #999;
	font-size: 14px;
	text-align: right;
}
/*cont*/
.xfg_zxcont {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
}

.xfg_zxcont h1 {
	padding: 25px 0 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.xfg_zxcont .title {
	margin: 10px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-size: 12px;
	text-align: center;
}

.xfg_zxcont .title span {
	margin: 0 5px;
}

.xfg_zxcont .title .blue {
	color: #06c;
}

.xfg_zxcont .cont {
	line-height: 2;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
}

.xfg_zxcont .cont p {
	line-height: 2;
	font-size: 14px;
}

.xfg_zxcont .cont img {
	vertical-align: bottom;
}

.xfg_zxcontimg {
	padding-bottom: 10px;
	text-align: center;
}

.xfg_zxcont table {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.xfg_zxcont th, .xfg_zxcont td {
	line-height: 30px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	font-size: 12px;
}

.xfg_zxcont td {
	line-height: 28px;
	background: #fff;
	text-align: center;
}
/********首页**********/
.dby_content {
	
}

.dby_gg, .dby_banner, .dby_login {
	float: left;
}

.dby_gg {
	border: 1px solid #dddddd;
	width: 230px;
	height: 225px;
	border-radius: 5px;
	overflow: hidden;
}

.clear1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#myTab li {
	list-style: none;
}

.nTab {
	width: 230px;
	margin: 0 auto;
}

.nTab .TabTitle {
	height: 25px;
	line-height: 25px;
	width: 500px;
}

.nTab .TabTitle li {
	float: left;
	cursor: pointer;
	text-align: center;
	width: 115px;
	margin-right: 5px;
	height: 37px;
	background: url(../images/dbysteel/bgbgh.jpg) no-repeat;
	line-height: 37px;
	font-weight: bold;
}

.nTab .TabTitle .active {
	color: #01518e;
	font-weight: bold;
	background: url(../images/ggbg.jpg) no-repeat;
	line-height: 37px;
	font-size: 14px;
}

.nTab .TabContent {
	clear: both;
	padding: 10px;
}

.none {
	display: none;
}



/*商品样式*/
.threeTab .content {
	width:100%;
	height: 750px;
}
.threeTab .content ul {
	width:100%;
}
.threeTab .content ul li {
	margin-top:8px;
	float:left;
	width:145px;
	height:250px;
}
.threeTab .content ul li .fgitem {
	width:100%;
	height: 100%;
}
.fgitem img {
	margin-top:10px;
	margin-left:10px;
	width:100px;
	height: 100px;
	
}
.fgitem .description {
	width:100%;
	height: 80px;
	margin-top: 10px;
	padding-left:10px;
}
.fgitem .description .price {
	width:140px;
	height: 30px;
	color:red;
	font-size:16px;
}
.description .price em,i {
	font-style: normal;
}
.fgitem .description .itemName {
	width:140px;
	height: 60px;
	padding-right: 2px;
	color:#222;
}
.fgitem .description .itemPj {
	width:100%;
	height: 30px;
	line-height:30px;
	font-size:10px;
	color:#aaa;
}
.fgitem .description .itemPj i {
	color:#005aa0;
	font-weight:bold;
	font-size：12px;
	font-style: normal;
}
.fgitem .description .itemDp {
	width:95%;
	height: 30px;
	color:#222;
}
