@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;}
.m-market img{margin-bottom: 40px;margin-top: 50px;}
.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: 70px;border-bottom:1px dashed #ddd;background:url(../images/public/icon-list.png)no-repeat left;padding-left: 15px;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-market ul li span{float: right;color: #999999;}
.bg-color{background: #f5f5f5;}
.m-market ul li:nth-child(5n){border-bottom:none;}
.img-title{background:url(../images/home/titlebg.png)no-repeat center;font-size:28px;color:#fff;font-weight:bold;display:block;line-height:70px;text-align:center;margin-top:30px;margin-bottom:10px;}
.img-title:hover{color:#fff}
/*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%;}

	/* htc:20220809 */
	.g-top .u-link{display: none;}
	.g-top{height: auto;}
	.m-ban{height: 218px;background-size: 100% 100%;}
	.m-ban img,.m-ban .u-back{margin-top: 15px;}
	.m-ban .m-tpsearch{margin: 140px auto 0;}
}
/*small xs*/
@media screen and (max-width: 638px) {

}
@media screen and (max-width: 410px){
    .m-market img{width: 100%;}
}