<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 头部  */
.header{
	height: 136px;
	position: relative;
}
.logo{
	position: absolute;
	top: 36px;
}
.nav{
	position: absolute;
	top: 77px;
	right: 118px;
	z-index: 2;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	padding: 0px 28px;
	font-size: 16px;
	color: #00000f;
	height: 60px;
}
.nav ul li a:hover{
	color: #eb0504;
	background: url(../img/li-a.png) no-repeat bottom;
}
.nav ul li.current a{
	color: #eb0504;
	background: url(../img/li-a.png) no-repeat bottom;
}
.search-box{
	float: right;
	height: 45px;
	line-height: 45px;
	margin-top: 66px;
	margin-right: 47px;
	position: relative;
}
.search_btn2{
	width: 37px;
	height: 38px;
	background: url(../img/search_btn2.png) no-repeat;
}
.search_btn{
	display:block;
	float: left;
	width: 45px;
	height: 38px;
	background: url(../img/search_btn.png) center no-repeat;
	cursor: pointer;
	border: none;
}
.search-ico span,.search-ico i{
	display:block;
	float: left;
	font-style: normal;
	cursor: pointer;
}
.search-form{
	width:0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border:#E6E6E6 1px solid;
	border-radius: 5px;
	z-index: 9;
	opacity: 0;
	moz-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.search-form input[type="text"]{
	float: left;
	width: 228px;
	height: 38px;
	padding: 0 10px;
	border: none;
}
.search-close{
	display: block;
	width: 43px;
	height: 38px;
	background: url(../img/search_close.png) center no-repeat;
	float: right;
}
.language{
	position: absolute;
	right: 0;
	top: 66px;
	background: url(../img/language.png) no-repeat;
	width: 37px;
	height: 68px;
	padding-top: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	line-height: 20px;
}
.language a:hover{
	color: #eb0504;
}
.cn_a{
	display: none;
}
.nav ul .nLi{
	position:relative;
}
.sub{
	position:absolute;
	left:15px;
	top:59px;
	width:266px;
	height:240px;
	background:#ffffff;
	padding-top:16px;
	z-index:1;
	display:none;
}
.sub dl{
	width:92px;
	background:url(../img/sou-dl.png) no-repeat right;
	float:left;
}
.sub dl a{
	font-size:13px !important;
	line-height:26px !important;
	height:26px !important;
	text-align:center;
	color:#000000 !important;
	padding:0px !important;
	background:none !important;
	overflow: hidden;
}
.sub dl a:hover{
	background:none !important;
	color:#da261d !important;
}
.sub .dl_img{
	display:block;
	margin:10px auto 0px;
}
/* end 头部 */

/* ===== banner ====== */
#banner{
	height:500px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#banner .bd_banner{
	width:1920px;
	position:absolute; 
	height:500px; 
	left:50%; 
	margin-left:-960px;
}
#banner .bd_banner img{
	width:1920px;
	height:500px; 
	display:block;
}
/* ====== end banner ====== */

/* 关于我们 */
#about_wrap{
	height: 640px;
	width: 100%;
	background: url(../img/about_wrap.jpg) no-repeat left bottom;
}
@font-face {
	font-family:BritannicBold;
	src: url(../font/BRITANIC.TTF);
}
.about_title{
	padding-top: 71px;
	text-align: center;
}
.about_title h3{
	font-size: 54px;
	line-height: 54px;
	color: #0c1019;
	font-family:BritannicBold;
	margin-bottom: 4px;
}
.about_title p{
	width: 140px;
	text-align: left;
	margin: 0 auto;
	font-size: 24px;
	line-height: 34px;
	color: #00458e;
	background: url(../img/about-p.png) no-repeat right;
	margin-bottom: 12px;
}
.about_text{
	padding: 0px 70px 0px 73px;
	line-height: 30px;
	color: #5e5e5e;
	text-align: center;
	height: 120px;
	overflow: hidden;
}
.about_link{
	display: block;
	width: 135px;
	height: 52px;
	line-height: 52px;
	background: url(../img/about_link.png) no-repeat center;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin: 70px auto 23px;
}
.ul_lsit ul{
	display: table;
	margin: 0 auto;
}
.ul_lsit ul li{
	float: left;
	width: 133px;
	text-align: center;
	margin: 0 70px;
}
.ul_lsit ul li a{
	display: block;
}
.ul_lsit ul li a img{
	display: block;
	margin-bottom: 24px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-mz-transition: all 1s;
	-o-transition: all 1s;
}
.ul_lsit ul li a p{
	color: #1f1f1f;
	font-size: 16px;
}
.ul_lsit ul li:hover a img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-mz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.ul_lsit ul li:hover a p{
	font-weight: bold;
}
/* end 关于我们 */

