/*分页*/




.brand{
	/* background: url(../../images/brandBg.jpg) no-repeat; */
	height: 600px;
}
@media(max-width: 768px) {
.brand{
	/* background: url(../../images/brandBgxs_02.png) no-repeat; */
	height: 600px;
}
}
.page_list{ height:87px;line-height:87px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:16px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:48px; height:48px; line-height:48px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #333534;background:#333534;}

.page_list a.on{color:#fff;border:1px solid #333534;background:#333534;}
@media(max-width: 768px) {

.page_list{ height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:13px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:18px; height:18px; line-height:18px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}

.page_list a.on{color:#fff;border:1px solid #333534;background:#333534;}
}
.products{
	/* background: url(../../images/productsBg.jpg); */
	background-size: 100% 100%;
	padding: 100px 50px
}
@media(max-width: 768px){
	.products{
	background: none;
	background-size: 100% 100%;
	padding: 100px 50px
}
}
@media(max-width:768px ) {
	.products{
		padding: 15px 0;
	}
}

.products .productsItems{
	cursor: pointer;
}
.products .img-responsive{
	width: 100%;
}
.products .desc{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	font-family: "微软雅黑";
	font-size: 18px;
	color: black;
	text-align: center;
	background-color: rgba(255,255,255,.5);
}
.productsItems.mouseon .desc{
	display: none;
}
.hiddenContent{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hiddenContent  p{

	color: #fff;
}
/*隐藏的内容部分*/
.productsItems{

	position: relative;
	width:100%;
	margin-bottom: 15px;
	overflow: hidden;
}
@media(max-width: 768px){

}
.productsItems .hiddenContent{
	position: absolute;
	bottom: 0;
	width:100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	color: #fff;
	margin:0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size: 12px;
	line-height: 100%;
	padding:10px;
}
.productsItems:hover .hiddenContent{

	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hiddenContent .more{
	position: absolute;
	right: 0;
	bottom: 0;
}
.hiddenContent .Hdesc{
	padding-left: 15px;
	padding-right: 15px;
}
.hiddenContent .Hdesc h3{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.hiddenContent .Hdesc p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
/*查看更多的按钮样式*/
.btn-default{
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 50px;
	border-radius: 0;
}
/*brand*/




.brandItems{
	overflow: hidden;
	/* display: flex; */
	align-items: center;
	justify-content: space-around;
	border-right: 4px solid #fff;

	cursor: pointer;
	height: 500px;
	background: #cccacc;
	opacity: 0.75;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;

}
@media(max-width: 768px){
	.brandItems{

	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;

}
}
@media(max-width:768px ) {
	.brandItems{
		height: 300px;
		border-bottom: 1px solid #fff;
		/* opacity: 0.5; */
	}
}

.brandItems:hover{
	/* background: none; */
	opacity: 1;
}

.brandItems .desc{
	margin-top: 10px;
	padding-top: 15px;
	paddding-bottom: 40px;
}
.brandItems .desc h4{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.brandItems .desc h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000;
	line-height: 2;
	font-weight: bold;
}
.brandItems .desc p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #555;
	/* text-indent: 28px; */
	line-height: 1.5;
	margin-bottom: 40px;
}
.brandItems .desc::before{
	content: '\20';
    position: absolute;
    margin-top: -15px;
    height: 2px;
    width: 20px;
    background: #000;
}
/*.desc::after{
	content: '\20';
    position: absolute;
    height: 2px;

    width: 20px;
    background: #fff;

}*/
.brandMore{
	opacity: 0;
	transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
}
.brandItems:hover .brandMore{
	opacity: 1;
}
/*news*/
.news .img-responsive{
	width: 100%;
}
.news{
	/* background: url(../../images/newsBg.jpg); */
	padding-top: 50px;
	padding-bottom: 100px;
}
.news .container{
	background:  #fff;
	padding-top: 25px;
	padding-left: 25px;
}
@media(max-width:768px ) {
	.news .container{

	padding-top: 10px;
	padding-left: 10px;
}
}
.newsContent .title{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #444;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 10px;
}
.newsContent .title:hover{
	color: #333534;

}
.newsContent .time{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ccc;
	padding-left: 20px;
	background: url(../../images/time.jpg) no-repeat;
	line-height: 17px;
	margin-bottom: 15px;
}
.newsContent .descNews{
	font-family: "微软雅黑";
	font-size: 14px;
	color:#999;
	line-height: 1.5;
}
.newsItems{
	margin-bottom: 25px;
}
.newScroll .img-responsive{
	width: 100%;
}
.newsMore{
	margin-top: 15px;
	margin-bottom: 30px;
}
.footlist{
	float: left;
}
.footlist li{
	list-style: none;

}
/*form表单*/
/*表单*/
.navbar-form{
	padding-right: 0;
}
.navbar-form .form-control{
	width: 220px;
	height:35px;
}
.form-control{
	margin-right: -5px;
	border-radius: 0;
}
.navbar-form .btn-success{
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-nav{
	float: right;
	margin-right: -30px;
	background: #0061b3;

}
footer{
	background: #2e2e2e;
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 50px;
}
footer .title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
footer .footlist{
	margin-right: 60px;
}
.footbtn{
	margin-top: 0;
	font-size: 15px;
}
.navbar-form{
	padding-left: 0px;
}
.bq{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #acabab;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #201e1b;
}
.bq a {
color: #acabab;
}
/*标签页*/
a{
	text-decoration: none;
}
.pageTab a{
	text-decoration: none;
	color:none;
}
.pageTab .img-responsive{
	width: 100%;
}
.pageTab .col-xs-12{
	margin-bottom: 20px;
}
.nav-tabs{
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.nav-tabs .col-xs-4{
	text-align: center;
}
.nav-tabs i{
	font-size: 40px;
}
.tab-content{
	margin-top: 40px;
}
.productList{
	background: #FFF;
	font-family: "微软雅黑";
}
.productDesc{
	padding: 15px;
}
.productList .productDesc h4{
	font-size: 18px;
	color: #444;
}
.productPic{
	width: 100%;
}
.productList .productDesc p{
	font-size: 14px;
	color: #CCC;
	line-height: 1.5;
}
.productList .productDesc span{
	font-size: 12px;
	color: #ccc;
}
.productList .productDesc span:hover{

	color: #333534;
}
.xs{
	position: relative;
	/*margin-top: -46.5px;*/
}
 .newsShow {
 	margin-bottom: 50px;
 	margin-top: 50px;
 }
 .newsShow .title{
 	text-align: center;
 	font-family: "微软雅黑";
 	background: #fff;
 	padding-bottom: 20px;
 	padding-top: 20px;
 	margin-bottom: 20px;

 }
 .newsShow .title h4{
 	font-size: 20px;
 	color: #444;
 	margin-bottom: 10px;
 }
 .newsShow .title p{
 	font-size: 14px;
 	color: #ccc;
 }
.newsShow .content{
	background: #fff;
	min-height: 400px;
	padding: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.btn-success{
	background-color: #333534;
    border-color: #333534;
	color: #fff;
}
.btn-success:hover {
    color: #fff;
    background-color: #333534;
    border-color: #333534;
}
.btn-success:focus {
    color: #fff;
    background-color: #333534;
    border-color: #333534;
}
 	color: #ccc;
 }
.newsShow .content{
	background: #fff;
	min-height: 400px;
	padding: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.btn-success:hover {
    color: #fff;
    background-color: #333534;
    border-color: #333534;
}


.btn-success{
	background-color: #333534;
    border-color: #333534;
	color: #fff;
}


.btn-success:visited {
    color: #fff;
    background-color: #333534;
    border-color: #333534;
}
.btn-success:linked{
    color: #fff;
    background-color: #333534;
    border-color: #333534;
}


.btn-success {
  color: #fff;
  background-color: #c1dc01;
  border-color: #c1dc01;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #333534;
  border-color: #333534;
}
.btn-success:hover {
  color: #fff;
  background-color: #c1dc01;
  border-color: #c1dc01;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #333534;
  border-color: #333534;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #333534;
  border-color: #333534;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #333534;
  border-color: #333534;
}
.btn-success .badge {
  color: #333534;
  background-color: #fff;
}

.tab-content .listTu .proItems{margin-bottom: 20px;}

/*@media(max-width: 768px){
	.tab-content .listTu .proItems{padding: 0 10px;}
}*/