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

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
p,
blockquote,
th,
td,
form,
p {
	margin: 0;
	padding: 0;
}

ol,
ul,
li,
dd,
dt,
dl {
	list-style: none;
}

img {
	border: 0;
}

body {
	font: 14px/1.5em "微软雅黑", sans-serif;
	color: #333;
}

:focus {
	outline: none;
}

em,
th {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

a:focus,
a:hover {
	text-decoration: none;
}

.postype {
	position: relative;
}

.lgraybg {
	background: #505050;
}

.dgraybg {
	background: #353535;
}

.graybg {
	background: #eee;
}

.whitebg {
	background: #fff;
}

.whiteColor {
	color: #fff;
}

.orangecolor {
	color: #d1552d;
}

/*header开始*/
.header-big {
	position: relative;
	height: 80px;
	background: #fff;
}

.header-middle.pull-right {
	float: left !important;
	margin-left: 10px;
}

.header-big .header-middle .info-links {
	float: left;
	padding:0px 22px;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.ar-ul-list,.pro-ul-list{
	line-height: normal!important;
}
.header-big .header-middle .info-links .info-links-line {
	display: none;
	margin: -22px auto 0;
	/* width: 30px; */
	height: 2px;
	background: #eb6100;
}

.header-big .header-middle .info-links.hcurrlinks {
	/*font-size:24px;*/
	color: #eb6100;
}

.header-big .header-middle .info-links.hcurrlinks .info-links-line {
	display: block;
}

.header-big .header-right {
	margin: 30px 0 30px 20px;
	width: 120px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	background: #f92c2c;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.header-big .li-bottom {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 999999;
	display: none;
	margin: 0;
	width: 100%;
	font-size: 20px;
	color: #2e596c;
	font-weight: 600;
	background: rgba(238, 238, 238, .9);
	text-align: left
}

.header-big .li-bottom .li-bottom-list,
.header-big .info-links .li-bottom-case {
	color: #337ab7;
}

.header-big .li-bottom .li-bottom-list:hover {
	color: #eb6100;
}

.header-big .li-bottom .li-bottom-list.currlinks {
	color: #eb6100;
}

.header-big .info-links .li-bottom-case .product-links {
	margin-bottom: 25px;
	width: 140px;
	height: 38px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 38px;
	text-align: center;
	border: 1px solid #888;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: background, color .2s linear;
	-webkit-transition: background, color .2s linear;
	-moz-transition: background, color .2s linear;
}

.header-big .info-links .li-bottom-case .product-links:hover {
	color: #eb6100;
	border: 1px solid #eb6100;

}

.header-big .info-links .li-bottom-case .product-links.currproduct {
	color: #eb6100;
	border: 1px solid #fff;
	background: #fff;
}

.header-small {
	position: relative;
	padding: 4px 10px;
	height: 56px;
	background: #fff;
}

.header-small .header-small-right {
	width: 60px;
	height: 100%;
	background: url(../images/open.png) no-repeat 30px center;
	background-size: 30px 30px;
}

.header-small .header-small-right.closebtn {
	background: url(../images/close.png) no-repeat 30px center;
	background-size: 30px 30px;
}

.header-small .header-small-bottom {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	background: #f2f2f2;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.header-small .header-small-bottom .li-top,
.header-small .header-small-bottom .header-samll-links {
	position: relative;
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	font-size: 14px;

	line-height: 50px;
	border-bottom: 1px solid #e7e7e7;
}

.header-small .header-small-bottom .header-samll-links {
	color: #999;
}

.header-small .header-small-bottom .li-top.smlltop {
	color: #eb6100;
}

.header-small .header-small-bottom .header-samll-links.currlinks {
	color: #333;
}

.header-small .header-small-bottom .li-top {
	color: #333;
	font-size: 16px;
}

.header-small .header-small-bottom .li-top .li-top-img {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}

.header-small .header-small-bottom .li-bottom {
	display: none;
	background: #eee;
}

.header-small .header-small-bottom .li-bottom.showbottom {
	display: block;
}

/*header结束*/
/*footer开始*/
.footer-top .links-con.col-lg-2 {
	padding: 0 0 0 10px;
}

.footer-top .links-con h3 {
	margin: 50px 0 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.footer-top .links-con .links-details {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #eee;
	text-decoration: none;
}

.footer-top .footer-weibo {
	position: absolute;
	top: 65px;
	right: 0;
	width: 310px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.footer-bottom {
	padding: 20px 0;
	font-size: 12px;
	color: #eee;
	line-height: 32px;
	text-align: center;
}

.footer-small {
	padding: 30px;
	line-height: 30px;
}

.footer-small .footer-s-phone {
	padding: 5px 0 10px;
	font-size: 30px;
	font-weight: bold;
}

/*footer结束*/
/*底部咨询开始*/
.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fixed-footer .fixed-foot-links {
	float: left;
	width: 50%;
	height: 100%;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

.fixed-footer .fixed-foot-links .fixed-img {
	width: 30px;
	height: 30px;
}

.fixed-footer .fixed-line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	transform: scaleX(.5);
	-webkit-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
}

/*底部咨询结束*/
@media (min-width: 1200px) {
	.links-con.col-lg-2 {
		width: 13.56666667%;
	}
}

@media (max-width: 1200px) {
	/* body {
		padding-bottom: 50px;
	} */
}

#header {
	position: relative;
	/* height: 100px; */
}

/*促销弹出框*/
#saleModal {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 9999;
	top: 0;
	left: 0;
	opacity: 0.7;
	display: none;
}

#saleBox {
	width: 100%;
	height: 508px;
	z-index: 10000;
	position: fixed;
	display: table-cell;
	display: none;
	vertical-align: middle;
	text-align: center;
	background-size: contain;
	top: 40px;
}

#closeBtn {
	width: 50px;
	height: 50px;
	background: url('../images/cu_close.png');
	display: block;
	float: right;
	background-size: 100%;
}

@media (max-width: 384px) {
	#closeBtn {
		width: 30px;
		height: 30px;
	}
}