/* 产品展示 */
#products_wrap{
	background: #d9d9d9;
	width: 100%;
	height: 1053px;
}
.products{
	height: 1053px;
}
.products_title{
	height: 119px;
	padding-left: 66px;
	padding-top: 56px;
}
.products_title h3{
	font-family: BritannicBold;
	font-size: 36px;
	line-height: 36px;
	color: #0c1019;
}
.products_title p{
	font-size: 24px;
	color: #00458e;
	width: 140px;
	background: url(../img/about-p.png) no-repeat right; 
}
.pro_show .bd .ulWrap ul{
	width: 346px;
	float: left;
	margin-right: 16px;
	position: relative;
}
.pro_show .bd ul li img{
	display: block;
}
.pro_show{
	position: relative;
	margin-left: 65px;
}
.pro_show ul li{
	float: left;
	width: 346px;
	height: 245px;
	margin-bottom: 40px;
}
.pro_show ul li a{
	display: block;
}
.pro_show ul li a img{
	display: block;
}
.products .prev,.products .next{
	position: absolute;
	background: url(../img/prev1.png) no-repeat;
	width: 39px;
	height: 40px;
	left: -65px;
	top: 386px;
}
.products .next{
	background: url(../img/next3.png) no-repeat;
	position: absolute;
	left: inherit;
	right: 0px;
}
.products .prev:hover{
	background: url(../img/prev2.png) no-repeat;
}
.products .next:hover{
	background: url(../img/next4.png) no-repeat;
}
.pro_show ul li:hover{
	box-shadow: 7px 4px 10px 3px #a8a8a8;
}
/* end 产品展示 */

/* 新闻中心 */
.index_news{
	margin-bottom: 70px;
}
.news_heading{
	height: 93px;
	background: url(../img/news_heading.png) no-repeat bottom;
	text-align: center;
	padding-top: 34px;
}
.news_heading h3{
	font-family: BritannicBold;
	font-size: 36px;
	line-height: 36px;
	color: #0c1019;
	margin-bottom: 15px;
}
.news_heading p{
	font-size: 24px;
	color: #00458e;
	margin-left: 20px;
}
.news_content{
	margin-top: 38px;
}
.news_content ul li{
	height: 144px;
	border-bottom: 1px solid #e4e3e3;
}
.news_content ul li a{
	display: block;
}
.news_content ul li a .date{
	width: 129px;
	height: 106px;
	float: left;
	padding: 38px 0px 0px 54px;
}
.news_content ul li a .date h3{
	font-size: 30px;
	line-height: 30px;
	color: #b7b7b7;
	font-weight: normal;
	margin-bottom: 18px;
}
.news_content ul li a .date h4{
	font-size: 18px;
	font-weight: normal;
	padding-left: 38px;
	color: #000000;
}
.news_right{
	width: 997px;
	height: 144px;
	float: left;
	position: relative;
	padding-left: 20px;
}
.news_right h5{
	font-weight: normal;
	font-size: 16px;
	color: #001522;
	margin-top: 32px;
	margin-bottom: 6px;
}
.news_right .news_ms{
	font-size: 12px;
	line-height: 28px;
	color: #000000;
	height: 56px;
	overflow: hidden;
}
.news_right span{
	position: absolute;
	right: 0px;
	bottom: 9px;
	display: block;
	font-size: 12px;
	color: #000000;
}
.news_content ul li:hover a .date{
	background: #2254a5;
}
.news_content ul li:hover a .date h3,.news_content ul li:hover a .date h4{
	color: #FFFFFF;
}
.news_content ul li:hover a .news_right{
	background: #fbfafa;
}
.news_link{
	display: block;
	width: 135px;
	height: 52px;
	line-height: 52px;
	background: url(../img/about_link.png) no-repeat center;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin: 39px auto 0px;
}
/* end 新闻中心 */

