@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-information{padding: 30px 0;background: #fff;}
/* 首页轮播 */
.m-flash{width: 620px;margin-right: 24px;}
.g-flash,.g-flash .owl-item,.g-flash img{height: 380px;}
.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 108px 0 18px; line-height: 50px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.5); font-size: 16px; color: #fff;}
.g-flash .owl-pagination{position: absolute; right: 18px; bottom: 22px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 8px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 12px; height: 12px; background: #FFF;}
.g-flash .owl-pagination .active span{background: #ff6c00;}

/* 新闻咨询 */
.m-news{height: 380px;width: 556px;}
.m-tabstyle{display: flex;align-items: center;justify-content: space-between;height: 50px;background: #f5f5f5;}
.m-tabstyle ul li a{display:block;width: 136px;text-align: center;font-weight:bold;color:#fff;background: #b80608;font-stretch:normal;font-size:22px;font-family:MicrosoftYaHei-Bold;line-height:50px;}

.m-liststyle ul{padding-top: 10px;}
.m-liststyle li{position:relative;height:38px;line-height:38px;}
.m-liststyle li a{display:block;padding-left:17px;background: url(../images/home/yuan.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststyle li a:hover{padding-left: 22px;}
.m-liststyle li span{float:right;padding-left:10px;color: #b3b3b3;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:16px;font-family:MicrosoftYaHei;} 
.m-liststyle li:nth-child(4) {margin-bottom: 10px;padding-bottom: 10px;height: 50px;border-bottom: 1px dashed #ddd;}

/* 栏目 */
.m-column>div{width: 380px;margin-right: 30px;}
.m-column>div:last-child{margin-right: 0;}
.m-tabstyle11{display: flex;align-items: center;justify-content: space-between;height: 50px;border-bottom: 1px solid #ddd;}
.m-tabstyle11 ul li a{display:block;width: 136px;text-align: center;font-weight:bold;color:#fff;background: #b80608;font-stretch:normal;font-size:22px;font-family:MicrosoftYaHei-Bold;line-height:50px;}

.m-liststyle11 ul{padding-top: 10px;}
.m-liststyle11 li{position:relative;height:38px;line-height:38px;}
.m-liststyle11 li a{display:block;padding-left:17px;background: url(../images/home/dian.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststyle11 li a:hover{padding-left: 22px;}
.m-liststyle11 li span{float:right;padding-left:10px;color: #b3b3b3;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:16px;font-family:MicrosoftYaHei;} 

.g-media{display:flex;padding:13px 0;border-bottom:1px dashed #ddd;}
.g-media a{display:block;}
.g-media a img{width:156px;height:87px;}
.g-media a:last-child{padding-left:14px;}
.g-media a:last-child p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.g-media a:last-child p:last-child{padding-top:20px;color:#b3b3b3;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:14px;font-family:MicrosoftYaHei;line-height:24px;}

/* 活动 */
.m-activity{margin-top:20px;}
.m-activity h1{position:relative;z-index:inherit;margin:0 auto -31px;width:320px;height:62px;background:url(../images/home/u_title.png) center center no-repeat;text-align:center;line-height:62px;}
.m-activity h1 a{color:#fff;letter-spacing:0;font-weight:700;font-stretch:normal;font-size:24px;font-family:MicrosoftYaHei-Bold;}
.g-activity{padding:64px 28px 0 28px;height:307px;background-color:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,.1);}
.g-humanity li{width: 270px;margin-right: 20px;float: left;}
.g-humanity li a{display: block;}
.g-humanity li img{width: 275px;height: 180px;}
.g-humanity li p{padding-top: 13px;font-family: MicrosoftYaHei;font-size: 16px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #333333;text-align: center;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.g-humanity li:last-child{margin-right: 0;}

/*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 ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}