﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	word-break: break-word;
	vertical-align: top;
	outline: none;
}

body {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	font-family: "microsoft yahei", "微软雅黑";
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
	padding: 0;
	display: inline;
}

a {
	text-decoration: none;
	color: #727272;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.box {
	max-width: 1200px;
	margin: auto;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.BMapLabel {
	color: #000!important;
	font-size: 18px!important;
	background: yellow!important;
}


/* 头部 */

header {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	height: 100px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 50px;
	max-width: 200px;
}

.logo img {
	width: 100%;
}

.nav {
	display: inline-block;
	margin-top: 40px;
}

.nav>ul>li {
	float: left;
	padding-right: 30px;
	position: relative;
}

.nav>ul>li:last-child {
	padding-right: 0;
}

.nav>ul>li>a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 30px;
}

.nav>ul>li:hover>a {
	color: #00a2ea;
}

.nav>ul>.on>a {
	color: #00a2ea;
}

.nav>ul>li>ul {
	display: none;
	background: #fff;
	padding: 20px 0px;
	position: absolute;
	top: 50px;
	width: 150px;
	text-indent: 2em;
}

.nav>ul>li:hover>ul {
	display: block;
}

.nav>ul>li>ul>li {
	padding-bottom: 15px;
	text-align: left;
}

.nav>ul>li>ul>li>a>font {
	position: absolute;
	right: 20px;
}

.nav>ul>li>ul>li:last-child {
	padding-bottom: 0;
}

.nav>ul>li>ul>li>a {
	font-size: 14px;
	color: #999;
}

.nav>ul>li>ul>li>ul {
	display: none;
	position: absolute;
	right: -150px;
	width: 150px;
	padding: 20px 0px;
	background: #fff;
	top: 0px;
}

.nav>ul>li>ul>li>ul>li {
	padding-bottom: 15px;
}

.nav>ul>li>ul>li>ul>li>a {
	font-size: 14px;
	color: #999
}

.nav>ul>li>ul>li:hover>ul {
	display: block;
}

.nav>ul>li>ul>li:hover>a {
	color: #666;
}

header.fixednav {
	background: rgba(0, 0, 0, 0.3);
	height: 85px;
}

.zywqg {
	display: inline-block;
	margin-top: 40px;
	padding-left: 33px;
}

.zywqg ul li {
	font-size: 12px;
	color: #fff;
	padding-right: 10px;
	float: left;
}

.zywqg ul li:last-child {
	padding-right: 0;
}

.zywqg ul li a {
	color: #fff;
}

#returntop {
	position: fixed;
	bottom: 10%;
	right: 5%;
	-webkit-transition: all 5s ease;
	transition: all 5s ease;
}


/* banner */

