<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
	padding: 30px 0;
	margin: 0 auto;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.main_l {
	width: 75%;
	float: left;
}

.content_c {
	padding: 20px;
	background: #fff;
}

.pos {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.pos a {
	font-size: 14px;
	color: #666;
}

.content_page {
	text-align: right;
}

.content_page a {
	margin: 0 5px;
}

.main_r {
	width: 23%;
	float: right;
}

.flip {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 25px;
	background-color: #FFFFFF;
	color: #999999;
}

.flip a:hover {
	color: #0093dd;
	text-decoration: underline;
}

.flip span.next {
	float: right;
}

.related_info {
	margin-top: 25px;
	background-color: #FFFFFF;
	padding: 12px;
}

.related_info .list {
	width: 48%;
	float: left;
}

.related_info .list:nth-child(2) {
	float: right;
}

.related_info .list .tit {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.related_info .list ul li {
	padding-top: 15px;
	padding-bottom: 15px;
}

.related_info .list ul li:hover a {
	color: #0068B7;
	font-weight: bold;
}

.related_info .list ul li p {
	color: #888888;
	font-size: 12px;
	padding-top: 6px;
}

.pushshow {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding: 12px;
}

.pushshow .head {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 40px;
	font-size: 18px;
	color: #0093dd;
	padding-bottom: 5px;
}

.pushshow .head span {
	float: right;
	display: block;
	height: 20px;
	width: 16px;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #0093dd;
	cursor: pointer;
}

.pushshow .bd {
	width: 222px;
	overflow: hidden;
	margin-top: 10px;
}

.pushshow .bd li img {
	height: auto;
	width: 222px;
}

.pushshow .bd li strong {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	line-height: 24px;
	display: block;
	height: 24px;
	overflow: hidden;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pushshow .bd li p {
	padding-top: 5px;
}

.pushshow .box {
	padding-bottom: 15px;
}

.pushshow .box ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E6;
}

.pushshow .box ul li:last-child {
	padding-bottom: 0px;
	border-bottom-style: none;
}

.pushshow .box ul li a {
	color: #888888;
}

.content_title {
	font-size: 24px;
	color: #1C1C1C;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.46;
}

.content_bianji {
	font-size: 14px;
	text-align: center;
	color: #757575;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.content_info {
	margin-bottom: 20px;
	padding: 0 1%;
}

.case ul li {
	width: 24%;
	float: left;
	margin: 10px 0.5%;
	padding: 15px;
	transition: .5s;
	background: #f1f1f1;
}

.case ul li h5 {
	margin-top: 15px;
	line-height: 19px;
	font-size: 19px;
	color: #000;
	text-overflow: ellipsis;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
}

.case ul li p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
	max-height: 52px;
	color: #888;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case ul li font {
	padding-top: 20px;
	color: #888;
	font-size: 12px;
	display: block;
	font-family: "Arial";
}

.case ul li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}

.case ul li:hover h5 {
	color: #026BBC;
}

