@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.m-market .img-title{display: block;text-align: center;background: url(../images/home/icon-sjlink.png)no-repeat center;}
.m-market .img-title h4{color: #c30310;font-size: 38px;font-weight:bold;}
.m-market ul{width: 50%;}
.m-market ul:nth-child(3){padding-left: 15px;}
.m-market ul:nth-child(2){padding-right: 15px;}
.m-market ul li{line-height: 64px;background:url(../images/public/icon-list.png)no-repeat left;border-bottom: 1px dashed #e0e0e0;padding-left: 15px;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-market ul li:last-child{border-bottom: none;}
.m-market ul li span{float: right;color: #999999;}
.bg-color{background: #f5f5f5;}
/*media query*/
/*large pcScreen*/
@media (min-width:1280px) {
	

}
/*medium pcScreen lg*/
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1200px) {
}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-market ul{width: 100%;margin-bottom: 10px;}
	.m-market ul:nth-child(3){padding-left: 0;}
	.m-market ul:nth-child(2){padding-right: 0;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
	.m-ban .m-tpsearch{width: 100%;}
}
/*small xs*/
@media screen and (max-width: 638px) {

}
@media screen and (max-width: 410px){
    .m-market img{width: 100%;}
}