/* 底部版权 */
#footer{
	height: 402px;
	width: 100%;
	background: #1f2022;
}
.footer{
	height: 402px;
}
.footer_top{
	height: 150px;
	background: url(../img/footer-top.png) no-repeat bottom;
	padding: 20px 38px 0px 48px;
}
.footer_top ul li{
	float: left;
	width: 219px;
	height: 90px;
	margin-right: 88px;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 88px;
	padding-top: 20px;
	border: 1px solid #474747;
	position: relative;
}
.footer_top ul li:last-child{
	margin-right: 0px;
}
.footer_top ul li .list1,.footer_top ul li .list2,.footer_top ul li .list3{
	display: block;
	width: 51px;
	height: 50px;
	position: absolute;
	left: 20px;
	bottom: -9px;
	background: url(../img/footer-li-1.png) no-repeat;
}
.footer_top ul li .list2{
	background: url(../img/footer-li-2.png) no-repeat;
}
.footer_top ul li .list3{
	background: url(../img/footer-li-3.png) no-repeat;
}
.footer_bottom{
	padding: 22px 38px 0px 48px;
}
.footer_bottom dl{
	float: left;
	margin-right: 109px;
}
.footer_bottom .dt_list5{
	margin-right: 0;
}
.footer_bottom dl dt{
	margin-bottom: 8px;
}
.footer_bottom dl dd a{
	font-size: 12px;
	display: block;
	line-height: 20px;
	color: #FFFFFF;
}
.footer_bottom dl dd a:hover{
	color: #eb0504;
}
.footer_bottom .dt_list{
	margin-right: 57px;
}
.footer_bottom .dt_list dt{
	margin-bottom: 44px;
}
.footer_bottom dl dt,.footer_bottom dl dt a{
	font-size: 16px;
	color: #FFFFFF;
}
.footer_ewm{
	float: right;
	width: 252px;
	text-align: center;
	color: #bbbbbb;
}
.footer_ewm .ewm1{
	float: left;
	margin-right: 35px;
}
#copyright{
	height: 50px;
	line-height: 48px;
	background: #121212;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.copyright{
	display: flex;
	justify-content: end;
}
/* end 底部版权 */

