﻿@charset "utf-8";
/*------------------------------------------global[header]-------------------------------------------------------*/
.main-header{
	width:100%;
	z-index:2;
}
.top-nav{
	width:100%;
	height:45px;
	background:#f5f5f5;

}
.top-nav-mid{
	margin:0 auto;
	height:45px;
	width:1200px;
}
.left-note{
	height:45px;
	line-height:45px;
	color:#555;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	transition: all ease .5s;
}
.left-note i{
	margin-right:5px;
}
.left-note:hover{
	color:#cc0210;
}
.right-search{
	float:right;
	display:inline;
	height:30px;
	overflow:hidden;
	margin-top:5px;
}
.search-text{
	width:220px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#fff;
	border:1px solid #fff;
	transition:all ease .5s;
	color:#ddd
}
.search-text:hover,.search-text:focus{
	border:1px solid #cc0210;
	color:#555
}
.search-btn{
	height:30px;
	line-height:30px;
	padding:0 10px;
	background:#cc0210;
	color:#fff;
	transition:all ease .5s;
}
.search-btn:hover{
	background:#cc0210;
}
.main-nav{
	width:100%;
	background:#fff;
	height:95px;
	border-bottom: 3px solid #cc0210;
}
.nav-list{
	width:1200px;
	margin:0 auto;
	height:95px;
	background:#fff;
	position:relative;
	z-index:3;
}
.logo{
	width:317px;
	height:95px;
	display:block;
	position:relative;
	float:left;
}
.logo img{
	width:317px;
	height:80px;
	margin-top:7px;
	
}
.menu-item{float:right;}
.menu-item > li{
	width:115px;
	float:left;
	height:95px;
	border-right:1px solid #eee;
	font-size:16px;
	position:relative;
}
.menu-item > li >a{
	width:75px;
	margin:0 20px;
	display:block;
	height:62px;
	padding:15px 0; 
	text-align:center;
	line-height:42px;
	color:#555;
	border-top:3px solid #fff;
	transition:all ease .5s;
}
.menu-item > li >a i,.menu-item > li >a em{
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	font-style:normal
}
.menu-item > li >a i{
	font-size:25px;
}
.menu-item >  li > a:hover{
	color:#cc0210;
	border-top:3px solid #cc0210;
}
.menu-item > li:hover > a{
	color:#cc0210;
	border-top:3px solid #cc0210;
}
.menu-item > li div{
	width:191px;
	padding:0 20px;
	background:#fff;
	position:absolute;
	top:98px;
	left:0;
	display:none;
	border-bottom:2px solid #eee;
	padding-bottom:20px;
}
.menu-item > li div a{
	width:100%;
	display:block;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #eee;
	font-size:14px;
	color:#666;
	transition:all ease .5s;
}
.menu-item > li div a:hover{
	color:#cc0210;
}

.main-banner{
	width:100%;
	height:450px;
	overflow:hidden;
}
.i-ban{
	position: relative;
	overflow: hidden;
}
.i-ban,.i-ban .bd,.i-ban .bd li{
	width: 100%;
	height: 450px;
}
.i-ban{
	position: relative;
	overflow: hidden;
}
.i-ban .prev,.i-ban .next{
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	background: url("../images/i-ban-row.png") no-repeat top left;
	top: 50%;
	margin-top: -27px;
}
.i-ban .prev{
	left: 0px;
}
.i-ban .next{
	background: url("../images/i-ban-row.png") no-repeat top right;
	right: 0px;
}
.i-ban .prev:hover{
	background-position:left -55px;
	transition:all ease .5s;
}
.i-ban .next:hover{
	background-position:right -55px;
	transition:all ease .5s;
}

