<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 {overflow-x: hidden;font-family: "Microsoft YaHei";font-size:14px;}
ul {padding: 0;margin: 0;}
ul li {list-style: none;}
a {color: #333;text-decoration: none;}
h1,h2,h3,h4,h5 {margin: 0;}
a:focus,a:hover {color: #337ab7;text-decoration: none;}
a:focus {outline: none;outline-offset: -2px;}
input {padding: 0;margin: 0;font-family: 'Microsoft YaHei';}
img {border: none;background: none;vertical-align: middle;}
ul,ol,li {list-style-type: none;}
select,input,img,select {vertical-align: middle;}
table {border-collapse: collapse;border-spacing: 0;}
table,th,td {vertical-align: middle;}
hr {border: 0;border-top: 1px solid #ccc;height: 0;}
p {margin: 0;}

.top {
	background: #f8f8f8;
	height: 34px;
	line-height: 34px;
	color: #333333;
}
.top .top-right {
	color: #999999;
}
.top .top-right a {
	color: #333333;
}
.top-box {
	padding: 24px 0;
}
.logo img {
	max-height: 60px;
}
.top-info {
	display:inline-block;
	padding: 0 15px;	
	float: left;	
	border-right:1px solid #CFCFD0;
}
.top-info:last-child  {
	border-right:none;
}
.top-info p {
	display: inline-block;
    font-size: 20px;
    color: #ff7d0b;
    line-height: 30px;
}
.top-info p.fontw {
	font-weight: 700;
}
.top-info span {
	display: block;
}
.top-info i {
	display: inline-block;
	margin: 10px;
}

#header {
	width:100%;
}
.navbar-default {
    border-color: transparent;
}
.navbar {
	margin-bottom: 0px!important;
	background: #222222;
}
.navbar ul {
    padding:0 5px;
}
.navbar-default .navbar-nav&gt;li&gt;a{
    color:#fff;
	font-size:15px;
	font-weight:700;
	padding: 15px 60px;
	display: block;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a.active, .navbar-default .navbar-nav&gt;li&gt;a:focus{
	color:#fff;
    background: #ff7d0b;
}
@media (min-width:992px) and (max-width:1199px){
	.navbar-default .navbar-nav&gt;li a{
		padding: 15px 40px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.navbar-default .navbar-nav&gt;li a{
		padding: 15px 25px;
	}
}
@media (max-width:768px) {
	.top-box {
		width: 70%;
		float: left;
		padding:10px 0;
	}
	.navbar-nav{
		margin:0px;
	}
	.navbar {
		position: inherit;
		background:transparent;
	}
	.navbar ul{
		padding:0px;
	}    
	.navbar-default .navbar-nav&gt;li a{
		padding: 10px 22px;
		font-weight: normal;
		color: #333;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse{
		padding:0px;
		width:110%;
	}	
	.navbar-default .navbar-toggle {
		background:#ff7d0b;
		border-color:transparent;
		margin-top:4%;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ff7d0b;
    }
}


.title {
	font-size: 32px;
	color: #333333;
	text-align: center;
	line-height: 1;
	padding-bottom: 24px;
	background: url(../img/h-x.png) no-repeat 50% bottom;
}
@media (max-width: 500px) {
	.title {
		font-size: 24px;
	}
}

.box1 {
	margin-top: 60px;
}
@media (max-width: 768px) {
	.box1 {
		margin-top: 20px;
	}
}
.box1 .list2 {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.box1 .list2 {
		margin-top: 30px;
	}
}
.box1 .list2 li {
	padding: 0 9px;
	text-align: center;
}
@media (max-width: 993px) {
	.box1 .list2 li {
		margin-bottom: 20px;
	}
}
.box1 .list2 li a {
	padding: 18px;
	background: #f8f8f8;
	display: block;
}
@media (max-width: 700px) {
	.box1 .list2 li a {
		padding: 10px;
	}
}
.box1 .list2 li .img {
	overflow: hidden;
	box-shadow: 5px 5px 5px #ccc;
}
.box1 .list2 li .img img {
	display: inline-block;
	transition-duration: .3s;
}
.box1 .list2 li:hover .img img {
	transform: scale(1.1);
}
.box1 .list2 li dd {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 72px;
	font-size: 18px;
	color: #333333;
}
@media (max-width: 993px) {
	.box1 .list2 li dd {
		line-height: 50px;
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.box1 .list2 li dd {
		line-height: 40px;
	}
}
.box1 .list2 li .ck {
	margin: 0 auto;
	background: url(../img/ck1.png) no-repeat 50%;
	width: 40px;
	height: 40px;
}
@media (max-width: 993px) {
	.box1 .list2 li .ck {
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}
}
.box1 .list2 li:hover dd {
	color: #fc6b00;
	font-weight: 600;
}
.box1 .list2 li:hover .ck {
	background: url(../img/ck1h.png) no-repeat 50%;
}
@media (max-width: 993px) {
	.box1 .list2 li:hover .ck {
		background-size: 100% 100%;
	}
}

.box2 {
	margin-top: 60px;
}
@media (max-width: 768px) {
	.box2 {
		margin-top: 20px;
	}
}
.box2 .dao1 {
	margin-top: 45px;
	background: url(../img/dao1.png) repeat-x 50% 0;
}
@media (max-width: 768px) {
	.box2 .dao1 {
		margin-top: 20px;
	}
}
.box2 .dao1 .list2 {
	text-align: center;
}
.box2 .dao1 .list2 li {
	display: inline-block;
	padding: 0 20px;
	line-height: 64px;
	font-size: 18px;
}
@media (max-width: 993px) {
	.box2 .dao1 .list2 li {
		font-size: 14px;
	}
}
.box2 .dao1 .list2 li a {
	color: #fff;
	display: block;
}
.box2 .dao1 .list2 li:hover {
	background: #ff7d0b;
}
.box2 .list3 {
	margin-top: 34px;
}
.box2 .list3 li {
	padding: 0 7px;
	margin-bottom: 13px;
	text-align: center;
}
.box2 .list3 li a {
	display: block;
}
.box2 .list3 li .img {
	overflow: hidden;
	box-shadow: 5px 5px 5px #ccc;
}
.box2 .list3 li .img img {
	display: inline-block;
	transition-duration: .3s;
}
.box2 .list3 li:hover .img img {
	transform: scale(1.1);
}
.box2 .list3 li h3 {
	line-height: 74px;
	font-size: 16px;
	position: relative;
	color: #333333;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.box2 .list3 li h3:after {
	content: '';
	display: block;
	background: #f8f8f8;
	width: 26%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	top: 78%;
	position: absolute;
}
.box2 .list3 li:hover h3 {
	background: #fc6b00;
	color: #fff;
}
.box2 .list3 li:hover h3:after {
	background: #fff;
}

.box3 {
	margin-top: 40px;
	background: url(../img/box3.png) no-repeat 50% 0;
	padding-top: 65px;
	padding-bottom: 40px;
}
@media (max-width: 1024px) {
	.box3 {
		margin-top: 20px;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.box3 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 1024px) {
	.box3 .content {
		display: block;
	}
}
.box3 .content .title {
	display: none;
}
@media (max-width: 1024px) {
	.box3 .content .title {
		margin-bottom: 30px;
		display: block;
	}
}
.box3 .content .box3-1 {
	width: 31.8%;
	display: flex;
	align-items: center;
}
@media (max-width: 1199px) {
	.box3 .content .box3-1 {
		width: 22%;
	}
}
@media (max-width: 1025px) {
	.box3 .content .box3-1 {
		display: none;
		width: 100%;
	}
}
.box3 .content .box3-1 h3 img {
	max-width: 100%;
}
.box3 .content .box3-1 .zi {
	font-size: 22px;
	color: #e8e8e8;
	margin-top: 30px;
}
.box3 .content .box3-1 .zi p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(232, 232, 232, 0.5);
}
.box3 .content .list2 {
	width: 57%;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1024px) {
	.box3 .content .list2 {
		width: 100%;
	}
}
.box3 .content .list2 li {
	transition-duration: .3s;
	width: 43%;
	margin: 0 3.5% 30px;
	text-align: center;
	padding: 10px;
}
@media (max-width: 500px) {
	.box3 .content .list2 li {
		padding: 0;
	}
}
.box3 .content .list2 li .img {
	line-height: 64px;
	height: 64px;
}
.box3 .content .list2 li h3 {
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	background: url(../img/xian.png) no-repeat 50% 100%;
}
.box3 .content .list2 li dd {
	margin-top: 24px;
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
.box3 .content .list2 li:hover {
	box-shadow: 0 0 20px 0 rgba(252, 112, 8, 0.06);
	background: #fff;
}

.box4 {
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.box4 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
.box4 .content {
	margin-top: 60px;
}
@media (max-width: 768px) {
	.box4 .content {
		margin-top: 30px;
	}
}
.box4 .content .list2 {
	display: flex;
	flex-wrap: wrap;
}
.box4 .content .list2 li {
	width: 16.6667%;
	transition-duration: .3s;
	margin: -1px;
	border: 1px solid #efefef;
}
@media (max-width: 1024px) {
	.box4 .content .list2 li {
		width: 25%;
	}
}
@media (max-width: 768px) {
	.box4 .content .list2 li {
		width: 33.333%;
	}
}
.box4 .content .list2 li a img {
	transition-duration: .3s;
}
.box4 .content .list2 li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
}

.box5 {
	background: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 993px) {
	.box5 {
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.box5 {
		padding-top: 20px;
	}
}
.box5 .title {
	background: url(../img/h-x1.png) no-repeat 50% 100%;
}
.box5 .content {
	margin-top: 50px;
	margin-left: -9px;
	margin-right: -9px;
}
.box5 .content .news-box {
	padding: 0 9px;
	float: left;
}
@media (max-width: 993px) {
	.box5 .content {
		margin-top: 30px;
	}
	.box5 .content .news-box {
		margin-bottom: 20px;
	}
}
.box5 .content .news-box .tu {
	position: relative;
	overflow: hidden;
}
.box5 .content .news-box .tu img {
	transition-duration: .3s;
}
.box5 .content .news-box .tu:hover img {
	transform: scale(1.1);
}
.box5 .content .news-box .tu:after {
	content: attr(num);
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	position: absolute;
}
.box5 .content .news-box .list2 {
	padding: 26px 29px 28px;
	background: #fff;
}
.box5 .content .news-box .list2 li {
	line-height: 36px;
	font-size: 14px;
}
.box5 .content .news-box .list2 li a {
	width: 75%;
	float: left;
	color: #333333;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.box5 .content .news-box .list2 li a:hover {
	color: #fc6b00;
}
.box5 .content .news-box .list2 li span {
	width: 22%;
	float: right;
	text-align: right;
}
@media (max-width: 991px) {
	.box5 .content .news-box .list2 {
		padding: 26px 15px 28px;
	}
	.box5 .content .news-box .list2 li a {
		width: 70%;
	}
	.box5 .content .news-box .list2 li span {
		width: 25%;
		font-size: 12px;
	}
}

.box6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.box6 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
.box6 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box6 .box6-1 {
	width: 46.6%;
}
@media (max-width: 768px) {
	.box6 .box6-1 {
		width: 100%;
	}
}
.box6 .box6-1 img{
	
}
.box6 .box6-2 {
	width: 48%;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
	.box6 .box6-2 {
		width: 100%;
		margin-top: 30px;
	}
}
.box6 .box6-2 h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
	font-size: 32px;
}
@media (max-width: 768px) {
	.box6 .box6-2 h3 {
		font-size: 32px;
	}
}
.box6 .box6-2 h3 p {
	font-weight: 500;
	font-size: 24px;
	margin-top: 8px;
}
@media (max-width: 768px) {
	.box6 .box6-2 h3 p {
		font-size: 16px;
	}
}
.box6 .box6-2 dd {
	margin-top: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
}
@media (max-width: 1199px) {
	.box6 .box6-2 h3 {
		font-size: 30px;
	}
	.box6 .box6-2 dd {
		margin-top: 0px;
		font-size: 14px;
		line-height: 28px;
	}
	.box6 .box6-2 a.ck {
		margin-top: 10px!important;
		width: 120px!important;
		line-height: 35px!important;
	}
}
.box6 .box6-2 a.ck {
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	color: #fff;
	width: 198px;
	line-height: 48px;
	background: #fc6b00;
	text-align: center;
}

.shangmeng {
	background: #373737;
	padding: 20px 0;
}
.shangmeng span {
	width: 100px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #2c2c2c;
	display: inline-block;
}
.shangmeng a {
	padding: 0 5px;	
	text-align: center;
	line-height: 38px;
	display: inline-block;
	color: #aaaaaa;
}

.foot {
	background: #333333;
	border-bottom: 1px solid #404040;
}

.foot .content {
	padding: 20px 0;
	text-align: center;
}
@media (max-width: 1200px) {
	.foot .foot-box {
		width: 100%;
		text-align: center;
	}
}
.foot .foot-box a {
	display: inline-block;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 30px;
}
.foot .foot-box a:bth-child(1):before {
	padding-left: 0;
}
.foot .foot-box a:hover {
	color: #fff;
}
.foot .foot-box a:before {
	content: "·";
	padding-right: 16px;
	padding-left: 16px;
}

.bottom {
	line-height: 30px;
	padding: 20px 0;
	color: #9d9d9d;
	font-size: 12px;
	background: #333333;
	text-align: center;
	padding-bottom: 60px;
}
.bottom a {
	color: #9d9d9d;
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 5px 0;
}
.phonefooternav ul li a i img {
	display: inline-block;
}

@media (max-width:768px) {
	body {
		padding-bottom: 60px;
	}
}

.crumb {
	line-height: 50px;
	border-bottom: 1px solid #e1e1e1;
}
.crumb img {
	display:inline;
	padding-right:10px;
}
.imain {
	padding: 30px 0;	
}

.com_tit {
	font-size: 22px;
}
.sort {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.sort ul li {
	display: inline-block;
    margin: 10px;
    font-size: 16px;
    background: #ff7d0b;
    padding: 10px 25px;
    border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
}
.sort ul li a {
	color: #fff;
}
@media (max-width:768px) {
	.sort {
		padding: 10px 0;
		text-align: left;
	}
	.sort ul li {
		margin: 10px 5px;
		padding: 8px;
	}
}

.aboutcon p {
	line-height:35px;
}

.protext {
	line-height:30px;
	padding:10px;
}
.product-box {
	margin-top: 30px;
}
.product-box li {
	padding: 0 7px;
	margin-bottom: 13px;
	text-align: center;
}
.product-box li a {
	display: block;
}
.product-box li .img {
	overflow: hidden;
	box-shadow: 5px 5px 5px #ccc;
}
.product-box li .img img {
	display: inline-block;
	transition-duration: .3s;
}
.product-box li:hover .img img {
	transform: scale(1.1);
}
.product-box li h3 {
	line-height: 74px;
	font-size: 16px;
	position: relative;
	color: #333333;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-box li h3:after {
	content: '';
	display: block;
	background: #f8f8f8;
	width: 26%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	top: 78%;
	position: absolute;
}
.product-box li:hover h3 {
	background: #fc6b00;
	color: #fff;
}
.product-box li:hover h3:after {
	background: #fff;
}

.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 8px 12px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size: 12px;
	border-radius: 5px;
}
.pages li a:hover {	
	border: 1px solid #fc6b00;
	background: #fc6b00;
	color: #fff;
}

.newslist .news-info {
	margin: 15px 0;
	padding: 0px;
    overflow: hidden;	
}
.news-info .news-item{
    float: left;
	padding-bottom: 15px;
}
.news-info .news-item .time{
    float: left;
    color: #fff;
    background: #ff7d0b;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}
.news-info .news-item .time span{
    display: block;
}
.news-info .news-item .time em{
    font-style: normal;
    font-size: 16px;
}
.news-info:hover{
    color: #ff7d0b;
}
.news-info .news-item .txt{
    padding-left: 25px;
    overflow: hidden;
}
.news-info .news-item .txt .tit{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: .3s;
}
.news-info:hover .news-item .txt .tit{
    color: #ff7d0b;
}
.news-info .news-item .txt p{
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 15px;
}
@media (max-width: 992px) {
	.news-info {
		margin: 5px 0!important;
	}
	.news-info .news-item .txt .tit {
		font-size: 14px;
	}
	.news-info .news-item .txt p {
		font-size: 12px;
	}
}

.left-box h3 {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    background: #ff7d0b;
    padding-left: 30px;
    box-shadow: 5px 5px 5px #ccc;
}
.cate {
	border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.cate li {
    line-height: 50px;
    text-indent: 2em;
}
.cate li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.cate li a:hover {
    color: #fff;
    background: #ff7d0b;
}
.n_contact {
	padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
	border-top: none;
}
.n_contact p {
	line-height:35px;
}

.right-box {
    padding: 10px;	
    line-height: 30px;
}
.pro_detail h1{
	text-align: center;
    font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}
.para {
	margin-top:15px;
}
.para img {
	display:inline-block;
}
.para p {
	line-height:30px;
    border-bottom: 1px dashed #e0e1dc;	
}
.p_detail {
	padding:15px 0;
}
.p_detail .p_tit{
	line-height: 30px;
    display: block;
	color: #ff7d0b;
    font-weight: 700;
    border-bottom: 1px solid #ff7d0b;
}
.p_detail p {
	line-height:30px;
}
.tag {
    border-top: 1px dashed #e0e1dc;
    color: #999;
}
/*相关新闻*/
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #ff7d0b;
    padding-left: 5px;
	color: #ff7d0b;
}
.related_news li a {
	width: 75%;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
	font-size: 12px;
} 
/*相关产品*/
.related_pro li {
	margin: 20px 0;
}
.related_pro li img {
	display: inline-block;
    box-shadow: 5px 5px 5px #ccc;
}
.related_pro li span {
	display:block;
	line-height:30px;
}
.n_para {
	border-bottom: 1px solid #e0e1dc;
}
@media(max-width:768px){
	.n_para span{
		display:block;
	}
	.seo span {
		display: block;
	}
}
.seo {
	line-height: 30px;
	border-bottom: 1px dashed #e0e1dc;
}
.seo a {
	display:inline-block;
}

.map img {
	max-width: none!important;
}
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}


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