.kaitong {
	background: #eb6100;
	border-radius: 36px;
	width: 180px;
	padding: 0 4px;
	height: 42px;
	line-height: 42px;
	border: none;
	vertical-align: middle;
	margin-top: 20px;
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
}

.kaitong:hover {
	background: #eb6100;
	color: #fff;
}

/*底部固定条*/
.fixed-mes {
	width: 100%;
	height: 66px;
	background: #8bbbfc;
	position: fixed;
	bottom: 6px;
}

.fixed-mes-box {
	width: 80%;
	margin: 0 10%;
	height: 66px;
}

.fixed-mes-left {
	width: 70%;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 66px;
	text-align: center;
}

.fixed-mes-right {
	width: 30%;
	float: left;
	text-align: center;
	height: 66px;
}

.returnToTop {
	position: fixed;
	top: 642px;
	right: 33.5px;
	width: 68px;
	height: 68px;
	display: block;
	background: url('../images/topTo.png');
	z-index: 88888;
	cursor: pointer;
}

.download-bg-area {
	background: url('../images/clien_bg.png') no-repeat center;
	width: 100%;
	/* background-size: 100% 300px; */
}

/*自定义select样式*/
.download-text {
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	font-family: "Microsoft Yahei"

}

.pt108 {
	padding-top: 108PX;
}

.download-tools-area {
	padding-bottom: 45px;
	margin: 42px auto 0;
	text-align: center;
	color: #fff;
}

.download_btn_manu {
	margin-left: 30px
}

.download_btn_manu:link,
.download_btn_manu:visited,
.download_btn_manu:hover,
.download_btn_manu:active {
	color: white;
	text-decoration: none;
}

.download_btn_manu:hover {
	color: #eb6100
}

.download_btn_manu:link {
	color: #fff;
	text-decoration: underline
}

.xz-stimulate-select {
	width: 124px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border: 1px solid #e7e7eb;
	border-radius: 3px;
	position: relative;
	margin-left: 14px;
}

.xz-master-list {
	width: 124px;
	border: 1px solid #e7e7eb;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: -1px;
	overflow: hidden;
	display: none;
	z-index: 12000;
}

.xz-selected {
	display: inline-block;
	text-indent: -30px;
	font-size: 14px;
	cursor: pointer;
	width: 124px;
	background: url('../images/Solidtriangle.png') no-repeat 92px center;
	background-size: 15px 9px;

}

.xz-order-inputmes span {
	/* color: #353535; */
	font-size: 14px;
}

.xz-master-list ul li {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	width: 122px;

	text-align: left;
	font-size: 14px;
	padding: 2px 18px;
}

.xz-master-list ul li:hover {
	color: #000;
}

/*解决方案list*/

.solutionList {
	width: 564px !important;
	height: 280px;
	background: #fff !important;
	border: 1px solid #ccc;
}

.solutionList a {
	display: block;
	width: 140px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #888888;
	font-size: 16px;
	color: #666666;
	border-radius: 20px;
	font-weight: 400;
	text-align: center;
	margin: 40px 0 0 36px;
}

.solutionList a:hover {
	border: 1px solid #EB6100;
	color: #EB6100 !important;
}

.currproductsol {
	border: 1px solid #EB6100 !important;
	color: #EB6100 !important;
}

.solutionList li {

	float: left;
	background: #fff;
}

.aboutusList,
.clientList {
	width: 150px !important;
	height: 92px;
	background: #fff !important;
	left: -22px;
	border: 1px solid #ccc;
}

.aboutusList li,
.aboutusList li a,
.clientList li,
.clientList li a {
	display: block;
	text-align: left;
	

}
.aboutusList li,
.clientList li
{
	padding-left:28px;
}
.aboutusList a,
.clientList a {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
}

.aboutusList a:hover,
.clientList a:hover {

	color: #EB6100 !important;
}

.text-left {
	text-align: left
}

.intro-title-context {
	/* width: 914px; */
	margin: 0 auto;
}

.aboutus-title {

	font-size: 16px;
	color: #333333;

}

.globalcolor {
	color: #EB6100 !important
}</pre></body></html>