@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*主体*/
.is-main{background-color: #f0f0f0;background-image: url(../images/home/bg-big.png);background-repeat: no-repeat;background-position: bottom center;}
.img-new{height: 460px;background: #fff;padding: 20px;}
.is-main .img-new .left{width: 53%;}
.is-main .img-new .left img{width: 100%;height: 420px;}
.is-main .img-new .left p{position: absolute;text-align: left;width: 100%;height: 50px;line-height: 50px;color: #ffffff;font-size: 18px;font-weight: bold;padding: 0 16px;margin: 0;background: rgba(0,0,0,0.4);bottom: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.is-main .img-new .left .swiper-pagination-bullets{bottom: 12px!important;width: auto!important;right: 20px;left: auto!important;}
.is-main .img-new .left .swiper-pagination-bullet {background: #fff;opacity: 1;width: 8px;height: 8px;}
.is-main .img-new .left .swiper-pagination-bullet-active {background: #d20c0c!important;}

.is-main .img-new .right{width: 47%;padding-left: 15px;}
.is-main .img-new .right .m-liststyle ul li{height: 42px;line-height: 42px;padding-left: 15px;background: url(../images/home/dian.png) no-repeat left;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.is-main .img-new .right .m-liststyle ul li span{float: right;font-size: 15px;color: #999999;}
.is-main .img-new .right .m-liststyle ul li:hover a{color: #d20c0c;}
.is-main .img-new .hot-djgz{border-bottom: 1px dashed #cccccc;padding-bottom: 15px;}
.is-main .img-new .hot-djgz h4,.m-jtdt h4,.under h4{line-height: 58px;font-size: 26px;padding-left: 16px;font-weight: bold;background: url(../images/home/34858346546.png)no-repeat left center;}
.is-main .img-new .hot-djgz h4 span,.m-jtdt h4 span,.under h4 span{color: #d20c0c;}
.is-main .img-new .hot-djgz h6{overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.is-main .img-new .hot-djgz h6 a{font-size:16px;font-weight: bold;line-height: 38px;}
.is-main .img-new .hot-djgz p{font-size:14px;color: #666666;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.m-jtdt{height:332px;background: #fff;padding: 20px;}
.m-jtdt .left{width: 50%;padding: 0 15px;}
.m-jtdt .left ul li{background: url(../images/home/dian.png)no-repeat left;padding-left:15px;line-height: 40px;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-jtdt .left ul li span{float: right;color: #999999;}

.under{height:310px;background: #fff;padding: 20px;overflow: hidden;}
.under ul li{float: left;width: 19%;margin-right: 10px;}
.under ul li img{width: 100%;transition: all .25s ease-in;}
.under ul li img:hover{transform: translateY(-8px);box-shadow: 7px 7px 25px 0px rgb(220 220 220 / 80%);}
.under ul li p{line-height: 36px;text-align: center;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}


/*主体结束*/

/*media query*/
/*large pcScreen*/
@media screen and (min-width:1280px) {
	
}

@media screen and (max-width:1280px) {
	
}

/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	
	
}
/*pad md*/
@media screen and (max-width: 991px ){
	.img-new,.m-jtdt,.is-main .img-new .left img,.under{height: auto;}
	.is-main .img-new .left,.is-main .img-new .right,.m-jtdt .left{width: 100%;}
	.is-main .img-new .right{padding-left: 0;margin-top: 15px;}
	.m-jtdt .left{padding: 0;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 490px){
	.banner .group{width: auto;}
}
