<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */


/*home*/
@font-face {
	font-family: 'SimSun';
	src: url('../font/simsun.subset.ttf');
}
@font-face {
	font-family: '方正小标宋_GBK';
	src: url('../font/方正小标宋_GBK.subset.ttf');
}
@font-face {
	font-family: 'Times New Roman';
	src: url('../font/Times New Roman.ttf');
}
@font-face {
	font-family: '方正仿宋_GBK';
	src: url('../font/方正仿宋_GBK.subset.ttf');
}
@font-face {
	font-family: '方正黑体_GBK';
	src: url('../font/方正黑体_GBK.subset.ttf');
}
@font-face {
	font-family: '方正楷体_GBK';
	src: url('../font/方正楷体_GBK.subset.ttf');
}


.m-title{padding: 123px 0 88px 0;}
.m-title img{display: block;clear: both;margin: auto;}

.is-main .container{background-color: #fff;padding: 20px;}

.g-special{height: 480px;position: relative;width: 100%;background-color: #d81b17;}
.g-special li{float:left;width:100% !important;height:480px;}
.g-special li img{width: 100%;height: 100%;object-fit: cover;}
.g-special li:first-child img{object-fit: contain;}
.g-special .hd a{display: inline-block;position: absolute;width: 38px;text-align: center; height: 38px; transform: translateY(-50%);z-index: 9999999;}
.g-special .hd .prev{left: 20px;top: 50%;background: url(../images/home/left.png) center no-repeat;}
.g-special .hd .next{right: 20px;top: 50%;background: url(../images/home/right.png) center no-repeat;}

.u-tit{display:block;padding:30px 0;border-bottom:4px solid #d81b17;color:#d81b17;text-align:center;letter-spacing:0;font-weight:700;font-stretch:normal;font-size:32px;font-family:'方正小标宋_GBK';line-height:44px;}
.g-newslist ul{padding-top: 10px;}
.g-newslist li{background: url(../images/home/yellow.jpg) left center no-repeat;height: 60px; line-height: 60px;position: relative;padding-left: 16px;}
.g-newslist 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;}
.g-newslist li a:hover{padding-left: 5px;color: #d81b17;}

.u-more{display:block;margin:20px auto 30px;width:135px;height:46px;border-radius:4px;background-color:#fff5f5;color:#d81b17;text-align:center;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:18px;font-family:MicrosoftYaHei;line-height:46px;}


/*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-special,.g-special li{height: 150px !important;}
    .g-special li a{display: block;width: 100%;height: 150px !important;}
    .u-tit{font-size: 24px;}
    .m-title img{width: 100%;}
	.m-title{padding: 50px 0 30px !important;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}</pre></body></html>