@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*about*/
.m-topadv img{display: block; width: 100%;}

.g-flash,.g-flash img{height: 300px;}
.g-flash img{display: block; width: 100%;}
.g-flash .owl-item,.g-flash .owl-item a{position: relative;}
.g-flash .owl-item a{display: block;}
.g-flash .owl-item p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 124px 0 10px; line-height: 50px; font-size: 18px; font-weight: bold; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.5); color: #fff;}
.g-flash .owl-pagination{position: absolute; right: 16px; bottom: 19px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 10px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 12px; height: 12px; background: #fff; border-radius: 50%; background: rgba(255, 255, 255, .6);}
.g-flash .owl-pagination .active span{background: #fff;}

.g-homelist{height: 300px; background: #fff; border: 1px solid #ddd;}
.g-homelist .m-liststyle1{padding: 9px 10px;}
.g-homelistbox{padding: 15px 10px 9px;}
.g-homelistbox .m-liststyle1{padding: 16px 0 9px;}

.m-tszsbox{padding: 17px 17px 14px 88px; background: #fff; border: 1px solid #ddd;}
.m-tszsbox .u-tit{left: 19px; top: 16px;}
.g-tszsbox{height: 210px;}
.g-tszsbox li{float: left; margin-right: 20px; width: 248px; height: 210px; text-align: center;}
.g-tszsbox li img{display: block; width: 248px; height: 176px;}
.g-tszsbox li p{padding-top: 10px; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.g-flash,.g-flash .owl-item,.g-flash img{height: 340px;}
    .g-flash .owl-item p{padding-left: 10px; height: 40px; line-height: 40px; font-size: 14px;}
    .g-flash .owl-pagination{bottom: 16px; right: 10px;}
    .g-flash .owl-pagination .owl-page{margin-left: 4px;}
    .g-flash .owl-pagination .owl-page span{width: 6px; height: 6px;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    .g-flash,.g-flash .owl-item,.g-flash img{height: 220px;}
    .g-flash .owl-controls .owl-buttons div{display: none;}

}