@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-title{padding:0 70px;margin:30px 0;height:97px;background-color:#fff;line-height:97px;box-shadow:1px 2px 7px 1px rgba(221,221,221,.3);}
.m-title a{display:block;font-family:MicrosoftYaHei-Bold;font-size:40px;font-weight:700;font-stretch:normal;letter-spacing:0;color:#de0a14;text-align:center;overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}

/* 左侧轮播 */
.m-flash{width: 685px;}
.g-flash,.g-flash .owl-item,.g-flash img{height: 430px;}
.g-flash img{display: block; width: 100%;transition: all 0.5s ease;}
.g-flash img:hover{transform: scale(1.1);}
.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 138px 0 18px; line-height: 60px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.6); font-size: 16px; color: #fff;}
.g-flash .owl-pagination{position: absolute; right: 18px; bottom: 26px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 8px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 10px; height: 10px; background: rgba(255, 255, 255,.36);border-radius: 100%; }
.g-flash .owl-pagination .active span{border-radius: 5px;background: #fff;}

/* 新闻 */
.m-news{width: 685px;}
.m-tabstyle{border-bottom: 1px solid #ddd; }
.m-tabstyle li{position: relative; float: left;}
.m-tabstyle li a{display: block;font-weight:bold;text-align: center;color: #3d3d3d;font-size: 26px;}
.m-tabstyle li.u-active a{color: #de0a14;border-bottom: 1px solid #de0a14;padding: 0 7px 10px 7px;position: relative;bottom: -1px;}
.u-more{font-family: MicrosoftYaHei;font-size: 16px;font-weight: normal;font-stretch: normal;line-height: 48px;letter-spacing: 0px;color: #999999;}

.m-liststyle{padding-top: 5px;}
.m-liststyle li{background: url(../images/public/dian.jpg) left center no-repeat;height: 48px; line-height: 48px;position: relative;padding-left: 14px;}
.m-liststyle li span{float: right; padding-left: 10px; font-size: 18px; color: #999;}
.m-liststyle li a{display: block; font-size: 18px; color: #333;overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststyle li a:hover{padding-left: 3px;color: #de0a14;}

/* 广告 */
.m-advrtsmnt{margin: 25px 0;}
.m-advrtsmnt a{display: block;width:100%;overflow: hidden;}
.m-advrtsmnt img{transition: all 0.5s ease;}
.m-advrtsmnt img:hover{transform: scale(1.1);}

/* 栏目 */
.m-column{width: 685px;}
.m-columnList{width: 410px;}
.m-columnImages{margin-top: 20px; width: 258px;height: 218px;}
.m-columnImages a p{height: 40px;line-height: 40px;text-align: center;background-color: #f5f5f5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;}
.m-columnImages a img{width: 258px;height: 178px;}

/* 外部链接 */
.m-outerChain{margin:25px 0;}
.m-outerChain li{float:left;margin-right:21px;width: 15.417%;}
.m-outerChain li:last-child{margin-right:0;}
.m-outerChain li a{display:block;height:110px;background-color:#f5f5f5;text-align:center;}
.m-outerChain li a img{margin:15px 0;}
.m-outerChain li:hover img{transform: rotateY(360deg);transition: all 0.8s;}

/* 专题专栏 */
.m-special{height: 160px;background-color: #f5f5f5;padding: 20px 0;}
.g-special{width:100%;height:120px;}
.g-special li{overflow:hidden;margin-right:20px;width:335px!important;height:120px;background-color:#f5f7fa;}
.g-special li a{display:block;width:100%;height:100%;}
.g-special li a img{height:100%;object-fit:cover;transition: all 0.5s ease;}
.g-special li a img:hover{transform: scale(1.1);}
.g-special .hd a{display:block;position: absolute;width: 24px;text-align: center; height: 40px;z-index: 99;top: 50%;transform: translateY(-50%);}
.g-special .hd .prev{left: 0;background: url(../images/home/left.png) center center no-repeat;}
.g-special .hd .next{right: 0;background: url(../images/home/right.png) center center no-repeat;}


/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    .m-title a{font-size:30px;}
	.m-liststyle li a{font-size:16px;}

}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-title a{font-size:30px;}
	.m-liststyle li a{font-size:16px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    .m-tabstyle li.u-active a{padding:5px 7px 10px 7px;}
	.m-title a{font-size:30px;}
	.m-liststyle li a{font-size:16px;}
}
/*small xs*/
@media screen and (max-width: 638px) {
    .m-title a{font-size:30px;}
	.m-liststyle li a{font-size:16px;}
}