.function {
	margin-top: 20px;
	display: block;
	text-align: center;
	color: #646464;
	line-height: 42px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

.function a {
	display: inline-block;
	height: 32px;
	color: #646464;
	border: 1px solid #dedede;
	line-height: 42px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	margin: 0 8px;
	padding: 0 16px;
	border-radius: 5px;
	font-size: 13px;
}

.function a:hover,
.function a.current {
	background: #026BBC;
	border-color: #026BBC;
	color: #fff;
}

.news_list ul li {
	border-bottom: 1px solid #dddddd;
	padding: 14px 10px;
}

.news_list ul li .news_time {
	width: 10%;
	float: left;
}

.news_list ul li .news_time time {
	font-size: 24px;
	position: relative;
	margin-bottom: 16px;
	padding-top: 14px;
	font-size: 24px;
	color: #999;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}

.news_list ul li .news_time time::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	left: 72px;
	top: 30px;
	border-bottom: 1px solid #BFBFBF;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news_icon {
	position: relative;
	width: 35px;
	height: 35px;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: -10px;
}

.news_icon span {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 14px;
	height: 15px;
	background: url(../images/icon_news.png) no-repeat center;
}

.news_list ul li .news_con {
    width: 60%;
    margin-left: 5%;
	padding-left: 10px;
	margin-top: 19px;
	-webkit-transition: all .3s;
	transition: all .3s;
	float: left;
}

.news_list ul li .news_con h5 a {
	padding-bottom: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.news_list ul li .news_con p {
	width: 90%;
	line-height: 24px;
	display: block;
	height: 48px;
	overflow: hidden;
	font-size: 13px;
	color: #7D7D7D;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news_list ul li .news_img {
	width: 19%;
	float: right;
	overflow: hidden;
}

.news_list ul li:hover .news_time time::before {
	border-bottom: 1px solid #026bbc;
}

.news_list ul li:hover .news_icon {
	background-color: #026bbc;
}

.main .left {
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.main .right {
	width: 80%;
	float: left;
	box-sizing: border-box;
}

.markermenu p {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #026bbc;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

.markermenu {
	margin: 0px auto;
	height: auto;
	padding: 0px;
}

.pro_t {
	border: 1px solid #026bbc;
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}

.p_news,
.pac_t,
.p_news,
.p_call {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #026bbc
}

.pac_tit,
.p_news_t,
.p_news_t,
.p_call_t {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #026bbc;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

.p_call_list p img {
	width: 100%;
}

.p_call_list {
	padding: 0px 3%;
}

.p_call_list ul li {
	padding: 7px 0px;
}

.p_news_list ul li {
	list-style: none;
	padding: 7px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #CCCCCC dashed;
	color: #333333;
}

.p_news_list ul li a {
	float: left;
	transition: .3s;
	display: inline-block;
	width: 82%;
	padding-left: 5%;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p_news_list ul li:hover a {
	color: #f000;
}

.p_news_list ul li .n_time {
	float: right;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 12px;
	width: 18%;
}

.news_pac,
.news_pac1,
.p_news_list {
	width: 100%;
	padding: 0px 1%;
}

.news_pac li,
.news_pac1 li {
	list-style: none;
	margin-bottom: 15px;
}

.news_pac li span,
.news_pac1 li span {
	display: block;
	text-align: center;
}

.news_pac_box {
	width: 100%;
	height: 404px;
	overflow: hidden;
}

.news_pac li p a img,
.news_pac1 li p a img {
	width: 100%;
}

.left,
.right {
	float: left;
}

.left {
	width: 20%;
}

.right {
	width: 80%;
}

.page {
	padding: 0px;
}


.markermenu ul li,
.sort ul li {
	float: left;
	width: 98%;
	margin: 1px 1%;
}

.sr-bdimgshare {
	display: none !important;
}

.markermenu ul li a,
.sort ul li a {
	display: block;
	padding: 10px 25px;
	font-size: 14px;
	text-align: left;
	transition: .3s;
	border-bottom: 1px dashed #fff;
	color: rgba(0, 0, 0, 0.5);
	background-size: contain;
}

.markermenu ul li a:hover,
.markermenu ul li a:focus {
	color: #fff;
	background: #026bbc;
	box-shadow: 25px 0px 24px -11px #ffffff inset;
}

.crumbs {
	width: 100%;
	padding: 7px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #026bbc;
}

.ptxts ul li {
	margin: 10px 1%;
	position: relative;
	overflow: hidden;
	width: 31.33%;
	padding: 0px;
}

.ptxts ul li p {
	overflow: hidden;
	height: auto;
	margin-bottom: 0px;
}

.ptxts ul li p a img {
	width: 100%;
	transition: .3s;
}

.pro_fo_t {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 11px;
	color: #666 !important;
	padding: 5px 0px;
	text-indent: 5px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_new_div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: -100%;
	transition: .9s;
	color: #fff;
}

.pro_new_div span {
	display: block;
	padding: 0px 15px 0px 15px;
	height: 100%;
}

.pro_new_div span a {
	color: #fff;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 30%;
	text-align: center;
}

.pro_new_div_a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
}

.pro_new_div_btn {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	text-align: center;
	padding: 3px 0px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.ptxts ul li:hover .pro_new_div {
	top: 0px;
}

.ptxts ul li:hover p a img {
	transform: scale(1.2);
}

.productsdetailinfo .left {
	width: 37%;
	float: left;
}

.productsdetailinfo .left div p {
	padding: 2px;
	border: 1px solid #eee;
}

.productsdetailinfo .right {
	width: 56%;
	margin-left: 7%;
	float: left;
}

.for_wo {
	display: block;
	color: #999 !important;
	margin-top: 5px;
	text-align: center;
}

.ppics ul li span a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info dl dt,
.inq_title {
	font-size: 18px;
	padding: 5px 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	color: #999;
}

.ppics ul li {
	margin: 10px 0px;
	text-align: center;
}

#photo1 p {
	text-align: center;
}

.ppics ul li p a img {
	width: 100%;
}

.productsdetailinfo .left ul li {
	display: inline-block;
	float: left;
	margin-right: 2px;
}

.productsdetailinfo .left div {
	text-align: center;
}
			.news_category ul li{
			    width: 50%;
			    float: left;
			    padding-bottom: 10px !important;
			    border-bottom: 1px dashed #E6E6E6 !important;
			}
.productsdetailinfo .right ul li p {
	padding: 5px 0px;
	min-height: 28px;
	line-height: 28px;
	margin: 5px 0px;
	clear: both;
	color: #999;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 2;
}

.abstract {
	line-height: 1.6;
	font-size: 14px;
	color: #999;
}

.productsdetailinfo .right ul li p b {
	display: inline-block;
	width: 14%;
	margin-right: 2px;
	font-size: 14px;
	color: #999;
}

.productsdetailinfo .right ul li p span {
	display: inline-block;
	font-weight: bold;
	color: #999;
}

.abstract p b {
	font-size: 14px;
	color: #999;
	margin-bottom: 3px;
}

.productsdetailinfo .right .product_show_more {
	display: block;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.productsdetailinfo .right .product_show_more .more_p_a {
	padding: 10px 25px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
	background: rgba(252, 2, 21, 1);
}

.productsdetailinfo .right .product_show_more .more_p_a:hover {
	background: rgba(252, 2, 21, .6);
}

.productsdetailinfo .right .product_show_more .more_p_b {
	padding: 10px 25px;
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 16px;
	background: rgba(1, 159, 233, 1);
}

.productsdetailinfo .right .product_show_more .more_p_b:hover {
	background: rgba(1, 159, 233, .6);
}

.newsdetail dl dt {
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}

.info dl dt,
.inq_title {
	font-size: 18px;
	padding: 5px 0px;
	border-bottom: 2px solid #393939;
	margin-bottom: 15px;
}

.productsdetailinfo .right .product_show_more .cb {
	display: none;
}

.contact-us {
	width: 100%;
	min-width: 1300px;
	overflow: hidden;
	height: 560px;
	background-size: cover;
}

.contact-us-box {
	position: relative;
	height: 100%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1440px;
}

.contact-us-box .contact-content {
	opacity: 0;
	z-index: 200;
	position: absolute;
	bottom: 222px;
	left: 150px;
	width: 600px;
	background: rgb(237, 237, 237);
	border-radius: 9px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 95px;
	padding-right: 70px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	color: #555;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}
.contact_map{
    position: absolute;
    z-index: 200;
    bottom: 50px;
    width: 630px;
    right: 28px;
}
.contact-us-box .contact-content-on {
	opacity: 1;
	bottom: 50px;
}

.contact-us-box .contact-content .address {
	margin-bottom: 40px;
}

.contact-us-box .contact-content h5 {
	line-height: 38px;
	font-size: 32px;
	vertical-align: middle;
}

.contact-us-box .contact-content h5 span {
	padding-left: 5px;
	font-family: "Arial";
	font-size: 38px;
	line-height: 38px;
	color: #026bbc;
}

.contact-us-box .contact-content .text {
	margin-top: 22px;
}

.contact-us-box .contact-content .other a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #026bbc;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

@keyframes mymove {
	0% {
		bottom: -70px;
	}
	50% {
		bottom: -60px;
	}
	100% {
		bottom: -70px;
	}
}

element.style {}

.contact-us-box .contact-content .other {
	z-index: -1;
	opacity: 0;
	text-align: center;
	position: absolute;
	left: -90px;
	height: 240px;
	width: 90px;
	top: 55%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .8s ease .4s;
	-moz-transition: all .8s ease .4s;
	transition: all .8s ease .4s;
}

.contact-us-box .contact-content-on .other {
	opacity: 1;
	top: 50%;
}

.contact-us-box .contact-content h5 img {
	width: 26%;
	float: left;
	margin: 1%;
}

.contact-us-box .contact-content .other a&gt;div {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.contact-us-box .contact-content .other .pointer {
	left: -50px;
	bottom: -70px;
	position: absolute;
	width: 79px;
	height: 114px;
	background: url(../images/about_icon_1.png);
	-webkit-animation: mymove .8s infinite;
	-moz-animation: mymove .8s infinite;
	animation: mymove .8s infinite;
}

.contact-us-box .contact-content .address:last-child {
	margin-bottom: 0;
}

.contact-us-box .cloud1-on {
	-webkit-animation: cloud1 24s linear infinite;
	-moz-animation: cloud1 24s linear infinite;
	animation: cloud1 24s linear infinite;
}

.contact-us-box .cloud2-on {
	-webkit-animation: cloud2 24s linear infinite;
	-moz-animation: cloud2 24s linear infinite;
	animation: cloud2 24s linear infinite;
}

.contact-us-box .bike-on {
	-webkit-animation: bikeanimation 6s linear infinite;
	-moz-animation: bikeanimation 6s linear infinite;
	animation: bikeanimation 6s linear infinite;
}

@keyframes bikeanimation {
	0% {
		left: 550px;
		opacity: 1;
	}
	80% {
		left: 120%;
		opacity: 1;
	}
	85% {
		left: 120%;
		opacity: 0;
	}
	90% {
		left: 550px;
		opacity: 0;
	}
	100% {
		left: 550px;
		opacity: 1;
	}
}

@keyframes cloud1 {
	0% {
		left: 800px;
		opacity: 1;
	}
	40% {
		left: 120%;
		opacity: 1;
	}
	41% {
		left: 120%;
		opacity: 0;
	}
	42% {
		left: -30%;
		opacity: 0;
	}
	43% {
		left: -30%;
		opacity: 1;
	}
	100% {
		left: 800px;
		opacity: 1;
	}
}

@keyframes cloud2 {
	0% {
		left: 1200px;
		opacity: 1;
	}
	31% {
		left: 120%;
		opacity: 1;
	}
	32% {
		left: 120%;
		opacity: 0;
	}
	33% {
		left: -30%;
		opacity: 0;
	}
	34% {
		left: -30%;
		opacity: 1;
	}
	100% {
		left: 1200px;
		opacity: 1;
	}
}

@keyframes cloud3 {
	0% {
		left: 200px;
		opacity: 1;
	}
	70% {
		left: 120%;
		opacity: 1;
	}
	71% {
		left: 120%;
		opacity: 0;
	}
	72% {
		left: -30%;
		opacity: 0;
	}
	73% {
		left: -30%;
		opacity: 1;
	}
	100% {
		left: 200px;
		opacity: 1;
	}
}

.contact-us-box .bike&gt;div {
	background: url(../images/about_icon_0.png);
	background-size: 100% 100%;
	width: 535px;
	height: 427px;
}

.contact-us-box .bike {
	opacity: 0;
	z-index: 300;
	position: absolute;
	bottom: 0;
	left: 550px;
}

.contact-us-box .cloud3-on {
	-webkit-animation: cloud3 38s linear infinite;
	-moz-animation: cloud3 38s linear infinite;
	animation: cloud3 38s linear infinite;
}

.contact-us-box .cloud3 {
	position: absolute;
	z-index: 100;
	top: 200px;
	left: 200px;
	width: 123px;
	height: 54px;
	background: url(../images/about_icon_5.png);
}

.contact-us-box .cloud2 {
	position: absolute;
	z-index: 100;
	top: 100px;
	left: -30%;
	width: 123px;
	height: 54px;
	background: url(../images/about_icon_5.png);
}

.contact-us-box .cloud1 {
	position: absolute;
	z-index: 100;
	top: 300px;
	left: -30%;
	width: 81px;
	height: 57px;
	background: url(../images/about_icon_4.png);
}

.official_website_bg {
	width: 100%;
	background: url(../images/bg30.jpg) no-repeat center bottom;
}

.official_website_bg .official_website {
	background: url(../images/bg35.png) no-repeat top left;
	width: 444px;
	padding-left: 43px;
}

.official_website_bg {
	position: relative;
}

.official_website_bg .img {
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 1200px;
	margin-left: -600px;
}

.official_website_bg .img img {
	position: absolute;
	right: 80px;
	bottom: 0;
	width: 700px;
}

.official_website_bg .img2 img {
	width: 550px;
}


.official_website_bg .official_website {
	background: url(../images/bg35.png) no-repeat top left;
	width: 444px;
	padding-left: 43px;
}

.ServicesBox2 .divBox .span_more {
	display: block;
	text-align: right;
}

.ServicesBox .divBox .brief {
	display: block;
	font-size: 20px;
	color: #ff6c00;
	line-height: 2;
}

.ServicesBox .divBox .title {
	display: block;
	font-size: 40px;
	color: #ff6c00;
	line-height: 1;
	padding-top: 28px;
}

.ServicesBox .divBox .p p,
.ServicesBox .divBox .p {
	font-size: 14px;
    line-height: 25px;
	margin-top: 10px;
	text-indent: 2em;
}

.Interactive_Marketing_bg .divBox .p {
	color: #fff;
}


.information_network_bg .information_network {
	background: url(../images/bg40.png) no-repeat top right;
	width: 575px;
	padding-right: 25px;
	float: right;
}

.information_network_bg {
	width: 100%;
	background: url(../images/bg35.jpg) no-repeat center center;
}

.Industry_Portal_bg .Industry_Portal {
	width: 440px;
	padding-left: 45px;
	background: url(../images/bg41.png) no-repeat left top;
}

.Industry_Portal_bg {
	width: 100%;
	background: url(../images/bg34.jpg) no-repeat center center;
}

.Brand_Website_bg .Brand_Website {
	background: url(../images/bg39.png) no-repeat top right;
	width: 490px;
	padding-right: 38px;
	float: right;
}

.Brand_Website_bg {
	width: 100%;
	background: url(../images/bg33.jpg) no-repeat center center;
}

.Interactive_Marketing_bg .Interactive_Marketing {
	background: url(../images/bg38.png) no-repeat top left;
	width: 365px;
	padding-left: 45px;
}

.Interactive_Marketing_bg {
	width: 100%;
	background: url(../images/bg32.jpg) no-repeat center center;
}

.online_store_bg .online_store {
	background: url(../images/bg37.png) no-repeat top right;
	width: 610px;
	padding-right: 40px;
	float: right;
}

.online_store_bg {
	width: 100%;
	background: url(../images/bg31.jpg) no-repeat center center;
}

.official_website_bg .img img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
}

.official_website_bg .img {
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 1200px;
	margin-left: -600px;
}

.ServicesBox .divBox .see_more {
	display: inline-block;
	width: 135px;
	height: 40px;
	background: url(../images/bg36.png) no-repeat center top;
	font-size: 15px;
	text-align: left;
	color: #555;
	padding-left: 25px;
	line-height: 40px;
	margin-top: 40px;
}

.Interactive_Marketing_bg .divBox .see_more {
	color: #fff;
}

.newsCon {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #eaeaea;
    background-image: url(../images/bg6.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.newsInfoCon {
    position: relative;
    margin-top: -20px;
    margin-bottom: 55px;
    background-color: #fff;
}
.wp {
    margin: 0 auto;
    width: 1202px;
}
.newsInfoBox {
    padding: 20px 50px;
}
.newsInfoBox h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 7px;
}
.newsCon{
	padding: 10px 0;
}
.newsInfoBox .time {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.newsInfoBox .article {
    font-size: 14px;
    line-height: 30px;
}
.newsInfoCon .otherPage {
    border-top: 1px solid #e3e3e3;
    background-color: #f2f2f2;
}
.newsInfoCon .otherTool {
    float: right;
    padding-top: 18px;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}.newsInfoCon .pageList {
    float: left;
    margin-left: 27px;
    padding: 12px 0;
}.newsInfoCon .pageList li {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}.newsInfoCon .pageList li a {
    color: #333;
}ul, ol, li {
    list-style: none;
}
.newsInfoCon .otherTool li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center !important;
    padding-top: 32px;
    padding-left: 0px;
    background: none;
    margin: 0px;
    float: none;
}
.newsInfoCon .otherTool li {
    position: relative;
    float: left;
    width: 58px;
    text-align: center;
    cursor: pointer;
}.newsInfoCon .otherTool li.share {
    background: url(../images/icon37.png) center top no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.main {
		padding: 20px 1%;
	}
	.contact_map{
		display: none;
	}
	.pos{
		padding: 5px 0;
		margin-bottom: 5px;
	}
	.wp{
		width: 98%;
		margin: 0 1%;
	}
	.newsInfoBox{
		padding: 10px;
	}
	.newsInfoBox h2,
	.content_title{
		font-size: 18px;
	}
	.newsInfoCon .pageList{
		padding: 10px 0;
		margin-left: 10px;
	}
	.content_c{
		padding: 10px 1%;
	}
	.related_info{
		display: none;
	}
	.case ul li {
    width: 48%;
    margin: 1% !important;
    padding: 5px;
    box-sizing: border-box;
    background: #e8e8e8;
	}
	.case ul li h5{
		font-size: 14px;
		margin-top: 5px;
	}
	.case ul li p{
		margin-top: 5;
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		max-height: 40px;
	}
	.function a {
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
	}
	.news_list ul li .news_time {
		width: 100%;
	}
	.news_icon {
		display: none;
	}
	.news_list ul li {
		padding: 5px;
	}
	.news_list ul li .news_con {
		width: 70%;
		margin-top: 0;
		padding-left: 0;
	}
	.news_list ul li .news_time time {
		margin-bottom: 5;
		padding-top: 5;
		font-size: 20px;
	}
	.news_list ul li .news_time time::before {
		top: 20px;
	}
	
	.main_r{
		display: none;
	}
	.main_l{
		width: 100%;
	}
	.news_list ul li .news_con h5 a{
		padding-bottom: 5px;
	}
	.news_list ul li .news_con{
		
		margin-left: 0;
	}
	.news_list ul li .news_con p {
		width: 95%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 12px;
	}
	.news_list ul li .news_img {
		width: 30%;
		height: auto;
		overflow: hidden;
	}
	.left.col-lg-3 {
		display: none;
	}
	.right.col-lg-9 {
		width: 100%;
	}
	.productsdetailinfo .right .product_show_more .ca {
		display: none;
	}
	.productsdetailinfo .right .product_show_more .cb {
		display: block;
	}
	.productsdetailinfo .left,
	.productsdetailinfo .right,
	.bdsharebuttonbox {
		width: 100%;
		margin: 0px;
	}
	.productsdetailinfo img {
		width: 100%;
	}
	.info img {
		width: 100%;
	}
	.ppics ul li {
		width: 50% !important;
	}
	.productsdetailinfo .right ul li p b {
		width: 20%;
	}
	.main {
		margin: 0;
		width: 100%;
	}
	.right.col-lg-9 {
		padding: 0;
	}
	.contact-us {
		min-width: 1px;
		height: auto;
		padding: 25px 1%;
	}
	.contact-us-box {
		min-width: 1px;
		max-width: 100%;
		height: auto;
	}
	.contact-us-box .contact-content h5,
	.contact-us-box .contact-content h5 span {
		font-size: 20px;
		line-height: 20px;
	}
	.contact-us-box .contact-content {
		height: 72%;
	}
	.contact-us-box .contact-content .text {
		margin-top: 10px;
	}
	.contact-us-box .contact-content .address {
		margin-bottom: 20px;
	}
	.contact-us-box .contact-content h5 img {
		width: 48%;
	}
	.contact-us-box .contact-content {
		position: relative;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100%;
	}
	.contact-us-box .cloud1,
	.contact-us-box .cloud2,
	.contact-us-box .cloud3,
	.contact-us-box .cloud4,
	.bike {
		display: none;
	}
	.contact-us-box .contact-content .other {
		display: none;
	}
}</pre></body></html>