@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-newsTit a{display: block;margin: 80px auto 50px;width: 267px;height: 42px;text-align: center;background: url(../images/home/short.png) center no-repeat;}

.m-flash{width: 730px;}
.g-flash,.g-flash .owl-item{height: 440px;}
.g-flash img{display: block; width: 100%;height: 440px;}
.g-flash .owl-item{position: relative;}
.g-flash .owl-item a{display: block;overflow: hidden;}
.g-flash .owl-item p{position: absolute; width: 100%; left: 0; bottom:0; line-height: 78px;padding: 0 220px 0 13px; 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:15px;bottom:33px;display: flex;align-items: center;}
.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-color: rgba(255,255,255,1);border-radius: 100%;}
.g-flash .owl-pagination .active span{background-color:#d10205;width:24px;border-radius: 6px;}

.m-news{width: 706px;height: 440px;overflow: hidden;}
.m-tabstyle{padding-bottom: 10px;}
.m-tabstyle ul li{float: left;width: 160px;height: 56px;line-height: 56px;text-align: center;}
.m-tabstyle ul li a{position: relative;font-family: MicrosoftYaHei;font-size: 18px;font-stretch: normal;color: #3d3d3d;}
.m-tabstyle ul li.u-active{background: url(../images/home/tab.png) center no-repeat;}
.m-tabstyle ul li.u-active a{color: #be944e;font-weight: bold;}

.m-liststyle li {height: 65px;line-height: 65px;position: relative;border-bottom: 1px dashed #ddd; padding-left: 20px;background: url(../images/public/yuan.png) left center no-repeat;}
.m-liststyle li:last-child{border-bottom: 0;}
.m-liststyle li a {display: block;color: #333333;font-size: 16px; 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 span {float: right;padding-left: 10px;font-family: MicrosoftYaHei;font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #b8b8b8;}
.m-liststyle li a:hover{padding-left: 5px;color: #c60404;}

.u-businessArea{width: 720px !important;height: 360px;padding: 40px;}
.u-businessArea>h3{margin: 30px 0 0 30px;font-family: MicrosoftYaHei-Bold;font-size: 30px;font-weight: bold;font-stretch: normal;line-height: 30px;letter-spacing: 0px;color: #ffffff;}
.u-businessArea_l{background: url(../images/home/xm.png) center no-repeat !important;}
.u-businessArea_r{background: url(../images/home/zs.png) center no-repeat !important;}
.u-businessAreaCon{margin: 40px;width: 640px !important;height: 280px !important;background: #fff;padding: 20px;}
.u-businessAreaCon h3{font-family: MicrosoftYaHei-Bold;font-size: 30px;font-weight: bold;font-stretch: normal;line-height: 30px;letter-spacing: 0px;color: #be944e;text-align: center;}
.u-businessAreaCon p{text-indent: 32px;margin: 25px 0 40px;height: 84px;font-family: MicrosoftYaHei;font-size: 14px;font-weight: normal;font-stretch: normal;line-height: 28px;letter-spacing: 0px;color: #808080;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.u-businessAreaCon a{display: block;margin: 0 auto;text-indent: 26px;width: 130px;height: 38px;line-height: 38px;border: solid 1px #be944e;background: url(../images/home/right.png) right 27px center no-repeat;font-family: MicrosoftYaHei;font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #be944e;}

.m-advert{margin: 80px 0;height: 120px;}
.m-advert .bd,.m-advert .bd ul{height: 120px !important;}
.m-advert a{display: block;}
/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
@media screen and (min-width:1200px) and (max-width: 1440px) {
	.m-flash{width: 630px;}
	.m-news{width: 646px;}
	.u-businessArea{width: 640px !important;}
	.u-businessAreaCon{width: 560px !important;}
	.m-link select {width: 306px;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-flash,.m-news{width: 100%;}
	.m-news{height: auto;margin-top: 20px;}
	.g-flash, .g-flash .owl-item,.g-flash img{height: 300px;}
	.u-businessArea{width: 100% !important;margin: 10px 0;}
	.u-businessArea>h3{display: none;}
	.u-businessArea{padding: 20px;}
	.u-businessAreaCon{position: static !important;margin: 0;width: 100% !important;height: 320px !important;}
	.m-advert,.m-advert .bd, .m-advert .bd ul{height: 30px !important;}
	.m-advert img{width: 100% !important;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}