@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/

.m-text {margin-bottom: 40px;height: 239px;color: #323232;font-size: 15px;text-align: center;border: 1px solid #ddd;overflow: hidden;}
.m-text img {margin: 25px 0 10px;}
.m-text p { padding: 0 25px;line-height: 33px;text-align: start;}
.m-text p a {color: #ff8a00;}
.m-flash {width: 50%;height: 380px;}
.m-flash img, .m-flash .owl-wrapper-outer, .m-flash .owl-wrapper, .m-flash .owl-item, .g-flash {width: 100%;height: 100%;}
.m-flash img {object-fit: cover;}
.m-flash a p { position: absolute;padding: 0 35px 0 15px;bottom: 0;left: 0;right: 0;height: 50px;line-height: 50px;color: #fff; background: rgba(0, 0, 0, .5);overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-wngh {padding-left: 20px;width: 50%;height: 380px;}
.m-stylelist .u-tit1 {background: url(../images/home/bg-titbg1.png) left center no-repeat;}
.m-stylelist .u-tit {height: 30px;}
.m-stylelist .u-tit img {padding-left: 10px;right: 0;top: 9px;background: #fff;}
.m-stylelist .u-list {line-height: 42px;overflow: hidden;}
.m-stylelist .u-list ul li>span {color: #b2b2b2;}
.m-stylelist .u-list a {padding-left: 13px;color: #3d3d3d;overflow: hidden;background: url(../images/public/icon-li2.png) left center no-repeat;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-stylelist .u-tit6 {background: url(../images/home/bg-titbg6.png) left center no-repeat;}
.m-stylelist .u-tit2 {background: url(../images/home/bg-titbg2.png) left center no-repeat;}
.m-stylelist .u-tit3 {background: url(../images/home/bg-titbg3.png) left center no-repeat;}
.m-stylelist .u-tit4 {background: url(../images/home/bg-titbg4.png) left center no-repeat;}
.m-flash .owl-pagination {position: absolute;right: 16px;bottom: 20px;}
.m-flash .owl-pagination .owl-page {float: left;margin-left: 6px;width: 10px;height: 10px;border-radius: 50%;background: #8798bc;}
.m-flash .owl-pagination .owl-page.active {background: #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-flash,.m-wngh{width: 100%;height: 100%;}
	.m-wngh {margin-top: 20px;padding-left: 0;float: none;width: 100%;height: auto;}
	.m-flash, .m-text {float: none;width: 100%;}
}
/*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){
    
}