@charset "gb2312";
html, body, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, div, p {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}
body {
	width:100%;
	margin: 0px auto;
	padding: 0px;
}
body, table, tr, td, th {
	font-size: 9pt;
	color: #333;
	line-height: 175%;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}
ul, li, dl, dt, dd {
	list-style: none;
}
img {
	border: 0px;
}
a:hover{ text-decoration:none;}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.footlinks {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #777;
	text-align: center;
}
.footlinks a:link, .footlinks a:visited {
	font-size: 9pt;
	line-height: 140%;
	color: #777;
}
#title, #navigation, #banner, #content, #newsthing {
	margin: 0 auto;
	padding: 0 auto;
	width: 1003px;
}
.weizhi {
	float: right;
	padding-top: 17px;
	color: #000;
}
.weizhi a, .weizhi a:link, .weizhi a:visited {
	color: #FFF;
}
.header {
	margin: 0 auto;
	padding: 0;
	height: auto;
}
/*大屏幕样式*/
@media screen and (min-width: 769px) {
	.container{
	width:1250px;
	margin:0 auto;
    }
	/*首页导航*/
    .top {
	height: 36px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #EDEDED solid;
	display:block;
    }
	.top .wel{
		width:40%;
		float:left;
		font-size:12px;
		color:#999;
		line-height:36px;
	}
	.top .time{
		width:18%;
		float:right;
		font-size:12px;
		color:#999;
		line-height:36px;
	}
	.navbar-header{
		height:120px;
	}
	.logo{
		float: left;
        margin: 10px 0;
	}
	.k2{
		float:right;
		width:30%;
		margin-top:10px;
		display:block;
	}
	.k2 .ma{
		width:100px;
		float:left;
		display:block;
	}
	.k2 .htel {
		width:56%;
        padding-right: 65px;
        background: url(../images/tel1.png) no-repeat right center;
        text-align: right;
        margin-top: 30px;
		float:right;
    }
	.k2 .htel .hua span{
		font-family: 微软雅黑, "Microsoft YaHei";
        font-size: 16px;
	}
	.k2 .htel .hua2 span{
		font-family: 微软雅黑, "Microsoft YaHei";
        font-size: 24px;
        color: #b9030d;
	}
	.navbar-header .k2 strong {
    color: #0049a4;
    font-size: 28px;
    font-family: "Arial";
    margin-left: 30px;
	font-weight:bold;
    }
	.navigation{
		width:100%;
		height:50px;
		margin:0 auto;
		background:#000;
	}
	.navigation ul li{
		float: left;
		width:12.5%;
		text-align: center;
		line-height:50px;
		font-size:16px;
	}
	.navigation ul li a{ color:#fff;}
    .navigation ul li+li {
        background: url(../images/navline.jpg) no-repeat left center;
    }
	.navigation ul li:hover{
		background:#b9030d;
		color:#fff;
	}
	.navigation ul li:hover a{
		color:#fff;
	}
	/*轮播图*/
	.all{ 
	    width: 100%; 
		height:650px; 
		margin:0 auto;
		background:url(../images/banner2.jpg) no-repeat center;
		position: relative; 
		display: block;
	}
	/*首页服务项目*/
	.service {
        margin-top: 30px;
		height:380px;
		margin-bottom:20px;
    }
	.ctitle {
    color: rgb(153, 153, 153);
    text-align: center;
    text-transform: uppercase;
    font: 600 30px 宋体;
    }
	.ctitle span {
    display: block;
    color: rgb(17, 17, 17);
    font-family: 微软雅黑;
    margin: 3px 0px 16px;
	font-weight:bold;
    }
	.ctitle a {
    display: block;
    font: 400 12px / 25px 微软雅黑;
    background: url(../images/more.png) left center no-repeat;
    }
	.ctitle a:hover{
		color:#b9030d;
	}
	.service .content {
    margin-top: 42px;
    }
	.service li {
    width: 220px;
    float: left;
    border: 1px solid #e0e0e0;
    margin-right: 54px;
    border-top: 3px solid #ff9972;
    padding: 20px 25px;
    text-align: center;
    }
	.service li:nth-child(2) {
    border-top: 3px solid #85bb59;
    }
	.service li:nth-child(3) {
    border-top: 3px solid #63a5ff;
    }
	.service li:nth-child(4) {
    margin-right: 0;
    border-top: 3px solid #ff764d;
    }
	.service li a {
    display: block;
    color: #111;
    font-size: 22px;
    }
	.service li a.img {
    margin: 20px 0 18px;
    height: 59px;
    }
	.service li h3 {
    font: 400 14px / 24px 微软雅黑;
    }
	.service li a.inquiry {
    width: 108px;
    height: 30px;
    border: 1px solid #ff8659;
    border-radius: 6px;
    line-height: 30px;
    color: #ff8659;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 18px;
    }
	.service li:nth-child(2) a.inquiry {
    color: #85ba59;
    border-color: #85ba59;
    }
	.service li:nth-child(3) a.inquiry {
    color: #63a5ff;
    border-color: #63a5ff;
    }
	.service li:nth-child(4) a.inquiry {
    color: #ff764d;
    border-color: #ff764d;
    }
	.service li:hover{
		box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	}
	.service li:hover a.inquiry {
		background:#ff8659;
		color:#fff;
	}
	.service li:hover:nth-child(2) a.inquiry{
		background:#85ba59;
		color:#fff;
	}
    .service li:hover:nth-child(3) a.inquiry{
		background:#63a5ff;
		color:#fff;
	}
	.service li:hover:nth-child(4) a.inquiry{
		background:#ff764d;
		color:#fff;
	}
	/*首页产品展示*/
	.product{
		width:100%;
		height:1280px;
		margin:0 auto;
		background: #F5F5F5;
		padding-top:30px;
	}
	.product .ctitle{
		margin-bottom:20px;
	}
	.product_fen{
		float: left;
        width: 16%;
        border: 2px solid #b9030d;
        background: #fff;
		border-radius: 7px;
		padding:0 15px;
		display:block;
	}
	.product_list{
		width:78%;
		float:right;
	}
	.product_fen h1 {
    height: 61px;
    text-align: center;
    margin-bottom: 20px;
    color: #b9030d;
    border-bottom: 1px solid #b9030d;
	font-size:30px;
	line-height:60px;
    }
	.product_pro {
    padding: 0 7px;
    padding-bottom: 21px;
    border-bottom: 1px solid #aeaeae;
    }
	.product_pro .cpleft {
    height: 32px;
    line-height: 32px;
    background: #b9030d;
    margin-top: 11px;
    text-align: center;
    border-radius: 7px;
    }
	.product_pro .cpleft a {
    display: block;
    color: #fff;
    font-size: 14px;
    }
	.profen {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #b9030d;
    line-height: 26px;
    padding: 20px 0;
    }
	.product_list ul li{
		float:left;
		text-align:center;
		width:31.9%;
		margin-right:20px;
		margin-bottom:15px;
	}
	.product_list ul li img{
		width:100%;
		height:auto;
	}
	.product_list ul li:nth-child(3){
		margin-right:0px;
	} 
	.product_list ul li:nth-child(6){
		margin-right:0px;
	} 
	.product_list ul li:nth-child(9){
		margin-right:0px;
	} 
	.product_list ul li h3{
		font-size:16px;
		font-weight:normal;
		line-height:50px;
	} 
	.bj1{
		width:100%;
		height:236px;
		background: url(../images/lbanner.jpg) no-repeat center;
	}
	/*首页优势*/
	.fl{
		float:left;
	}
	.fr{
		float:right;
		}
    .nei3{
	   height:auto; 
	   margin:0 auto; 
	   margin-top:50px;
	   display:none;
    }
    .nei3Con {
		margin-top: 60px;
	}
    .nei3left {
		width: 600px;
	}
    .nei3right {
		width: 584px;
		text-align: center; 
		margin-top: 35px; 
	}
    .nei3Nei {
		width: 593px; 
		height: 190px;
		background: url(../images/choosebac.png) no-repeat top center;
		padding-top: 38px;
		margin-bottom: 12px;
	}
    .nei3Nei h1 {
		padding-left: 31px;
	}
    .nei3Nei h1 span {
		display: block;
		width: 58px;
		height: 50px;
		text-align:center;
		padding-right: 5px;
		line-height: 50px;
		background: url(../images/choosetit.png) no-repeat center;
		color: #b9030d;
		font-size: 30px; 
		font-weight: bold;
		float:left;
	}
    .nei3Nei h1 div.fl {
		color: #b9030d;
		font-size: 23px;
		margin-top: 1px;
		margin-left:30px;
		line-height: 28px;
		font-weight: 500;
	}
    .nei3Nei h1 div.fl p:last-child {
		font-weight: normal;
		font-size: 16px;
		color: #b9030d;
	}
    .nei3Ch {
		margin-left: 40px;
		margin-top: 15px;
		width: 505px;
		color: #666666;
		font-size: 14px;
		text-align: justify;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
    }
    .clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
	}
	.about{
		width:100%;
		height:auto;
		margin:0 auto;
		background:url(/images/aboutbg.jpg) repeat-x top;
		padding-top:40px;
	}
	.about-bg{
		width:100%;
		background:#b9030d;
		margin-top:40px;
		height:380px;
	}
	.ad{ 
	    float: left;
        width: 55%;
        position: relative;
        top: -35px;
        margin-left: 35px;
	}
	.ad img{
		width:100%;
	}
	.in_about .box {
    width: 37%;
    margin-right: 30px;
    margin-top: 35px;
    float: right;
	display:block;
    }
	.in_about .box2{
		display:none;
	}
	.in_about .box h1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: monospace;
   }
   .in_about .box p {
    text-indent: 22px;
    line-height: 27px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    margin-right: 5px;
   }
   /*首页轮播案例*/
   .lunbo{
	   display:block;
	  }
   #right5 {
	width:1250px;
	height: auto;
	margin: 0px auto;
	margin-top:20px;
	}
	/*首页新闻*/
	.new{
		margin-top:30px;
		height:420px;
	}
	.new .p1{
		float:left;
		width:80%;
	}
	.new .p2{
		float:right;
		width:16%;
	}
	.new2_1{
		width:49%;
	}
	.news1_title {
    color: rgb(17, 17, 17);
    position: relative;
    border-bottom: 1px solid rgb(229, 229, 229);
    font: 400 22px / 50px 微软雅黑;
	width:49%;
    }
	.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    }
	.news1_title a {
		float:right;
		margin-top:22px;
    }
	.new2_1 ul li{
	line-height: 36px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
    height: 30px;
	font-size:14px;
	}
	.new2 .ne2{
		display:block;
	}
	/*内页样式*/
	.nei{
		margin-top:30px;
	}
	.nei_list_left{
		float:left;
		width:20%;
		display:block;
	}
	.nei_list_left .product_fen{
		width:100%;
		margin-bottom:20px;
	}
	.nei_list_left .profen{
	text-align: left;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    padding: 20px 0;
	font-weight:normal;
	}
	.nei_list_right{
		width:75%;
		float:right;
	}
	.nei_list_top{
		width: 100%;
        border-bottom: 1px solid;
		height: 50px;
        margin-bottom: 20px;
	}
	.company {
	width: 100%;
	margin:0 auto;
	text-align:left;
    }
    .company span{
	color: #333;
	font-size: 14px;
	line-height: 33px;
    }
	#product_list li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	_height: 200px;
    }
	#cp_lr img{
		width: auto;
    max-width: 80%;
	}
	.news-content{
		text-align:left;
	}
	.news-content ul li{
		line-height: 36px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
    height: 30px;
    font-size: 14px;
	}
	.news-content ul li .p1 {
    float: left;
    width: 80%;
    }
	.news-content ul li .p2 {
    float: right;
    width: 12%;
    }
	.liuyan1{
		display:block;
	}
	.liuyan2{
		display:none;
	}
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
	.container{
	width:95%;
	margin:0 auto;
    }
	.liuyan1{
		display:none;
	}
	.liuyan2{
		display: block;
		text-align:left;
	}
	.liuyan2 .kuang{
		width:30%;
	}
	/*首页导航*/
    .top {
		display:none;
    }
	.navbar-header{
		height:55px;
	}
	.nav{
		padding:0px;
	}
    .logo{
		float: left;
        margin: 10px 0;
		width: 40%;
	}
	.k2{
		float:right;
	}
	.k2 .ma{
		display:none;
	}
	.k2 .htel {
    text-align: right;
    margin-top: 3px;
    float: right;
    }
	.k2 .htel .hua{
		margin:0px;
	}
	.k2 .htel .hua span {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 12px;
    }
	.k2 .htel .hua2 span {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
    color: #b9030d;
    }
    .all{
		display:none;
	}
	.navigation{
		width:100%;
		height:80px;
		margin:0 auto;
		background:#000;
	}
	.navigation ul li{
		float: left;
		width:25%;
		text-align: center;
		line-height:40px;
	}
    .navigation ul li+li {
        background: url(../images/navline.jpg) no-repeat left center;
    }
    .navigation ul li:nth-child(5){
		background:none;
	}
	.nav_list li a{
		font-size:14px;
		color:#fff;
	}
	.ctitle {
    color: rgb(153, 153, 153);
    text-align: center;
    text-transform: uppercase;
    font: 600 20px 宋体;
    }
	.ctitle span {
    display: block;
    color: rgb(17, 17, 17);
    font-family: 微软雅黑;
    margin: 3px 0px 16px;
    font-weight: bold;
    }
	.ctitle a {
    display: none;
    }
	/*首页服务*/
	.service{
		margin-top:20px;
		height:400px;
	}
		.service .content {
    margin-top: 20px;
    }
	.service li {
    width: 47%;
    float: left;
    border: 1px solid #e0e0e0;
    margin-right:4%;
    border-top: 3px solid #ff9972;
    padding: 15px 0px;
    text-align: center;
	margin-bottom:15px;
    }
	.service li:nth-child(2) {
		    margin-right: 0;
    border-top: 3px solid #85bb59;
    }
	.service li:nth-child(3) {
    border-top: 3px solid #63a5ff;
    }
	.service li:nth-child(4) {
    margin-right: 0;
    border-top: 3px solid #ff764d;
    }
	.service li a {
    display: block;
    color: #111;
    font-size: 15px;
    }
	.service li img {
    margin: 5px 0 5px;
    height: 40px;
    }
	.service li h3 {
    font: 400 14px / 24px 微软雅黑;
    }
	.service li a.inquiry {
    width: 70%;
    height: 30px;
    border: 1px solid #ff8659;
    border-radius: 6px;
    line-height: 30px;
    color: #ff8659;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 5px;
    }
	.service li:nth-child(2) a.inquiry {
    color: #85ba59;
    border-color: #85ba59;
    }
	.service li:nth-child(3) a.inquiry {
    color: #63a5ff;
    border-color: #63a5ff;
    }
	.service li:nth-child(4) a.inquiry {
    color: #ff764d;
    border-color: #ff764d;
    }
	.service li:hover{
		box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	}
	.service li:hover a.inquiry {
		background:#ff8659;
		color:#fff;
	}
	.service li:hover:nth-child(2) a.inquiry{
		background:#85ba59;
		color:#fff;
	}
    .service li:hover:nth-child(3) a.inquiry{
		background:#63a5ff;
		color:#fff;
	}
	.service li:hover:nth-child(4) a.inquiry{
		background:#ff764d;
		color:#fff;
	}
	/*手机站产品*/
	.product {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    background: #F5F5F5;
    padding-top: 30px;
    }
	.product_fen{
		display:none;
	}
	.product_list{
		width:100%;
	}
	.product_list ul li{
		float:left;
		text-align:center;
		width:31.9%;
		margin-right:2%;
		margin-bottom:5px;
	}
	.product_list ul li img{
		width:100%;
		height:auto;
	}
	.product_list ul li:nth-child(3){
		margin-right:0px;
	} 
	.product_list ul li:nth-child(6){
		margin-right:0px;
	} 
	.product_list ul li:nth-child(9){
		margin-right:0px;
	} 
	.product_list ul li h3{
		font-size:13px;
		font-weight:normal;
		line-height:30px;
	} 
	/*手机站轮播*/
	.lunbo{
	   display: none;
	}
	.nei3{
		display:none;
	}
	/*手机关于我们*/
	.about{
		margin-top:20px;
	}
	.ad{
		width:100%;
		height:auto;
	}
	.ad img{
		width:100%;
	}
	.in_about .box{
		display:none;
	}
	.in_about .box2{
    width: 100%;
    margin-top: 15px;
	display:block;
    }
	.in_about .box2 h1 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
	text-align:center;
   }
   .in_about .box2 p {
    text-indent: 22px;
    line-height: 27px;
    text-align: left;
    color: #666;
    font-size: 12px;
    margin-top: 15px;
   }
   /*手机站新闻*/
    .new{
		height:400px;
	}
   	.new2 .ne2{
		display: none;
	}
	.news1_title {
    color: rgb(17, 17, 17);
    position: relative;
    border-bottom: 1px solid rgb(229, 229, 229);
    font: 400 18px / 44px 微软雅黑;
    width: 100%;
    font-weight: bold;
    }
	.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    }
	.news1_title a {
    float: right;
    margin-top: 22px;
    }
	.new2_1 ul li{
	line-height: 36px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
    height: 30px;
	font-size:12px;
	}
	.new .p1{
		float:left;
		width:68%;
	}
	.new .p2{
		float:right;
		width:23%;
	}
	/*手机内页*/
	.nei_list_left{
		display:none;
	}
	.nei_list_right{
		width:100%;
	}
	.nei_list_top{
	 width: 100%;
    border-bottom: 1px solid;
    height: 45px;
    margin-bottom: 16px;
	}
	.company {
	width: 98%;
	margin:0 auto;
	text-align:left;
    }
    .company span{
	color: #333;
	font-size: 14px;
	line-height: 33px;
    }
	.company img{
		width:100%;
		text-align:center;
	}
	#product_list li{
		float:left;
		width:45%;
		margin:0 2%
	}
	#product_list li img{
		width:100%;
	}
	#cp_lr img{
		width:100%;
	}
	.news-content{
		text-align:left;
	}
	.news-content ul li{
		line-height: 36px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
    height: 30px;
    font-size: 12px;
	}
	.news-content ul li .p1 {
    float: left;
    width: 70%;
    }
	.news-content ul li .p2 {
    float: right;
    width: 22%;
    }
}