/*----------------------------------------------------[index]----------------------------------------------------------------*/
.main-wrap{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	overflow:auto;
}
.left-article{
	width:260px;
	padding-right:16px;
	border-right:2px solid #eee;
	float:left;
}
.news-block{
	width:390px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.news-block h1{
	width:360px;
	height:40px;
	line-height:40px;
	background:#cc0210;
	font-size:16px;
	padding:0 15px;
	position:relative;
	color:#fff;
}
.news-block h1 a{
	width:35px;
	height:35px;
	line-height:35px;
	font-size:12px;
	position:absolute;
	right:15px;
	top:0px;
	color:#fff;
	text-align:right;
	transition:all ease .5s;
}
.news-block h1 a:hover{
	color:#fff
	
}
.news-block-content{
	width:100%;
	overflow:auto;
	background:#fff;
}
.news-block-content li{
	height:30px;
	line-height:30px;
	width:360px;
	padding:0 15px;
	float:left;
	color:#999;
}
.news-block-content li span{
	margin-right:5px;
	font-size:12px;
	color:#cc0210;
}
.news-block-content li i{
	float:right;
}
.news-block-content li a{
	color:#999;
	transition:all ease .5s;
}
.news-block-content li a:hover{
	color:#cc0210;
}
.right-article{
	float:left;
	width:100%;
	overflow:hidden;
}
.product-show{
	width:100%;
	float:left;
}
.product-show-title{
	width:888px;
	height:35px;
	line-height:35px;
	background:#cc0210;
	border-left:3px solid #cc0210;
	position:relative;
	padding-left:16px;
	color:#fff;
	font-size:16px;
}
.product-show-title a{
	width:35px;
	height:35px;
	position:absolute;
	right:15px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	transition:all ease .5s;
	color:#fff;
}
.product-show-title a:hover{
	color:#cc0210;
	font-size:14px;
}
.product-show-centent{
	width:100%;

}
.product-show-centent li{
	width:290px;
	float:left;
	margin-right:12px;
	height:258px;
	margin-top:10px;
	transition:box-shadow ease .5s;
}
.product-show-centent li i{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#000
}
.product-show-centent li:hover{
	box-shadow:0 0 6px rgba(0,0,0,.2);
}
.product-show-centent li img{
	width:100%;
	height:218px;
	transition:all eae .5s;
}


.main-wrap2{
	margin-top:30px;
	width:100%;
	padding:30px 0;
	background:#f5f5f5;
	overflow:auto;
}
.wrap2-mid{
	width:1200px;
	margin:0 auto;
}
.left-special-price{
	width:245px;
	height:180px;
	background:#fff;
	position:relative;
	padding:55px 15px 15px;
	float:left;
}
.left-special-price h1{
	width:225px;
	height:40px;
	line-height:40px;
	background:#cc0210;
	position:absolute;
	left:-25px;
	top:10px;
	font-size:16px;
	padding-left:25px;
	color:#fff;
	border-left:3px solid #cc0210;
}
.left-special-price h1 a{
	width:32px;
	height:40px;
	display:block;
	line-height:40px;
	background:#cc0210;
	position:absolute;
	right:-32px;
	top:0;
	font-size:12px;
	text-align:center;
	color:#fff;
}
#marquee4{
	width:100%;
	height:180px;
	overflow:hidden;
}
#marquee4 ul li{
	float:left;
	width:100%;
	line-height:20px;
}
.main-about{
	width:630px;
	padding:10px;
	background:#fff;
	margin-left:17px;
	float:left;
	height:230px;
}
.left-about{
	width:280px;
	height:230px;
	float:left;
	display:block;
	overflow:hidden;
}
.left-about img{
	width:280px;
	height:230px;
	transition:all ease .5s;
}
.left-about img:hover{
	transform:scale(1.2);
}
.right-about{
	width:320px;
	float:right;
	overflow:hidden;
	height:230px;
}
.right-about h1{
	width:302px;
	height:20px;
	border-left:3px solid #cc0210;
	font-size:16px;
	padding-left:15px;
	color:#555;
	line-height:20px;
	position:relative;
}
.right-about h1 a{
	position:absolute;
	right:0;
	top:0;
	height:20px;
	width:20px;
	display:block;
	color:#666;
	font-size:12px;
	transition:all ease .5s;
}
.right-about h1 a:hover{
	color:#cc0210;
	font-size:14px;
}
.about-summary{
	width:100%;
	height:140px;
	overflow:hidden;
	margin-top:15px;
	line-height:24px;
}
.about-link{
	width:100%;
	margin-top:20px;
	height:35px;
	color:#666;
}
.about-link a{
	height:33px;
	line-height:33px;
	width:101px;
	border:1px solid #eee;
	text-align:center;
	color:#666;
	float:left;
	margin-right:5px;
}
.about-link a:hover{
	border:1px solid #cc0210;
	color:#fff;
	background:#cc0210;
}
.right-jszl{
	width:245px;
	float:right;
}
.right-jszl h1{
	width:212px;
	padding:0 15px;
	float:left;
	height:40px;
	background:#cc0210;
	line-height:40px;
	color:#fff;
	font-size:16px;
	position:relative;
	border-left:3px solid #cc0210;
}
.right-jszl h1 a{
	width:15px;
	height:40px;
	color:#cc0210;
	font-size:12px;
	position:absolute;
	right:15px;
	top:0px;
	line-height:40px;
	text-align:right;
	display:block;
}
.right-jszl-centent{
	width:225px;
	padding:10px;
	float:left;
	overflow:hidden;
	background:#fff;
	height:190px;
}
.right-jszl-centent li{
	width:100%;
	height:30px;
	line-height:30px;
	color:#666;
}
.right-jszl-centent li a{
	color:#999;
}
.right-jszl-centent li span{
	margin-right:10px;
}
.right-jszl-centent li i{
	float:right
}
.right-jszl-centent li a:hover{
	color:#cc0210;
}
.index-cgal-video{
	width:1180px;
	background:#fff;
	padding:10px;
	float:left;
	margin-top:15px;
}
.index-cgal{
	width:600px;
	float:left;
}
.index-cgal h1{
	width:582px;
	float:left;
	border-left:3px solid #cc0210;
	padding-left:15px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	background:#cc0210;
	position:relative;
}
.index-cgal h1 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #cc0210;
    text-align: right;
    transition: all ease .5s;
}
.index-cgal h1 a:hover{
    color: #cc0210;
}
.show-cgallist{
	width:100%;
	overflow:hidden;
	height:130px;
	margin-top:8px;
	float:left;
}
.left-cgalimg{
	width:200px;
	height:130px;
	float:left;
	display:block;
}
.left-cgalimg img{
	width:100%;
	height:130px;
	
}
.right-cgalzw{
	width:360px;
	float:right;
	overflow:hidden;
}
.right-cgalzw h2{
	width:100%;
	height:35px;
	line-height:35px;
	color:#555;
	font-size:18px;
	font-weight:normal;
}
.cgallist-summary{
	width:100%;
	height:60px;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.lookmore{
	width:100%;
	display:inline-block;
	height:25px;
	line-height:25px;
	background:#eee;
	text-align:center;
	color:#555;
	font-size:14px;
	margin-top:10px;
}
.lookmore:hover{
	width:100%;
	display:inline-block;
	height:25px;
	line-height:25px;
	background:#999;
	text-align:center;
	color:#fff;
	font-size:14px;
	
}
.index-video{
	float:right;
	width:550px;
	height:320px;
	overflow:hidden;
}
.honor{
	width:1180px;
	margin-top:15px;
	padding:10px;
	height:121px;
	background:#fff;
	float:left;
	position:relative;	
}
.honor h1{
	width:22px;
	margin-top:15px;
	padding:10px;
	height:121px;
	background:#cc0210;
	border-left:3px solid #cc0210;
	float:left;
	position:absolute;
	left:-22px;
	top:-15px;
	color:#fff;
	font-size:16px;
}
#marquee1{width:1160px;height:121px;overflow:hidden;float:left;margin-left:20px;}
#marquee1 ul li{float:left; padding:0 1px;}
#marquee1 ul li img{display:block;width:180px;height:115px;margin-right:15px;padding:2px;border:1px solid #ddd;}
.flink{
	width:1200px;
	float:left;
	margin-top:15px;
	background:#fff;
	height:40px;
}
.flink h1{
	width:120px;
	float:left;
	background:#cc0210;
	height:40px;
	line-height:40px;
	padding-left:15px;
	color:#fff;
	font-size:16px;
}
.right-flink{
	width:1040px;
	float:right;
	height:40px;
	line-height:40px;
	color:#666;
	font-size:12px;
	margin-right:10px;
}
.right-flink a{
	color:#666;
	transition:all ease .5s;
}
.right-flink a:hover{
	color:#cc0210;
}




/*-----------------------------------------------
鍐呴〉鍒嗗壊[浠ヤ笅涓哄唴椤礳ss]
---------------------------------------------------
*/


/*--------------------------------------------------------------------------------------------------*/
.page-wrap{
	width:1200px;
	margin:0 auto;
}
.page-wrap-mid{
	background:url('../images/pagebg.gif') repeat-y;
	width:1200px;
	float:left;
	height:100%;
}
.left-page{
	float:left;
	width:258px;
	
}
.list-left-block{
	width:100%;
	position:relative;
	z-index:666;
	float:left;
}
.list-left-block h1{
	width:218px;
	padding:0 20px;
	text-align:left;
	height:67px;
	line-height:67px;
	border-bottom:3px solid #cc0210;
	position:absolute;
	top:-70px;
	background:url('../images/pageleftTit.png') no-repeat;
}
.list-left-block p{
	width:100%;
	color:#cc0210;
}
.list-left-block p.tl01{
	height:35px;
	line-height:35px;
	font-size:16px;
}
.list-left-block p.tl02{
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
}
.cpNavSty a{
	background-color:#e4e4e4;
}
.cpNavSty ul{
	padding-left:10px;
	margin-top:10px;
}
.cpNavSty ul a{
	font-size:14px;
	background-color:#fff;
	height:30px;
	line-height:30px;
	width:185px;
}
.cpNavSty ul a span{
	display:none;
}
.list-nav .defaultCur{
	color:#fff;
	background-color:#F00;
}
.list-nav .defaultCur span{
	color:#fff;
}
.list-nav{
	width:228px;
	padding:15px;
	float:left;
}
.list-nav  a{
	width:208px;
	padding:0 10px;
	display:block;
	height:50px;
	line-height:50px;
	color:#555;
	font-weight:700;
	text-align:left;
	font-size:15px;
}
.list-nav a i{
	font-size:8px;
	margin-right:10px;
	font-weight:normal;
}
.list-nav  a span{
	margin-left:10px;
	font-size:9px;
	font-weight:normal;
	color:#999;
	text-transform:Uppercase;
}
.list-nav a:hover{
	color:#fff;
	background:#cc0210;
	
}
.list-nav a:hover span{
	color:#f5f5f5;
}
.list-news{
	width:228px;
	padding:15px;
	float:left;
	padding-top:0px;
}
.list-news h1{
	width:210px;
	padding-left:15px;
	border-left:3px solid #cc0210;
	background-color:#cc0210;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	position:relative;
}
.list-news h1 a{
	width:20px;
	height:40px;
	position:absolute;
	right:15px;
	top:0;
	line-height:40px;
	font-size:12px;
	color:#fff;
	transition:all ease .5s;
	text-align:right;
	display:block;
}
.list-news h1 a:hover{
	color:#fff;
	font-size:14px;
}
.list-nav-news{
	width:100%;
	overflow:auto;
}
.list-nav-news p{
width:210px;

	background-color:#f5f5f5;
	height:30px;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	overflow:hidden;
font-size:14px;
color:#c00
}
.list-nav-news a{
	width:198px;
	float:left;
	background-color:#f5f5f5;
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	margin-top:5px;
	overflow:hidden;
}
.list-nav-news a:hover{
	color:#cc0210;
}
.list-nav-news a span{
	margin-right:5px;
}
.list-cgal{
	width:228px;
	padding:15px;
	float:left;
	padding-top:0px;
}
.list-cgal h1{
	width:210px;
	padding-left:15px;
	border-left:3px solid #cc0210;
	background-color:#666;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	position:relative;
}
.list-cgal h1 a{
	width:35px;
	height:40px;
	position:absolute;
	right:0px;
	top:0;
	line-height:40px;
	font-size:12px;
	color:#fff;
	transition:all ease .5s;
	text-align:center;
	display:block;
	background-color:#cc0210;
	border-left:3px solid #cc0210;
}
.list-cgal h1 a:hover{
	color:#fff;
	font-size:14px;
}
.list-nav-cgal{
	width:100%;
	overflow:auto;
}
.list-nav-cgal a{
	width:216px;
	float:left;
	border:1px solid #f5f5f5;
	background-color:#fff;
	padding:5px;
	margin-top:5px;
	overflow:hidden;
	transition:all ease .5s;
	border-bottom:3px solid #f5f5f5;
}
.list-nav-cgal a:hover{
	box-shadow:0 0 5px rgba(0,0,0,.3);
	color:#cc0210;
}
.list-nav-cgal img{
	width:100%;
	height:120px;
}
.list-nav-cgal p{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#f5f5f5;
}
.list-spzs{
	width:228px;
	padding:15px;
	float:left;
	padding-top:0px;
}
.list-spzs h1{
	width:210px;
	padding-left:15px;
	border-left:3px solid #cc0210;
	background-color:#cc0210;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	position:relative;
}
.list-spzs h1 a{
	width:35px;
	height:40px;
	position:absolute;
	right:0px;
	top:0;
	line-height:40px;
	font-size:12px;
	color:#fff;
	transition:all ease .5s;
	text-align:center;
	display:block;
	background-color:#cc0210;
	
}
.list-spzs h1 a:hover{
	color:#fff;
	font-size:14px;
}
.list-nav-spzs{
	width:100%;
	overflow:auto;
	
}
.list-nav-spzs a{
	width:218px;
	float:left;
	background-color:#f2f2f2;
	padding:5px;
	margin-top:5px;
	overflow:hidden;
	transition:all ease .5s;
	position:relative;
	height:150px;
	color:#fff;
}
.list-nav-spzs a span{
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url('../images/audiopng.png') no-repeat;
	display:block;
	transition:all ease .5s;
}
.list-nav-spzs a span:hover{
	transform:scale(1.2)
}
.list-nav-spzs a:hover{
	box-shadow:0 0 5px rgba(0,0,0,.3);
	color:#cc0210;
	
}
.list-nav-spzs img{
	width:100%;
	transition:all ease .5s;
	height:150px;
}
.list-nav-spzs p{
	width:218px;
	position:absolute;
	bottom:5px;
	left:5px;
	background:url('../images/videotextbg.png') repeat;
	height:30px;
	line-height:30px;
	text-align:center;
}
.right-page{
	width:890px;
	float:right;
	overflow:hidden;
	margin-left:25px;
}
.position-nav{
	width:100%;
	height:35px;
	line-height:35px;
	border-bottom:2px solid #ddd;
	text-align:left;
	color:#555;
	margin-top:10px;
}
.position-nav i{
	margin-right:10px;
}
.position-nav strong{
	color:#cc0210;
}
.position-nav a{
	color:#555;
}
.position-nav a:hover{
	color:#cc0210;
}
.page-centent{
	width:100%;
	padding:15px 0;
	font-size:14px;
	line-height:25px;
}
.page-centent h2{
	color:#cc0210

}
.tuijian-products{
	clear:both;
	padding:15px 0;
	background:#f5f5f5;
	border-top:1px solid #ddd;
}
.tuijian-products-mid{
	width:1200px;
	margin:0 auto;
	overflow:auto;
}
.tuijian-products-mid li{
	padding:10px;
	background-color:#fff;
	width:210px;
	height:235px;
	overflow:hidden;
	margin-right:12px;
	float:left;
	transition: background-colo ease .5s,box-shado  ease .5s;
}
.tuijian-products-mid li:hover{
	background-color:#cc0210;
	box-shadow:0 0 5px rgba(0,0,0,.3);
}
.tuijian-products-mid li:hover a{
	color:#fff;
	
}
.tuijian-products-mid li a span{
	width:30px;
	height:3px;
	background:#555;
	display:inline-block;
	transition:all ease .5s;
}
.tuijian-products-mid li:hover a span{
	background:#fff;
	width:80px;
}
.tuijian-products-mid li img{
	width:100%;
	height:158px;
}
.news_hangye ul{
	width:100%;
	overflow:hidden;
}
.lrimg{
	padding:10px 0px;
	
	text-align:center;
}
.news_hangye ul li{ padding-bottom:15px; margin-top:15px; border-bottom:1px solid #EEEEEE;width:100%;}
.news_hangye ul li span{ display:block; width:98px;  border:1px solid #E1E1E1; border-radius:3px; line-height:59px; text-align:center; font-family:Arial, sans-serif; color:#cc0210; font-size:35px; float:left;  }
.news_hangye ul li span em{ display:block; height:38px; line-height:38px; border-top:1px solid #E1E1E1; background:#f5f5f5; font-style:normal; font-size:15px; font-family:Arial, sans-serif; color:#555;}
.news_hangye ul li dl{ width:750px; float:right; padding-top:5px; }
.news_hangye ul li dl dt a{ color:#333333; font-size:16px; }
.news_hangye ul li dl dt i{color:#cc0210;margin-right:5px;animation:mykeframe1 ease 1.5s infinite;display:inline-block;}
.news_hangye ul li dl dt a:hover{ color:#cc0210; font-size:16px; }
.news_hangye ul li dl dd{ font-size:13px; line-height:26px; height:66px; overflow:hidden; padding-top:16px;color:#999}
.news_hangye ul li dl dd a{color:#999}
@keyframes mykeframe1{
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(-360deg);
	}
}
.List_page{
	width:100%;
	text-align:center;
	clear:both;
	padding:25px 0;
}
.List_page a{
	padding:8px 10px;
	border:1px solid #f5f5f5;
	margin-right:8px;
	color:#999;
}
.List_page a:hover{
	border:1px solid #cc0210;
	background-color:#cc0210;
	color:#fff;
}
.List_page span{
	padding:8px 10px;
	border:1px solid #cc0210;
	margin-right:8px;
	color:#fff;
	background-color:#cc0210;
}
.List_page span:hover{
	border:1px solid #cc0210;
	background-color:#cc0210;
	color:#fff;
}
.info_news_title{
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#cc0210;
	font-size:18px;
}
.info_news_title_fu{
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:normal;
	padding-bottom:15px;
}
.info_news_title_fu span{
	padding-right:15px;
}
.info_summary_news{
	width:858px;
	border:1px solid #ddd;
	background:#f5f5f5;
	font-size:12px;
	padding:15px;
	border-radius:3px;
	color:#999;
}
.info_content{
	width:100%;
	overflow:hidden;	
	margin:15px 0;
}
.fenye{
	width:100%;
}
.fenye li{
	width:100%;
	height:30px;
	line-height:30px;
	margin-bottom:15px;
}
.fenye li h1{
	width:100px;
	padding:0 15px;
	height:30px;
	color:#fff;
	font-size:12px;
	background-color:#cc0210;
	border-right:3px solid #fff;
	float:left;
}
.fenye li a{
	float:right;
	display:block;
	width:727px;
	padding:0 15px;
	height:30px;
	color:#555;
	font-size:12px;
	background-color:#f5f5f5;
	transition:all ease .5s;
}
.fenye li a:hover{
	color:#fff;
	background-color:#cc0210;
}
.yansheng{
	width:520px;
	float:left;
	border-right:1px solid #ddd;
}
.yansheng h1{
	width:497px;
	height:18px;
	color:#555;
	text-indent:15px;
	font-size:14px;
	border-left:3px solid #cc0210;
	line-height:18px;
	position:relative;
}
.yansheng h1 a{
	width:18px;
	height:18px;
	color:#555;
	text-align:right;
	font-size:12px;
	position:absolute;
	right:25px;
	display:block;
	transition:color linear .5s;
	top:0;
}
.yansheng h1 a:hover{
	color:#cc0210;
}
.yansheng ul a{
	width:45%;
	padding-right:15px;
	display:inline-block;
	height:25px;
	line-height:25px;
	color:#999;
	margin-top:8px;
	
}
.yansheng ul a:hover{
	color:#cc0210;
}
.yansheng ul a i{
	font-size:5px;
	top:-3px;
	height:25px;
	display:inline-block;
	width:12px;
	position:relative;
}
.bottom-info{
	clear:both;
	margin-top:15px;
	width:856px;
	padding:15px;
	border:2px #f2f2f2 solid;
	overflow:auto;	
}
.right-info-lan{
	float:right;
	width:310px;
}
.right-info-lan h1{
	width:100%;
	height:18px;
	color:#555;
	font-size:12px;
	line-height:18px;
}
.right-info-lan h1 i{
	color:#cc0210;
	padding-right:10px
}
.right-info-lan .web_fenxiang{
	margin:15px 0;
}
.left_input{
	border:1px solid #eee;
	padding:0 15px;
	width:210px;
	float:left;
	color:#999;
	height:25px;
	line-height:25px;
	box-shadow:0 0 4px rgba(0,0,0,.1) inset;
	transition:all ease .4s;
}
.left_input:focus{
	border:1px solid #cc0210;
}
.right_input{
	border:none;
	width:60px;
	float:left;
	height:27px;
	line-height:px;
	text-align:center;
	color:#fff;
	background-color:#cc0210;
	transition:all ease .4s;
}
.right_input:hover{
	background-color:#cc0210;
}
.cgal_summary{
	width:100%;
	padding:15px 0;
	font-size:18px;
	font-weight:700;
	color:#e21001;
}
.cgal_summary i{
	color:#555;
}
.cgal_summary p{
	display:inline;
}
.cgal_title{
	width:100%;
	line-height:40px;
	background-color:#f5f5f5;
	text-align:center;
	border-radius:6px;
	height:90px;
	margin-top:15px;
	margin-bottom:15px;
}
.cgal_title h1{
	width:100%;
	height:40px;
	line-height:40px;
	color:#555;
	font-size:22px
}
.cgal_title h3{
	width:100%;
	height:40px;
	line-height:40px;
	color:#555;
	font-size:14px;
	font-weight:normal;
	position:relative;
}
.cgal_title h3 span{
	width:120px;
	height:40px;
	display:block;
	background-color:#f5f5f5;
	position:absolute;
	left:50%;
	margin-left:-60px;
	top:50%;
	margin-top:-20px;
	z-index:6;
}
.cgal_title h3 i{
	width:200px;
	height:2px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-100px;
	top:50%;
	background-color:#333;
}
.cgal_title h3 em{
	width:100px;
	height:60px;
	display:block;
	position:absolute;
	top:40px;
	color:#555;
	font-size:30px;
	left:50%;
	margin-left:-50px;
}
.cgal-show{
	width:100%;
	
}
.cgal-show li{
	width:46%;
	margin-top:25px;
	margin-right:25px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	position:relative;
	border:1px solid #f5f5f5;
	float:left;
	overflow:hidden;
	transition:box-shadow linear .5s;
}
.cgal-show li:hover{
	box-shadow:0 0 7px rgba(0,97,176,.3);
}
.cgal-show li img{
	width:100%;
	height:280px;
}
.cgal-tit{
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
	position:absolute;
	bottom:15px;
	color:#fff;
	text-indent:5px;
	font-size:12px;
	background:url('../images/cgaltitlebg.png') no-repeat;
}
.cgal-tit:hover{
	color:#cc0210;
}
.cgal-tit i{
	margin-right:8px;
}
.info_cgal_titleh1{
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #f5f5f5;
	color:#cc0210;
	font-size:18px;
}
.info_cgal_titleh1 i{
	color:#cc0210;
	margin-right:15px;
}
.info_alx{
	margin:25px 0;
	
}
.fenye_al{
	width:100%;
	text-align:center;
	padding-top:25px;
}
.fenye_al a{
	display:inline-block;
	height:35px;
	line-height:35px;
	background-color:#666;
	color:#fff;
	padding:0 55px;
	margin-right:25px;
	transition:background-color linear .5s;
}
.fenye_al .left-ck:hover{
	background-color:#cc0210;
	color:#fff;
}
.fenye_al .right-ck:hover{
	background-color:#cc0210;
	color:#fff;
}
.video-show{
	width:100%;
}
.video-show li{
	width:46%;
	margin-top:25px;
	margin-right:25px;
	padding:10px;
	background:#f5f5f5;
	position:relative;
	float:left;
	overflow:hidden;
}
.video-show li .bofang{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	display:block;
	margin-left:-40px;
	margin-top:-40px;
	background:url('../images/audiopng.png') no-repeat;
	overflow:hidden;
	transition:all linear .5s;
}
.video-show li .bofang:hover{
	transform:scale(1.3)
}
.video-show li img{
	width:100%;
	height:250px;
}
.video-tit{
	width:100%;
	height:30px;
	line-height:30px;
	color:#555;
	font-size:12px;
	position:relative;
	display:block;
}
.video-tit:hover{
	color:#cc0210;
}
.video-tit i{
	margin-right:8px;
}
.video-tit span{
	position:absolute;
	right:0px;
	height:30px;
	top:0;
	float:right;
	color:#999;
}
/*--------------------------------------------------------------浜у搧锟�?------------------------------------------------------*/
.list-nav-info{
	width:228px;
	padding:15px;
	float:left;
}
.list-nav-info > a{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	color:#555;
	font-weight:700;
	text-align:left;
	font-size:16px;
	
	border-bottom:1px solid #ddd;
}
.list-nav-info > a i{
	margin-right:10px;
	font-weight:normal;
}
.list-nav-info > a span{
	margin-left:10px;
	font-size:9px;
	font-weight:normal;
	color:#999;
	text-transform:Uppercase;
}
.list-nav-info > a:hover{
	color:#cc0210;
}
.info-list-tab{
	width:100%;
	float:left;
	position:relative;
	display:none;
}
.info-list-tab dd{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #f5f5f5;
}
.info-list-tab dd a{
	color:#666;
	font-weight:700;
	font-size:16px;
}
.info-list-tab dd a:hover{
	color:#cc0210;
}
.info-list-tab dd i{
	color:#666;
	font-weight:normal;
	font-size:14px;
	margin-right:5px;
	display:inline-block;
	animation:mykeframe1 ease 3s infinite;
}
.list_bg { margin-top:15px; width:100%; height:290px; overflow:hidden; background:url(../images/list_bg.gif) no-repeat;}
.list_bg .list_left { float:left; width:305px; overflow:hidden}
.list_bg .list_left h2 { margin-top:25px; height:30px; line-height:30px; text-align:center; color:#000; font-size:15px; font-weight:700; overflow:hidden;}
.list_bg .list_left h2 a { color:#000}
.list_bg .list_left h2 a:hover { color:#cc0210}
.list_bg .list_left img { margin-top:11px; margin-left:32px;}
.list_bg .list_center { float:left; padding-top:70px; padding-left:28px; width:530px; }
.list_bg .list_center p { line-height:25px; font-size:13px;}
.list_bg .list_center p img { margin-top:15px;}
.list_bg .list_kf { float:right; padding-top:150px; padding-right:8px; width:175px; overflow:hidden;}
.left-ckx{
	float:left;
	width:150px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#666;
	margin-top:15px;
	transition:all ease .5s;
}
.left-ckx:hover{
	background:#cc0210;
}
.summary_chanping{
	height:	80px;
	line-height:80px;
	overflow:hidden;
}
/*-------------------------------缃戠珯鍦板浘-------------------------------------*/
.map-centent{
	width:100%;
}
.m1{
	width:872px;
	background:#f5f5f5;
	border-left:3px solid #cc0210;
	height:35px;
	line-height:35px;
	float:left;
	padding-left:15px;
}
.m2,.m3
{
	padding:0 15px;
	height:25px;
	line-height:25px;
	color:#555;
	margin:15px 15px;
	float:left;
}
.m2:hover,.m3:hover
{
	color:#cc0210
}
.m2 i,.m3 i
{
	margin-right:5px;
}

/*--------------------------book-------------------------------*/

.cul-fi{
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	background: url("http://gsngmy.com/theme/tcqc/css/../images/bg31.jpg") repeat;
	
}
.cul-fi .cul-titie{
	margin: 0 auto;
	width: 960px;
	height: 280px;
	background: url("http://gsngmy.com/theme/tcqc/css/../images/bg32.jpg") no-repeat center 80px;
}
.cul-fi .cul-titie h2{
	padding-top: 180px;
	font-size: 24px;
	color: #00a53a;
	font-weight: normal;
	line-height: 90px;
	text-align: center;
}
.cul-fi .cul-titie span.line{
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 3px;
	background: #00a53a;
}
.cul-fi-con{
	position: relative;
	margin: 10px auto 0;
	width: 100%;
	
}
.cul-fi-con .title{
	margin: 50px auto 0;
	width: 100%;
	height: 35px;
	text-align: center;
}
.cul-fi-con .title ul{
	float: none;
}
.cul-fi-con .title li{
	margin: 0 10px;
	width: 96px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	border: 2px solid #b2aea1;
	border-radius: 2px;
	color: #666666;
	cursor: pointer;
	transition:all 0.3s;
	display: inline-block;
	float: none;
}
.cul-fi-con .title li a{
	display: block;
	color: #666666;
}
.cul-fi-con .title li:hover,.cul-fi-con .title li.on{
	color: #fff500;
	border: 2px solid #00a53a;
	background: #00a53a;
}
.cul-fi-con .title li:hover a,.cul-fi-con .title li.on a{
	color: #fff500;
}



.bg-txt{
	width: 100%;
	
	
}
.cul-fi-con .bgbox{
	padding: 0 20px;
	height: 0;
	border-right: 1px solid #e5e5e5;	
}

.cul-fi-con .bg1{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t9.png") no-repeat center top;}
.cul-fi-con .bg2{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t8.png") no-repeat center top;}
.cul-fi-con .bg3{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t7.png") no-repeat center top;}
.cul-fi-con .bg4{margin-right: 10px; margin-left: 20px; width: 25px;height: 0; background: url("http://gsngmy.com/theme/tcqc/css/../images/t6.png") no-repeat center top;}
.cul-fi-con .bg5{width: 25px;padding-right: 20px;height:  0; border-right: 1px solid #e5e5e5;background: url("http://gsngmy.com/theme/tcqc/css/../images/t5.png") no-repeat left top;}
.cul-fi-con .bg6{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t4.png") no-repeat center top;}
.cul-fi-con .bg7{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t3.png") no-repeat center top;}
.cul-fi-con .bg8{width: 25px;background: url("http://gsngmy.com/theme/tcqc/css/../images/t2.png") no-repeat center top;}
.cul-fi-con .bg9{
	position: absolute;
	top: 0;
	right: -500px;
  	width: 50px;
  	height: 180px; 
  	background: url("http://gsngmy.com/theme/tcqc/css/../images/t1.png") no-repeat center top;
  	opacity: 0;
}
.cul-fi-con .bg10{
	position: absolute;
	right: 0;
	top: 195px;
	width: 100px;
	height: 120px;
	background: url("http://gsngmy.com/theme/tcqc/css/../images/img26.png") no-repeat center;
}
.form_book{
	width: 100%;
}
.title-book{
	width: 100%;
	float: left;
	height: 37px;
	line-height: 37px;
	margin-top: 35px;
}
.title-book input{

	height: 35px;
	line-height: 35px;
	border:1px solid #ddd;
	width: 250px;
	padding: 0 10px;
	border-radius:3px;
	box-shadow: 0 0  5px rgba(0,0,0,.1) inset;
	color:#999;
	transition:all ease .5s;
}
.contain-book{
	width: 100%;
	float: left;
	height: 350px;
	line-height: 25px;
	margin-top: 20px;
}
.contain-book textarea{
	
	height: 350px;
	line-height: 25px;
	border:1px solid #ddd;
	width: 825px;
	padding: 10px;
	border-radius:3px;
	box-shadow: 0 0  5px rgba(0,0,0,.1) inset;
	color:#999;
	transition:all ease .5s;
}
.title-book input:focus,.contain-book textarea:focus{
	border:1px solid #cc0210;
}
input.bnt{
	width:350px;
	height:35px;
	float:right;
	line-height:35px;
	background:#555;
	color:#fff;
	text-align:center;
	border:none;
	transition:all ease .5s;
	border-radius:3px;
}
input.bnt:hover{
	background:#cc0210;
}
.search_key{
	width:872px;
	height:35px;
	line-height:35px;
	border-left:3px solid #cc0210;
	color:#555;
	font-size:16px;
	padding-left:15px;
	background-color:#f5f5f5;
}
.search_key strong{
	
	color:#e21001;	
}
.key-list{
	width:100%;	
}
.key-list a{
	width:100%;	
	display:block;
	border-bottom:1px dashed #f5f5f5;
	height:30px;
	line-height:30px;
	color:#666;
	position:relative;
	margin-top:15px;
}
.key-list a i{
	margin-right:10px;
	color:#cc0210;
}
.key-list a em{
	position:absolute;
	right:0;
	top:0;
	float:right;
	height:30px;
	width:20px;
	text-align:right;
	color:#555;
	transition:all ease .5s;
}
.key-list a:hover em{
	color:#cc0210
}

/**鑱旂郴鏂瑰紡鎻掍欢**/
#kefu1{position:fixed; right:10px; top:230px; z-index:10008; width: 132px; padding: 10px; background: #fff; border: 1px solid #ddd; box-shadow: 1px 1px 1px #d4d4d4; font-size: 12px;}
.cs_tel{height:25px; background: url("../images/img.gif") no-repeat 0px 0px;}
.cs_tel_ct{color: #666; line-height: 150%;}
.cs_tel_num{color:red; font-size: 18px; font-family: Arial,Verdana; font-style: italic; font-weight: bold; display: block; padding: 5px 0px;}

.cs_online{height:30px; background: url("../images/img.gif") no-repeat 0px -50px;}
.cs_online_qq{height: 25px;padding-left:5px;}
.cs_online_qq a:link, .cs_online_qq a:active, .cs_online_qq a:visited, .cs_online_qq a:hover{text-decoration: none; color: #666;}

.cs_qcode{padding: 10px 0px 0px 0px;}

.cs_free{height:32px; background: url("../images/img.gif") no-repeat 0px -100px;}
.cs_free a{display: block; height: 32px;}
.cs_free a span{display: none;}

.cs_baidu{height:32px; background: url("../images/img.gif") no-repeat 0px -200px;}
.cs_baidu a{display: block; height: 32px;}
.cs_baidu a span{display: none;}

.cs_spr{border-bottom: 1px dashed #c0c0c0; margin: 8px 0px;}
.cs_space{clear:both; overflow:hidden; height:8px;}
.cs_close{position: absolute; right: 5px; top: 5px; width: 12px; height: 12px; background: url("../images/img.gif") no-repeat 0px -150px;}
.cs_close a{display: block; height: 10px;}
.cs_close a span{display: none;}


/*渚ч潰浜у搧鍒楄〃*/
.left-cmmenu{ 
	position:absolute; 
	left:10px; 
	width:258px;
	padding:5px;
	background:#f5f5f5;
	overflow:auto; 
	z-index:99999;
}
/*浜у搧璇︾粏椤甸潰*/
.preview{width: 400px;margin-bottom: 25px;float:left;position: relative;}
.preview .show{width: 400px;height: 300px; border: 1px solid #ddd; padding:1px;overflow: hidden; position: relative;line-height: 248px; background: url(../../img/loading.gif) no-repeat center;}
.preview .show img{ vertical-align: middle;}
.zoomdiv {z-index:1;position:absolute;top:20px;left:0;width:150;height:150;background:#fff;border:1px solid #eee;display:none;text-align: center;overflow: hidden;}
.jqZoomPup {z-index:1;visibility: hidden;position: absolute;top:0px;left:0px;width: 50px;height: 50px;border: 1px solid #aaa;background: #ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.thumb-scroll{width: 400px;height: 38px; margin-top: 10px; position: relative;}
.thumb-scroll .pro-thumb{width: 310px;height: 38px; position: relative; overflow: hidden; margin: 0 auto;}
.thumb-scroll .pro-thumb ul { position: absolute;height: 38px; left: 0;top: 0}
.thumb-scroll .pro-thumb ul li{float: left;width: 58px;height: 32px;padding: 2px; border: 1px solid #d1d1d1; line-height: 32px;margin-right: 15px; overflow: hidden;} 
.thumb-scroll .pro-thumb ul li img{vertical-align: middle;}
.thumb-scroll .pro-thumb ul li.on{ border-width: 3px; padding: 0;}
.thumb-scroll .prev,.thumb-scroll .next{ position: absolute;top: 0; display: inline-block;width: 25px;height: 36px; border: 1px solid #f1f1f1; background: url(../images/bg_btn12.gif) no-repeat #fff -5px;}
.thumb-scroll .prev{left: 0;}
.thumb-scroll .next{background-position: -38px -13px;right: 0;}
.thumb-scroll .prev.disable,.thumb-scroll .next.disable{background-color: #f1f1f1; cursor: default;}
.color-r{color:#F97400}
.tables{float:right;width:460px;overflow:hidden;}
.tables .price{float:left;font-size:14px;background:#F7F7F7;width: 100%;line-height: 35px;text-indent: 15px;margin-top: 15px;height:35px;}
.tables .tels{background:url(../images/redtel.jpg) no-repeat 0 10px;text-indent:40px;float:right;width:150px;color:red;font-size:16px;font-weight:700}
.red{color:red}


.lxfs{width:100%;height:35px;line-height:35px;text-indent:55px;margin-top:10px;float:left;}
.lxfs a{color:#fff;width:200px;font-size:18px;}
.lxfsL{float:left;background:url(../images/ly_hover.png) no-repeat 10px center #F00;}
.lxfsL:hover{background:url(../images/ly_hover.png) no-repeat  10px center #df001f;color:#fff;transition:all 0.5s ease}
.lxfsR{float:right;background:url(../images/dh_hover.png) no-repeat 10px center #F00;}
.lxfsR:hover{background:url(../images/dh_hover.png) no-repeat  10px center #df001f;color:#fff;transition:all 0.5s ease}

.tables .tp{height:26px;line-height:26px;margin-bottom: 10px;}
.tables .tp h1{color: #cc0210}
.tables table{font-size:16px;border-collapse: collapse;border: 1px solid #f5f5f5;width: 460px;margin-top:5px;font-weight:700;}
.tables table td{height:30px;line-height:40px!important;border: 1px solid #f5f5f5;text-indent: 15px;}

.dfwt-one{
	width:100%;
	float:left;
}
.dfwt-one h1{
	width:887px;
	overflow:hidden;
	height:35px;
	line-height:35px;
	background:#f5f5f5;
	border-left:3px solid #cc0210;
	color:#cc0210;
	font-size:14px;
	font-weight:700;
	text-indent:15px;
}
.conbox_img { width:100%; margin-bottom:10px; overflow:hidden; height:auto;}
.conbox_img a{ width:200px; height:150px;float:left;border:1px solid #f5f5f5;box-shadow:0 0 4px rgba(0,0,0,.1);padding:2px;margin-top:10px;}
.conbox_img a img { width:200px;height:150px;}
.canshu-table{
	width:100%;
	margin-top:25px;
	overflow:hidden;
}
.canshu-table h1{
	width:100%;
	height:35px;
	line-height:35px;
	background:#cc0210;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.canshu-table-centent{
	width:100%;
	line-height:35px;
	font-size:14px;
	padding:10px 0px;
}
.canshu-table-centent table{
	width:100%;
	white-space:normal;
	border:1px solid #ddd;
}
.canshu-table-centent table td,canshu-table-centent table th{
	border:1px solid #ddd;
	background:#fff;
	line-height:35px;
	padding:0 15px;
}


.product{overflow:hidden;width:1200px;padding-top:30px;margin:0 auto;}
.product .product-text{float:left;width:358px;color:#999;}
.product .product-text h2{font-size:36px;color:#000}
.product .product-text p{margin-top:50px;font-size:14px;color:#999;line-height:2em;text-align:justify;text-justify:inter-ideograph}
.product .product-wrapper{float:right;width:782px;}
.product .product-wrapper ul{width:820px;}
.product .product-wrapper li{position:relative;float:left;margin-right:14px;margin-bottom:14px;width:250px;height:250px;overflow:hidden}
.product .product-wrapper a{position:absolute;left:0;top:0;display:block;}
.product .product-wrapper img{width:250px;height:250px;float:left;}
.product .product-wrapper .mask{width:250px;height:30px;line-height:30px;text-align:center;font-size:14px;background:#cc0210;color:#fff;float:left;}
.news{height:320px;overflow:hidden}
.jia-ico{
	font-size:35px;
	font-weight:normal;
	width:110px;
	display:block;
	height:110px;
	color:#fff;
	background:#f5f5f5;
}
.jia-ico a{
	text-align:center;
	color:#555;
	width:185px;
	display:block;
	height:185px;
	text-align:center;
	line-height:185px;
}
.jia-ico a:hover{
	color:#cc0210;
	
}
.jia-ico:hover{
	box-shadow:0 0 5px rgba(0,0,0,.2)
}




.news{height:320px;overflow:hidden;width:1200px;margin:0 auto;}
.news .news-big{float:left;width:700px;height:320px;background:#ccc}
.news .news-big .img{float:left;width:470px;height:320px;}
.news .news-big .info{position:relative;float:left;width:230px;height:320px;background:#cc0210}
.news .news-big .triangle{position:absolute;left:-16px;top:50%;margin-top:-10px;width:16px;height:20px;background:url("../images/indexsp.png") no-repeat;background-position:-64px -23px}
.news .news-big h3{margin:0 auto;margin-top:30px;width:180px;height:54px;color:#fff;font-size:16px;line-height:26px;overflow:hidden}
.news .news-big p{margin:0 auto;margin-top:18px;width:180px;line-height:23px;color:#fff;font-size:14px;text-align:justify;text-justify:inter-ideograph;height:180px;overflow:hidden;}
.news .news-big a{color:#fff}
.news .news-big span{position:absolute;bottom:16px;right:30px;color:#fff}
.news .news-big span i{display:inline-block;margin-right:10px;margin-top:-3px;width:18px;height:18px;background:url("../images/indexsp.png") no-repeat;background-position:-83px 0;vertical-align:middle}
.news .news-list{float:right;width:460px}
.news .news-list li{margin-bottom:32px;}
/*.news .news-list li a:hover{color: #666}*/
.news .news-list h3{color:#000;font-size:16px;widtg:100%;height:115px;overflow:hidden;}
.news .news-list .info{position:relative;height:180px;overflow:hidden;background:url('../images/mapx.png') no-repeat 260px 65px #fff;width:430px;padding:15px;}
.news .news-list .img{float:left;width:180px;height:120px}
.news .news-list p{width:50%;line-height:28px;overflow:hidden;text-align:justify;text-justify:inter-ideograph;float:left;color:#e21001;font-size:12px;font-weight:700}
.news .news-list p span{color:#555;padding-right:5px;}
.apbc_b{ width:100%;color:#165633; font-size:14px;height:180px;}
.apbc_b td{ line-height:27px;}
.apbc_b h1{width:100%;height:35px;line-height:35px;color:#999;font-size:18px;margin-bottom:15px;}


.youshi-tit{
	width: 100%;
	height: 40px;
	position: relative;
	
}
.youshi-tit h1{
	width: 200px;
	background: #f5f5f5;
	height: 40px;
	position: absolute;
	z-index: 6;
	left: 50%;
	margin-left: -100px;
	top: 0;
}
.youshi-tit h1 a{
	width: 160px;
	background: #fff;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	display: block;
	margin:0 20px;
	text-align: center;
	color:#000;
	font-size: 16px;
}
.youshi-tit .line{
	width: 100%;
	background: #ddd;
	height: 1px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 20px;
}
.summary-ys{
	width: 80%;
	margin: 15px auto;
	line-height: 25px;
	color: #999;
	font-size: 12px;
	text-align: center;
}


.product-tit{
	width: 100%;
	height: 40px;
	position: relative;
	
}
.product-tit h1{
	width: 200px;
	height: 40px;
	position: absolute;
	z-index: 6;
	left: 50%;
	margin-left: -100px;
	top: 0;
	
}
.product-tit h1 a{
	width: 160px;
	height: 38px;
	line-height: 38px;
	display: block;
	margin:0 20px;
	text-align: center;
	color:#000;
	font-size: 26px
}
.product-tit h1 a:hover{
	color:#cc0210;
}
.summary-ys2{
	width:80%;
	margin: 15px auto;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	text-align: center;
}



.cplistQ ul{
	width:100%;
	overflow:hidden;
}
.list-showx {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 265px;
  height: 288px;
  margin-right:18px;
  margin-bottom: 18px;
  float: left;
  position: relative;
  padding:5px;
}
.list-showx .imgbox {
  height: 188px;
  border-bottom: 2px solid #e3e3e3;
  overflow:hidden;
}
.list-showx .imgbox img {
  width: 100%;
}
.list-showx .des {
  padding: 10px;
}
.list-showx .des p {
  padding: 0;
  line-height: 1.2;
  padding-bottom: 5px;
  font-size:14px
}
.list-showx .des p.title {
  height: 29px;
  overflow: hidden;
}
.list-showx .des p.forcheck {
  color: #e21001;
  display: inline-block;
font-size:14px;
font-weight:700;
}
.list-showx .des p.forcheck label {
  color: #6f6f6f;
  float: right;
}
.list-showx .des h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.list-showx .showicon {
  width: 55px;
  height: 27px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 10px;
  display: block;
}
.list-showx .showicon.t {
  background-image: url(clientlib-common/image/product2/t.png);
}
.list-showx .showicon.r {
  background-image: url(clientlib-common/image/product2/r.png);
}
.list-showx .showicon.x {
  background-image: url(clientlib-common/image/product2/x.png);
}
.list-showx .showicon.j {
  background-image: url(clientlib-common/image/product2/j.png);
  width: 67px;
  height: 30px;
}



/*锟斤拷锟斤拷锟酵凤拷*/
#floatDivBoxs{width:150px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;display:inline-block;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px; font-size:20px; color:#FF0033; text-align:center}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../Images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../Images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:150px;z-index:999;}
#rightArrow a{display:block;height:45px;}


DIV.PagerSty{
	margin:10px;
}
DIV.PagerSty {

	text-align:right;

}
DIV.PagerSty A {
	padding:2px 5px;
	COLOR: #FFF;
	MARGIN-RIGHT: 2px;
	BORDER: #fff 1px solid;
	TEXT-DECORATION: none;
	background:#000;
	float:left;
}
DIV.PagerSty A:hover {
	text-decoration:none;
	COLOR: #fff;
	BACKGROUND-COLOR:#9B7C00;
}
DIV.PagerSty SPAN
{	
	float:left;
	padding:2px 5px;
	MARGIN-RIGHT: 2px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	BORDER: #fff 1px solid;
	BACKGROUND-COLOR:#F00;
}

























DIV.PagerSty{
	margin:10px;
}
DIV.PagerSty {

	text-align:right;

}
DIV.PagerSty A {
	padding:0px 5px;
	COLOR: #FFF;
	MARGIN-RIGHT: 2px;
	BORDER: #fff 1px solid;
	TEXT-DECORATION: none;
	background:#C2C2C2;
	float:left;
}
DIV.PagerSty A:hover {
	COLOR: #638425;
	BORDER: #000 1px solid;
	BACKGROUND-COLOR: #EBEBEB
}
DIV.PagerSty SPAN
{	
	float:left;
	padding:0px 5px;
	MARGIN-RIGHT: 2px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	BORDER: #fff 1px solid;
	BACKGROUND-COLOR: #ff0000;
}