/*header*/
.logo{
	display: block;
	width:227px;
	height:57px;
	margin-top:9px;
}
.top_right{
	margin:26px 0;
}
.search{
	width:454px;
	height:40px;
	border: #555049 1px solid;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 34px;
}
.search input{
	width:396px;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 10px;
	background: none;
	border: none;
}
.search .search-btn{
	width: 54px;
	height:40px;
	background:#58534d url(../img/search_btn.png) center no-repeat;
	float: right;
	border: none;
	cursor: pointer;
}
.lan{
	background: url(../img/select-down.png) right center no-repeat;
	padding-right: 20px;
	font-size: 16px;
	line-height: 40px;
}


.nav{
	width: 934px;
	overflow: hidden;
	text-align: center;
	padding: 6px 0 20px;
}
.nav li{
	display: inline-block;
}
.nav li a{
	display: block;
	font-size: 16px;
	padding: 0 32px;
}
.nav li a:hover,.nav li.active a{
	color: #000;
}
.pro-menu{
	width: 266px;
	position: relative;
}
.pro-menu h3{
	height:44px;
	line-height: 42px;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #818080 1px solid;
	background: #a8a8a8;
	font-size: 16px;
	color: #fff;
	padding-left: 33px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.pro-menu h3 i{
	display:block;
	float: left;
	padding-right: 12px;
	padding-top: 5px;
	cursor: pointer;
}
.pro-menu h3 span{
	display: block;
	float: left;
}
.p-cate{
	position:absolute;
	width: 100%;
	height: 382px;
	top: 42px;
	left: 0;
	background: #8d8e8f;
	padding: 20px 32px;
	z-index: 2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	display: none;
}
.p-cate li a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: url(../img/li1.png) right center no-repeat;
	overflow: hidden;
	padding-right: 20px;
}
.p-cate li a:hover{
	text-decoration: underline;
}
/*首页焦点图*/

.fullSlide {
	width: 100%;
	position: relative;
	height:596px;
	background: #000;
	z-index: 1;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 596px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li img {
	width: 1920px;
	height:596px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.fullSlide .bd li a {
	display: block;
	height:596px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom:100px;
	left: 0;
	height: 11px;
	line-height: 11px;
}

.fullSlide .hd ul {
	text-align: center;
	
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-left: 16px;
	border: #58534d 1px solid;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background: #58534d;
}
/*首页内容*/
.tab{
	position: relative;
	margin-top: -34px;
	padding-bottom: 80px;
	overflow: hidden;
	z-index: 1;
}
.tab li{
	width: 20%;
	float: left;
	text-align: center;
}
.tab .tab-img{
	width: 118px;
	height: 118px;
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto;
}
.tab li p{
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
}
.tab .tab-img img{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.tab li:hover .tab-img img{
	margin-top: -118px;
}
.tab li:hover p{
	color: #010101;
}

.about-wrap{
	width: 100%;
	height: 458px;
	padding-top: 70px;
	background: url(../img/about_bg.jpg) center no-repeat;
	margin-bottom: 46px;
	position: relative;
}
.about{
	width: 50%;
	color: #fff;
}
.about h1{
	font-size: 36px;
	margin-bottom: 30px;
}
.about .about-info{
	line-height: 30px;
	height: 180px;
	padding-right: 60px;
	text-align: justify;
	overflow: hidden;
}
.about .more{
	display: block;
	margin-top: 26px;
	background: url(../img/more.jpg) left center no-repeat;
	padding-left: 42px;
	color: #fff;
}
.about-wrap span{
	display: block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -23px;
}
.about-wrap .arrow-up{
	background: #5e5d5d url(../img/arrow.png) center 12px no-repeat;
	top: -20px;
}
.about-wrap .arrow-down{
	background: #5e5d5d url(../img/arrow.png) center no-repeat;
	bottom: -20px;
}
/*footer*/

.footer{
	width: 100%;
	height: 181px;
	background: url(../img/footer_bg.jpg) center no-repeat;
}
.footer .b-logo{
	display: block;
	width: 172px;
	height: 43px;
	padding: 69px 0;
	margin: 0 auto;
}
/*产品中心*/
.inside-banner{
	width: 100%;
	height:287px;
	position: relative;
	overflow: hidden;
}
.inside-banner img{
	width: 1920px;
	height: 287px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.current{
	margin: 26px auto 20px;
}
.contain{
	margin:0 auto 40px;
	min-height: 400px;
}
.left-con{
	width: 269px;
	border: #d5d5d5 1px solid;
	float: left;
}
.left-con .pro-title{
	height: 53px;
	line-height: 53px;
	background: #58534d;
	font-size: 16px;
	color: #fff;
	padding-left:36px;
}
.left_ul{
	display: block;
}
.left_ul li{
	padding:0 36px;
}
.left_ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
li.producttype1 a,li.producttype1sel a{
	height:50px;
	line-height: 50px;
}
li.producttype1{
	border-bottom: #58534d 1px dashed;
}
li.producttype1 a,li.producttype1sel a{
	font-size: 16px;
	background: url(../img/li2.png) right center no-repeat;
}
li.producttype1sel a,li.producttype1:hover a{
	color: #000;
}
.left_ul li.producttype2sel a,li.producttype2 a{
	height: 30px;
	line-height: 30px;
}
.left_ul li.producttype2sel a,li.producttype2 a{
	padding-left: 8px;
}
li.producttype2:hover a,li.producttype2sel a{
	color: #000;
}
li.producttype2{
	display: none;
}
/*右侧内容*/
.right-con{
	width:893px;
}
.right-con h2{
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 33px;
	background: #f7f7f7;
	padding-left: 17px;
}
.con{
	padding: 30px 0;
	min-height: 300px;
	line-height: 24px;
}
.pro-list{
	margin-top: 32px;
	overflow: hidden;
}
.pro-list li{
	float: left;
	width: 276px;
	margin-right:32px;
	margin-bottom: 42px;
}
.pro-img{
	width: 279px;
	height: 237px;
}
.pro-list li:nth-child(3n){
	margin-right: 0;
}
.pro-list li p{
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
/*分页*/
.pager{
	text-align: center;
	margin:40px 0 60px;
}
.pager span{
	display: inline-block;
	margin: 0 6px;
	
	height: 25px;
}
.pager span a{
	padding: 0 9px;
	display: inline-block;
	color: #555;
	background: #c9c9c9;
	line-height: 25px;
	text-align: center;
}
.pager span:last-child a,.pager span:first-child a{
	background: none;
	color: #555;
}
.pager span:last-child:hover a,.pager span:first-child:hover a{
	background:none;
	color: #555;
}
.pager span:hover a,.pager span .active{
	color: #fff;
	background: #58534d;
}
/*news*/
.news-contain li{
	height: 38px;
	border-bottom: #5A5A5A 1px dashed;
	line-height: 38px;
}
.news-contain li a{
	line-height: 38px;
	height: 38px;
	width: 600px;
	overflow: hidden;
}
.news-contain li:hover a{
	color: #009CE1;
}
h1.newstitle{
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.news_message{
	text-align: center;
}
