<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body,html{
	height: 100%;   
}
body{
	/* overflow-x: hidden; */
}
ul,ol,li{list-style: none;padding: 0;margin: 0;}
.img{
	width: 100%;
}
.newsImg{
	max-width: 80%;
	display: block;
	margin: 10px auto;
}
.showContent{
	opacity: 0;
	transition: opacity .3s;
}
.load{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eee;
}
.main{
	background: #F5F5F5;
}
.mainWidth{
	width: 1200px;
	margin: 0 auto;
}
.content{
	background: white;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.bannerTxt{
	width: 100%;
	font-size: 56px;
	color: white;
	font-weight: bold;
}

/*按钮*/
.btn-outline-white{
    background: none !important;
    color: white!important;
    border: solid 1px white;
}
.btn-outline-black{
    background: none !important;
    color: black!important;
    border: solid 1px black;
}
.btn-outline-white:hover,.btn-outline-black:hover{
	border-color:#e60012 ;
	color: #e60012!important;
}
.btn-padding{
	padding: 8px 24px;
}
.height{
	height: 100%;
}
.width{
	width: 100%;
}
/*文字颜色*/
.text-red{
	color: #e60012 !important;
}
.text-white{
	color: white !important;
}
.text-left{
	text-align: left !important;
}
.text-sgray{
	color: #666666;
}
.text-gray9{
	color: #999999;
}
.text-gray{
	color: #a3a4a5;
}
.text-black3{
	color: #333333;
}
.bold{
	font-weight: bold;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
/*缩进*/
.indent2{
	text-indent: 2em;
}
/*鼠标小手*/
.cursor{
	cursor: pointer;
}
/*居中*/
.center{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
}

/*margin padding 距离*/

.margin0{
	margin: 0;
}
.marginT30{
	margin-top: 30px!important;
}
.marginT10{
	margin-top: 10px!important;
}
.marginT15{
	margin-top: 15px!important;
}
.marginL5{
	margin-left:5px;
}
.marginL10{
	margin-left:10px;
}
.marginL15{
	margin-left:15px;
}
.marginL20{
	margin-left:20px;
}
.marginB5{
	margin-bottom:5px;
}
.marginB10{
	margin-bottom:10px;
}
.marginB15{
	margin-bottom:15px;
}
.marginB20{
	margin-bottom:20px;
}
.marginB25{
	margin-bottom:25px;
}
.marginB30{
	margin-bottom:30px;
}
.marginB40{
	margin-bottom:40px;
}
.padd0{
	padding: 0;
}

/*position  位置*/
.pull-relative{
    position: relative;
}
.pull-absolute{
    position: absolute;
}
.inline-block{
	display: inline-block;
}
.table-cell{
	display: table-cell;
}

/*溢出*/
.boot-overflow{
    overflow: hidden;
}

/*头部*/
.header2{
	width: 100%;
	text-align: center;
}

.header2 .header-menu&gt;li{
	display: inline-block;
	
	margin: 0 2%;
}
.header2 .header-menu&gt;li&gt;a{
	color: #999999;
	font-size: 16px;
	text-align: center;
	padding: 20px 10px 10px;
	display: inline-block;
}
.header2 .header-menu&gt;li&gt;a&gt;span{
	font-size:12px
}
.header2 .header-menu .active{
	border-top: solid 3px #E60012;
}
.header2 .header-menu .active a{
	color: #E60012;
	font-weight: bold;
}
.header2 .headBox{
	padding-top: 20px;
}
.telBox{
	text-align: right !important;
	padding-right: 20px;
}
.tel-num{ 
	font-size: 20px;
	position: relative;
	top: 4px;
}


/*底部*/
.footerBg{
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 260px;
}
.fBg{
	background: #000000;
	padding: 10px 0px;
	text-align: center;
}
.lineMargin{
	margin: 0 30px;
}
.footerMap{
	display: inline-block;
	width: 500px;
	height: 144px;
	background: url(../images/map.png) no-repeat;
	background-size: 100% 100%;
}
.aList{
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.pop .center{
	transform: none !important;
}
.BMapLabel{
	max-width:none;
}

@media only screen and (max-width: 1200px){
	.header2,.footer,.main,.content,.ban{
		width: 1200px!important;
	}
	.mainWidth{
		width: 100%;
	}
}

#wxCodeBox{
    display: none;
}</pre></body></html>