h4{
	margin: 0;
}
#header{
    border-bottom: 1px solid rgba(132, 132, 132, .27);
}
.mTitle {
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.mTitle span {
    display: inline-block;
    width: 280px;
    height: 1px;
    background: #a4a4a4;
    position: relative;
    top: -6px;
}
.mTitle em {
    display: inline-block;
    color: #a5a5a5;
    font-size: 18px;
    font-family: "宋体";
    margin-left: 5px;
}
.mTitle i {
    display: inline-block;
    width: 138px;
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}
.mTitle .emR {
    margin-left: 0px;
    margin-right: 5px;
}
/* item1 */
.item1{
	padding: 40px 0 60px; 
}
.mTitleP{
	font-size: 14px;
    line-height: 14px;
    color: #878787;
    text-align: center;
}
.productList{
	margin-top: 50px;
}

.productList .big {
    width: 590px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
}
.productList .big:nth-child(2) {
    margin-right: 0px;
}
.productList .big:before {
    content: "热卖";
    display: block;
    position: absolute;
    width: 41px;
    height: 27px;
    line-height: 21px;
    top: 10px;
    left: -7px;
    text-align: center;
    background: url(../image/tradeMarket/hot.png) no-repeat;
    color: #ffffff;
    z-index: 10;
}
.productList .big .txt {
    position: absolute;
    width: 240px;
    overflow: hidden;
    padding: 25px 30px;
    top: 0;
    left: 0;
    background: none;
    transition: all .3s;
}
.productList .big .txt h3 {
    line-height: 68px;
    color: #3d3d3d;
    font-size: 25px;
}
.productList .big .txt p {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 26px;
}
.productList .small {
    width: 386px;
    height: 240px;
    float: left;
    margin-right: 20px;
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
    position: relative;
}
.productList .small:nth-last-child(1) {
    margin-right: 0px;
}
.productList .small a .txt {
    position: absolute;
    width: ;
    text-align: left;
    padding: 48px 30px;
    width: 85px;
    background: none;
    top: 0px;
    left: 0px;
}
.productList .small a .txt h3 {
    line-height: 30px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
}
.productList .small a .txt p {
    line-height: 20px;
    color: #b3b3b3;
    font-size: 12px;
}
/* item1 */
/* item2 */
.item2{
	/*background-color: #f5f5f5;*/
	padding:40px 0 60px; 
}
.item2 .focus-nav{
	margin-top: 40px;
}
.item2 .focus-nav li {
    float: left;
    width: 290px;
    margin-left: 13px;
}
.item2 .focus-nav li:first-child {
    margin-left: 0;
}
/* item2 */
/* item3 */
.item3{
	padding: 40px 0;
	background-color: #f5f5f5;
}
.item3 ul li{
    float: left;
    margin: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.item3 ul li p{
	position: absolute;
    top: 30px;
    left: 105px;
    font-size: 28px;
	color: #fff;
}
.item3 ul li span{
	position: absolute;
    top: 70px;
    left: 105px;
    font-size: 14px;
    line-height: 22px;
	color: #fff;
}
/* item3 */
/* item4 */
.item4{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.item4 .txt .right{
	width: 1040px;
	float: right;
}
.item4 .txt .left{
	width: 160px;
	float: left;
	margin-top: 200px;
}
.item4 .menuList{
    height: 560px;
    background: url(../image/tradeMarket/menulist.png) no-repeat;
    position: relative;
}
.item4 .navlist_title,.navlist_img {
    font-size: 16px;
    color: #878787;
    margin-left: 40px;
    cursor: pointer;
    position: absolute;
}
.item4 .menuList .check .navlist_title{
	z-index: 999;
	color: #fff
}
.item4 .navlist_img {
	margin-left: 30px;
	display: none;
}
.item4 .menuList .check .navlist_img{
	display: block;
}
.item4 .menuList div:nth-child(1) .navlist_title{
	top: 28px;
}
.item4 .menuList div:nth-child(2) .navlist_title{
	top: 88px;
}
.item4 .menuList div:nth-child(3) .navlist_title{
	top: 149px;
}
.item4 .menuList div:nth-child(4) .navlist_title{
	top: 209px;
}
.item4 .menuList div:nth-child(5) .navlist_title{
	top: 269px;
}
.item4 .menuList div:nth-child(6) .navlist_title{
	top: 329px;
}
.item4 .menuList div:nth-child(1) .navlist_img{
	top: 26px;
}
.item4 .menuList div:nth-child(2) .navlist_img{
	top: 86px;
}
.item4 .menuList div:nth-child(3) .navlist_img{
	top: 147px;
}
.item4 .menuList div:nth-child(4) .navlist_img{
	top: 208px;
}
.item4 .menuList div:nth-child(5) .navlist_img{
	top: 268px;
}
.item4 .menuList div:nth-child(6) .navlist_img{
	top: 328px;
}
.mTitle .emR {
    margin-left: 0px;
    margin-right: 5px;
    font-style: normal;
    font-weight: normal;
}
.item4 .right .right-con{
	display: none;
}
.item4 .right .check{
	display: block;
}
/* www */
.list{
	margin-top: 40px;
}
.list-item2{
	margin-top: 30px; 
}
.www .list .www-left{
	float:left;
	width:472px;
	height:380px;
	background:#156cb7;
	color:#ffffff;
	font-size:12px;
}
.www .list .www-left ul{
	overflow:hidden;
	padding:0px 16px;
}
.www .list .www-left ul li{
	overflow:hidden;
	border-bottom:1px #ffffff dotted;
}
.www .list .www-left ul li:last-child{
	border:none;
}
.www .list .www-left ul li p{
	float:left;
	line-height:74px;
	width:362px;
	font-size:16px;
}
.www .list .www-left ul li .short{
	margin-top:23px;
	line-height:17px;
	margin-bottom:10px;
}
.www .list .www-left ul li img{
	float:right;
	margin-right:40px;
	margin-top:25px;
}
.www .list .www-left ul li:nth-child(1) img{
	margin-top: 25px;
}
.www .list .www-left ul li:nth-child(4) img{
	margin-top: 30px;
}
.www .list .www-left ul li:nth-child(5) img{
	margin-top: 25px;
}
.www .list-item2 ul{
    height: 255px;
    background: url(../image/tradeMarket/list1-produce1.png) right top no-repeat;
    margin-top: 40px;
    background-position: 150px 0px;
}
.www .list-item2 ul li {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}
.www .list-item2 ul li:nth-child(2) {
    left: 186px;
    top: 4px;
}
.www .list-item2 ul li:nth-child(3) {
    left: 340px;
    top: 4px;
}
.www .list-item2 ul li:nth-child(4) {
	top: 153px;
    left: 145px;
}
.www .list-item2 ul li:nth-child(5) {
	top: 153px;
    left: -438px;
}
.www .list-item2 ul li:nth-child(6) {
    top: 102px;
    left: 0px;
}
.www .list-item2 ul li h5 {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.www .list-item2 ul li p {
    font-size: 12px;
    color: #9d9d9d;
    line-height: 24px;
}
/* icp */
.icp .list .table{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.icp .list .table ul li{
	border-radius: 6px;
	width: 21.3%;
	border:1px #d4d4d4 solid;
	font-size: 16px;
	color: #525252;
	text-align: center;
	overflow: hidden;
	float: left;
	display: table;
	height: 
}
.icp .list .table ul li span{
	background: #f5f5f5;
	line-height: 60px;
	display: inline-block;
	width: 100%;
}
.icp .list .table ul li p{
	overflow: hidden;
	height: 110px;
	background-color: #fff;
}
.icp .list .table ul li p img{
	margin-top: 15px;
	margin-bottom: 5px;
	height: 36px;
	max-width:100%;
}
.icp .list .table ul li p i{
	font-style: normal;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
.icp .list .table ul li.title{
	width: 14%;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.icp .list .table ul li.title h3{
	background: #ff9c3a;
    line-height: 60px;
	font-size: 18px;
}
.icp .list .table ul li.title h4{
	background: #fb8612;
	line-height: 110px;
    margin: 0;
}
.icp .list .tableTwo ul li.title h3{
	background: #3a97ff;
}
.icp .list .tableTwo ul li.title h4{
	background: #2982e5;
}
.icp .list-item2 ul li{
	float: left;
    margin-right: 55px;
    width: 305px;
    height: 300px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #aaaaaa;
}
.icp .list-item2 ul li:last-child{
	margin-right: 0;
}
.icp .list-item2 ul li img {
    max-width: 100%;
    height: 70px;
    margin-top: 38px;
    margin-bottom: 20px;
}
.icp .list-item2 ul li h5 {
    line-height: 50px;
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: normal;
}
.icp .list-item2 ul li p {
    line-height: 22px;
    font-size: 12px;
    color: #7c7c7c;
    min-height: 104px;
}
.yxzz .list-item1 p{
	font-size: 12px;
	line-height: 26px;
	width: 90%
}
.mTitle5 {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: #030303;
    line-height: 40px;
    border-bottom: 1px #dedede solid;
    position: relative;
    margin-bottom: 10px;
    font-weight: normal;
    width: 90%
}
.mTitle5:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1.5px;
    width: 38px;
    height: 3px;
    background: #156cb7;
    left: 50%;
    margin-left: -19px;
}
/* box */
.smallBox {
    float: left;
    width: 280px;
    height: 324px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background: #5a5a5a;
}
.smallBox h4 {
    line-height: 70px;
    color: #ffffff;
    font-size: 24px;
}
.smallBox .txt {
    background: #ffffff;
    overflow: hidden;
    width: 260px;
    margin-left: 10px;
}
.smallBox .txt p {
    line-height: 79px;
    border-bottom: 1px #adadad dotted;
}
.bigBox {
    float: left;
    width: 440px;
    height: 324px;
    background: #156cb7;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.bigBox>img {
    width: 86px;
    height: 80px;
    position: absolute;
    top: 147px;
    left: -56px;
    z-index: 2;
}
.bigBox h4 {
    line-height: 70px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.bigBox .txt {
    background: #ffffff;
    overflow: hidden;
    width: 400px;
    margin-left: 20px;
}
.bigBox p {
    line-height: 79px;
    border-bottom: 1px #adadad dotted;
}
.bigBox p em {
    width: 16%;
    text-align: center;
    color: #156cb7;
    display: inline-block;
    border-right: 1px #adadad dotted;
}
.bigBox p span {
    display: inline-block;
    padding-left: 5%;
}
.bigBox .imgR {
    left: 407px;
}
/* gscs */
.gscs .list-item1 ul li{
	width: 230px;
	height: 130px;
	background-color: #fff;
	float: left;
	margin-right: 35px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 130px;
}
.gscs .list-item1 ul li:nth-child(4n){
	margin-right: 0;
}
/* zfbz */
.zfbz .list-item1 ul li{
	width: 230px;
	height: 130px;
	background-color: #fff;
	float: left;
	margin-right: 35px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 130px;
}
.zfbz .list-item1 ul li:nth-child(4n){
	margin-right: 0;
}
/* zscq */
.zscq .list-item1 ul li{
	width: 195px;
	height: 90px;
	background-color: #fff;
	float: left;
	margin-right: 15px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 90px;
}
.zscq .list-item1 ul li:nth-child(5n){
	margin-right: 0;
}
/* item4 */
/* choose */
.choose img{
	min-width: 1200px;
}
.choose .left{
	width: 60%;
	background-color: #f5f5f5;
	height: 100%;
	float: left;
}
.choose .right{
	width: 40%;
	background-color: #156cb7;
	height: 100%;
	float: left;
}