.swiper-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-banner .swiper-slide {
	background-position: center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.swiper-wz {
	position: absolute;
	bottom: 140px;
	left: calc(100vw - 80%);
	opacity: 0;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-family: "黑体";
	/* webkit-transition: all 1s ease;
    transition: all 1s ease; */
}

.swiper-wz font {
	font-size: 30px;
	line-height: 30px;
}

.swiper-wz a {
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	display: block;
	font-family: "微软雅黑";
}

.about-banner {
	background: url(../images/about.jpg) no-repeat 50%;
	height: 490px;
}

.product-banner {
	background: url(../images/product.jpg) no-repeat 50%;
	height: 490px;
}

.product-banner1 {
	background: url(../images/product1.jpg) no-repeat 50%;
	height: 490px;
}

.product-list-banner {
	background: url(../images/product-list.jpg) no-repeat 50%;
	height: 490px;
}

.product-list-banner1 {
	background: url(../images/product-list-1.jpg) no-repeat 50%;
	height: 490px;
}

.news-banner {
	background: url(../images/news-banner.jpg) no-repeat 50%;
	height: 490px;
	margin-bottom: 50px;
}

.news-banner1 {
	background: url(../images/news-banner1.jpg) no-repeat 50%;
	height: 490px;
	margin-bottom: 50px;
}

.news-banner2 {
	background: url(../images/news-banner2.jpg) no-repeat 50%;
	height: 490px;
	margin-bottom: 50px;
}

.case-banner {
	height: 130px;
}

.case-articl-banner {
	background: url(../images/anlie.jpg) no-repeat 50%;
	height: 985px;
}

.download-banner {
	background: url(../images/xz.jpg) no-repeat 50%;
	height: 490px;
}

.contact-banner {
	background: url(../images/lxwm.jpg) no-repeat 50%;
	height: 490px;
}

marquee {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

marquee span {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	display: block;
}


/* 底部 */

.icp {
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #000;
}

.dc {
	position: relative;
	height: 100vh;
}

.foot-xtb {
	background: #000;
}

.foot-xtb ul {
	text-align: center;
	padding: 10px 0;
}

.foot-xtb ul li {
	display: inline-block;
	padding-right: 10px;
}

.bdshare-button-style1-32 a {
	background: url(../images/add.png) !important;
	;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	;
}

.ico-wx .bds_weixin {
	background: url(../images/wx.png) 0 0 !important;
	;
}

.ico-wb .bds_tsina {
	background: url(../images/wb.png) 0 0 !important;
	;
}

.ico-in .bds_linkedin {
	background: url(../images/in.png) 0 0 !important;
	;
}

.ico-f .bds_fbook {
	background: url(../images/f.png) 0 0 !important;
	;
}

.ico-gz .bds_twi {
	background: url(../images/gz.png) 0 0 !important;
	;
}


/* 首页框架 */

.content {
	position: relative;
	height: 1080px;
	width: 100%;
}

#content1 {
	background: url(../images/content1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content2 {
	background: url(../images/content2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content3 {
	background: url(../images/content3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content4 {
	background: url(../images/content4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content6 {
	background: url(../images/content6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content7 {
	background: url(../images/content7.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content8 {
	background: url(../images/content8.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content9 {
	background: url(../images/content9.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content10 {
	background: url(../images/content10.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content11 {
	background: url(../images/content11.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content11-1 {
	background: url(../images/content11-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content12 {
	background: url(../images/content12.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content12-1 {
	background: url(../images/content12-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


/* 首页 */

.index-tclx {
	background: url(../images/nrbj1.jpg) 50% no-repeat;
	min-height: 330px;
}

.index-tclx-bt {
	font-size: 26px;
	color: #666;
	font-family: "黑体";
	padding-top: 60px;
}

.index-tclx-nr {
	/*padding-top: 40px;*/
	padding-top: 28px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	max-width: 620px;
}

.index-tclx-ckgd {
	/*padding-top: 45px;*/
	padding-top: 25px;
}

.index-tclx-ckgd a {
	font-size: 14px;
	color: #00a2ea;
	vertical-align: inherit;
}

.index-tclx-ckgd a i {
	display: inline-block;
	background: url(../images/zjt.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 24px;
}

.index-gpz-sk {
	width: 100%;
	background: #fff;
	min-height: 400px;
}

.ind-bt {
	text-align: center;
}

.ind-bt h3 {
	font-size: 26px;
	font-family: "黑体";
	color: #333;
	padding-bottom: 28px;
	padding-top: 70px;
}

.ind-bt .x {
	width: 30px;
	border-bottom: 1px solid #333;
	margin: auto;
}

.index-gpz-nr {
	text-align: center;
	font-size: 14px;
	color: #808080;
	padding-top: 20px;
}

.index-gpz-lst {
	margin-top: 65px;
}

.index-gpz-lst ul li {
	width: 50%;
	float: left;
}

.index-xgpz-t {
	max-width: 91px;
	max-height: 82px;
}

.index-xgpz-t img {
	width: 100%;
}

.index-xgpznr-bt {
	font-size: 20px;
	color: #000;
}

.index-xgpznr-nr {
	font-size: 14px;
	color: #999;
	font-family: "Arial";
	padding-top: 10px;
}

.index-xgpznr-gd {
	padding-top: 20px;
}

.index-xgpznr-gd a {
	font-size: 14px;
	color: #00a2ea;
}

.index-xgpznr-gd a i {
	display: inline-block;
	background: url(../images/zjt.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

.index-xgpznr-k {
	padding-left: 15px;
}

.index-xgpz-k {
	/*max-width:250px;*/
	max-width: 260px;
	margin: auto;
	padding: 10px 0;
}

.index-gpz-xk {
	background: url(../images/gdpz.jpg) 50% no-repeat;
	height: calc(100vh - 400px);
}

.index-xmcp {
	background: #000;
}

.ind-bt.bas h3 {
	color: #fff;
}

.ind-bt.bas .x {
	border-bottom: 1px solid #fff;
}

.index-gpz-nr.bas {
	color: #fff;
}

.ind-xmcp-lst {
	padding-top: 40px;
}

.ind-xmcp-lst ul {
	text-align: center;
}

.ind-xmcp-lst ul li {
	float: left;
	width: 16.4666%;
	margin-left: 0.1%;
	margin-right: 0.1%;
	margin-bottom: 4px;
	overflow: hidden;
}

.ind-xmcp-t {
	max-width: 316px;
	max-height: 300px;
	position: relative;
	overflow: hidden;
}

.ind-xmcp-t img {
	width: 100%;
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ind-xmcp-mb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ind-xmcp-lst ul li:hover .ind-xmcp-mb {
	display: block;
}

.ind-xmcp-lst ul li:hover img {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ind-xmcp-bt {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 90px
}

.ind-xmcp-nr {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.ind-xmcp-x {
	width: 50px;
	border-bottom: 1px solid #fff;
	margin: 30px auto;
}

.ind-xmcp-ckgd {}

.ind-xmcp-ckgd a {
	display: block;
	text-align: center;
	width: 140px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	margin: auto;
}

.ind-xmcp-gdxm {
	padding-top: 50px;
	padding-bottom: 85px;
	text-align: center;
}

.ind-xmcp-gdxm a {
	display: block;
	width: 146px;
	height: 48px;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	border: 1px solid #fff;
	margin: auto;
}

.index-xw {
	height: 390px;
	background: #fff;
}

.ind-xw-bt1 {
	font-size: 26px;
	color: #333;
	padding-top: 20px;
	text-align: center;
	font-family: "黑体";
}

.ind-xw-bt {
	font-size: 26px;
	color: #333;
	padding-top: 60px;
	text-align: center;
	font-family: "黑体";
}

.ind-xwlst-lm {
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
	background: #68ccf9;
	vertical-align: -webkit-baseline-middle;
}

.ind-xwlst-nr {
	font-size: 16px;
	color: #595959;
	padding-left: 5%;
	vertical-align: -webkit-baseline-middle;
}

.ind-xwlst-nr font {
	padding-right: 5%;
	vertical-align: baseline;
}

.ind-xwlst-bt {
	background: url(../images/xwztb.png);
	width: 24px;
	height: 24px;
	top: 30px;
	position: absolute;
	right: 10%;
	display: none;
}

.ind-xw-list ul li a {
	display: block;
	width: 100%;
	position: relative;
	height: 75px;
	line-height: 75px;
}

.ind-xw-list {
	padding-top: 45px;
}

.ind-xw-list ul li:hover {
	background: #ededed;
}

.ind-xw-list ul li:hover .ind-xwlst-bt {
	display: inline-block;
}

.index-lt {
	background: #fff;
}

.index-lt-lst {
	padding-top: 25px;
}

.index-lt-lst ul li {
	background: url(../images/xzjt.png) left center no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 17px;
	float: left;
	width: 33.3333%;
	margin-bottom: 15px;
}

.ind-lxfs-bt {
	padding-top: 75px;
}

.ind-lxfs-bt h2 {
	font-family: "黑体";
	font-size: 26px;
	color: #fff;
}

.ind-lxfs-bt h3 {
	font-size: 16px;
	color: #00a2ea;
	padding-top: 10px;
}

.index-lxfs-nr {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 25px;
	padding-top: 25px;
}

.index-xtb {
	padding-top: 30px;
}

.index-xtb ul li {
	float: left;
	margin-right: 10px;
}

.index-xtb ul li:last-child {
	margin-right: 0
}

.srk1 {
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 14px;
	outline: none;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	display: block;
	background: rgba(255, 255, 255, 0);
	text-indent: 2em;
}

.srk2 {
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 14px;
	outline: none;
	width: 100%;
	height: 133px;
	display: block;
	background: rgba(255, 255, 255, 0);
	text-indent: 2em;
	line-height: 35px;
}

.fx-list {
	display: inline-block;
	vertical-align: middle;
}

.fx-list ul {
	text-align: center;
}

.fx-list ul li {
	display: inline-block;
}

.tj {
	width: 198px;
	height: 48px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 14px;
	margin-top: 10px;
}

.index-lxfs-nr span {
	display: block;
}

.index-lxfs-nr span:nth-of-type(2) {
	margin-top: 35px;
}

.ind-lxfs-nr>div {
	width: 50%;
}


/* 关于我们 */

.about {
	background: #fff;
}

.about-bt {
	font-size: 26px;
	font-family: "黑体";
	padding-top: 35px;
	color: #333;
	text-align: center;
}

.about-nr {
	font-size: 14px;
	color: #595959;
	text-align: center;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 930px;
	margin: auto;
}

.about-bg {
	padding: 40px 0;
	max-width: 730px;
	margin: auto;
}

.about-bg table {
	margin: auto;
	font-size: 14px;
}

.about-bg table tr td {
	line-height: 24px;
}

.about-bg table tr td:nth-of-type(1) {
	width: 70px;
}

.about-gpz {
	padding: 40px 0;
}

.about-gpz-bt {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.about-gpz-nr {
	color: #595959;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding-top: 35px;
	max-width: 900px;
	margin: auto;
}

.hs {
	background: #000;
}

.lichen {
	padding: 50px 0;
}

.lichen ul li {
	padding-bottom: 70px;
}

.lichen-bt {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.lichen-nr {
	width: 98%;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
	text-align: center;
}

.lichen-x {
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	margin: 10px auto 20px auto;
	background-color: #ffffff;
}

.public {
	margin-top: 60px;
	min-height: 500px;
	margin-bottom: 60px;
}

.public img {
	display: inline-block;
}

.qna-t {
	font-size: 22px;
	line-height: 38px;
}

.qna-nr {
	font-size: 16px;
	line-height: 38px;
}


/* 产品 */

.product {
	background: #fff;
	padding: 40px 0;
}

.product-nr {
	line-height: 30px;
	color: #595959;
	font-size: 14px;
	max-width: 910px;
	margin: auto;
	padding-top: 35px;
}

.product-lsit {
	padding-top: 40px;
}

.product-lsit ul li {
	padding-right: 130px;
	float: left;
}

.product-lsit ul li:last-child {
	padding-right: 0px;
}

.product-lsit ul li a {
	font-size: 16px;
	color: #00a2ea;
}

.product-lsit ul li a i {
	display: inline-block;
	background: url(../images/zjt.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	margin-top: 3px;
}

.product-dt {
	margin-top: 80px;
}

.product-dt img {
	display: inline-block;
	width: 49%;
	max-width: 550px;
}

.prodict-list-lb {
	padding-top: 70px;
}

.prodict-list-lb ul li {
	display: inline-block;
	padding-right: 100px;
	padding-bottom: 30px;
}

.prodict-list-lb ul li:nth-of-type(3n) {
	padding-right: 0;
}

.prodict-list-lb ul li a {
	display: block;
}

.prodict-list-k {
	max-width: 330px;
}

.prodict-list-t {
	border: 1px solid #ccc;
}

.prodict-list-t img {
	width: 100%;
}

.prodict-list-nrk {
	padding: 15px;
	max-height: 90px;
	position: relative;
}

.prodict-list-bt {
	font-size: 16px;
	color: #666;
}

.prodict-list-nr {
	font-size: 12px;
	color: #999;
}

.prodict-list-zjt {
	width: 24px;
	height: 24px;
	background: url(../images/zjt.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 10px;
	display: none;
}

.prodict-list-lb ul li a:hover .prodict-list-zjt {
	display: block;
}

.prodict-list-lb ul li a:hover .prodict-list-k {
	-webkit-box-shadow: #999 5px 5px 15px;
	-moz-box-shadow: #999 5px 5px 15px;
	box-shadow: #999 5px 5px 15px;
}

.gaga {
	padding: 40px 0;
}

.gaga ul {
	text-align: center;
}

.gaga ul li {
	padding-right: 20px;
}

.size table {
	color: #000;
	width: 100%;
	text-align: center;
	font-size: 21px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.size table td,
.size table th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.size table tr {
	height: 50px;
	line-height: 50px;
}

.size .lh {
	line-height: 7;
}


/* 产品文章 */

.prodi-art-t {
	position: relative;
	padding: 70px 0;
}

.prodi-art-tr {
	max-width: 560px;
	width: 100%;
}

.prodi-art-bt {
	font-size: 26px;
	color: #333333;
	padding-bottom: 20px;
}

.prodi-art-sj {
	font-size: 16px;
	color: #595959;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	display: -webkit-inline-box;
	margin-bottom: 5px;
}

.prodi-art-nr {
	font-size: 16px;
	color: #595959;
	line-height: 34px;
}

.prodi-atr-fx {
	font-size: 16px;
	color: #595959;
	padding-top: 15px;
}

.bdshare-button-style1-32 {
	display: inline-block;
	vertical-align: middle;
}

.sr-bdimgshare {
	display: none !important;
}

.product-zwk {
	/*background: #000;*/
	background: #fff;
	padding: 60px 0;
}

.product-zw-bt {
	font-size: 24px;
	color: #000;
	padding-bottom: 25px;
}

.product-zwk .size img {
	max-width: 100%;
}

.product-zw-nr {
	line-height: 24px;
	color: #fff;
	margin-bottom: 90px;
}

.product-xgcp {
	padding: 60px 0;
}

.product-xgc-bt {
	font-size: 26px;
	font-family: "黑体";
	color: rgb(51, 51, 51);
	padding-bottom: 28px;
	text-align: center;
}

.tab-nav li {
	text-align: center;
	color: #ccc;
	max-width: 58px;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}

.tab-nav li a {
	display: block;
	width: 52px;
	height: 52px;
	border: rgba(255, 255, 255, 0) solid 3px;
	border-radius: 50%;
}

.tab-nav .on a {
	border: 3px solid #00a2ea;
}

.tab-pal {
	max-width: 350px;
	height: 205px;
}

.tab-pal div {
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
}

.tab-nav li .mz {
	background-size: 200%;
}

.tab-hd {
	width: 60%;
}

.tab-bd {
	width: 40%;
}

.tab-nav .TW07,
.tab-pal .TW07 {
	background: #f6f6ec;
}

.tab-nav .TW01,
.tab-pal .TW01 {
	background: #e9e0cb;
}

.tab-nav .TY06-1,
.tab-pal .TY06-1 {
	background: #beac88;
}

.tab-nav .TY17,
.tab-pal .TY17 {
	background: #d0b07f;
}

.tab-nav .TRY2,
.tab-pal .TRY2 {
	background: #c06936;
}

.tab-nav .TR05,
.tab-pal .TR05 {
	background: #703525;
}

.tab-nav .TR03,
.tab-pal .TR03 {
	background: #504342;
}

.tab-nav .TR01,
.tab-pal .TR01 {
	background: #8b4732;
}

.tab-nav .TR19,
.tab-pal .TR19 {
	background: #3b1f14;
}

.tab-nav .TR11,
.tab-pal .TR11 {
	background: #552619;
}

.tab-nav .TR11-3,
.tab-pal .TR11-3 {
	background: #4d251a;
}

.tab-nav .TH01L,
.tab-pal .TH01L {
	background: #797979;
}

.tab-nav .TH02,
.tab-pal .TH02 {
	background: #8b8881;
}

.tab-nav .THL4,
.tab-pal .THL4 {
	background: #4b3d3a;
}

.tab-nav .TH08,
.tab-pal .TH08 {
	background: #625c60;
}

.tab-nav .TH05S,
.tab-pal .TH05S {
	background: #1c2525;
}

.tab-nav .TC06,
.tab-pal .TC06 {
	background: #76726d;
}

.tab-nav .TC03,
.tab-pal .TC03 {
	background: #796c64;
}

.tab-nav .TC00R,
.tab-pal .TC00R {
	background: #524342;
}

.tab-nav .TC04,
.tab-pal .TC04 {
	background: #504342;
}

.tab-nav .YM,
.tab-pal .YM {
	background: url(../images/1.jpg) 50% no-repeat;
}

.tab-nav .CM,
.tab-pal .CM {
	background: url(../images/2.jpg) 50% no-repeat;
}

.tab-nav .CM1,
.tab-pal .CM1 {
	background: url(../images/3.jpg) 50% no-repeat;
}

.tab-nav .CM2,
.tab-pal .CM2 {
	background: url(../images/4.jpg) 50% no-repeat;
}

.tab-nav .MSM,
.tab-pal .MSM {
	background: url(../images/5.jpg) 50% no-repeat;
}

.tab-nav .PM,
.tab-pal .PM {
	background: url(../images/6.jpg) 50% no-repeat;
}

.tab-nav .XM,
.tab-pal .XM {
	background: url(../images/7.jpg) 50% no-repeat;
}

.tab-nav .XM1,
.tab-pal .XM1 {
	background: url(../images/8.jpg) 50% no-repeat;
}

.tab-nav .YM,
.tab-pal .YM {
	background: url(../images/9.jpg) 50% no-repeat;
}

.tab-nav .YM1,
.tab-pal .YM1 {
	background: url(../images/13.jpg) 50% no-repeat;
}

.tab-nav .CM5,
.tab-pal .CM5 {
	background: url(../images/10.jpg) 50% no-repeat;
}

.tab-nav .t6,
.tab-pal .t6 {
	background: url(../images/11.jpg) 50% no-repeat;
}

.tab-nav .t9,
.tab-pal .t9 {
	background: url(../images/12.jpg) 50% no-repeat;
}

.tab-nav .cc01,
.tab-pal .cc01 {
	background: #E9E7DC;
}

.tab-nav .cc02,
.tab-pal .cc02 {
	background: #D6C9B3;
}

.tab-nav .cc03,
.tab-pal .cc03 {
	background: #D5C29E;
}

.tab-nav .cc04,
.tab-pal .cc04 {
	background: #CD9F5C;
}

.tab-nav .cc05,
.tab-pal .cc05 {
	background: #C76032;
}

.tab-nav .cc06,
.tab-pal .cc06 {
	background: #9E3A2B;
}

.tab-nav .cc07,
.tab-pal .cc07 {
	background: #B45635;
}

.tab-nav .cc08,
.tab-pal .cc08 {
	background: #B05235;
}

.tab-nav .cc09,
.tab-pal .cc09 {
	background: #B65C35;
}

.tab-nav .cc10,
.tab-pal .cc10 {
	background: #A54B36;
}

.tab-nav .cc11,
.tab-pal .cc11 {
	background: #7B312C;
}

.tab-nav .cc12,
.tab-pal .cc12 {
	background: #CFC9C0;
}

.tab-nav .cc13,
.tab-pal .cc13 {
	background: #80827A;
}

.tab-nav .cc14,
.tab-pal .cc14 {
	background: #737064;
}

.tab-nav .cc15,
.tab-pal .cc15 {
	background: #626A66;
}

.tab-nav .cc16,
.tab-pal .cc16 {
	background: #303C39;
}

.tab-nav .cc17,
.tab-pal .cc17 {
	background: #91745B;
}

.tab-nav .cc18,
.tab-pal .cc18 {
	background: #715E54;
}

.tab-nav .cc19,
.tab-pal .cc19 {
	background: #723F37;
}

.tab-nav .cc20,
.tab-pal .cc20 {
	background: #54473E;
}


/* 案例 */

.case-mbx {
	color: #999;
	font-size: 16px;
	padding-top: 40px;
}

.case-lm {
	font-size: 20px;
	color: #595959;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.case-ttlist {
	padding: 40px 0px;
}

.case-ttlist ul {
	text-align: center;
}

.case-ttlist ul li {
	display: inline-block;
	max-width: 930px;
	width: 49%;
	margin-right: 0.5%;
}

.case-ttlist-t img {
	width: 100%;
}

.case-ttlist ul li:nth-of-type(2n) {
	margin-right: 0;
}

.case-ttlist-nr {
	color: #808080;
	font-size: 16px;
	padding: 20px;
	text-align: left;
}

.case-ttlist-nr font {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.case-syxm a {
	font-size: 16px;
	color: #333333;
	text-align: center;
	width: 258px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #333;
	margin: 50px auto;
	display: block;
}

.case-gdlist {
	display: none;
	padding-bottom: 80px;
}

.case-gdlist ul li {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

.case-gdlist-fl {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.case-gdlist-nr {
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
}

.case-gdlist-nr font a {
	font-weight: bold;
	color: #000;
}

.case-gdlist-nr font {
	font-size: 16px;
	color: #333;
	display: block;
}

.case-gdlist-k {
	max-width: 250px;
	margin: auto;
}


/* 案列文章 */

.case-article-bt {
	font-size: 16px;
	color: #808080;
	padding-top: 60px;
}

.case-article-bt font {
	color: #333;
	font-size: 26px;
	display: block;
	padding-bottom: 10px;
}

.case-article-wzk {
	padding-top: 30px;
}

.case-article-wz {
	max-width: 700px;
	line-height: 35px;
	font-size: 14px;
	color: #595959;
	width: 100%;
}

.case-article-cs {
	max-width: 400px;
	line-height: 35px;
	font-size: 20px;
	color: #808080;
	font-weight: bold;
	width: 100%;
}

.case-article-cs font {
	color: #595959;
	display: block;
	font-weight: normal;
}

.case-article-t {
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}

.case-article-t img {
	max-width: 100%;
}

.case-article-xgbt {
	font-size: 20px;
	color: #595959;
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 35px;
}

.case-article-xglist {
	padding-bottom: 100px;
}

.case-article-xglist ul {
	width: 98%;
	margin: auto;
}

.case-article-xglist ul li {
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
}

.case-article-xglist ul li:nth-of-type(4) {
	margin-right: 0
}

.case-article-xgt img {
	width: 100%;
}

.case-article-xgnr {
	padding-top: 10px;
	color: #808080;
	font-size: 14px;
}

.case-article-xgnr font {
	font-size: 16px;
	color: #595959;
	display: block;
}


/* 下载 */

.download {
	padding: 50px 0 210px 0;
}

.download-bt {
	font-size: 26px;
	color: #333333;
	font-family: "黑体";
}

.download-nr {
	font-size: 14px;
	color: #595959;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 70px;
}

.download-list ul {
	text-align: center;
}

.download-list ul li {
	display: inline-block;
	width: 32%;
}

.download-list-k {
	max-width: 200px;
	margin: auto;
}

.download-list-t img {
	width: 100%;
}

.download-list-lj {
	margin-top: 30px;
}

.download-list-lj a {
	display: block;
	max-width: 148px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-size: 14px;
	border: 1px solid #333;
	margin: auto;
}

.download-list-lj a i {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(../images/xz2.png);
	margin-left: 10px;
	vertical-align: middle;
}

.download-list-lj:hover a {
	color: #fff;
	background: #00a2ea;
	border: 1px solid #00a2ea;
}

.download-list-lj:hover a i {
	background: url(../images/xz1.png);
}

.qna-t font,
.qna-nr font {
	margin-right: 10px;
}

.qa-list ul li {
	padding-bottom: 40px;
}


/* 新闻 */

.news-k {
	max-width: 370px;
	margin: auto;
}

.news-t img {
	width: 100%;
}

.news-nrk {
	padding: 15px 5px;
}

.news-bt a {
	font-size: 18px;
	color: #333333;
}

.news-sj {
	font-size: 14px;
	color: #808080
}

.news-zy {
	font-size: 14px;
	color: #808080;
	padding-top: 10px;
	min-height: 60px;
	overflow: hidden;
}

.news {
	padding-top: 40px;
}

.news ul li {
	float: left;
	margin-right: 3%;
	width: 31%;
	margin-bottom: 20px;
}

.news ul li:nth-of-type(3n) {
	margin-right: 0
}

.news-mor {
	margin-top: 40px;
}

.news-mor a {
	font-size: 14px;
	color: #808080;
	text-align: center;
	width: 158px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #333;
	margin: 50px auto;
	display: block;
}

.ind-xw-list.arc {
	padding-top: 0
}

.gaga {
	padding-top: 40px;
	padding-bottom: 60px;
}

.gaga ul {
	text-align: center;
}

.gaga ul li {
	display: inline-block;
	padding-right: 20px;
	color: #333;
	font-size: 14px;
}

.gaga ul li a {
	color: #333;
	font-size: 14px;
	margin-right:20px;
}


/* 新闻详情 */

.news-article-bt {
	font-size: 18px;
	color: #333;
}

.news-article-k {
	margin-top: 40px;
	margin-bottom: 200px;
}

.news-article-zcl {
	max-width: 265px;
	width: 22%;
}

.news-article-nrk {
	max-width: 900px;
	width: 70%;
}

.ssk {
	width: 258px;
	height: 33px;
	border: 1px solid #cccccc;
	margin-top: 17px;
}

.search-ss {
	height: 33px;
	text-indent: 2em;
	width: 218px;
}

.search-an {
	width: 35px;
	height: 33px;
	background: url(../images/ss.jpg) no-repeat;
}

.news-zx {
	padding-top: 85px;
}

.news-zx-bt {
	font-size: 16px;
	color: #333333;
}

.news-zx-lst {
	padding-top: 35px;
}

.news-zx-lst ul li {
	padding-bottom: 20px;
}

.news-zx-lst ul li a {
	font-size: 14px;
	color: #808080;
}

.news-article-sj {
	font-size: 14px;
	color: #808080;
	padding-top: 10px;
}

.news-article-nr {
	padding-top: 30px;
	line-height: 30px;
}

.news-article-nr img {
	max-width: 100%;
	display: inline-block;
}


/* 联系我们 */

.contact-bt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.contact-nr {
	padding-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.lx-sr1 {
	height: 50px;
	background: #ededed;
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: 2em;
}

.contact-bd {
	font-size: 14px;
	color: #333;
}

.lx-sr2 {
	height: 230px;
	background: #ededed;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 5px;
	text-indent: 2em;
	padding-top: 10px;
}

.szmk {
	width: 218px;
	height: 28px;
	border: 1px solid #b3b3b3;
}

.szm div {
	display: inline-block;
	padding-right: 10px;
}

.bm {
	padding-top: 20px;
}

.bm input {
	vertical-align: initial;
}

.contact-tj {
	padding-top: 40px;
}

.con-tj {
	width: 198px;
	height: 48px;
	border: 1px solid #333333;
	color: #333333;
	background: #fff;
	font-size: 16px;
	margin-top: 10px
}

.caont-article-nrk {
	max-width: 900px;
	width: 70%
}

.caont-zcl {
	max-width: 265px;
	width: 22%;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.map {
	max-width: 1600px;
	margin: auto;
	width: 100%;
	height: 400px;
	margin-top: 40px;
}

.contact-gq-bt {
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

.contact-gq-nr {
	color: #333;
	font-size: 15px;
	margin-top: 10px;
}

.contact-list {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.contact-list ul li {
    width:300px;
    height: 200px;
    float:left;
	margin-bottom: 20px;
	margin-left: 100px;
}

.comtact-lxlist ul li {}


/* 适配 */

@media screen and (max-width:1600px) {
	.ind-xmcp-bt {
		padding-top: 50px;
	}
}

@media screen and (max-width:1400px) {
	.ind-xmcp-bt {
		padding-top: 40px;
	}
}

@media screen and (max-width:1200px) {
	.ind-xmcp-bt {
		padding-top: 20px;
	}
	.box {
		padding: 0 2%;
	}
	.prodict-list-lb ul li {
		padding-right: 75px;
	}
}

@media screen and (max-width:1024px) {
	header {
		display: none;
	}
	.logo2 {
		position: absolute;
		left: 5px;
		top: 5px;
	}
	.logo2 img {
		height: 35px;
	}
	.index-tclx .box {
		width: 85%;
	}
	.ind-xw-list .box {
		width: 85%;
	}
	.index-lt .box {
		width: 85%;
	}
	.index-lxfs .box {
		width: 85%;
	}
	.ind-xmcp-bt {
		padding-top: 10px;
		font-size: 14px;
	}
	.ind-xmcp-nr {
		padding-top: 5px;
		font-size: 14px;
	}
	.ind-xmcp-x {
		margin: 15px auto;
	}
	.ind-xmcp-ckgd a {
		width: 120px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.about .box {
		width: 85%;
	}
	.prodict-list-lb ul li {
		padding-right: 9%;
		width: 27%;
	}
	/* .sp-bottom-thumbnails.sp-has-pointer{
        display: none;
    }
    .prodi-art-t .fl, .prodi-art-t .fr{
        float: none;
        margin: auto;
    } */
	.prodi-art-tr {
		max-width: 410px;
		width: 100%;
	}
	.sp-bottom-thumbnails.sp-has-pointer {
		left: 580px !important;
	}
	.product-zwk .box {
		width: 95%;
	}
	.mean-nav>ul>li>ul>li>a>font {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.ind-lxfs-nr>div {
		width: 100%;
	}
	.ind-xmcp-lst ul li {
		width: 24.7%;
	}
	.index-lt-lst ul li {
		width: 50%;
	}
	.index-lt {
		min-height: 380px
	}
	.ind-lxfs-nr .fr {
		display: none;
	}
	.index-lxfs-nr span:nth-of-type(1) {
		float: left;
		width: 50%;
	}
	.index-lxfs-nr span:nth-of-type(2) {
		float: right;
		width: 50%;
		margin-top: 0;
	}
	.ind-xmcp-bt {
		padding-top: 10px;
		font-size: 14px;
	}
	.ind-xmcp-nr {
		padding-top: 5px;
		font-size: 14px;
	}
	.ind-xmcp-x {
		margin: 15px auto;
	}
	.ind-xmcp-ckgd a {
		width: 120px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.prodict-list-lb ul li {
		padding-right: 4%;
		width: 30%;
	}
	.sp-bottom-thumbnails.sp-has-pointer {
		display: none;
	}
	.prodi-art-t .fl,
	.prodi-art-t .fr {
		float: none;
		margin: auto;
	}
	.case-article-wzk .fr,
	.case-article-wzk .fl {
		float: none;
		width: 90%;
		margin: auto;
	}
	.case-article-bt,
	.case-mbx {
		width: 90%;
		margin: auto;
	}
	.news ul li {
		width: 47%;
	}
	.news ul li:nth-of-type(3n) {
		margin-right: 3%;
	}
	.news ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.fl.news-article-zcl,
	.fr .news-article-nrk {
		float: none;
	}
	.news-zx,
	.news-article-bt {
		display: none;
	}
	.news-article-nrk {
		width: 100%;
		margin-top: 40px;
	}
	.tab-hd {
		width: 50%;
	}
	/* .content{
        min-height: 1080px;
        height: auto;
    }
     #content1{
        background-image: url("../images-2/content1.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    #content2 {
        background-image: url("../images-2/content2.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    #content3 {
        background-image: url("../images-2/content3.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    #content4 {
        background-image: url("../images-2/content4.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    
    #content6 {
        background-image: url("../images-2/content6.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
        height: 1200px;
    }
    #content7 {
        background-image: url("../images-2/content7.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
        height: 1200px;
    }
    #content8 {
        background-image: url("../images-2/content8.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
        height: 1200px;
    }
    #content9 {
        background-image: url("../images-2/content9.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
        height: 1200px;
    }
    #content10 {
        background-image: url("../images-2/content10.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
        height: 1200px;
    }
    #content11 {
        background-image: url("../images-2/content11.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    #content12 {
        background-image: url("../images-2/content12.jpg");
        background-size: 100%;
        background-position: 50% 100% !important;
        background-repeat: no-repeat;
    }
    .swiper-banner .swiper-slide:nth-of-type(1){
        background: url("../images-2/banner1.jpg") 50% center / cover no-repeat !important;
    }
    .swiper-banner .swiper-slide:nth-of-type(2){
        background: url("../images-2/banner2.jpg") 50% center / cover no-repeat !important;
    }
    .swiper-banner .swiper-slide:nth-of-type(3){
        background: url("../images-2/banner3.jpg") 50% center / cover no-repeat !important;
    }
    .swiper-banner .swiper-slide:nth-of-type(4){
        background: url("../images-2/banner4.jpg") 50% center / cover no-repeat !important;
    }
    .swiper-banner .swiper-slide:nth-of-type(5){
        background: url("../images-2/banner4.jpg") 50% center / cover no-repeat !important;
    }
    .about-banner{
        background: url(../images-2/about.jpg) 50% center / cover no-repeat;
        height: 490px;
    }
    .product-banner{
        background: url(../images-2/product.jpg) 50% center / cover no-repeat;
        height: 490px;
    }
    .product-list-banner{
        background: url(../images-2/product-list.jpg) 50% center / cover no-repeat;
        height: 490px;
    }
    .case-articl-banner{
        background: url(../images-2/anlie.jpg) 50% center / cover no-repeat;
        height: 985px;
    }
    .download-banner{
        background: url(../images-2/xz.jpg) 50% center / cover no-repeat;
        height: 490px;
    }
    .contact-banner{
        background: url(../images-2/lxwm.jpg) 50% center / cover no-repeat;
        height: 490px;
    } */
	.contact-list {
		width: 49%;
	}
}

@media screen and (max-width:640px) {
	.swiper-wz {
		left: calc(100vw - 85%);
	}
	.icp {
		height: 60px;
		padding: 0 10%;
		line-height: 25px;
	}
	.ind-xmcp-bt {
		padding-top: 10px;
		font-size: 14px;
	}
	.ind-xmcp-nr {
		padding-top: 5px;
		font-size: 14px;
	}
	.ind-xmcp-x {
		margin: 10px auto;
	}
	.ind-xmcp-ckgd a {
		width: 120px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.caont-zcl {
		width: 35%;
	}
	.caont-article-nrk {
		width: 60%;
	}
	.notice .fl,
	.notice .fr {
		float: none;
	}
	.tab-hd,
	.tab-bd {
		width: 100%;
	}
	.tab-pal {
		margin: auto;
	}
	.tab-nav {
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.swiper-wz {
		font-size: 26px;
		line-height: 26px;
	}
	.swiper-wz a {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.index-tclx-bt {
		font-size: 20px;
	}
	.index-tclx-nr {
		padding-top: 20px;
	}
	.index-tclx-ckgd {
		padding-top: 25px;
	}
	.index-xgpz-k .fl {
		float: none;
	}
	.index-xgpz-k {
		text-align: center;
	}
	.index-xgpz-t {
		margin: auto;
	}
	.index-gpz-lst {
		margin-top: 40px;
	}
	.index-lt-lst ul {
		text-align: center;
	}
	.index-lt-lst ul li {
		width: 100%;
	}
	.ind-xw-list ul li a {
		line-height: 35px;
	}
	.ind-xwlst-nr {
		padding-left: 0;
		display: block;
	}
	.ind-xwlst-nr font {
		padding-right: 0;
	}
	.index-lt-lst ul li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.index-lt-lst {
		padding-top: 20px;
	}
	.index-lxfs-nr {
		line-height: 24px;
		padding-top: 25px;
		font-size: 12px;
	}
	.icp {
		height: 70px;
		padding: 0 10%;
		line-height: 25px;
		font-size: 12px;
	}
	.index-xtb ul li {
		width: 20%;
		margin-right: 0;
		text-align: center;
	}
	.ind-bt h3 {
		padding-top: 50px;
	}
	.swiper-wz {
		font-size: 18px;
		line-height: 26px;
	}
	.index-tclx-bt {
		font-size: 18px;
		padding-top: 40px;
	}
	.ind-xmcp-lst ul li {
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.ind-xwlst-nr {
		font-size: 12px;
	}
	.ind-xmcp-bt {
		padding-top: 10px;
		font-size: 14px;
	}
	.ind-xmcp-nr {
		padding-top: 5px;
		font-size: 14px;
	}
	.ind-xmcp-x {
		margin: 15px auto;
	}
	.ind-xmcp-ckgd a {
		width: 120px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.product-lsit ul li {
		float: none;
		padding-right: 0;
	}
	.prodict-list-lb ul li:nth-of-type(3n) {
		padding-right: 4%;
	}
	.prodict-list-lb ul li:nth-of-type(2n) {
		padding-right: 0%;
	}
	.prodict-list-lb ul li {
		padding-right: 4%;
		width: 47%;
	}
	.case-ttlist ul li {
		width: 85%;
		margin-right: 0;
	}
	.case-article-xglist ul li {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	.case-article-xglist ul li:nth-of-type(2n) {
		margin-right: 0
	}
	.news ul li {
		width: 100%;
	}
	.news ul {
		width: 95%;
		margin: auto;
	}
	.news ul li:nth-of-type(3n) {
		margin-right: 0%;
	}
	.news ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.download-bt {
		width: 95%;
		margin: auto;
	}
	.fl.caont-zcl,
	.fr.caont-article-nrk {
		float: none;
		width: 100%;
	}
	.fr.caont-article-nrk {
		margin-top: 20px;
	}
	.szmk {
		width: 200px;
	}
	.contact-list {
		width: 90%;
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
}

@media screen and (max-width:370px) {
	.prodict-list-lb ul li {
		padding-right: 0%;
		width: 85%;
	}
	.prodict-list-lb ul li:nth-of-type(3n) {
		padding-right: 0;
	}
	.prodict-list-lb ul {
		text-align: center;
	}
	.content {
		min-height: 960px;
		height: auto;
	}
}

.icp-ba {
	text-align: center;
	background: #000;
	padding-bottom: 10px;
	line-height: 20px;
}

.icp-ba a:nth-child(2) {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.icp-ba a img {
	display: block;
    width: 100%;
    height: auto;
}
.icp-ba span {
	color: #fff;
    position: relative;
    left: 2px;
}