#navigation {
	width: 1500px;
	height: 150px;
	background: url(/images/hw_02.gif) center top no-repeat;
	margin: 0 auto;
	padding: 0px
}
#newsthing {
	width: 1500px;
	height: 451px;
	margin: 0px auto;
}
#zui1 {
	height: 5px;
	margin: 0px auto;
}
#container {
	margin: 0px auto;
	padding: 0px;
}
#content {
	width: 1500px;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
}
#content h1 {
	clear: both;
	color: #000;
	margin: 0px auto;
}
#bottom {
	clear: both;
	margin: 0px auto;
	padding: 10px 0px;
	width:100%;
	height: auto;
	background:#333;
	color: #FFF;
	font-size: 9pt;
	text-align:center;
}
#bottom *, #bottom a, #bottom a:link, #bottom a:visited {
	color: #FFF;
	font-size: 9pt;
}
a.two:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
a.two:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
a.two:hover {
	color: #FF3399;
	text-decoration: none;
	font-size: 12px;
}
a.two:active {
	color: #FF3399;
	text-decoration: none;
	font-size: 12px;
}
#left {
	width:100%;
	height: auto;
	float:left;
}
#cpfl1 {
	width: 100%;
	height: 45px;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/hw_04.gif) left top no-repeat;
}
#cpfl2 {
	width: 216px;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/hw_112.gif) left top no-repeat;
}
#cpfl3 {
	width:75%;
	height: auto;
	margin: 0px auto;
	margin-top:10px;
	padding: 0px;
}
#cpfl3 a{ font-size:13px; letter-spacing:2px;}
#cpfl4 {
	width: 216px;
	height: 18px;
	;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/cpxl03.jpg) left top no-repeat;
}
a.five:link {
	color: #a0721a;
	text-decoration: none;
	font-size: 13px;
	font: bold;
}
a.five:visited {
	color: #a0721a;
	text-decoration: none;
	font-size: 13px;
	font: bold;
}
a.five:hover {
	color: #FF3399;
	text-decoration: none;
	font-size: 13px;
	font: bold;
}
a.five:active {
	color: #FF3399;
	text-decoration: none;
	font-size: 13px;
	font: bold;
}
a.six:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
a.six:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
a.six:hover {
	color: #FF3399;
	text-decoration: none;
	font-size: 12px;
}
a.six:active {
	color: #FF3399;
	text-decoration: none;
	font-size: 12px;
}
.pro_list2 li.cpleft {
	width: 170px;
}
li.xiala {
	width: 150p;
}
ul.pro_list2 {
	list-style: none;
width:170px background:url(/images/hw_071.gif) left top repeat-y;
}
ul.pro_list2 li {
	list-style: none;
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: left;
	width: 170px;
}
ul.pro_list2 li a {
	color: #333;
	text-decoration: none;
}
ul.pro_list2 li a:link {
	color: #333;
	text-decoration: none
}
ul.pro_list2 li a:visited {
	color: #333;
	text-decoration: none
}
ul.pro_list2 li a:hover {
	color: #ff3399;
	text-decoration: none
}
ul.pro_list2 li a:active {
	color: #ff3399;
	text-decoration: none
}
#lxwm1 {
	width: 216px;
	height: 44px;
	margin: 0px auto;
	background: url(/images/lxwm01.jpg) left top no-repeat;
}
#lxwm2 {
	width: 216px;
	height: 220px;
	margin: 0px auto;
	background: url(/images/lxwm02.jpg) left top repeat-y;
}
#lxwm3 {
	width: 216px;
	height: 72px;
	;
	margin: 0px auto;
	background: url(/images/lxwm03.jpg) left top no-repeat;
}
#lxwm4 {
	width: 216px;
	height: 102px;
	margin: 0px auto;
	background: url(/images/lxwm04.jpg) left top repeat-y;
}
#lxwm5 {
	width: 216px;
	height: 178px;
	margin: 0px auto;
}
#right {
	width:100%;
	height: auto;
	float:right;
}
#right1 {
	width:100%;
	height: auto;
	margin: 0px auto;
}
#gsjj1 {
	width:63%;
	height: 45px;
	float: left;
	margin-left:9px;
}
#xpzs1 {
	width: 33%;
	height: 45px;
	float: right;
}
#right2 {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
#gsjj2 {
	width: 63%;
	height: 225px;
	float: left;
	margin-left:9px;
	background: url(/images/hw_08.gif) left top no-repeat;
}
#gsjj2  p{ line-height:29px;}
#xpzs2 {
	width:33%;
	height: 215px;
	padding-top: 7px;
	float: right;
	background: url(/images/hw_09.gif) left top no-repeat;
}
#right3 {
	width: 100%;
	height: auto;
	;
	margin: 0px auto;
}
#xwdt1 {
	width: 63%;
	height: 42px;
	float: left;
	margin-left:9px;
}
#lxwm1 {
	width: 33%;
	height: 42px;
	float: right;
}
#right4 {
	width: 100%;
	height: auto;
	;
	margin: 0px auto;
}
#xwdt2 {
	width: 62%;
	height: 178px;
	float: left;
	margin-left:16px;
	background: url(/images/hw_12.gif) left top no-repeat;
}
#lxwm2 {
	width: 33%;
	height: 178px;
	float: right;
	background: url(/images/hw_13.gif) left top no-repeat;
}
#lxwm2 p{ line-height:16px; margin-top:14px;}
#news-content2 {
	height: 30px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-weight: normal;
	border-bottom: 1px #999999 dashed;
}
#news-content3 {
	height: 40px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	padding-top:5px;
	font-weight: normal;
	border-bottom: 1px #999999 dashed;
}
#news-content2 span {
	font-size: 12px;
	float: left;
	margin-left:10px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
}
#news-content2 span a:link {
	clear: both;
	color: #333;
	font-size: 13px;
}
#news-content2 span a:visited {
	clear: both;
	color: #333;
	font-size: 13px;
}
#news-content2 span a:hover {
	clear: both;
	color: #ff3399;
	font-size: 13px;
}
#news-content2 span a:active {
	clear: both;
	color: #ff3399;
	font-size: 13px;
}
#scqj1 {
	width:100%;
	height: 96px;
	padding-left: 36x;
	padding-right: 5px;
	padding-top: 10px;
	margin: 0 auto;
}
.cc {
	clear: both;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: auto;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

#cpzs1 {
	width:100%;
	height: 46px;
	margin: 0px auto;
}
#cpzs2 {
	width: 98%;
	height: auto;
	margin: 0px auto;
	padding-top: 15px;
	background: url(/images/hw_15.gif) repeat-x;
}
.linkcontant {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	text-align: left
}
.linktitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#control, #control table, #control table td {
	font-size: 12px;
}
#control {
	width: 210px;
	font-size: 12px;
	font-color: #333333;
	text-align: left;
}
#control table {
	width: 210px;
	height: 25px;
	overflow: hidden
}
#control table li {
	list-style: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}
