@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.is-main{background: #fff;}
.g-flash,.g-flash img{height: 367px;}
.g-flash img{display: block; width: 100%;}
.g-flash .owl-item{position: relative;}
.g-flash .owl-item p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 70px 0 10px; height: 40px; line-height: 40px; 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: 11px; bottom: 16px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 8px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 8px; height: 8px; background: #5d5351; -moz-border-radius: 8px; border-radius: 8px;}
.g-flash .owl-pagination .active span{background: #fff;}

.m-hmnews{height: 367px;}

.m-hmlists{height: 267px;}

.g-hmthumb{height: 168px;}
.g-hmthumb li{float: left; width: 227px; text-align: center; margin-right: 16px;}
.g-hmthumb li img{display: block; width: 227px; height: 136px;}
.g-hmthumb li p{padding: 8px 5px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
	.m-flash{width: 635px;}

	.m-hmnews{width: 585px;}

	.m-notice,.m-hmdesc2{width: 320px;}

}
/*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,.m-video{height: 340px;}
	.g-flash .owl-item p{padding-left: 10px; height: 40px; line-height: 40px; font-size: 14px;}
	.g-flash .owl-pagination{bottom: 15px;}

	
}
/*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;}

}