/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 微软雅黑;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
#header {
	background-image: url(../images/top.png);
	width: 100%;
	height: 155px;
}
#logo {
	padding: 31px 0;
	height: 52px;
	width: 1100px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.st {
	float: right;
	font-size: 18px;
	color: #0a2c6b;
	text-decoration: none;
}
.st strong {
	font-size: 18px;
line-height:40px;
	font-weight: bold;
}
#nav {
	width: 1100px;
	margin: 0 auto;
	height: 40px;
}
#nav ul ul {
	display: none;
	z-index: 999999999;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
#nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#nav ul li {
	float: left;
}
#nav ul li:hover {
	background: #fff;
}
#nav ul li:hover a {
	color: #015baa;
}
#nav ul li a {
	display: block;
	color: #015baa;
	font-size: 20px;
	font-family: "微软雅黑";
	padding:0px 23px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
#nav li a:hover {
	color: #015baa;
}
#nav ul ul {
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
#nav ul ul li {
	float: none;
	position: relative;
}
#nav ul ul li a {
	font-size: 16px;
}
#nav ul ul li ul li a {
	padding: 0 15px;
	color: #015baa;
	font-size: 14px;
}
#nav li ul li a:hover {
	background-image: url(../images/nav-jiantou.png);
	color: #015baa;
}
#nav ul li ul li .san {
	width: 402px;
}
#nav ul li ul li .san li a {
	width: 170px;
	display: block;
	float: left;
	text-align: left;
	border-bottom: 1px dotted #eaeaea;
	border-right: 1px dotted #eaeaea;
}
#nav ul li ul li .si {
	width: 483px;
}
#nav ul li ul li .si li a {
	width: 130px;
	display: block;
	float: left;
	text-align: left;
	border-bottom: 1px dotted #eaeaea;
	border-right: 1px dotted #eaeaea;
}
#nav ul li ul li ul li a {
	width: 210px;
	text-align: left;
}
#nav ul li ul li ul li a:hover {
	background-image: url(../images/nav-jiantou2.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#banner,#banner2 {
	margin: 0 auto;
	width: 100%;
	min-height:200px;
	overflow:hidden;
}
.banner_btn {
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: 10px;
}
.banner_btn li {
	float: left;
	width: 11px;
	height: 11px;
	background-color: #a6a39e;
	margin: 0 4px;
}
.banner_btn .currentLi {
	background-color: white;
}
/*banner_jquery*/
.banner img {
	float: left;
}
.banner_btn li {
	cursor: pointer;
}
.banner_container {
	height: 450px;
	position: relative;
	overflow: hidden;
	clear: both;
}
.banner {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

/*index.css*/
#content {
	width: 1100px;
	margin: 30px auto;
	min-height: 300px;
	overflow: hidden;
}
.index_news {
	width: 460px;
	float: left;
}
.h3 {
	background: url(../images/titbg1.png) no-repeat;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	color: #06F;
	font-weight: normal;
	margin-bottom: 20px;
}
.h3 span {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.h31 {
	background: url(../images/titbg2.png) no-repeat;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	color: #06F;
	font-weight: normal;
	margin-bottom: 20px;
}
.h31 span {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.h32 {
	background: url(../images/titlebg.png) no-repeat;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	color: #06F;
	font-weight: normal;
	margin-bottom: 20px;
}
.h32 span {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.index_news ul {
	margin: 0 15px;
}
.index_news li {
	line-height: 32px;
	font-size: 16px;
}
.libg {
	background: url(../images/newsli.gif) no-repeat left center;
	text-indent: 15px;
}
.index_news .time {
	float: right;
	font-size: 14px;
}
.index_news ul li img {
	width: 78px;
	height: 100px;
	float: left;
	margin-right: 15px;
}
.index_news ul li h1 {
	font-size: 16px;
	line-height: 23px;
	color: #333;
}
.index_news ul li p {
	font-size: 12px;
	line-height: 22px;
	margin: 5px 0 10px;
	color: #666;
}
.index_news li a {
	color: #333;
}
.index_video {
	float: right;
	width: 460px;
}
.index_video p {
	margin: 10px 0 0 30px;
}
.index_video p a {
	color: #06F;
}
.index_video iframe {
	margin-left: 30px;
	width: 400px;
	height: 250px;
}
.one {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.two {
	width: 100%;
	margin: 20px auto;
	clear: both;
	min-height: 200px;
	overflow: hidden;
}
.index_xiufu {
	float: left;
	width: 460px;
}
.index_pro {
	width: 460px;
	float: right;
}
.index_pro ul li {
	float: left;
	margin: 0 9px 15px;
}
.index_pro ul li a {
	color: #333;
	display: block;
	width: 210px;
	line-height: 30px;
	text-indent: 10px;
	border: solid 1px #bdbdbd;
	font-size: 16px;
	background: url(../images/a-back.png) center;
}
.index_pro ul li a:hover {
	color: #000;
	text-decoration: none;
}
.product {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.product .td {
	padding: 0 10px;
	line-height: 28px;
}
.product .td a {
	color: #666;
}
.product .td img {
	width: 200px;
}
/*neiye.css*/
.dh {
	border-bottom: 1px solid #666;
	min-height: 20px;
	overflow: hidden;
}
.dh ul {
	width: 1100px;
	margin: 0 auto;
}
.dh li {
	float: left;
	line-height: 40px;
}
.dh a {
	padding: 0 10px;
	color: #015baa;
	font-size: 18px;
}
.dh a:hover {
	color: #333;
}
.right {
	float: right;
	width: 320px;
}
.right h3 {
	border-bottom: 2px solid #015baa;
	line-height: 40px;
	font-size: 24px;
	font-weight: normal;
}
.right p {
	line-height: 26px;
	font-size: 14px;
	margin: 10px 10px;
}
.prolist {
	width: 350px;
	margin: 15px 0 30px;
}
.prolist li {
	float: left;
	margin: 0 5px;
	margin-bottom: 10px;
}
.prolist a {
	color: #015baa;
	display: block;
	width: 150px;
	line-height: 30px;
	text-indent: 5px;
	border: solid 1px #bdbdbd;
	font-size: 14px;
	background: url(../images/a-back.png) center;
}
.prolist .a1 {
	color: #015baa;
	display: block;
	width: 120px;
	line-height: 30px;
	text-indent: 5px;
	border: solid 1px #bdbdbd;
	font-size: 14px;
	background: url(../images/a-back.png) center;
}
.prolist .a2 {
	color: #015baa;
	display: block;
	width: 180px;
	line-height: 30px;
	text-indent: 5px;
	border: solid 1px #bdbdbd;
	font-size: 14px;
	background: url(../images/a-back.png) center;
}
.prolist a:hover {
	color: #000;
	text-decoration: none;
}
.left {
	width: 750px;
	float: left;
}
.about_div {
	margin: 30px 0 30px;
	width: 600px;
	color: #555555;
	clear: both;
	min-height: 160px;
	overflow: hidden;
}
.about_p {
	line-height: 25px;
	width: 300px;
	float: left;
	margin-left: 20px;
	font-size: 16px;
}
.about_p1 {
	line-height: 25px;
	width: 300px;
	float: left;
	margin-right: 20px;
	font-size: 16px;
}
.about_h1 {
	margin: 15px 10px;
	color: #015baa;
	font-size: 18px;
	font-weight: normal;
}
.about_p2 {
	line-height: 22px;
	color: #555555;
	margin: 0 15px;
	font-size: 14px;
	padding-bottom: 20px;
}
.about_xian {
	border-bottom: 1px solid #015baa;
}
.about_p3 {
	color: #17365d;
	font-size: 20px;
	font-weight: bold;
	line-height:40px;
	margin:5px 0;
}
.about_p4 {
	color: #555555;
	font-size: 16px;
	font-weight: normal;
	line-height:30px;
}
.about_p5 {
	color: #17365d;
	font-size: 16px;
	font-weight: bold;	
	margin:5px 0;

}

.contact {
	line-height: 32px;
	font-size: 16px;
	margin-left:20px;
	margin: 10px 10px;
}
.news{
	margin:15px;
}
.news li {
	margin-bottom: 20px;
	border-bottom:1px dotted #eaeaea;
}
.news li a {
	font-size: 18px;
	background:url(../images/newsli.gif) no-repeat left center;
	color: #333;
}
.news li a:hover {
	color: #333;
}
.news li p {
	font-size: 14px;
	line-height:24px;
	margin-bottom:5px;
	color: #999;
}
.news span {
	float:right;
	font-size: 14px;
	color: #666;
}
.title{
	font-size:24px;
	border-bottom:1px solid #ccc;
	line-height:40px;
}
.title span{
	float:right;
	font-size:14px;
}

.con{
	margin:15px;
}
.con p{
	font-size:14px;
	line-height:26px;
	margin-bottom:5px;
	 text-indent:2em;
}
.conpro{
	margin:15px;
}
.conpro p{
	font-size:14px;
	line-height:26px;
	margin-bottom:5px;
}
.conpro p strong{
	font-size:16px;
	color:#015BAA;
	margin-bottom:10px;
}
.biaoti {
	text-align: center;
	margin: 20px auto 0;
	padding: 0;
	font-size:18px;
	line-height:40px;
}
.zzsj {
	background: #EEEEEE;
	text-align: center;
	margin: 0 auto 10px;
	font-size:12px;
	padding: 8px 0;
}
.xgtj{
	padding:15px 10px 15px 20px;
	border-top:1px dotted #ccc;	
}
.xgtj h4{
	line-height:20px;
	
}
.xgtj ul li {
	list-style: none;
	text-align: center;
	float: left;
	margin: 10px 7px;
	font-size:12px;
	line-height:26px;
	padding: 0;
}
.xgtj ul li img{
	width:150px;
	border:1px solid #ddd;
	background:#f9f9f9;
}
.page{
	text-align:center;
	clear:both;
	padding:20px 0;
}

.newsxgtj{
	padding:15px;
	border-top:1px dotted #ccc;	
}
.newsxgtj h4{
	line-height:20px;
	
}
.news33{
width:350px;
float:left;
border-right:1px solid #eee;
}
.news44{
width:340px;
float:right;
}
.pro33{
width:360px;
float:left;
border-right:1px solid #eee;
}
.pro44{
width:340px;
float:right;
}
.newsxgtj ul {
	margin: 10px 0 0;
	padding: 0;
}
.newsxgtj ul li {
	font-size: 12px;
	line-height: 26px;
	margin: 0 0 0 30px;
	float: left;
	width:330px;
	padding: 0;
	
}
.newsxgtj ul li span{ padding:0px 5px;}
.pro-nav8 {
	margin:15px 0 30px;

}
.pro-nav8 li{
		margin:0 5px;	
		line-height:28px;
	text-indent:5px;
	font-size: 14px;

}
.pro-nav8 a {
	color: #333;

}
.pro-nav8 li span{
	float:right;
}



.pro-nav {
	width: 800px;
	margin: 0 auto;
}
.pro-nav h1 {
	font-size: 40px;
	color: #015baa;
	font-family: "微软雅黑";
	font-weight: 900;
	padding-top: 20px;
}
.pro-nav p {
	font-size: 20px;
	margin-top: 15px;
	line-height: 30px;
}
.pro-nav a {
	color: #09F;
}
.pro-nav2 {
	width: 820px;
	margin: 20px auto;
}
.pro-nav2 li{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	line-height:30px;
	background: url(../images/a-back.png) center;	
	padding: 0 15px;
	font-size: 16px;
	margin-left: 22px;
	border: solid 1px #bdbdbd;
}
.pro-nav2 a {
	color: #06F;

}
.pro-nav2 a:hover {
	color: #000;
	text-decoration: none;
}
#content1{
	width: 1100px;
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
}
.pro{
	background:url(../images/line.png) center top repeat-y;	
	min-height: 100px;
	overflow: hidden;

}

.pro dl{
	padding:30px 50px 0 50px;
	width:450px;
	float:left;
	height:157px;
	border-bottom:1px solid #ccc;
}

.product_img{
	float:left;
	margin-right:20px;
}
.product_img img{
	width:182px;
	
}
.pro dl dt{
    font-size: 18px;
	line-height:24px;
	margin-bottom:10px;
}
.pro dl dt a{
    color: #015baa;

}
.pro dl dd{
	line-height:22px;
	font-size:14px;
	color:#999;
	
}
.left .yy{
	margin:0 10px;
}
.left .yy p{
	font-size:16px;
	line-height:32px;
	margin-bottom:5px;
	
}
.yytt{
font-style: normal;
    color: #2f5496;
    font-size: 22px;
	margin-bottom:10px;
    font-weight: bold;
}



/*bottom*/
.bottom {
	width: 100%;
	height: 330px;
	background-color: #2e3c49;
	overflow: hidden;
	position: relative;
}
.text {
	left: 11%;
	clear: both;
	position: absolute;
}
.text p a {
	color: #CCC;
}
.bottom ul {
	float: left;
	margin-left: 80px;
	text-align: left;
	margin-top: 20px;
}
.bottom ul p {
	font-size: 22px;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}
.bottom ul li {
	margin-bottom: 10px;
}
.bottom ul li a {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
.bottom ul li a:hover {
	color: #09F;
}
.text-right {
	position: absolute;
	width: 230px;
	left: 130%;
	top: 25px;
	overflow: hidden;
}
.text-right img {
	width: 90px;
margin:10px 0 10px;
	height: 90px;
	float: left;
}
.text-right p {
clear:both;
	color: #999;
	text-align: center;
	margin-bottom: 2px;
	text-align: left;
	color: #CCC;
	font-size: 20px;
}
/*copyright*/
.copyright {
	color: white;
	position: absolute;
	bottom: 6%;

text-align:center;
	overflow: hidden;
	width: 100%;
	color: #CCC;
}
.copyright p a {
	color: #CCC;
	margin-right: 10px;
	font-family: arial, microsoft yahei, sans-serif;
}
.links {
	background-color: #2e3c49;
	line-height: 26px;
	color: #ccc;
}
.links a {
	color: #ccc;
	font-size: 12px;
}



.repair{width:870px;margin:0 auto;margin-bottom:20px;}
.repair h1 {font-size:20px;margin-bottom:50px;}
.repair h1 a{color:#015baa;text-decoration:none;}
.repair h1 a:hover{color:#000;}

.repair-con{overflow:hidden;clear:both;margin-top:20px;}
.repair-con p{float:left;width:450px;line-height:23px;margin-top:25px;}
.repair-con img{float:left;}
/*产品大全*/
#dq{width:1100px; margin:0 auto;}
#dq h3{font-size: 26px; color: rgb(1, 91, 170); font-family: 微软雅黑; font-weight:bold; padding-top: 30px; }
#fenlei{ border-top:1px solid #ccc; margin-top:10px; padding-bottom:20px;}
.fl{ width:1100px; margin:0 auto; padding:20px 0px;}
.fl p{ color:#015baa; font-size:18px; margin-bottom:0px; font-family:"黑体";}
.fl ul{ margin:8px 0px;}
.fl ul li{ float:left; padding:3px 15px;}
.fl ul li a{ color:#666; font-size:14px;}


/*top样式*/
.top1{width:100%; height:40px; float:left}
.logo1{width:50%; float:left; margin-top:7px; margin-left:5px;}
.tel{width:130px; height:49px; float:right; margin-right:8px;}
.tel_a{width:130px; height:16px; font-size:17px; color:#800713; font-family:"微软雅黑"; text-align:right; margin-top:10px;}
/*导航样式*/
.nav1{float: left;width:100%;background-color:#0a2c6b;}
.nav1 li{ float: left;height: 40px;line-height: 40px;text-align: center;}
.nav1 li a{color: #fff;font-size: 16px;font-weight: bold;text-decoration: none;border-left: 1px solid #000;border-top: 1px solid #000;width:100%;display: block;}

/*切换标签样式*/
.itab{float:left; width:100%;}
.slideBox{width:100% height:38px; background:#e1d9c1; font-family:"微软雅黑"}
.slideBox span{background:#e1d9c1;color:#000;cursor:pointer;float:left;font-size:16px;height:42px;line-height:42px;text-align:center;}
.slideBox dt .on,  .slideBox a:hover{color:#800713;  border-bottom:2px solid #800713; background:url(../images/01.png) no-repeat scroll 50% bottom;font-weight:bold;}
.slideBox dd{width:100%; height:auto; clear:both; display:none; background:#fff}
.slideBox dd ul li{width:33.33%; text-align:center; height:40px; line-height:40px; background:#fff; font-size:14px; float:left;}
.slideBox dd ul li a{ text-decoration:none; color:#000;}
.slideBox dd ul li a:hover{ text-decoration:none; color:#000;  border-bottom:none; background:none}

/*线条样式样式*/
.line{width:100%; height:2px; background:#e1d9c1; float:left; margin:3px auto;}

/*线条样式样式*/
.focus{width:320px; height:200px;overflow:hidden;position:relative; margin:auto; float:left; margin:5px auto;}
.focus ul{height:320px;position:absolute;}
.focus ul li{float:left;width:320px;height:200px;overflow:hidden;position:relative;}
.focus .btnBg{position:absolute;width:320px;height:20px;left:0;bottom:0;background:#000;}
.focus .btn{position:absolute;width:320px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
.focus .btn span{display:inline-block;_display:inline;_zoom:1;width:20px;height:5px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
.focus .btn span.on{background:#fff;}

/*banner样式 */
.wrapper{left:0;width:100%;overflow:hidden; float:left; }
/* swipe */
.swipe{width:100%; overflow:hidden; margin:0 auto}
.swipe ul{-webkit-transition:left 800ms ease-in 0;-moz-transition:left 800ms ease-in 0;-o-transition:left 800ms ease-in 0;-ms-transition:left 800ms ease-in 0;transition:left 800ms ease-in 0;}
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:10px;height:10px;line-height:99em;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#C80002;}

/* 最新资讯 */
.Cons{width:95%; height:24px; line-height:24px; font-size:16px; font-weight:bold; color:#534003; float:left; background:#e1d9c1; padding:5px 2.5%}
.Cons span{ float:right; margin-right:5px}
.Cons span a{color:#800713}
.Cons a{color:#534003}

.Cons_news{width:100%;float:left;}
.Cons_news ul li{padding:5px 2.5%;border-bottom: 1px solid #e1d9c1; font-size:16px;float:left; width:95%; height:21px; overflow:hidden;}
.Cons_news ul li a{color:#333}
.Cons_news ul li a span{float:right; color:#ae9751; font-weight:bold}

.Cons_img{width:100%;float:left; background:url(../images/lianjie.jpg) no-repeat right 7px;}
.Cons_img img{width:25%; float:left;border-radius:3px;}
.Cons_img p{width:68%;float:left; margin-left:3%; font-size:16px; color:#844003; line-height:20px;}


/* 产品展示 */
.brand{width:100%; float:left; margin:10px 0;}
.brand ul li{width:30%; margin-left:2.5%; margin-bottom:10px; float:left; text-align:center; line-height:18px; font-size:16px;}
.brand ul li a img{width:100%;}
.brand ul li p{ line-height:30px; overflow:hidden; height:30px;}
.brand ul li p a{ color:#000;}

/* 机械密封修复 */
.advantage{width:95%; margin:10px 2.5%; float:left;}
.advantage image{width:100%}
.advantage p{font-size:16px; line-height:24px;}
.advantage span{color:#800713; font-weight:bolder}

/* 联系 */
.contrat{width:95%; float:left;margin: 10px 2.5%;}
.contrat p{font-size:16px; line-height:24px; width:100%; float:left}
.contrat img{width:40%; float:left; margin:0 5%;}

/* 关于我们 */
.gynav{float: left;width:100%;}
.gynav li{ float: left;height: 30px; padding-top:10px;text-align: center;}
.gynav li a{color: #015baa;font-size: 16px;font-weight: bold;text-decoration: none;border-left: 1px solid #61010b; width:100%; display:block;}
@media (min-width: 1200px){
.top1,.logo1,.nav1,.itab,.line,.wrapper,#sj,.bottom1{ display:none;}
.Cons{display:none;}
.news .bq2,.gynav{display:none;}
.banner_bar {width: 100%;height: 160px;background: url(../images/bar.png) repeat-x;}
.banner_bar h1 {font-size: 53px;text-align: center;font-family: "微软雅黑";padding-top: 15px;color: #06F;font-weight: 600;height: auto;}
.banner_bar h1 span {color: #171717;}
.banner_bar p {width: 1100px;margin: 0 auto;line-height: 25px;font-size: 15px;margin-top: 10px;text-align: center;font-family: "微软雅黑";text-shadow: 0 1px 0 white;zoom: 1;}
/*foot*/
.footer {overflow: hidden;width: 100%;background-image: url(../images/footer.png);height: 200px;background-position: center;border-top: solid 1px #CCC;}
.foot {width: 550px;margin: 0 auto;clear: both;margin-top: 20px;}
.foot h1, .foot p {font-size: 25px;color: #06F;font-weight: bold;float: left;margin-top: 60px;}
.foot h1 {margin-right: 20px;}
.foot p {margin-left: 20px;clear: right;}
.imgbox {width: 180px;height: 154px;float: left;}
.imgbox img {width: 100%;height: 100%;}
.xyy{display:none;}

}
@media (max-width: 1180px){
#logo,#nav,.banner_container,.one,.two,.product,.bottom{ display:none;}
#banner{ display:none;}
.banner_bar p { width: 100%;}
.dh,.right{display:none;}
#content{  width: 100%; margin:0px;}
.left{ width: 95%; margin: 10px 2.5%;}
.about_div,.about_p,.about_p1{ width:100%; margin:0;}
.left img{ width: auto; height: auto; max-width: 100%; max-height: 100%;}
.left p{ margin:10px 0px;}
.lnimg{ width: 95%; margin: 10px 2.5%;}
.lnimg img{ width:100%;}
.title{ display:none;}
.news{ margin:0px 0px;}
.news li { padding: 5px 0px; border-bottom: 1px solid #e1d9c1; font-size: 16px; width: 100%; margin-bottom:0px;}
.news li a { font-size: 16px;  color: #333;}
.news li a:hover { color: #333;}
.news li p {display:none;}
.news .bq1 {display:none;}
#content1{ width: 100%; margin: 0 auto; padding-top:10px; min-height: 300px; overflow: hidden;}
.pro{ background-image:none; min-height: 100px; overflow: hidden;}
.pro dl{ width: 30%;  margin-left: 2.5%;  margin-bottom: 10px; float: left; text-align: center; line-height: 25px; padding:0px;border-bottom:none; height:120px;}
.product_img{ margin:0px;}
.product_img img{ width:100%;}
.pro dl dt{ line-height:14px; margin-bottom:10px;}
.pro dl dt a{ width:100%; font-size:14px;}
.pro dl dd{ line-height:22px; font-size:14px; color:#999;}
.productwz{ display:none;}
#daquan{ width:95%; margin:0px 2.5%;}
#dq{ display:none;}
.fl{ width:100%;}
#fenlei{ border-top:none;}
.news33,.newsxgtj ul li,.news44,.pro33,.pro44{ width:100%; border:none;}
.newsxgtj ul li{ border-bottom:1px solid #e1d9c1; margin:0px; list-style:none;}
.newsxgtj h4,.xgtj h4{ display:none;}
.newsxgtj,.xgtj{ padding:0px;}

.xgtj ul li {margin:0px; padding:10px 1%;width:48%;}
.xgtj ul li img{ width:100%;}
.banner_bar {width: 100%;height: 160px;background: url(../images/bar.png) repeat-x;clear:both;}
.banner_bar h1 {font-size: 30px;text-align: center;font-family: "微软雅黑";padding-top: 6px;color: #06F;font-weight: 600;height: auto;}
.banner_bar h1 span {color: #171717;}
.banner_bar p {margin: 0 auto;line-height: 20px;font-size: 14px;margin-top: 4px;text-align: center;font-family: "微软雅黑";text-shadow: 0 1px 0 white;zoom: 1;}
.footer {width: 100%;overflow: hidden;background-image: url(../images/footer.png);height: 140px;background-position: center;border-top: solid 1px #CCC;}
.foot {width: 95%;margin:0 2.5%;margin: 0 auto;clear: both;margin-top: 20px;}
.foot h1, .foot p {font-size: 16px;color: #06F;font-weight: bold;float: left;margin-top: 30px;}
.foot h1 {margin-right: 5px;}
.foot p {margin-left:0px;clear: right;}
.imgbox {width: 45%;float: left;margin-top:-20px;}
.imgbox img {width: 100%;}
.left iframe {  width: 100%;  height: 210px;}
.repair-con img { width:100%;}
.repair-con p { width: 100%;}
.page1{display:none;}
.xyy li a{ color:#333;}
}
@media (max-width: 768px){

}