#control table .tabTit {
	background: url(/images/tuijian.jpg) left top no-repeat;
}
#control a {
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #ccc;
	text-decoration: none;
	padding-left: 25px;
}
#control .testLink {
	font-weight: bold;
	font-size: 12px
}
.test {
	width: 210px;
	overflow: hidden;
}
.test ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.test li {
	list-style: none;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#control table, .test table {
	margin: 0 auto;
	padding: 0;
	text-align: left
}
.STYLE4 {
	font-size: 16px;
	font-weight: bold;
}

#product_list {
	width:96%;
	margin: 0px auto;
	padding: 0px;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 12px;
}
#product_list ul {
	margin-left: 0px;
	margin-left: 1px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#product_list img {
	border: solid 1px #ccc;
	text-align: center;
}
#product_list h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
#product_list a:link, a:visited {
	clear: both;
	color: #000;
	text-decoration: none;
}
#product_list a:hover {
	clear: both;
	color: #0470b9;
}
#chanpin-content {
	background: #444;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#chanpin-content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
}
#cp_lr {
	margin: 0;
	padding: 0;
	width: 90%;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 22px;
	text-align: center;
	padding-left: 10px;
}
#cp_lr img {
	margin: 0px;
	padding: 0;
}
#cp_lr p {
	color: #333333;
}
#up_down {
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	width: 97%;
	margin: auto;
	font-size: 12px;
}
#up_down a:link, #up_down a:visited {
	color: #000;
	text-decoration: none;
}
#up_down a:hover {
	color: #000;
	text-decoration: underline;
}
h3.chanpin-title {
	padding-left: 22px;
	color: #666;
	font-size: 12px;
	border: 1px solid #EDECEC;
	height: 30px;
	line-height: 30px;
	background: #e6e6e6;
	width: 95%;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}
