@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-title{text-align: center;padding: 47px 0 38px 0;background: url(../images/public/title.png) bottom center no-repeat;margin-bottom: 30px;}
.m-title a{display: block;font-family: MicrosoftYaHei;font-size: 38px;font-weight: normal;font-stretch: normal;line-height: 45px;letter-spacing: 0px;color: #e6232b;}

.m-flash{position: relative;width: 700px;}
.g-flash, .g-flash .owl-item, .g-flash img {height: 466px;}
.g-flash img{display: block; width: 100%;}
.m-flash .bd li a{display: block;position: relative;}
.m-flash .bd li a p{position: absolute;width: 100%; left: 0; right: 0; bottom: 0; padding: 0 120px 0 15px; height: 45px; line-height: 45px;font-size: 18px; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.42); color: #fff;}
.m-flash .hd{position:absolute;right:15px;bottom:18px;}
.m-flash .hd li{float: left;margin: 0 3px; width: 10px; height: 10px; background: rgba(255, 255, 255,.47); -moz-border-radius: 10px; border-radius: 10px;transition:all .3s;}
.m-flash .hd li.on{border-radius: 5px;background: #fff;}

.m-news{width: 670px;}
.m-tabstyle{padding:0 0 11px 0;border-bottom:1px solid #dddddd;}
.m-tabstyle li{position:relative;float:left;margin-right:25px;}
.m-tabstyle li:last-child{margin-right:0;}
.m-tabstyle li a{color:#333;padding: 0 7px; letter-spacing:0;font-size:24px;font-family:MicrosoftYaHei;font-weight:normal;}
.m-tabstyle li.u-active a{color: #3f92e8;font-weight:bold;}
.m-tabstyle li.u-active::after{position:absolute;bottom:-13px;left:50%;display:block;width: 100%;height: 3px;content:'';background: url(../images/home/border.png) center no-repeat;background-size: 100% 100%;transform:translateX(-50%);}
.m-tabstyle a.more{float: right;margin-top: 10px;}

.m-liststyle{padding: 9px 0;}
.m-liststyle li{background: url(../images/page/dot.png) left center no-repeat;height: 45px; line-height: 45px;position: relative;padding-left: 10px;}
.m-liststyle li span{float: right; padding-left: 10px; font-size: 14px; color: #999;}
.m-liststyle li a{display: block;font-size: 18px;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;}

.m-ctadv{height: 130px;margin: 10px 0 25px 0;}
.m-ctadv img{display: block; width: 100%;height: 130px;}
.m-ctadv .hd{position: absolute; right:10px; bottom: 8px;}
.m-ctadv .hd ul li{float: left; margin: 0 1px; display: block;width: 16px; height: 16px;border-radius: 100%; font-size: 14px;text-align: center;background: #fff;line-height: 16px;}
.m-ctadv .hd ul li.on{background: #ff9536;color: #fff;}
.m-ctadv .hd ul li:hover{cursor:pointer;}

.m-work{width: 894px;}
.m-notice{width: 476px;}
.g-work{display: block;width: 326px;height: 210px;background-color: #b3b3b3;margin: 15px 20px 0 0;}
.g-work img{width: 100%;height: 100%;}
.g-work+.m-liststyle{width: 61.2%;}

.m-column{margin: 30px 0 0 0;background-color: #f9f9ff;padding: 30px 0 10px 0;}
.g-column{width: 685px;}
.m-newsTab{height: 45px;background: url(../images/home/newsTit.png) center center no-repeat;}
.m-newsTab li{float: left;}
.m-newsTab li.u-active{background: url(../images/home/color.png) center center no-repeat;}
.m-newsTab li a{text-align: center;width: 140px;display: block;font-family: MicrosoftYaHei-Bold;font-size: 24px;font-stretch: normal;line-height: 45px;letter-spacing: 0px;color: #333;}
.m-newsTab li.u-active a {
    color: #fff;
    font-weight: bold;
}
.m-newsTab a.more{float: right;margin: 12px 0 0 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 ){
	.g-column,.m-flash,.m-news,.m-work,.m-notice,.g-work,.g-work+.m-liststyle{width: 100%;}
	.g-flash, .g-flash .owl-item, .g-flash img{height: 300px;}
	.m-ctadv img{object-fit: cover;}
	.m-ctadv .bd ul,.m-ctadv .bd ul li{width: 100% !important;}
	.m-ctadv,.m-ctadv img {height: 35px !important;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}