/*==== 产品展示 ====*/
.inside_banner {
    height: 498px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inside_banner&gt;img {
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}
/*=== 左侧 =====*/
.nyproducts{
	margin-top: 53px;
}
.left{
	width: 253px;
	float: left;
	margin-bottom: 25px;
}
.left_title{
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #3d7be3;
	position: relative;
	overflow: hidden;
}
@font-face {
	font-family:Bauhaus93;
	src: url(../font/Bauhaus93.ttf);
}
.left_title&gt;p{
	font-family: Bauhaus93;
	font-size:58px;
	color: #5187e6;
}
.left_title&gt;span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	position:absolute;
	top: 0;
	left: 70px;
}
.left ul li{
	background-color:#f2f2f2;  
	border-bottom:1px solid #dadada;
}
.left ul li:hover{
	background: #ea0607;
}
.left ul li:hover a.inactive{
	color: #FFFFFF !important;
}
.left ul .active{
	background: #ea0607;;
}
.left ul li.active a.inactive{
	color: #FFFFFF;
}
.left ul li a{
	text-align: center;
	color: #4b4b4b; 
	font-size: 16px; 
	display: block; 
	height:40px;
	line-height: 40px;
	position: relative;
}
.left ul li .inactive{ 
	background: url(../img/off.png) no-repeat 68px;
}
.left ul li .inactives{
	background: url(../img/onn.png) no-repeat 68px; 
} 
.left ul li ul{
	display: none;
}
.left ul li ul li{ 
	border-left:0; 
	border-right:0; 
	border-color:#ffffff;
}
.left ul li ul li a{
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
.left ul li ul li a:hover{
	color: #ea0607 !important;
}
.left_contact{
	background: #f2f2f2;
	color: #000000;
	overflow: hidden;
}
.contact_xq{
	padding: 0px 13px 25px 17px;
}
.contact_xq span{
	display: block;
	padding-left: 40px;
}
/*==== end 左侧 ====*/

/* 右侧 */
.right_box{
	width: 920px;
	float: right;
}
.nynav{
	background: url(../img/nynav.png) no-repeat left;
	padding-left: 25px;
	border-bottom: 1px solid #c3c3c3;
	height: 25px;
	line-height: 25px;
	margin-bottom: 45px;
}
.nynav&gt;a{
	color: #333333;
	display: inline-block;
	padding: 0px 5px;
	font-size: 12px;
	font-family: 宋体;
}
.right_box ul{
	overflow: hidden;
}
.right_box ul li{
	float: left;
	width: 294px;
	margin-right: 18px;
	margin-bottom: 40px;
}
.right_box ul li:nth-child(3n+3){
	margin-right: 0;
}
.right_box ul li a{
	display: block;
}
.right_box ul li a img{
	display: block;
	width: 294px;
	height: 208px;
	border: 1px solid #000000;
}
.right_box ul li a .pro_ms{
	
	overflow: hidden;
	color: #000000;
	padding-top: 20px;
}
.right_box ul li a .pro_ms p{
	font-weight: bold;
}
.right_box ul li a .pro_ms span{
	display: block;
	background: url(../img/pro_ms-span.png) no-repeat left;
	padding-left: 15px;
}


.right_box ul li:hover a img{
	box-shadow: 0px 1px 1px 2px #c9c9c9;
}
/* end 右侧 */
/* end 产品展示 */

/* 新闻中心 */
.news_nav{
	margin-bottom: 0px;
}
.nynews{
	margin-top: 53px;
}
.nynews_box{
	width: 920px;
	float: right;
}
.nynews_box ul li{
	height: 87px;
	padding-top: 23px;
	border-bottom: 1px dashed #9f9595;
}
.nynews_box ul li a{
	display: block;
}
.nynews_box ul li a .nydate{
	width: 74px;
	height: 70px;
	background: url(../img/nydate.png) no-repeat;
	font-family: arial;
	float: left;
	text-align: center;
	color: #525252;
}
.nynews_box ul li a .nydate h3{
	font-weight: normal;
	font-size: 24px;
	margin-top: 15px;
}
.nynews_box ul li a .nydate h4{
	font-weight: normal;
	font-size: 16px;
}
.nynews_right{
	width: 810px;
	height: 88px;
	float: right;
	position: relative;
}
.nynews_right h5{
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #323232;
}
.nynews_right .nynews_text{
	font-family: 宋体;
	color: #645b5b;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.nynews_right span{
	display: block;
	font-family: 宋体;
	color: #645b5b;
	text-decoration: underline;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.nynews_box ul li:hover a .nydate{
	background: #0f6dc4;
	border-radius: 8px;
}
.nynews_box ul li:hover a .nydate h3,.nynews_box ul li:hover a .nydate h4{
	color: #FFFFFF;
}
/* end 新闻中心 */

/* 关于我们 */
.nyabout{
	margin-top: 53px;
}
.nyabout_box{
	width: 920px;
	float: right;
}
.nyabout_text{
	margin-bottom: 34px;
	font-family: 宋体;
	line-height: 30px;
	color: #525252;
}
.nyabout_text span{
	background: url(../img/about-span.png) no-repeat left;
	display: block;
	padding-left: 15px;
}
.nyabout .left ul li .inactive,.nynews .left ul li .inactive{
	background: none;
}
/* end 关于我们 */


/***********************/

.message{
	margin-top:35px;
	margin-bottom:95px;
}
.message_title{
	position:relative;
	margin-bottom:30px;
}
.message_title&gt;h3{
	font-size:36px;
	line-height:36px;
	color:#000000;
	position:relative;
	z-index:1;
	font-weight:normal;
}
.message_title&gt;span{
	font-size:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	display:block;
	position:absolute;
	top:-15px;
	left:78px;
}
.feed-form{
	overflow:hidden;
	width:100%;
}
.form-feed{
	width: 100%;
}
.form-feed&gt;input[type=text]{
	border:1px solid #cecece;
	width:363px;
	height:14px;
	padding:16px 0px 14px 14px;
	margin-right:27px;
	margin-bottom:32px;

}
.form-feed&gt;textarea{
	border:1px solid #cecece;
	width:83%;
	height:109px;
	padding:10px 0px 0px 14px;
}
.form-feed&gt;input[type=submit]{
	display:block;
	width:280px;
	height:45px;
	background:#e71f19;
	color:#ffffff;
	border:none;
	margin:24px auto 0px;
	cursor:pointer;
}

/*2018-05-15 新增CSS*/
.list_title{
	text-align: center;
	line-height: 45px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #000000;
}
.list_title em{
	color: #ec0000;
	font-style: normal;
}
.swt{
	margin-right: 98px;
}
.swt_title{
	width: 91px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #EC0000;
	margin-bottom: 6px;
}
.swt_img{
	border: 1px solid #111111;
	
}
.swt_img img{
	display: block;
	width: 100%;
	max-width: 511px;
}
.right_contact{
	width: 280px;
}
.right_contact h3{
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../img/contact_line.png) no-repeat 8px center #B60000;
	font-size: 14px;
	color: #fff;
	margin-bottom: 22px;
}
.contact_nr{
	line-height: 24px;
	font-size: 14px;
	color: #535353;
}
.table_list{
	width: 100%;
	border-collapse: collapse;
	line-height: 16px;
	margin-top: 55px;
	margin-bottom: 40px;
}
.table_list th{
	background: #B9B9B9;
	font-size: 12px;
	color: #555;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
}
.table_list td{
	background: #F6F6F6;
	border: 1px solid #fff;
	font-size: 12px;
	color: #555;
	text-align: center;
	padding: 5px;
	line-height: 22px;
}
.table_list tr:nth-child(2n) td{
	background: #E1E1E1;
}
.table_list tr:hover {
	background:#cc0000;
}
.table_list tr:hover td {
	background:#cc0000;
	color: #fff;
}
.table_list tr:hover td a {
	color: #fff;
}
 h4.sl-ti,h4.sl-ti2{ height:31px;  margin-top:120px;zoom:1; clear:both;}
h4.sl-ti a,h4.sl-ti2 a{ float:left; display:inline; cursor:pointer; min-width:60px;_width:60px; background: #cc0000; color: #fff; white-space:nowrap; text-align:center; height:30px; line-height:30px;  margin-right:4px;  padding:0px 10px; font-size:14px; font-weight:500; text-decoration:none;} 
/*h4.sl-ti a:hover,h4.sl-ti2 a:hover{ background:#cc0000;color:#fff; text-shadow:-1px -1px #cc0000; border:1px solid #cc0000;}*/</pre></body></html>