ul.related_product {
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
ul.related_product h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	width: 154px;
	height: 20px;
	line-height: 20px;
}
ul.related_product li a {
	color: #555555;
}
ul.related_product li a:link, ul.related_product li a:visited {
	text-decoration: none;
}
ul.related_product li a:hover {
	text-decoration: underline;
}
ul.related_product li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style-type: none;
	text-align: center;
}
ul.related_product li img {
	border: #ccc 1px solid;
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
}
#contact_link {
	background: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}
#contact_link p {
	font-size: 12px;
	color: #555555;
	line-height: 30px;
}
#new_link {
	float: left;
	background: #fff;
	padding-bottom: 20px;
	border: 1px solid #e4e4e4;
	width: 257px;
	margin-top: 10px;
}
#new_link ul {
	float: left;
	padding-top: 10px;
}
#new_link ul li {
	background: url(../images/dian.jpg) no-repeat left center;
	padding-left: 10px;
	margin-left: 22px;
	_margin-left: 10px;
}
#new_link ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #555555;
}
#new_link ul li a:link, #new_link ul li a:visited {
	color: #444;
	text-decoration: none;
}
#new_link ul li a:hover, #news_link ul li a:active {
	color: #ff3399;
	text-decoration: none;
}
#news_lr {
	width: 95%;
	margin: auto;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	text-align:left;
}
#news_lr p {
	padding: 0 20px;
}
#news_lr p span {
	color: #000000
}
#news_lr p a {
	color: #000000
}
#news-content {
	padding-left: 10px;
	width:100%;
}
#news-content h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #555;
	width:100%;
	border-bottom: 1px #999999 dashed;
}
#news-content span {
	float: right;
	line-height: 20px
}
#news-content h4 a {
	line-height: 30px;
	color: #555555;
	font-weight: normal;
	padding-left: 20px;
}
#news-content a:link, #news-content a:visited {
	color: #444;
	text-decoration: none;
}
#news-content a:hover, #news_content ul li a:active {
	color: #ff3399;
	text-decoration: none;
}
.webtaocan {
	font-size: 13px;
	line-height: 25px;
	width: 340px;
	overflow: hidden;
	float: left;
	margin: 6px;
	padding: 5px;
}
.style1 {
	color: #fff;
	font-size: 13px;
	text-indent: 0px;
}
.STYLE6 {
	color: #333;
	font-size: 15px;
	font: bold;
}
.STYLE7 {
	color: #333;
	font-size: 13px;
}
.STYLE10 {
	font-size: 18px;
	color: #FFCC00;
	font: bold;
}
.left1 {
	height: 15px;
	padding-top: 5px;
	padding-left: 15px;
}
.left2 {
	padding-top: 5px;
	padding-left: 32px;
	padding-right: 40px;
	line-height: 27px;
}
.left3 {
	color: #fff;
	font-size: 13px;
	padding-left: 5px;
}
.left4 {
	color: #fff;
	font-size: 16px;
	font: bold;
	padding-left: 5px;
	padding-top: 15px;
}
a.three:visited {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font: "黑体";
}
a.three:hover {
	color: #FF3399;
	text-decoration: none;
	font-size: 16px;
	font: "黑体";
}
a.three:active {
	color: #FF3399;
	text-decoration: none;
	font-size: 16px;
	font: "黑体";
}